body {
  background: #FFF;
  top: 0px !important;
  padding: 20px;
  font-family: 'Inter', 'Noto Sans', sans-serif;
}

.checkbox-label {
  background: none !important;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend Deca", sans-serif !important;
  line-height: 1.4;
}

:root {
  --color-blue: #0d4f63;
  --color-white: #fff;
  --color-lg-green: #E7F7F1;
  --color-dark-green: #55746f;
  --color-nav: #222E3C;
   --color-gray1: #f4f9ff;
  --color-gray2: #495059;
  --color-gray3: #EBEBEB;
  --color-gray4: #9690A2;
  --color-gray5: #7E838B;
  --color-gray6: #FAFAFA;
  --bs-body-font-family: system-ui, -apple-system, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji !important;
}

.text-main {
  color: var(--color-yellow);
}

.light_mode {
  opacity: 0;
  position: absolute;
}

.light_dark_icon .fa-sun {
  color: #f39c12;
}

button {
  cursor: pointer;
}

a, a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}

a, button {
  outline: medium none;
}

button:focus, input:focus, textarea:focus {
  outline: 0;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* li {
  list-style: none;
} */

p {
  font-size: 15px;
  line-height: 200%;
  text-align: justify;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button, select {
  background: none;
}

pre {
  margin: 0px;
  border: 0px;
  background: none;
  box-sizing: inherit;
  display: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  tab-size: inherit;
  text-indent: inherit;
  text-rendering: inherit;
  text-transform: inherit;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
  pointer-events: none;
  padding: 10px;
  color: var(--color-black);
}

.left_side::-webkit-scrollbar,
body::-webkit-scrollbar,
.right_side::-webkit-scrollbar {
  background-color: var(--color-gray3);
  width: 10px;
}

.left_side::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.right_side::-webkit-scrollbar-track {
  background-color: var(--color-gray3);
}

.left_side::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:hover,
.right_side::-webkit-scrollbar-track:hover {
  background-color: var(--color-gray3);
}

.left_side::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.right_side::-webkit-scrollbar-thumb {
  background-color: var(--color-gray5);
  border-radius: 7px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.header-area {
  width: auto !important;
  background-size: cover;
  background-color: var(--color-lg-green);
}

.header-top {
  background: var(--color-blue);
  border-bottom: 1px solid #d2d2d2;
  position: relative;

  /* responsive spacing */
  padding: 1rem 0;

  /* do NOT constrain height */
  min-height: 2rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}


select:focus {
  outline: 1px dashed #fff;
  outline-offset: 2px;
}

.light_dark_icon {
  padding-left: 10px;
}

nav {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

}

/* Navbar fixed height */
.navbar.navbar-expand-lg.bg-body-tertiary {
  background-color: var(--color-lg-green);
  box-shadow: none;
  border: none;
  min-height: 20px;   /* optional */
  height: auto;      /* IMPORTANT */
}


/* Collapse wrapper – allow overflow */
#navbarSupportedContent {
  height: 100%;
  overflow: visible; /* KEY: allow dropdown to escape */
  background-color: var(--color-lg-green) !important;
  z-index: 2;
  position: relative;
}

/* Align navbar items vertically */
.navbar-nav {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.3rem;
  flex-wrap: wrap;   
}

.navbar-nav .nav-link {
  line-height: 1.4;
  padding: 0.6em 0.9em;
  white-space: normal;   /* allow breaking */
}


/* Dropdown menu styles */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* just below the nav item */
  left: 0;
  z-index: 9999;
  background-color: var(--color-dark-green);
  color:#fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Show dropdown on hover on large screens */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 400px) {
  .light_dark_icon {
    padding-left: 0;
  }
}

.body_content h1,
.body_content h2,
.body_content h3,
.body_content h4,
.body_content h5,
.body_raper h1,
.body_raper h2,
.body_raper h3,
.body_raper h4,
.body_content h1 a,
.body_content h2 a,
.body_content h3 a,
.body_content h4 a,
.body_content h5 a,
.body_raper h1 a,
.body_raper h2 a,
.body_raper h3 a,
.body_raper h4 a {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}

main {
  margin-bottom: 0;
}

#scrollUp:hover {
  background: rgba(160, 102, 204, 0.43);
}

.code_bg.rounded {
  border-radius: 0 !important;
}

.code_btn_main code,
code .btn {
  margin-right: 10px;
}

h1:hover a.hover-1,
h2:hover a.hover-1 {
  text-decoration: underline;
}


.dropdown-menu li {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu .dropdown-item {
  color: #fff;
} 



/* Style for nested submenu to appear to the right */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.btn-main:hover {
  background: #86C7ED;
  color: #fff;
}

.bd-example > .btn,
.bd-example-row [class^=col],
.bd-example-row .row + .row,
.list-group-item.active {
  z-index: 0 !important;
}

.navbar-expand-lg .navbar-nav {
  justify-content: flex-start;
  width: 100%; 
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1px;
  padding-right: 1px;
  font-size: 1em; 
  color: var(--color-nav); 
  font-weight: 500; 
  transition: none; 
}

.navbar-nav > .nav-item > .nav-link:not(.active):hover {
  color: #ffffff !important;
  background-color: var(--color-dark-green);  
  border-radius: 999px;
  padding: 6px 16px !important;
  text-decoration: none;
  transition: none;
}

/* Template 5 css */

.explore_head {
  padding-top: 10px;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.explore_head span {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
  padding: 0 20px;
  letter-spacing: 0.5px;
}

.explore_head span::before,
.explore_head span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background-color: var(--color-dark-green);
}

.explore_head span::before {
  right: 100%;
  margin-right: 6px;
}

.explore_head span::after {
  left: 100%;
  margin-left: 6px;
}

.view-all-btn {
  display: inline-block;
  border-radius: 999px;                          /* full pill */
  background-color: var(--color-dark-green);                     /* deep background */
  color: #fff;                                   /* white text */
  border: 1px solid var(--color-dark-green);                     /* same as background */
  padding: 6px 20px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;                         /* if used on <a> */
}

.view-all-btn:hover {
  background-color: #3B374A;                     /* darker on hover */
  border-color: #3B374A;
  color: #fff;
}



.statistics {
  background-color: #f5f7f6;
  border-top: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.statistics .explore_head h3 {
  padding-bottom: 0;
}

.waw {
  background-color: #fff;
}

.waw .waw-inner {
  display: flex;
  gap: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* .waw .waw-inner .waw-left, */
.waw .waw-inner .waw-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  top: -15px;
}

.waw .waw-inner .waw-left {
   /* #fdfdfd */
  background:#fff;
  flex:1.5;
  top: -15px;
}

.waw .waw-inner .waw-right {
  background-color: var(--color-gray6);
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-right: 1px solid #e5e5e5;
}

.waw .waw-inner .waw-right img {
  max-width: 100%;
  max-height: 200px;
  display: block;
  padding: 10px;
}

.services {
  padding: 20px 30px;
  background: var(--color-lg-green);
  height: 100%;
  overflow: hidden;
}

.news {
  padding: 20px 30px;
  max-height: 700px;
  overflow: hidden;
}

.gallery {
  padding: 20px 30px;
  background: var(--color-gray6);
  overflow: hidden;
}

.footer_need_support {
  background-color: var(--color-blue);
  padding: 50px 0;
}

.footer_need_support h3 {
  font-size: 43px;
  color: var(--color-white);
  margin-bottom: 15px;
}

footer {
  background-color: var(--color-blue);
  padding: 50px 0;
  border-top: solid 1px #7A7A7A;
}

footer .footer-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

footer .col-list {
  color: var(--color-white);
}

footer .col-list h3 {
  font-size: 14px;
  font-weight: 600;
}

footer .col-list ul {
  padding: 0;
}

footer .col-list ul li a {
  font-size: 13px;
  color: var(--color-white);
}

footer .col-list ul li {
  margin-bottom: 8px;
}

.btn-last-update {
  border-color: var(--color-white) !important;
  color: var(--color-white) !important;
  margin-top: 0px;
  padding: 10px 15px !important;
  font-size: 13px !important;
  background-color: #3B335B;
}

.footer_social {
  width: 160px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_social a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social a svg {
  width: 14px;
  height: 14px;
  fill: var(--color-white);
}

.terms {
  border-top: 1px solid var(--color-dark-green);
  background-color: var(--color-blue);
  font-size: 14px;
}

.terms ul {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 0;
}

.terms li a {
  color: var(--color-white);
}

.emergency {
  border-radius: 50px;
  bottom: 36px;
  cursor: pointer;
  height: 70px;
  padding: 1rem;
  position: fixed;
  left: 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
  width: auto;
  max-width: 70px;
  transition: all 400ms;
  color: var(--color-white);
  background-color: var(--color-dark-green);
  text-align: left;
  z-index: 99;
}

.emergency > a {
  color: #ffffff;
  background-color: var(--color-dark-green);
}

.emergency:hover {
  max-width: 300px;
}

.emergency:hover a {
  opacity: 1;
}

.emergency span {
  font-size: 40px;
}

@media (max-width: 767px) {

  .statistics .view-all-btn {
    max-width: 160px;
  }

  .waw .waw-effect {
    display: none;
  }

  .waw .waw-inner {
    flex-direction: column;
  }

  .footer-row {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 15px !important;
  }

  .terms {
    padding: 20px 0;
  }

  .news .news-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .emergency {
    display: none;
  }
}

.nav-link {
  font-size: 15px;
  color: var(--color-dark-green);
}


.custom-right {
  flex: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #f6f2f2;
  padding: 10px;
  border-radius: 5px;
}

.custom-img {
  width: 180px;
  object-fit: cover;
}

[tabindex="0"]:focus {
  outline: 1px dashed green;
  outline-offset: 4px;
}

button:focus,
a:focus {
  outline: 1px dashed green !important;
  outline-offset: 2px;
}

.rounded-pill:focus {
  outline: 2px solid green;
  outline-offset: 2px;
  background-color: green;
  color: white;
}

a.view-all-btn:focus {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
  background-color: green;
  color: #fff;
}

.heading {
  color: var(--color-blue); 
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
  margin: 0 auto;
}

.heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: var(--color-blue);
  margin: 8px auto 0; /* centers the underline */
  -top: 5px;
}

/* Custom ul */
.custom-bullet {
  list-style: none;
  padding-left: 0;
  padding-left: 10px;
}

.custom-bullet li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.custom-bullet li a{
  color:black;
}

.custom-bullet li::before {
  content: "»";
  position: absolute;
  left: 0;
  color: #1f7449;
  font-weight: bold;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.85); /* dark transparent backdrop */
  border-radius: 12px;
}

.btn-close-white {
  filter: invert(1);
}

.custom-container {
  width: 100%;
  max-width: 1320px; /* Optional: limit width like Bootstrap does */
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;     /* remove default horizontal padding */
  padding-right: 10px;
  padding-top: 10px;   /* or any value you need */
  padding-bottom: 10px;
}

.carousel-caption-box {
  background-color: rgba(0, 0, 0, 0.75); /* semi-transparent black */
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8); /* optional, for readability */
  border-radius: 0.5rem;
  max-width: 500px;
}

.news-wrapper {
  width: 100% !important;
  display: block;
  text-align: left;
}

.custom-bullet, .view-all-btn {
  text-align: left !important;
  margin-left: 0 !important;
}

:target::before {
  content: "";
  display: block;
  height: 80px; /* Adjust based on your sticky header height */
  margin-top: -80px;
}

/* Scrollable tab content inside "What's New" section */

.tab-pane {
  max-height: 280px; 
  overflow-y: auto;
  padding-right: 10px;
  scroll-behavior: smooth;
}

/* Optional: style the scroll bar */
.tab-pane::-webkit-scrollbar {
  width: 2px;
}

.tab-pane::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 0px;
}

.tab-pane::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.logo-img{
  max-width: 70px;
}

.customs-img{
  max-width: 98px;
}

.gall-box {
  display: inline-block;
  width: 220px;
  border: 5px solid #ECECEC;
  box-shadow: 0px 3px 4px -1px #000;
  text-align: center;
  margin: 0 28px 20px 0;
  vertical-align: top;
  padding: 10px 5px 5px 5px;
  background: #fff;
  height: 300px;          
  box-sizing: border-box;  
  overflow: hidden;       
}

.gall-box img {
  width: 200px;
  height: 150px;           
  object-fit: cover;       
  display: block;
  margin: 0 auto;
}

.gall-box figcaption {
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  margin-top: 8px;
  max-height: 80px;       
  overflow: hidden;       
  text-overflow: ellipsis; 
}
.highslide-gallery img {
  width: 180px;           
  height: 120px;
  object-fit: cover;       
  display: block;
  border: 2px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s ease-in-out;
}

.highslide-gallery img:hover {
  transform: scale(1.03);  
}

.highslide-gallery table {
  border-collapse: collapse;
  margin: 0 auto;
}

.highslide-gallery td {
  padding: 10px;
  text-align: center;
  vertical-align: top;
}


@media (max-width: 992px) {
  .highslide-gallery img {
    width: 150px;
    height: 100px;
  }
  .highslide-gallery td {
    padding: 8px;
  }
}


@media (max-width: 600px) {
  .highslide-gallery img {
    width: 120px;
    height: 80px;
  }
  .highslide-gallery table {
    width: 100%;
  }
  .highslide-gallery td {
    display: inline-block;
    padding: 6px;
  }
}

.search-btn {
  color: white;
  background-color: var(--color-dark-green);
  border: 1px solid #fff;
}

@media (min-width: 992px) {

  header-top {
    padding: 0 !important;
    min-height: unset !important;
  }

  .navbar-collapse,
  .navbar-nav {
    height: 100%;
    align-items: center;
  }

  .navbar-nav .nav-link {
    padding: 6px 16px !important;
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
  }

}

.dropdown-menu .dropdown-item {
  background: transparent !important;
  color: #ffffff !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active {
  background-color: rgba(255,255,255,0.18) !important;
  color: #ffffff !important;
}


.dropdown-menu li {
  background: transparent !important;
}
.footer-social {
  font-size: 0.9rem;
  line-height: 1.4;
}

.footer-social a i {
  font-size: 20px;
  margin: 0 6px;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* Blue */
.footer-social a .fa-facebook-f,
.footer-social a .fa-twitter,
.footer-social a .fa-x-twitter {
  color: #1877f2;
}

/* Red */
.footer-social a .fa-youtube,
.footer-social a .fa-instagram {
  color: #e63946;
}

/* Hover effect */
.footer-social a:hover i {
  transform: scale(1.15);
  filter: brightness(1.1);
}

.centre{
  background-color: #1F7A8C;
  font-weight: bold;
}

.left{
  background-color: #1E2E45;
  font-weight: bold;
}

.right{
  background-color: #2F4C6B;
  font-weight: bold;
}


/* Style Banner */

.banner .banner_inner {
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align content to the left */
  padding-left: 50px;           /* Add spacing from the left edge */
}

.banner .banner_content {
  color: var(--color-apricot);
  text-align: left;             /* Text aligned left */
}

.banner .banner_logo h1 {
  font-size: 36px;
  font-weight: 600;
  color:#000;
  margin-bottom: 10px;
}

.bg-danger { background-color: var(--color-blue) !important; }
.bg-warning { background-color: var(--color-blue) !important; }
.bg-info { background-color: var(--color-dark-green) !important; }

.main-head {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.main-head::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin-top: 8px;
  background: #DCAE1D;
  border-radius: 2px;
}

.controls-row{
  line-height:1.2;
}

.controls-row a{
  padding:2px 6px;
}

.controls-row button{
  padding:2px 6px;
  line-height:1;
}

.controls-row img{
  height:14px;
}

.header-divider{
  margin:4px 0;
}

.table thead.table-light th{
  background-color: var(--color-dark-green);
  color:#fff
}

 .icon-honey{
  /* background-color: #DCAE1D; */
  color: #DCAE1D;
} 