* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  /* font-family: "Inter", sans-serif; */
  font-family: 'Georgia', 'Times New Roman', serif;

  overflow-x: hidden;
}

/* button  */

.btn-warning {
  /* background-color: #d4a055; */
  background-color: #004e5f;
  border: none;
}

.btn-warning:hover {
  /* background-color: #a88d3c; */
  background-color: #01323c;
}

.bg-white {
  background: #fff !important;
}

/* navbar  */

.navbar {
    background-color: #f1e3e847;
}

.navbar .container {
  max-width: 1320px;
  margin: 0 auto;
}

.navbar-brand img {
  width: 160px;
  border-radius: 6px;
}

.navbar-nav {
  justify-content: space-around;
}

.navbar-nav .nav-item {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.nav-button {
  /* background-color: #d4a055; */
  background-color: #004e5f;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.nav-button:hover {
  /* background-color: #a88d3c; */
  background-color: #01323c;
}


.hero-container {
  max-width: 1200px;
  margin: auto;
}

.hero-header {
  /* font-family: "Inter", sans-serif; */
  /* font-weight: 700; */
  line-height: 40px;
  font-size: 38px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 0 23px 0;
  position: relative;
}

.hero-header::before {
  background: #bebebe;
  height: 1px;
  width: 940px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 55px;
}

.hero_content_box {
  max-width: 1045px;
  margin: 0 auto;
}

.hero-content {
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  /* font-family: "Inter", sans-serif; */
}

.hero-right {
  /* background-image: url("images/right-banner.png"); */
  /* width: 430px; */
  height: 680px;
  margin-top: 50px;
  /* margin-left: 100px; */
}

.hero-image {
  margin-top: 100px;
  width: 430px;
  height: 680px;
}

.btn-custom-main1 {
  background-color: #fff;
  border-radius: 0;
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: 600;
  color: #004e5f;
}

.btn-custom-main1:hover {
  border: 2px solid #d4a055;
}

.btn-custom-outline {
  border: 2px solid #d4a373;
  color: #d4a373;
  padding: 10px 20px !important;
  font-weight: 600;
  border-radius: 0 !important;
}

.btn-custom-outline:hover {
  background-color: #d4a373;
  color: #fff;
}

.mt-4.d-flex.gap-3.join-buttons {
  margin-top: 40px !important;
  /* justify-content: center; */
  /* flex-wrap: wrap; */
}

.mt-4.d-flex.gap-3.footer-buttons {
  margin-top: 50px !important;
  /* justify-content: center; */
}

.btn-custom-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px !important;
  font-weight: 600;
  border-radius: 0 !important;
}

.btn-custom-outline:hover {
  background-color: #fff;
  color: #004e5f;
}

a.btn.btn-custom-main1.footer-btn-custum.px-4.py-2:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}


/* search bar  */

.search-container {
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.search {
  margin: 50px 0px;
  z-index: 9;
  position: relative;
  top: 0;
  width: 100%;
  border-radius: 10px;
}

select#serviceType {
  font-weight: 600;
  font-size: 16px;
}

.border-right-only {
  border: none;
  border-right: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.search-button {
  margin-left: 20px;
  padding: 20px 20px;
  font-size: 16px;
  border-radius: 0;
  letter-spacing: 1px;
}

.form-search input::placeholder {
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
}

.shadow {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

/* healthy  */

.healthy-container {
  /* font-family: "Segoe UI", sans-serif; */
  max-width: 1320px;
  margin: auto;
}

.badge-custom {
  background-color: #d9f2ed;
  color: #1a7f74;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 0.4rem 0.75rem;
  border-radius: 20px;
  display: inline-block;
}

.card-left-text {
  font-size: 16px;
  color: #555;
  line-height: 28px;
}

/* middle-col */

.highlight-box {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1rem 1rem;
  flex-direction: column;

  justify-content: center;
}

.highlight-box .percent {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.desc.animate__animated.animate__fadeInUp.aos-init.aos-animate {
  margin-top: 0;
}

.highlight-box .desc {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
  margin-top: 0.5rem;
  margin-bottom: 15px;
  line-height: 23px;
}

.highlight-box img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

/* right- column  */

.right {
  padding-right: 40px;
}

.about-icon {
  font-size: 18px !important;
  color: #555 !important;
  background-color: transparent;
  margin-bottom: 0.5rem !important;
  padding: 8px 15px !important;
  border: 1px solid lightgray;
  border-radius: 50px !important;
  font-weight: 600 !important;
}

.info-section {
  position: relative;
  padding-right: 2rem;
}

.info-section h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 38px;
}

.info-section p {
  font-size: 16px;
  color: #555;
  line-height: 28px;
  margin-top: 20px;
}

.read-more-btn {
  color: #000;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

.opacity-07 {
  opacity: 0.7;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.line-height-28 {
  line-height: 28px;
}

.sub-head {
  font-size: 30px;
  font-weight: 700;
  /* letter-spacing: 2px; */
  line-height: 52px;
}

.btn-outline-secondary {
  border: 1px solid #000000;
  line-height: 46px;
  padding: 0px 24px;
  font-weight: 600;
  color: #000;
  border-radius: 0 !important;
}

.btn-outline-secondary:hover {
  border: 1px solid #000000;
  background: #000000;
  color: #fff !important;
}

/*old css */
/* .section-heading h2 {
  font-size: 35px;
  font-weight: 700;
  color: #26505e;
  letter-spacing: 2px;
  line-height: 52px;
} */
.section-heading h2 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  /* line-height: 0px; */
}

h4.text-goling {
  color: white;
  /* Change the color to white */
}

.section-heading p {
  font-size: 1rem;
  color: #26505e !important;
}

.card-custom {
  border: none;
  border-radius: 15px;
  padding: 25px;
  background-color: #ffffff;
  height: 100%;
  transition: all 0.3s ease-in-out;
  color: #163d33;
}

.card-custom:hover {
  /* color: #fff; */
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.card-custom:hover .icon-circle {
  /* background-color: #ffffff; */
  color: #ffffff;
}

.card-custom:hover .learn-more {
  color: #fff;
}

.card-custom h5 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
}

.card-custom p {
  font-size: 16px;
  margin: 15px 0;
  opacity: 0.7;
}

.learn-more {
  font-weight: 500;
  text-decoration: none;
  color: #d4a055;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.learn-more i {
  font-size: 0.9rem;
}

.icon-circle i {
  font-size: 45px;
}

.icon-circle {
  position: relative;
  z-index: 1;
}

.our-servicess .icon-circle i {
  color: #928b8b;
  opacity: 0.7;
}

.our-servicess .card-custom:hover i {
  /* color: #fff; */
  opacity: 1;
}

.our-servicess .icon-circle {
  text-align: left;
  color: #f5eade;
}

.icon-circle::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1e3e8;
  font-size: 20px;
  color: #163d33;
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: -1;
}

.highlight-card {
  background-color: #dbb480 !important;
  color: white !important;
}

.highlight-card:hover {
  background-color: #c59a5d !important;
  color: white !important;
}

.our-servicess {
  background: #004e5f;
  padding-top: 65px !important;
}

.dott {
  background-color: #dbb480 !important;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
}

/* Our services end */
/*  <!-- organization system Start --> */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.section-header h2 {
  color: #1f2937;
  font-weight: 600;
}

.section-header p {
  font-size: 18px;
  /* 1rem = 16px */
  color: #6b7280;
  margin-right: 20px;
}

.explore-btn {
  background-color: #4f46e5;
  color: white;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background-color: #4338ca;
  text-decoration: none;
}

.explore-btn i {
  margin-left: 8px;
}

/* card */
/* Card styling */
.organization-wrapper .card {
  border: none;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  background: transparent;
}

.organization-wrapper .card:hover {
  transform: translateY(-5px);
}

.organization-wrapper .card-header {
  background-color: #f8f9fa;
  padding: 10px;
}

.organization-wrapper .card-category {
  font-size: 14px;
  font-weight: bold;
  color: #007b7f;
}

.organization-wrapper .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  font-weight: 600;
}

.card-body:hover .card-title {
  color: #d4a055;
}

.organization-wrapper.card-text {
  color: #555;
  font-size: 14px;
  margin-bottom: 15px;
}

/* .btn-outline-primary {
  color: #007b7f;
  border-color: #007b7f;
}

.btn-outline-primary:hover {
  background-color: #007b7f;
  color: #fff;
} */
.cardimg-hed {
  position: relative;
}

.card-category {
  position: absolute;
  top: 17px;
  bottom: 0;
  /* right: 1px; */
  left: 0px;
  /* margin: auto; */
  /* display: flex
; */
  align-items: top;
  background: #fff;
  padding: 11px 30px;
  height: fit-content;
}

.organization-wrapper .card-text {
  opacity: 0.5;
}

.view-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 20px 0px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

span.arrow-rotate {
  background: #26505e;
  width: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
}

span.arrow-rotate i {
  rotate: 45deg;
}

.curriculum-sale {
    background-color: #f1e3e8;
    margin: 0 !important;
    padding: 75px 0 !important;
    max-width: 100% !important;
}

/*  <!-- organization system End --> */
/* coreculum sale start */
/* Section Title and Description */
.curriculum-sale .section-title {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 24px;
}

.curriculum-sale .section-description {
  font-size: 1.2rem;
  color: #555;
  /* margin-bottom: 40px; */
}

/* Card Styling */
.curriculum-sale .card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
  padding: 35px;
}

.curriculum-sale .card:hover {
  transform: translateY(-5px);
}

.curriculum-sale .card-icon {
  /* background-color: #007b7f; */
  border-radius: 50% !important;
  padding: 0 0 20px 0 !important;
  color: white !important;
}

.curriculum-sale .sale-key ul {
  list-style: disc;
  padding-left: 18px;
  margin: 0 0 15px 0;
}

.curriculum-sale .sale-key ul li {
  font-size: 17px;
  color: #424242;
  line-height: 30px;
}

.curriculum-sale .sale-key ul li::marker {
  color: #004e5f;
}

#langBtnDesktop:hover {
  background-color: #004e5f !important;
  color: #fff !important;
}

.view-article {
  background-color: #fff !important;
  color: #004e5f !important;
  border: none;
}

.view-article:hover {
 background-color: #01323c !important;
    /* transform: scale(1.1); */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.dropdown-menu{
  position: absolute;
   /* left: 10px !important; */
    top: 100%;
    z-index: 1000;  
    /* padding: 0px 10px 0px 10px !important; */
}
.curriculum-sale .card-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  opacity: 0.4;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 20px;
}

.curriculum-sale .card-text {
  color: #5e5e5e;
  font-size: 18px;
  margin-bottom: 15px;
  opacity: 0.7;
}

.curriculum-sale .btn-primary {
  background-color: #007b7f;
  border-color: #007b7f;
}

.curriculum-sale .btn-primary:hover {
  background-color: #005f60;
  border-color: #005f60;
}

.read_banner img {
  border-radius: 8px;
}

.btn-buynow {
  /* background-color: #d4a055; */
  background-color: #004e5f;
  border-radius: 0;
  text-decoration: none;
  line-height: 42px;
  padding: 5px 23px;
  /* border-radius: 20px;  */
  font-size: 16px;
  color: #fff;
  width: fit-content !important;
  line-height: 42px;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-buynow:hover {
  /* background-color: #a88d3c; */
  background-color: #01323c;
  transform: scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.w-lg-25.buy-now {
  margin-top: 25px;
}

.img-height {
  /* height: 450px !important; */
  object-fit: cover;
}

.bg-lighthi {
  background: #f1f1f1;
}

/* coreculum sale end */

/* <!-- Recovery jurney step by step start --> */
.recovery-wrapper {
  background-color: #004e5f;
  /* Unique background color for the section */
}

.recovery-wrapper .how-it-works-section {
  /* padding: 40px 0; */
  border-radius: 10px;
  color: white;
}

.recovery-wrapper .section-title {
  /* font-size: 32px; */
  font-weight: 600;
  margin-bottom: 20px;
}

.recovery-wrapper .section-description {
  font-size: 18px;
  /* margin-bottom: 40px; */
  font-weight: 300;
}

/* Step Card Styling */
.recovery-wrapper .how-it-card {
  /* background-color: #fff; */
  border-radius: 12px;
  padding: 30px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  text-align: center;
  transition: transform 0.3s ease;
}

.recovery-wrapper .how-it-card:hover {
  transform: translateY(-10px);
}

/* map and contactus start */
.map-wrapper {
    background-color: #fff;
}

.map-wrapper .map-section {
    background-color: #fff;
    padding: 60px 0;
}

.map-wrapper .map-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #e5e5e5;
}

.map-wrapper .contact-form {
  border-radius: 8px;
  padding: 30px;
}

.map-wrapper .form-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.map-wrapper .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #7f7c7a;
  margin-bottom: 4px;
}

.map-wrapper .form-control {
  border-radius: 6px;
  padding: 15px;
  font-size: 16px;
}

.map-wrapper .btn-primary {
  background-color: #ff7f3f;
  border-color: #ff7f3f;
  padding: 15px;
  font-size: 16px;
  border-radius: 6px;
}

.map-wrapper .btn-primary:hover {
  background-color: #e0662a;
  border-color: #e0662a;
}

.map-wrapper {
  background: fff8f4;
  overflow: hidden;
}

.map-wrapper .btn-warning {
  line-height: 36px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  border-radius: 6px;
}

.map-wrapper select,
.map-wrapper ::placeholder {
  color: #000;
  opacity: 0.5;
  font-size: 14px !important;
}

.map-wrapper select,
.map-wrapper input {
  border-radius: 6px;
  box-shadow: none !important;
}

/* map and contactus end */
/* Footer style Start */
.footer-section .healthy-container {
  background: #004e5f;
  border-radius: 20px;
  margin-bottom: 20px;
}

.footer-section ::placeholder {
  font-size: 14px;
  color: #fff;
  opacity: 0.9;
}

.iconf-i {
  width: 40px;
  line-height: 40px;
  border: 1px solid #6babb963;
  /* opacity: 0.3; */
  color: #fff;
  text-align: center;
  border-radius: 100%;
}

.footer-contact-info {
  display: flex;
  justify-content: space-between;
}

/* Custom Styling for Input and Button */
.footer-section .input-group {
  position: relative;
}

.footer-section .form-control {
  border-radius: 30px;
  padding: 6px;
  font-size: 16px;
  border: 1px solid #6babb963;
  background-color: transparent;
  color: #fff;
}

.footer-section .form-control:focus {
  background-color: transparent;
  border-color: #6babb963;
  border: 1px solid #6babb963;
}

.footer-section .btn-outline-primary i.fas.fa-paper-plane {
  background: #cc9f70;
  width: 35px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 100%;
}

.footer-section .btn-outline-primary:hover {
  background-color: transparent;
  border-color: #6babb963;
  border: 1px solid #6babb963;
}

/* 
.footer-section .btn-outline-primary i {
  font-size: 18px;
} */

/* .footer-section .input-group .form-control {
  border-radius: 30px;
}

.footer-section .input-group .btn {
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
} */

.footer-section .right-content input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

ul.navbar-nav.w-100.d-flex.align-items-center {
  padding-bottom: 10px;
}

.minus-m {
  margin-top: -26px;
  margin-right: 26px;
}

.footer-nav {
  display: flex;
  justify-content: end;
  gap: 15px;
}

.footer-copyright {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}

ul.footer-nav li a {
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none;
}

.footer-section .container {
  margin-bottom: 0px !important;
}

.bordr-t {
  border-top: 1px solid #6babb963;
}

.w-lg-25 {
  width: 25%;
}

.cursor-inner,
.cursor-outer {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.15s ease-out, top 0.15s, left 0.15s;
}

.cursor-inner {
  width: 8px;
  height: 8px;
  background: #213e76;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

.cursor-outer {
  width: 40px;
  height: 40px;
  border: 2px solid #213e76;
  border-radius: 50%;
  animation: pulse 1.2s infinite ease-in-out;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.cursor-scroll-top {
  transform: translate(20px, -20px);
}

.cursor-scroll-bottom {
  transform: translate(-20px, 20px);
}

.cursor-scroll-left {
  transform: translate(-20px, -20px);
}

.cursor-scroll-right {
  transform: translate(20px, 20px);
}

/* heder-animation start */
.site-header .navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header .navbar:hover {
  background-color: #fdf4ea;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.site-header .navbar-nav .nav-link {
  position: relative;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
  font-size: 15px;
  text-align: center;
}

.site-header-f ul.footer-nav li a {
  color: #fff;
  position: relative;
  font-weight: 600;
  transition: color 0.3s ease;
  font-size: 15px;
}

.site-header-f ul.footer-nav li a::after,
.site-header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #004e5f;
  transition: width 0.3s ease;
}

button#loginBtn:hover {
  color: #004e5f;
}

.site-header-f ul.footer-nav li a:hover,
.site-header .navbar-nav .nav-link:hover {
  color: #004e5f;
}

.site-header-f ul.footer-nav li a::after,
.site-header .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.site-header {
  background-color: #ffffff;
  padding: 0px;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.site-header:hover {
  background-color: #fdf4ea;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* .site-header-f ul.footer-nav li a, */
.site-header nav a {
  text-decoration: none;
  color: #333;
  /* margin: 0 15px; */
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
  justify-content: left;
}

/* .site-header-f ul.footer-nav li a:hover{

  border-bottom: 2px solid #d4a055;
       transition: width 0.3s ease;


} */
/* .site-header-f ul.footer-nav li a::after,
.site-header nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d4a055;
  transition: width 0.3s ease;
} */

.site-header-f ul.footer-nav li a:hover,
.site-header nav a:hover {
  color: #004e5f;
}

.site-header-f ul.footer-nav li a:hover::after,
.site-header nav a:hover::after {
  width: 100%;
}

/* .site-header nav a::after */
.site-header a.navbar-brand::after {
  background-color: unset !important;
}

/* heder-animation End */
/* Banner Shape Start +++++++++++++++++++++++++++++++++*/
.stacked-image {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  overflow: visible;
}

.stacked-image img {
  width: 100%;
  height: auto;
  border-radius: 60px 0px;
  position: relative;
  z-index: 3;
  transition: transform 0.4s ease;
  object-fit: cover;
}

.stacked-image:hover img {
  transform: scale(1.03);
}

.bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.4s ease;
}

.shape-one {
  background-color: #fff0d8;
  border-radius: 60px 0 0 0;
  top: -40px;
  left: -40px;
}

.shape-two {
  background-color: #d4edea;
  border-radius: 0 0 60px 0;
  bottom: -40px;
  right: -40px;
  z-index: 2;
}

/* Hover color change on image or strip */
.hover-colored:hover .shape-one {
  background-color: #f9d9b2;
}

.hover-colored:hover .shape-two {
  background-color: #b7dfdb;
}

/* Banner Shape End +++++++++++++++++++++++++++++++++++++++*/
.down-select {
  position: absolute;
  top: 26px;
  background: #fff;
  right: 20px;
}

.oganization-container .container {
  max-width: 1320px;
  margin: 0 auto;
}

.organization-wrapper {
  position: sticky;
}

.sticky-wrapper {
  position: sticky;
  top: 20px;
}

.oganization-container select.form-select {
  font-weight: 600;
}

.oganization-container .border-right-only {
  padding: 10px;
}

/* .color-hover:hover  i , */
.color-hover a:hover {
  color: #004e5f !important;
}

.card-bg img {
  background: #d9f2ed;
  padding: 6px;
  border-radius: 24px 0px;
}

.site-header .navbar {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.oganization-container .search {
  max-width: 1000px;
  margin: auto;
}

.w-fit {
  width: fit-content !important;
  margin: auto;
  border-bottom: 2px solid #d4a055;
}

.object-cover {
  object-fit: cover;
}

.map-contact .map-container {
  height: 310px;
}

/* select css */
.home-select select {
  font-weight: 600;

}

.home-select select option {
  padding: 10px 40px !important;
}

.home-select select.form-select {
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}

.home-select select.form-select:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(204, 155, 81, 0.2);
}

.home-select select.form-select option {
  padding: 10px;
  font-size: 14px;
}

.home-select {
  position: relative;
}

.home-select i.down-select {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}

/* End */
/* organization start */
.organization-wrapper #map {
  width: 100%;
  height: 600px;
}

.organization-wrapper .marker-popup {
  font-size: 14px;
  /* font-family: Arial, sans-serif; */
}

/* .organization-wrapper select.form-select, .form-control {
  height: 44px;
} */
.organization-wrapper .btn-warning {
  background-color: #cc9b51;
  border-color: #cc9b51;
  color: #fff;
}

.organization-wrapper .btn-warning:hover {
  background-color: #b58946;
}

.organization-wrapper .search {
  z-index: 0;
  position: unset;

}

.organization-wrapper .mapboxgl-popup-close-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: -2px;
  top: -4px;
}

.organization-wrapper .breadcrumb-item+.breadcrumb-item::before {
  color: #000 !important;
}

/* organization End */
/* .oganization-container .search{
      position: sticky;
    top: 58px;
    z-index: 2;
} */
/* desigine End */
@media (max-width: 1326px) {
  .right {
    padding: 0px !important;
  }
}

@media (max-width: 767px) {

  .py-5 {
    padding: 20px 10px !important;
  }

  ul.navbar-nav.w-100.d-flex {
    padding: 10px;
  }

  .dropdown.at-user-dropdown.d-flex {
    padding: 15px;
  }

  .right {
    /* padding: 0px 24px !important; */
    text-align: center;
  }

  .info-section {
    padding-right: 0px;
  }

  .stacked-image img {
    width: 80%;
  }

  .shape-one {
    left: -20px;
  }

  .shape-two {
    right: -20px;
  }

  .bg-shape {
    width: 80%;
  }

  .center {
    text-align: center;
  }

  .highlight-box .percent {
    font-size: 30px;
    color: #000;
    margin-top: 20px;
  }

  .highlight-box img {
    border-radius: 12px;
    max-width: 50%;
    height: auto;
    text-align: center;
  }

  .w-lg-25 {
    width: 100%;
  }

  .minus-m {
    margin-top: 0px;
    margin-bottom: 20px;
    display: none;
  }

  .organization-wrapper {
    overflow: hidden;
  }

  .mt-4.d-flex.gap-3.join-buttons {
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
  }

  .mt-4.d-flex.gap-3.footer-buttons {
    margin-top: 30px !important;
    flex-direction: column;
    width: 100%;
  }

  .sub-head,
  .section-heading h2 {
    font-size: 16px;
    /* line-height: 32px; */
    margin-bottom: 0px !important;
    /* margin-top: 30px; */
  }

  .card-custom h5 {
    font-size: 18px;
  }

  .card-category {
    padding: 21px 52px;
    top: 22px;
  }

  .arrow-imag {
    display: none !important;
  }

  .hero-right {
    width: 100%;
    margin-left: 0px;
    height: 270px;
    margin-top: 40px;
  }

  .hero-image {
    width: 250px;
    height: auto;
    margin-top: 0px;
  }

  .search {
    max-width: 100%;
    position: unset;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .about-icon {
    margin-top: 60px;
  }

  .section-header {
    flex-direction: column;
  }

  .hero-content {
    font-size: 16px;
    line-height: 30px;
  }

  .mapboxgl-ctrl-geocoder {
    padding: 10px;
  }

  .search-button {
    margin-left: 0px !important;
    padding: 10px;
  }

  .border-right-only {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .hero-header {
    font-size: 30px;
  }

  .navbar-brand img {
    width: 115px;
  }

  .info-section h2 {
    font-size: 30px;
  }

  .footer-contact-info {
    /* display: unset; */
    gap: 20px;
    flex-direction: column;
    text-align: left;
  }

  .d-flex.align-items-start.gap-3 {
    justify-content: center;
  }

  .curriculum-sale .card {
    text-align: center;
  }

  .text-start.mb-lg-0 {
    text-align: center !important;
  }

  .w-lg-25.text-end.buy-now {
    text-align: center !important;
  }

  .map-wrapper .map-section {
    padding: 20px 0;
  }

  .map-header {}

  .row.map {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .fs-md-14 {
    font-size: 14px;
  }

  .organization-wrapper .card-body {
    padding: 20px;
  }

  .curriculum-sale .card-body {
    padding: 20px;
  }

  .recovery-wrapper .section-title {
    font-size: 28px;
  }

  .recovery-wrapper .section-description {
    font-size: 16px;
  }

  .recovery-wrapper .card-title {
    font-size: 16px;
  }

  .recovery-wrapper .card-description {
    font-size: 12px;
  }

  .map-wrapper .contact-form {
    padding: 20px;
  }

  .map-wrapper .map-container {
    height: 300px;
  }

  .footer-nav {
    justify-content: center;
    margin-top: 10px;
  }

  /* .top-margin {
    margin-top: 30px;
  } */
  .healthy-container {
    overflow: hidden;
  }
  .organization-btn{
    width: 70px !important;
    height: 70px !important;
  }
  .hero-header::before {
    width: 320px;
    left: auto !important;}
}

@media (max-width: 767.98px) {
  .mobile-readmore .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mobile-readmore.expanded .content {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }

  .read-more-toggle {
    background: transparent;
    border: 0;
    color: #000;
    font-weight: 600;
    cursor: pointer;
  }

  li.nav-link.dropdown.login-menu.dropdown.at-user-dropdown {
    margin-left: 18px;
  }
}

@media (min-width: 768px) {
  .read-more-toggle {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .stacked-image {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .card-category {
    top: 16px;
  }

  .organization-wrapper .card-body {
    padding: 15px;
  }

  .curriculum-sale .card-body {
    padding: 15px;
  }

  .recovery-wrapper .section-title {
    font-size: 22px;
  }

  .recovery-wrapper .section-description {
    font-size: 14px;
  }

  .recovery-wrapper .card-title {
    font-size: 14px;
  }

  .recovery-wrapper .card-description {
    font-size: 10px;
  }

  .footer-section {
    text-align: center;
  }
}

/* media query End */



.organizationpage .search {
  position: unset;
}

.geocoder-wrapper .mapboxgl-ctrl-geocoder {
  width: 100%;
  box-shadow: none;
  border-radius: .375rem;
  height: 38px
}

.geocoder-wrapper .mapboxgl-ctrl-geocoder--input {
  height: 36px;
  padding: .375rem .75rem;
  font-size: 1rem
}

svg.mapboxgl-ctrl-geocoder--icon.mapboxgl-ctrl-geocoder--icon-search {
  display: none !important;
}


.mapboxgl-ctrl-geocoder .mapboxgl-ctrl {
  width: 100%;
  box-shadow: none;
  border-radius: .375rem;
  height: 38px;
}

input.mapboxgl-ctrl-geocoder--input {
  height: 36px;
  padding: .375rem .75rem;
  font-size: 1rem;
  /* box-shadow: none; */
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
  box-shadow: none !important;
}

select.form-select.border-right-only.shadow-none {
  color: black;
  font-weight: 700;
}

.bg-light p {
  margin-top: 0;
  margin-bottom: 1rem;
}


p.section-title,
.shiyal-inner p {
  color: #fff;
}

h2.section-description {
  color: #fff;
}

.accordion-button {
  font-size: 1.75rem;
  font-weight: bold;
  background-color: transparent;
}

.accordion-item {
  background-color: transparent;
}

div#accordionExample {
  margin-top: 35px;
}

#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

#google_translate_element,
.goog-logo-link,
.goog-te-gadget-icon,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-combo {
  font-size: 14px;
}

.skiptranslate {
  display: none !important;
}

.flag {
  width: 18px;
  height: 14px;
  border-radius: 1px;
  vertical-align: -2px;
}

.me-2 {
  margin-right: .5rem;
}

/* .sale-key{
  display: flex;
  align-items: center;
} */

.toggle_button-section {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sml-search-btn:hover {
    background: #004e5f !important;
}
.sml-search-btn {
    background: #004e5f !important;
  
}
.at-category-badge {
    padding: 10px 12px;
    border-radius: 4px;
    background: #F5EFFF;
    color: #004e5f;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: fit-content;
}
.mh-blog-card:hover .mh-blog-arrow path {
    fill: #000;
}
#langBtnMobile:active,
#langBtnMobile:focus {
  border: 4px solid #585552 !important;
  outline: none;
  /* optional */
  box-shadow: none;
  /* optional: remove BS focus ring */
}
#langMenuMobile {
  width: auto;
  max-width: 100%;
}
#langMenuMobile {
    max-height: 300px;  /* Control the max height */
    overflow-y: auto;  /* Make the dropdown scrollable */
    position: absolute;
    top: 100%;  /* Keep it aligned below the button */
    width: 100%;  /* Make sure it takes up the full width */
}


.navbar-nav .nav-item {
  white-space: nowrap;
}

.search-instruction-home {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin: 15px 12px 20px;
}

.search-instruction-org {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin: 0px 15px;
}

.hero {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.email-btn{
border-radius: 30px;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #6babb963;
    /* background-color: transparent; */
    color: #fff;
}
.email-btn:hover{
    border: 1px solid #6babb963;
}
.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This makes video cover entire area */
  object-position: center;

  /* Performance optimizations */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 640px) {
  .mapboxgl-ctrl-geocoder {

    min-width: 200px !important;
  }
}

@media (max-width: 999px) {
  .sale-key {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .right-image {
    margin-top: 20px;
  }
}

/* new css start 31/1/2026 */

.search-container input,
.search-container select {
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100% !important;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  height: 50px;
}

.mapboxgl-ctrl-geocoder {
  width: 100% !important;
}
.add-listing-btn {
    border: 1px solid #004e5f;
    border-radius: 8px;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    column-gap: 4px;
    color: #004e5f;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    transition: .3s;
    justify-content: center;
}

.add-listing-btn:hover {
    color: #fff;
    background: #004e5f;
}
.card-body .noDataBtn {
    border-radius: 8px;
    background: #004e5f;
    padding: 12px 19.5px;
    color:#fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: .3s;
}

.location-suggestion-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 9999;
  margin-top: 4px;
}

.location-suggestion-box .list-group {
  max-height: 260px;
  overflow-y: auto;
  border-radius: 10px;
}

.location-suggestion-box button {
  text-align: left;
}
