body {
  font-family: "Baloo Bhai 2", sans-serif;
  overflow-x: hidden;
}

.navbar-nav li {
  padding: 10px 25px;
}

.navbar a {
  text-decoration: none;
}

.nav-item {
  position: relative;
  /* margin: 0 20px; */
}

.nav-item a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  /* padding: 10px 0; */
  display: inline-block;
}

/* .navbar-nav li:last-child {
  border-right: 1px solid #ccc;
} */

.navbar-nav .nav-link.active {
  color: #999999;
}

.nav-item .active::after {
  content: "";
  position: absolute;
  bottom: 20%;
  width: 20%;
  height: 4px;
  background-color: #ff6600;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.nav-item:not(.active):hover::after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 25px;
  width: 20%;
  height: 4px;
  background-color: #ff6600;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .nav-item .active::after,
  .nav-item:not(.active):hover::after {
    width: 20%;
    left: 20px;
  }
}

a {
  text-decoration: none;
}

.hero-overlay {
  position: absolute;
  top: 50px;
  left: 20px;
  background-color: lab(0% 0 0 / 0.702);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 10px 50px;
}

.features-section {
  position: relative;
  background-color: #fef6f1;
  padding: 5rem 2rem;
  overflow: hidden;
}

.features-section::before {
  content: url("../images/bannar-bg-icon.png");
  position: absolute;
  left: 50%;
  bottom: 0;
  /* top: 20%;
  right: -100px;
  width: 400px;*/
  height: 500px;
  /* background: radial-gradient(circle at center, #ffd8b3, #fff0e6); */
  /* border-radius: 60% 40% 60% 40%; */
  /* transform: rotate(25deg); */
  z-index: 0;
}

.section-title {
  font-size: 36px;
  color: #561d00;
  /* font-weight: bold; */
}
.hero-section-title {
  font-size: clamp(2rem, 8vw, 5rem);
  /* Responsive font sizing */
  color: #fff;
  /* font-weight: bold; */
}

.highlight {
  color: #ff6b00;
}

.feature-card {
  padding: 1.2rem 0 1.2rem 1.2rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.feature-card.white {
  background-color: #fff;
  color: #000;
}

.feature-card.orange {
  background-color: #ff6b00;
  color: #fff;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  color: #561d00;
  gap: 10px;
}

.feature-icon h5 {
  margin-bottom: 0;
}

.feature-icon img {
  width: 36px;
}

.right-image {
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .features-section::before {
    width: 250px;
    height: 250px;
    right: -50px;
  }

  .feature-card {
    width: 100% !important;
    max-width: 100%;
  }

  .row > .col-md-4,
  .row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.text-box {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  flex: 1 1 45%;
}

.text-box h2 {
  font-size: 24px;
}

.text-box .highlight {
  color: #ff6600;
}

.text-box p {
  margin: 20px 0;
  color: #444;
}

.text-box ul {
  padding-left: 20px;
}

.text-box li {
  margin-bottom: 10px;
  list-style: disc;
  color: #333;
}

.image-box img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.custom-caption-box {
  background-color: rgba(255, 102, 0, 0.8);
  color: white;
  padding: 1rem 2rem;
  /* border-radius: 25px; */
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
  border-radius: 5px 50px;
  position: relative;
  top: -65px;
  /* max-width: 745px; */
}

.custom-caption-box .title {
  color: #fff;
}

.custom-caption-box .description {
  color: #333;
}

.nimbuz-section {
  padding: 40px 20px;
  background: #fff;
}

.nimbuz-header {
  position: relative;
  text-align: left;
  max-width: 900px;
  /* margin: 0 auto 40px; */
}

.nimbuz-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #561d00;
}

.nimbuz-header .highlight {
  color: #f97316;
}

.nimbuz-header .subheading {
  font-size: 16px;
  color: #444;
}

.read-more-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 18px;
  background-color: #f97316;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.nimbuz-content {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap: 30px;
  padding: 2rem 0;
}

.nimbuz-text {
  background-color: #4e1f0f;
  color: #fff;
  padding: 40px 30px;
  /* max-width: 480px; */
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  border-radius: 50px 5px 5px 5px;
}

.nimbuz-text strong {
  font-size: 22px;
  color: #f97316;
}

.nimbuz-image {
  flex: 1;
  max-width: 460px;
  overflow: hidden;
  border-radius: 0 0 50px 0;
}

.nimbuz-image img {
  width: 100%;
  height: 248px;
  display: block;
  border-radius: inherit;
}

/* Responsive styles */
@media (max-width: 900px) {
  .nimbuz-header {
    text-align: center;
  }

  .read-more-btn {
    position: static;
    margin-top: 15px;
  }

  .nimbuz-content {
    flex-direction: column;
    align-items: center;
  }

  .nimbuz-text {
    border-radius: 16px;
    text-align: center;
  }

  .nimbuz-image {
    border-radius: 16px;
  }
}

.contact-section {
  /* background-color: #f9f7f2; */
  /* light beige background */
  padding: 4rem 1rem;
  background: #f9f7f2 url(../images/left-bg.png) no-repeat left bottom;
  position: relative;
}

.contact-box {
  /* background-color: #8a2d00; */
  color: black;
  /* dark rust */
  border-radius: 50px 5px 50px 5px;
  padding: 3rem 2rem;
  /* max-width: 800px; */
  margin: auto;
}

.text-orange {
  color: #ff6600;
}
.text-brown {
  color: #8a2d00;
}
.feature-card-description {
  padding-left: 2.9rem;
}
.bg-orange {
  background-color: #ff6d00;
}

.newsletter-section input::placeholder {
  color: #fff;
  opacity: 0.8;
}
.newsletter-section .title {
  color: #561d00;
}
.newsletter-section .form-control:focus {
  box-shadow: none;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.footer-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #521e02, #3b1201);
  /* Dark brown gradient */
  overflow: hidden;
}

.footer-wrapper::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -80px;
  width: 600px;
  height: 600px;
  /* background: rgba(255, 132, 0, 0.08); */
  border-radius: 50% 30% 50% 50%;
  transform: rotate(45deg);
  z-index: 0;
}

.footer-wrapper::after {
  content: url("../images/transparent-logo-footer.png");
  position: absolute;
  bottom: 0;
  /* height: 500px; */
  /* background: rgba(255, 132, 0, 0.05); */
  /* border-radius: 40% 60% 30% 70%; */
  /* transform: rotate(25deg); */
  z-index: 0;
  left: 35%;
  scale: 0.5;
  top: 0;
}

.footer-section {
  position: relative;
  z-index: 1;
}

.carousel-item img {
  height: 100%;
}

.logo {
  width: 200px;
}

.benefits-section {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  background-color: #fef6f1;
}

.benefits-section::before {
  content: "";
}

.left-content {
  position: relative;
  z-index: 1;
  text-align: left;
}

.benefits-title {
  font-size: 36px;
  /* font-weight: 600; */
  margin-bottom: 2rem;
  color: #561d00;
}

.highlight {
  color: #ec6b12;
}

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

.benefit-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  /* background: white; */
  border-radius: 0.75rem;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  padding: 1rem;
  /* margin-bottom: 1.5rem; */
  position: relative;
  z-index: 2;
}

.benefit-icon {
  /* background-color: #843500; */
  color: white;
  font-size: 1.2rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.benefit-icon img {
  width: 44px;
  height: 44px;
}

.benefit-content h5 {
  color: #ec6b12;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0.3rem;
}

.benefit-content p {
  margin: 0;
  font-size: 18px;
  color: #444;
}

@media (max-width: 768px) {
  .benefits-section::before {
    left: 0;
    width: 100%;
    background-position: top center;
    background-size: cover;
  }

  .benefit-card {
    /* flex-direction: column; */
  }
}

.left-border {
  border-radius: 5px 5px 5px 50px;
}

.right-border {
  border-radius: 5px 50px 5px 5px;
}

@media (max-width: 768px) {
  /* Reset any absolute/relative positioning */
  .features-section .row,
  .features-section [class*="col-"] {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  /* Let layout stack naturally */
  .features-section .col-md-4,
  .features-section .col-md-6,
  .features-section .col-md-8,
  .features-section .col-md-11 {
    width: 100%;
    max-width: 100%;
  }

  /* Full-width images */
  .features-section .right-image {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  /* Spaced feature cards */
  .features-section .feature-card {
    margin-bottom: 1.25rem;
  }

  /* Buttons full width and spaced */
  .features-section .btn {
    display: block;
    width: 100%;
    margin-top: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .position-relative.bottom-0.start-0.mb-4.ms-4.justify-content-between {
    display: block !important;
  }

  .position-relative.bottom-0.start-0.mb-4.ms-4.justify-content-between .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .option-box {
    padding: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .option-item {
    display: block !important;
  }
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.4px solid white;
  border-radius: 50%;
  color: white;
  font-size: 16px;
}

.option-box {
  border: 1px solid #ddd;
  border-radius: 5px 25px;
  padding: 2rem 100px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.option-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: margin-left 0.3s ease;
}

.option-item:last-child {
  margin-bottom: 0;
}

.option-icon {
  width: 155px;
  height: 100px;
  /* border: 1px solid #dee2e6; */
  border-radius: 0 25px 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
  flex-shrink: 0;
}

.option-icon img {
  max-width: 13.5rem;
  padding: 2.5rem 0 2.5rem 2rem;
  object-fit: contain;
}

.option-title {
  font-weight: 600;
  color: #8b3400;
  font-size: 24px;
}

.option-desc {
  font-size: 0.9rem;
  color: #6c757d;
  font-size: 18px;
}

@media (min-width: 992px) {
  .option-item:nth-child(even) {
    margin-left: 150px;
  }

  .key-benifits-even-sections {
    margin-left: 150px;
  }

  .benefits-section::before {
    content: url(../images/left-bg.png);
    position: absolute;
    top: 41%;
    left: -120px;
    z-index: 0;
    scale: 0.7;
  }
}

.subscription-form .input-group span,
.subscription-form .input-group .form-control {
  background: #c34c00 !important;
}

.newsletter-section {
  position: relative;
  overflow: hidden;
  /* Ensures the shape doesn't overflow */
  border-radius: 1rem;
}

/* Background shape using ::after */
.newsletter-section::after {
  content: url("../images/transparent-logo-footer.png");
  position: absolute;
  left: 36%;
  width: 100%;
  height: 100%;
  scale: 0.5;
  bottom: 70%;
}

/* Ensures form content stays above background shape */
.subscription-form {
  position: relative;
  z-index: 1;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.hero-section {
  height: 350px;
  /* background-color: #000; */
  border-radius: 10px 50px;
}

.hero-bg-img {
  object-fit: cover;
  object-position: right;
  /* opacity: 0.5; */
}

.hero-overlay {
  z-index: 2;
  max-width: 40%;
}

.text-orange {
  color: #f76c1e;
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
  }

  .hero-overlay {
    max-width: 100%;
    padding: 2rem;
  }
}

.solutions-section {
  padding: 60px 0;
  background-color: #f7f4ef;
}

.solutions-section::before {
  content: url("../images/bannar-bg-icon.png");
  position: absolute;
  right: -125px;
  z-index: 0;
  scale: 0.7;
  top: 54%;
}

.border-warning {
  border-color: #ff6d00 !important;
}

.home-hero-section {
  /* width: 100%; */
  /* height: 550px; */
  background: url("../images/home-header.jpg");
  background-size: cover;
  padding: 15rem 0;
  position: relative;
  /* overflow: hidden;
  position: relative; */
}

.home-hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  text-align: center;
}

.success-message-box {
  color: #28a745;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.success-message-desc {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}