 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
      font-family: "Montserrat", sans-serif !important;

}
    body, html {
    overflow-x: hidden;
  }
 
.custom-navbar {
  background: #fff;
}

/* =========================
   NAV LINKS
========================= */
.navbar-nav .nav-link {
  color: #2b4d2e !important;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #558a60 !important;
}

/* =========================
   LOGO
========================= */
.brand-logo {
  height: 100px;
  width: auto;
  display: block;
}

/* =========================
   BUTTONS
========================= */
.btn-franchise {
  background-color: #396f2b !important;
  color: #fbd053 !important;
  border-radius: 30px !important;
  padding: 10px 22px !important;
  font-weight: 500 !important;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-franchise:hover {
  background-color: #2f5d24 !important;
  color: #fbd053 !important;
}

.btn-contact {
  background-color: #fbd053 !important;
  color: #2b4d2e !important;
  border-radius: 30px !important;
  padding: 10px 22px !important;
  font-weight: 500 !important;
  border: none !important;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: #f1c63a !important;
  color: #2b4d2e !important;
}

/* =========================
   DESKTOP 3-COLUMN LAYOUT
========================= */
.desktop-navbar-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  column-gap: 20px;
}

.desktop-nav-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
}

.desktop-nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desktop-nav-right {
  min-width: 0;
}

.desktop-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.desktop-nav-links .nav-link:last-child {
  margin-right: 0;
}

/* =========================
   MOBILE
========================= */
.mobile-navbar-wrap .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.mobile-nav-spacer {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.navbar-toggler {
  z-index: 2;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* =========================
   OFFCANVAS
========================= */
.custom-offcanvas .nav-link {
  color: #2b4d2e !important;
  font-weight: 500;
  margin-right: 0;
  padding: 10px 0;
}

/* =========================
   LARGE SCREEN ADJUSTMENTS
========================= */
@media (max-width: 1399.98px) {
  .navbar-nav .nav-link {
    margin-right: 14px;
    font-size: 15px;
  }

  .btn-franchise,
  .btn-contact {
    padding: 9px 18px !important;
    font-size: 15px;
  }
}

@media (max-width: 1199.98px) {
  .brand-logo {
    height: 88px;
  }

  .navbar-nav .nav-link {
    margin-right: 12px;
    font-size: 14px;
  }

  .btn-franchise,
  .btn-contact {
    padding: 8px 16px !important;
    font-size: 14px;
  }
}

/* =========================
   MOBILE / TABLET
========================= */
@media (max-width: 991.98px) {
  .custom-navbar {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .brand-logo {
    height: 72px;
  }

  .mobile-navbar-wrap {
    position: relative;
    min-height: 72px;
  }

  .navbar-toggler-icon {
    width: 1.4em;
    height: 1.4em;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    height: 60px;
  }

  .mobile-navbar-wrap {
    min-height: 60px;
  }

  .mobile-nav-spacer {
    width: 34px;
    height: 34px;
  }
}
 

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.55); /* dark overlay */
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      padding: 0 15px;
    }

    .hero-title h1 {
      font-size: 2.5rem;
      font-weight: 300;
    }

    .hero-title h1 span.highlight {
      color: #fbc531;
      font-weight: 600;
    }

    .bottom-border {
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.6);
      margin: 1rem auto;
    }

    .hero-text {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 2rem;
    }

    .hero-buttons .btn {
      border-radius: 8px !important;
      padding: 10px 22px !important;
      font-weight: 600 !important;
      margin: 0 0.5rem !important;
    }

    .btn-green {
      background-color: #3d7c3d !important;
      color: white !important;
    }

    .btn-outline-light {
      border: 2px solid white !important;
      color: white !important;
    }

   /* Scroll Circle */
.scroll-indicator-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 3;
}

.scroll-indicator {
  width: 70px;
  height: 70px;
  background: #111;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px #fbc531; /* golden ring */
}

.scroll-indicator i {
  font-size: 20px;
  color: white;
}

/* Bottom semi-circle background */
.semi-circle {
  width: 100%;
  height: 50px;
  background: white;
  border-top-left-radius: 100% 50px;
  border-top-right-radius: 100% 50px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

    @media (max-width: 767px) {
      .hero-title h1 {
        font-size: 1.8rem;
      }

      .hero-text {
        font-size: 1rem;
      }

      .hero-buttons .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
      }

      .scroll-indicator {
        width: 50px;
        height: 50px;
        top: 25px;
      }

      .scroll-indicator i {
        font-size: 18px;
      }
    }
.section-title {
    font-size: 2rem;
  }

  .underline {
    width: 80px;
    height: 4px;
    background-color: #ffc107; /* Bootstrap warning/yellow */
  }

  .legacy-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
  }

  .rounded-custom {
    border-radius: 20px;
  }

  @media (max-width: 767px) {
    .section-title {
      text-align: center;
    }

    .underline {
      margin: 0 auto 1rem auto;
    }

    .legacy-text {
      text-align: center;
    }
  }
   .section-title {
    font-size: 2rem;
  }

  .underline {
    width: 80px;
    height: 4px;
    background-color: #ffc107; /* yellow */
  }

  .mission-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
  }

  .rounded-custom {
    border-radius: 20px;
  }

  @media (max-width: 767px) {
    .section-title {
      text-align: center;
    }

    .mission-text {
      text-align: center;
    }

    .underline {
      margin-left: auto;
      margin-right: auto;
    }
  }
  .custom-bullet-list {
    list-style-type: disc;
    padding-left: 1.2rem;
    color: #333;
    font-size: 1.05rem;
  }

  .custom-bullet-list li {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .custom-bullet-list li::marker {
    color: #888; /* gray bullet */
    font-size: 1rem;
  }

.curved-image-section {
  padding-top: 50px;
  background-color: #fff;
  overflow: hidden;
}

.curved-image-wrapper {
  position: relative;
  max-width: 1000px; /* Increase size here */
  margin: auto;
}

.half-image {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  clip-path: inset(0 0 50% 0); /* Show top half */
  margin-bottom: -494px; /* Desktop default */
  position: relative;
  z-index: 2;
}

/* 🔽 For mobile view (screen width < 768px) */
@media (max-width: 767.98px) {
  .half-image {
    margin-bottom: -180px; /* Adjust this value based on what looks best */
  }
}

.curved-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: translateY(-1px); /* Pull upward to remove gap */
}

.bottom-borders {
  height: 4px;
  background-color: #ffc107;
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}

/* Responsive fix */
@media (max-width: 767px) {
  .curved-image-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }

  .curved-svg circle {
    r: 4;
  }
}
.highlight-box {
  background-color: #fbc02d; /* Yellow background */
  padding: 40px 20px;
  border-radius: 20px;
}

.highlight-heading {
  font-weight: 800;
  font-size: 1.75rem;
}

.highlight-line {
  border: none;
  border-top: 1px solid white;
  width: 60%;
  margin: 0 auto;
}

.highlight-subtext {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .highlight-heading {
    font-size: 1.4rem;
  }

  .highlight-subtext {
    font-size: 1rem;
  }

  .highlight-line {
    width: 80%;
  }
}

.why-partner-section ul li {
  font-size: 1.05rem;
  color: #333;
}

.why-partner-section .list-icon {
  color: #28a745; /* green bullet icon */
  font-size: 1.2rem;
}

.btn-outline-success {
  border: 2px solid #28a745;
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:hover {
  background-color: #28a745;
  color: #fff;
}
/* Heading underline */
.heading-underline {
  width: 80px;
  height: 4px;
  background-color: #ffc107;
}

/* Info boxes */
.info-box {
  border: 1px solid #333;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 500;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Image with zoom on hover */
.image-container {
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}

.zoom-img {
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-container:hover .zoom-img {
  transform: scale(1.1);
}

/* Overlay icon */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Make icon non-clickable */
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .info-box {
    font-size: 0.95rem;
    padding: 12px;
  }

  .heading-underline {
    margin: 0 auto;
  }

  .section-title {
    text-align: center;
  }
}
.business-support-section .underline {
  width: 100px;
  height: 4px;
  background-color: #ffc107;
}

.support-card {
  position: relative;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
}

.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
  transition: transform 0.4s ease, filter 0.4s ease;
  z-index: 1;
}

.support-card:hover .card-bg {
  transform: scale(1.05);
  filter: brightness(0.9);
}

.card-overlay-text {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
}

@media (max-width: 767.98px) {
  .card-overlay-text {
    font-size: 1rem;
    text-align: center;
    bottom: 15px;
    left: 10px;
    right: 10px;
  }
}


@media (max-width: 767.98px) {
  .card-overlay-text {
    font-size: 1rem;
    text-align: center;
    bottom: 15px;
    left: 10px;
    right: 10px;
  }
}

.heading-underline {
  width: 100px;
  height: 4px;
  background-color: #ffc107;
}

/* Section background and overlay */
.investor-bg-section {
  background: url('main-food.png') center center/cover no-repeat;
  position: relative;
  min-height: 700px;
}

.investor-bg-section .container {
  padding-top: 80px;
  padding-bottom: 80px;
}


.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.investor-bg-section .container {
  position: relative;
  z-index: 2;
}

/* Perfect circular image */
.circle-image-container {
  width: 480px;
  height: 480px;
 
  overflow: hidden;
  border: 5px solid white;
}

.circle-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Icon circles only */
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: white;
  color: #333;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.info-item {
  background: transparent;
  color: white;
}

/* Responsive */
@media (max-width: 767.98px) {
  .circle-image-container {
    width: 200px;
    height: 200px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .info-item {
    flex-direction: column;
    text-align: center;
  }

  .icon-circle {
    margin-bottom: 10px;
  }
}
.visit-access-section ul {
  padding-left: 0;
  list-style: none;
}

.visit-access-section i {
  font-size: 1.2rem;
  color: #000;
}

.bottom-center-line {
  width: 750px;
  height: 4px;
  background-color: #333;
  border-radius: 2px;
}
.underline {
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 10px;
}

.investor-assurance ul li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.diamond-img-wrapper {
  position: relative;
  width: max-content;
}

.diamond-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  transform: rotate(45deg);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.small-img {
  width: 150px;
  height: 150px;
  bottom: -10px;
  right: -50px;
  transform: rotate(45deg);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .diamond-img {
    width: 180px;
    height: 180px;
  }

  .small-img {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: -20px;
  }

  .investor-assurance ul li {
    font-size: 1rem;
  }
}
.underline {
  width: 100px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 5px;
}

.step-circle {
  width: 60px;
  height: 60px;
  background-color: #2d6a4f;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 2;
}

.step-line {
  height: 2px;
  width: 200px;
  background-color: #ccc;
  margin-left: 10px;
  flex-shrink: 0;
}

/* Hide the line completely on screens smaller than 768px */
@media (max-width: 767.98px) {
  .step-line {
    display: none !important;
  }
}

/* Optional: Prevent horizontal scroll globally */
body {
  overflow-x: hidden !important;
}

.step-circle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-desc {
  max-width: 200px;
}
.custom-gutter > [class*='col-'] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .custom-gutter > [class*='col-'] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.social-media-section {
  background-color: #f5b823; /* Yellow background */
}

.custom-img {
  max-height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

/* Different image height effects */
.mobile-img {
  margin-top: 0;
}

.post-img-1 {
  margin-top: 30px;
}

.post-img-2 {
  margin-top: 50px;
}

.post-img-3 {
  margin-top: 20px;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .post-img-1,
  .post-img-2,
  .post-img-3,
  .mobile-img {
    margin-top: 0 !important;
    max-height: 250px;
  }
}
.faq-section {
  background-color: #fff;
}

.faq-img {
  max-width: 85%;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.accordion-button.custom-accordion-btn {
  background-color: transparent;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: none !important;  /* Remove focus */
  padding-left: 0;
  padding-right: 0;
}

.accordion-button::after {
  margin-left: auto;
}
/* Remove focus and active background color */
.accordion-button.custom-accordion-btn {
  background-color: transparent !important;
  color: #000; /* or your preferred color */
  box-shadow: none !important;
}

/* On focus, do not show outline or shadow */
.accordion-button.custom-accordion-btn:focus {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Optional: collapse/expanded state background fix */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion-item {
  background-color: transparent;
}

/* Remove outline on click */
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Responsive Image Centering */
@media (max-width: 767.98px) {
  .faq-img {
    max-width: 100%;
  }
}
  .footer-bg {
      background: url('main-food.png') no-repeat center center/cover;
      position: relative;
    }
    .footer-overlay {
      background: rgba(0, 0, 0, 0.8);
      padding: 60px 0;
    }
    .contact-card {
      background-color: #f6b909; /* yellow */
      padding: 40px;
    }
    .contact-card h2 {
      background: #000;
      color: #f6b909;
      padding: 10px 20px;
      display: inline-block;
      font-weight: bold;
    }
    .contact-card input,
    .contact-card textarea {
      border: none;
      border-bottom: 1px solid #333;
      border-radius: 0;
      background: transparent !important;
    }
    .contact-card input:focus,
    .contact-card textarea:focus {
      box-shadow: none;
    }
    .send-btn {
      background-color: #2f5d2e;
      color: #fff;
      font-weight: bold;
      padding: 10px 30px;
      border-radius: 10px;
      border: none;
    }
    .right-contact-box {
      background: #fff;
      padding: 30px;
    }
    .footer-links a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
      font-weight: 500;
    }
    .social-icons a {
      display: inline-flex;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff;
      color: #000;
      align-items: center;
      justify-content: center;
      margin: 5px;
      text-decoration: none;
    }
    .form-control input::placeholder,
.form-control textarea::placeholder {
  color: #000;            /* Black placeholder text */
  opacity: 1;             /* Ensure it's fully visible */
}

.form-control input,
.form-control textarea {
  background-color: transparent !important;  /* Transparent background */
  color: #000;                    /* Ensure input text is black */
  border: none;
  border-bottom: 1px solid #000;  /* Optional bottom border for styling */
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer-links {
    gap: 10px 14px;
    padding: 0 10px;
  }

  .footer-links a {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 10px 18px;
    text-align: center;
  }

  .footer-links a {
    font-size: 13px;
  }
}
