body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
.theme-bg{
  background: #FBF8F4;
}
.banner-heading {
  font-family: "Share Tech", sans-serif;
  font-size: 45px;
  font-weight: 600;
}
.details-section h1,
.details-section h2,
.details-section h3,
.details-section h4,
.details-section h5,
.details-section h6 {
  color: #5E8F7A !important;
}

.special-text {
  font-family: "Dancing Script", cursive;
  font-size: 65px;
}
p{color: #3E4A46}

.text-light {
  color: #3E4A46 !important;
}
.theme-color{
  background: #FBF8F4;
  color: #3E4A46;
}
.text-common{
  color: #3E4A46;
}
.bg-red {
  background-color: #c8002b;
}
mark {
  background: none !important;
  color: #5E8F7A;
}
.mb-35 {
  margin-bottom: 27px;
}
.mt-minus-35 {
  margin-top: -35px;
}

.top-head-text {
  font-size: 17px;
  font-weight: 600;
  color: #3E4A46;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-expand-lg .navbar-nav {
  gap: 32px;
}
.main-nav-bar {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 8px 30px;
}

/* Custom button style */
.btn-custom {
  position: relative;
  display: inline-block;
  padding: 15px 40px !important;
  border: none;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
  background: #F4A287;
  background-size: 200% 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 6px rgba(200, 0, 43, 0.2);
  overflow: hidden;
  cursor: pointer;
}

.btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E58A6D; /* hover color */
  opacity: 0;
  border-radius: 50px;
  transition: opacity 1.2s ease; /* smooth fade */
  z-index: 0; /* behind the text */
}

.btn-custom::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: #E58A6D;
  transform: skewX(-20deg);
  transition: left 1s ease;
  z-index: 1; /* above hover color but below text */
}

.btn-custom span {
  position: relative;
  z-index: 2; /* above everything */
  color: white; /* always white */
}

.btn-custom:hover::before {
  opacity: 1; /* fade in hover color */
}

.btn-custom:hover::after {
  left: 150%; /* sweeping shine */
}

.btn-custom:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(10, 49, 97, 0.35);
}

/* Nav link styles */
.nav-link {
  color: #333 !important;
  font-weight: 500;
  font-size: 1.2rem;
  transition: all 0.3s;
  display: block;
}

.nav-link:hover {
  color: #f4a287 !important;
}

/* Dropdown menu styling with smooth transition */
.dropdown-menu {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 0;
}

.dropdown-item {
  padding: 10px 20px;
  transition: all 0.2s;
}

.dropdown-item:hover {
  background-color: #fbf8f4;
  color: #5e8f7a;
}
.dropdown-toggle img {
  margin-left: 5px;
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
}

.dropdown-toggle[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.offers-row {
  display: flex;
  flex-wrap: wrap;
}
.offer-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 15px;
  text-align: center;
  height: 100%;
  cursor: pointer;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.35s ease;
}

.offer-icon-bg {
  width: 72px;
  height: 72px;
  background: #f4a287;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  transition: all 0.35s ease;
}

.offer-icon-bg img {
  width: 38px;
}

.offer-card span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

/* hover */
.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.offer-card:hover .offer-icon-bg {
  transform: scale(1.12) rotate(3deg);
  box-shadow: 0 10px 25px #5e8f7a;
  background: #5e8f7a;
}
.why-choose-bg {
  background-color: #f4a287;
  border-radius: 12px;
  height: 50vh;
  width: 26rem;
}

.why-choose-img {
  top: 0;
  z-index: 2;
}
.numbering {
  background: #f4a287;
  color: white;
  padding: 3px 11px;
  border-radius: 50%;
}
.numbering1 {
  padding: 2px 12px;
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
.theme-scroll {
  scrollbar-width: thin;
  scrollbar-color: #5e8f7a #e5e7eb;
}

.theme-scroll::-webkit-scrollbar {
  width: 8px;
}

.theme-scroll::-webkit-scrollbar-track {
  background: #e5e7eb;
}

.theme-scroll::-webkit-scrollbar-thumb {
  background-color: #0a3161;
  border-radius: 6px;
}

.theme-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #08284d;
}
.asan-faq-item {
  background: linear-gradient(to right, #E6F2ED 0%, #F0F6F3 50%, #FAFCFB 100%);
  border-bottom: 1px solid #D7E4DE;
  border-radius: 4px;
  margin-bottom: 3px;
}

.asan-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 15px;
  color: #5e8f7a;
  font-size: 1.15rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.asan-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.asan-faq-answer p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 10px 20px;
}

.asan-icon {
  font-size: 26px;
  font-weight: 700;
  color: #5e8f7a;
  min-width: 24px;
  text-align: center;
  transition: color 0.3s ease;
}

.asan-minus {
  display: none;
}

.asan-faq-item.active .asan-faq-answer {
  max-height: 600px;
}

.asan-faq-item.active .asan-plus {
  display: none;
}

.asan-faq-item.active .asan-minus {
  display: inline;
}

.asan-faq-item.active .asan-icon {
  color: #5e8f7a;
}
.footer-main {
  position: relative;
  overflow: hidden;
  background-color: #5e8f7a !important;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.03) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 1rem;
}

.footer-description {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.75;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  background: #f4a287;
  transform: translateY(-3px);
  box-shadow: 0 3px 16px #f4a287ba;
}

.footer-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
}

.footer-links li a::before {
  content: "›";
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #667eea;
}

.footer-links li a:hover {
  color: #fff !important;
  transform: translateX(15px);
}

.footer-links li a:hover::before {
  opacity: 1;
}

.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.footer-contact p img {
  margin-top: 0.25rem;
  filter: brightness(0.7);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.footer-contact p span {
  color: #fff;
}

.footer-contact p:hover {
  transform: translateX(5px);
}

.footer-contact p:hover img {
  filter: brightness(1);
}

.footer-divider {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  opacity: 0.25;
}

.footer-copyright {
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
}

.footer-rights {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.875rem;
}

.footer-payment {
  max-width: 100%;
  height: auto;
}
