
body {
  background: #FFFEF8;
  top: 0px !important;
  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-blue5: #445A4A;
  --color-cream: #e2eae4;
  --color-gray: #f7f7fd;
  --color-gray1: #f4f9ff;
  --color-gray2: #495059;
  --color-gray3: #EBEBEB;
  --color-gray4: #9690A2;
  --color-gray5: #7E838B;
  --color-gray6: #EEEEEE;
  --color-light-gray: #f4f1fe;
  --color-light-gray2: #F8F8F8;
  --color-light-gray3: #dadde1;
  --color-white: #fff;
  --color-black: #000;
  --color-black1: #222;
  --color-black2: #383838;
  --color-black3: #161519;
  --color-black4: #151515;
  --color-black5: rgba(45, 42, 52);
  --color-black6: #111013;
  --color-black7: #373737;
  --color-black8: #555555;
  --color-black9: #292c35;
  --color-black10: rgb(51 55 66);
  --color-black11: #212121;
  --color-yellow: #212121;
  --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-white);
  width: 4px;
}

.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: 10px;
}

.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;
}

.header-top {
  background: var(--color-blue5);
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  padding-top: 20px !important;
  min-height: 60px;
}

.header-top .font01:hover {
  border-radius: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
  transition: all 1s ease-out;
}

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

.light_dark_icon {
  padding-left: 10px;
}

nav {
  flex-grow: 1;
}


header nav.navbar ul li.nav-item.active a {
  color: var(--bs-link-color);
}

@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: transparent;
  box-shadow: none;
  border: none;
  height: 32px;
  position: relative;
  z-index: 10;
}

/* Collapse wrapper – allow overflow */
#navbarSupportedContent {
  height: 100%;
  overflow: visible; /* KEY: allow dropdown to escape */
  background-color: #fff;
  z-index: 2;
  position: relative;
}

/* Align navbar items vertically */
.navbar-nav {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

/* Dropdown menu styles */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* just below the nav item */
  left: 0;
  z-index: 9999;
  background-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 {
  position: absolute;
  top: 25px;       /* Increased to move dropdown further down */
  left: 85%;      /* Still to the right of the parent */
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  white-space: nowrap;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


.dropdown-menu li {
  border-bottom: 1px solid var(--color-blue5);
}

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


.dropdown-item:focus,
.dropdown-item:hover {
  color: #1C1D1F !important;
  background: #D1ECFD !important;
  border-radius: 4px;
}

/* 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.1rem;
  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: center;
  width: 100%; /* Required to center within navbar */
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em; 
  color: var(--color-blue5); /* Replace with your desired color */
  font-weight: 500; /* Optional: makes it a bit bolder */
  transition: color 0.3s ease; 
}

.nav-link:hover {
  background-color: #ebf4eb; /* A darker or contrasting shade on hover */
  text-decoration: none; /* Optional: removes underline on hover */
}


/* 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: #445A4A;
  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: #D3AA3F;
}

.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: #4A445A;                     /* deep background */
  color: #fff;                                   /* white text */
  border: 1px solid #4A445A;                     /* 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: #fafcfb;
}

.waw .waw-inner {
  display: flex;
  gap: 50px;
  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;
  padding: 5px;
  border-radius: 5px;
}

.waw .waw-inner .waw-left {
  background: #f1f3f1;
  flex:2.5;
}

.waw .waw-inner .waw-right {
  background-color: #f6f2f2;
  align-items: center;
  justify-content: center;
}

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

.news {
  padding-top: 20px;
  max-height: 520px;
  overflow: hidden;
}

.news .news-inner {
  padding: 20px 30px;
  background: #f3f6f4;
  height: 100%;
  overflow: hidden;
}

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

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

footer {
  background-color: var(--color-blue5);
  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: #7A7A7A solid 1px;
  background-color: var(--color-blue5);
  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: #445A4A;
  text-align: left;
  z-index: 99;
}

.emergency > a {
  color: #ffffff;
  background-color: #445A4A;
}

.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: #445A4A;
}


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

.custom-img {
  width: 150px;
  height: 150px;
  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;
}

.statistics_card:focus {
  outline: 1px dashed #fff !important;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.card:focus {
  outline: 1px dashed green !important;
  outline-offset: 4px;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.control {
  color: #423500;
}

/* Fixed invalid selector */
.owl-carousel .chevron_left {
  color: red;
}


/* 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: #fff;
  text-align: left;             /* Text aligned left */
}

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


.breadcrumb-nav {
  font-size: 14px;
  color: #fff;
}

.breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  text-decoration: underline;
}

.heading {
  color: var(--color-blue5); 
  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-blue5);
  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; /* Adjust height as needed */
  overflow-y: auto;
  padding-right: 10px;
  scroll-behavior: smooth;
}

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

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

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

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

.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;           /* ✅ Fixed uniform height for all boxes */
  box-sizing: border-box;  /* Prevent padding from expanding total height */
  overflow: hidden;        /* ✅ Hides overflowing text neatly */
}

.gall-box img {
  width: 200px;
  height: 150px;           /* ✅ Consistent image height */
  object-fit: cover;       /* ✅ Keeps image proportion inside fixed box */
  display: block;
  margin: 0 auto;
}

.gall-box figcaption {
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  margin-top: 8px;
  max-height: 80px;        /* ✅ Limit caption area */
  overflow: hidden;        /* ✅ Prevent caption overflow */
  text-overflow: ellipsis; /* ✅ Optional: adds “…” for long text */
}
.highslide-gallery img {
  width: 180px;             /* Default thumbnail size for desktop */
  height: 120px;
  object-fit: cover;        /* Ensures consistent cropping */
  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);   /* Subtle zoom on hover */
}

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

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

/* ✅ Tablet (2–3 images per row) */
@media (max-width: 992px) {
  .highslide-gallery img {
    width: 150px;
    height: 100px;
  }
  .highslide-gallery td {
    padding: 8px;
  }
}

/* ✅ Mobile (1–2 images per row) */
@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: #445A4A;
  border: 1px solid #fff;
}
