/* Hero Section Styles  */
.hero-section {
  position: relative;
  height: 100%;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* background-image: url('../images/FRANCHISE.webp'); */
  background-size: cover;
  background-position: center;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f5c3fde;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 80px;
}

.hero-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #E1D19D;
  margin-bottom: 20px;
  text-align: center;
}

.hero-text {
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
  color: #F5F8F8;
  width: 70%;
  line-height: 1.5;
  margin: 0 auto;
  font-family: Tenor sans, sans-serif;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.hero-btn {
  background: #E1D19D;
  color: #1A4A33;
  cursor: pointer;
  font-size: 20px;
  width: fit-content;
  padding: 20px 30px;
  border-radius: 28px;
  font-weight: 700;
  border: 2px solid #e0d09c;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-text {
    font-size: 18px;
    width: 90%;
  }
}



/* =========================
   PARTNER SECTION
========================= */

.partner-section {
  position: relative;
  padding: 100px 0;
  background: #ffffff; /* white background */
}

/* Container */
.partner-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.partner-title {
  margin: 0 0 18px;
  text-align: center;
  color: #1A4A33;
  font-weight: 700;
  line-height: 1.2;
}


/* Content wrapper */
.partner-content {
  position: relative;
}

/* =========================
   TEXT BLOCK
========================= */

.partner-text {
  width: 70%;
  margin: 0 auto;
  color: #205C40;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  position: relative;
  padding-left: 26px;
  font-family: Tenor sans, sans-serif;
}

/* LEFT GOLD LINE */
.partner-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 94%;
  background: #E1D19D; 
  border-radius: 2px;
}

/* Paragraph spacing */
.partner-text p {
  margin: 0 0 26px;
}


/* =========================
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 1024px) {
  .partner-section {
    padding: 80px 0;
  }

  .partner-text {
    width: 80%;
    font-size: 18px;
    line-height: 1.6;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .partner-section {
    padding: 60px 0;
  }

  .partner-text {
    width: 90%;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 18px;
  }

  .partner-text::before {
    width: 2px;
    height: 100%;
  }

  .partner-text p {
    margin-bottom: 20px;
  }
}


/* investment-overview-section  top card */

.investment-overview-section {
  background: #E9EEEE;
  padding: 50px 0px 20px 0px;
}

.investment-overview-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.investment-overview-title {
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #1A4A33;
  margin-bottom: 16px;
}

.investment-overview-subtitle {
  text-align: center;
  font-size: 18px;
  color: #205C40;
  max-width: 700px;
  margin: 0 auto 40px;
  font-family: Tenor sans, sans-serif;
}

/* SLIDER */
.investment-top-slider {
  margin: 0 -8px;
}

.investment-top-slide {
  padding: 0 8px;
}

/* CARD */
.investment-info-card {
  background: #FFFFFF;
  border: 1px solid #B3B3B3;
  border-radius: 20px;
  height: 200px;
  min-height: 145px;
  padding: 22px 16px;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.investment-info-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.investment-info-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.investment-info-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #205C40;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
}

.investment-info-card p {
  font-size: 16px;
  font-weight: 700;
  color: #1A4A33;
}

/* SLICK FIX */
.investment-top-slider .slick-track {
  display: flex !important;
}

.investment-top-slider .slick-slide {
  height: inherit !important;
}


/* MOBILE */
@media (max-width: 767px) {
  .investment-overview-title {
    font-size: 30px;
  }

  .investment-overview-subtitle {
    font-size: 16px;
  }
}


/* outlet-formats-section  */

.outlet-formats-section {
  background: #E9EEEE;
  padding: 10px 0 80px;
  overflow: hidden;
}

.outlet-formats-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.outlet-formats-top-text,
.outlet-formats-bottom-text {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  color: #205C40;
  font-family: Tenor sans, sans-serif;
}

.outlet-formats-bottom-text {
  margin: 28px auto 0;
}

.outlet-formats-slider {
  margin: 0 -6px;
}

.outlet-formats-slide {
  padding: 0 6px;
  box-sizing: border-box;
}

.outlet-format-card {
  border-radius: 20px;
  overflow: hidden;
  background: #205C40;
  height: 290px;
}

.outlet-format-card-top {
  background: #205C40;
  min-height: 40px;
  padding: 15px 10px 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 20px 20px 0 0;
}

.outlet-format-card-top h4 {
  margin: 0;
  color: #E1D19D;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
}

.outlet-format-card-image {
  overflow: hidden;
  border-radius: 20px 20px;
}

.outlet-format-card-image img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* slick fixes */
.outlet-formats-slider .slick-track {
  display: flex !important;
}

.outlet-formats-slider .slick-slide {
  height: inherit !important;
}

/* tablet */
@media (max-width: 1024px) {
  .outlet-formats-section {
    padding: 10px 0 70px;
  }

  .outlet-formats-top-text,
  .outlet-formats-bottom-text {
    font-size: 17px;
  }

  .outlet-format-card-image img {
    height: 240px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .outlet-formats-section {
    padding: 10px 0 55px;
  }

  .outlet-formats-top-text,
  .outlet-formats-bottom-text {
    font-size: 16px;
    line-height: 1.45;
  }

  .outlet-formats-slider {
    margin: 0 -5px;
  }

  .outlet-formats-slide {
    padding: 0 5px;
  }

  .outlet-format-card {
    border-radius: 18px;
    height: 260px;
  }

  .outlet-format-card-top {
    min-height: 30px;
    border-radius: 18px 18px 0 0;
    padding: 15px 8px 8px;
  }

  .outlet-format-card-top h4 {
    font-size: 16px;
  }

  .outlet-format-card-image {
    border-radius:18px 18px;
  }

  .outlet-format-card-image img {
    height: 220px;
  }
}


/* operational support section */

.operational-support-section {
  background: #F5F8F8;
  padding: 50px 50px;
  overflow: hidden;
}

.operational-support-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.operational-support-title {
  margin: 0 0 18px;
  text-align: center;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  color: #1A4A33;
}

.operational-support-subtitle {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  color: #205C40;
  font-family: Tenor sans, sans-serif;
}

/* desktop + tablet grid */
.operational-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 22px;
}

/* mobile slider hidden by default */
.operational-support-slider {
  display: none;
}

.operational-support-card {
  background: #205C40;
  border-radius: 22px;
  min-height: 170px;
  padding: 22px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: cenetr;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.operational-support-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.operational-support-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.operational-support-card h3 {
  margin: 0 0 10px;
  color: #E1D19D;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.operational-support-card p {
  margin: 0;
  color: #E1D19D;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 300px;
  font-family: "Raleway", sans-serif;
}

/* tablet */
@media (max-width: 1024px) {
  .operational-support-section {
    padding: 70px 0;
  }

  .operational-support-title {
    font-size: 38px;
  }

  .operational-support-subtitle {
    font-size: 17px;
    margin-bottom: 34px;
  }

  .operational-support-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .operational-support-card {
    min-height: 150px;
    padding: 20px 16px;
  }

  .operational-support-card h3 {
    font-size: 15px;
  }

  .operational-support-card p {
    font-size: 12px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .operational-support-section {
    padding: 55px 0;
  }

  .operational-support-container {
    width: min(100%, 92%);
  }

  .operational-support-title {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .operational-support-subtitle {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 28px;
  }

  
  .operational-support-slide {
    padding: 0 6px;
    box-sizing: border-box;
  }

  .operational-support-card {
    min-height: 150px;
    border-radius: 18px;
    padding: 20px 16px;
  }

  .operational-support-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
  }

  .operational-support-card h3 {
    font-size: 18px;
  }

  .operational-support-card p {
    font-size: 16px;
  }

  @media (max-width: 767px) {
  .operational-support-grid {
    display: none;
  }

  .operational-support-slider {
    display: block;
    margin: 0 -6px;
  }

  .operational-support-slide {
    padding: 0 6px;
    box-sizing: border-box;
  }

  .operational-support-slider .slick-track {
    display: flex !important;
  }

  .operational-support-slider .slick-slide {
    height: inherit !important;
  }
}
}


/* ideal partner profile section */

.ideal-partner-section {
  background: #205C40;
  padding: 50px 0;
  overflow: hidden;
}

.ideal-partner-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.ideal-partner-title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  color: #E1D19D;
  
}

.ideal-partner-subtitle {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  color: #E1D19D;
  font-family: "Tenor sans", sans-serif;
}

.ideal-partner-slider {
  margin: 0 -6px;
}

.ideal-partner-slide {
  padding: 0 6px;
  box-sizing: border-box;
}

.ideal-partner-card {
  min-height: 140px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 16px 14px;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.ideal-partner-icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ideal-partner-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.ideal-partner-card p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.ideal-partner-bottom-text {
  max-width: 840px;
  margin: 12px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  color: #E1D19D;
  font-family: "Tenor sans", sans-serif;
}

/* slick fixes */
.ideal-partner-slider .slick-track {
  display: flex !important;
}

.ideal-partner-slider .slick-slide {
  height: inherit !important;
}



/* tablet */
@media (max-width: 1024px) {
  .ideal-partner-title {
    font-size: 38px;
  }

  .ideal-partner-subtitle {
    font-size: 17px;
    margin-bottom: 26px;
  }

  .ideal-partner-card {
    min-height: 122px;
    padding: 14px 12px;
  }

  .ideal-partner-card p {
    font-size: 13px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .ideal-partner-section {
    padding: 50px 0;
  }

  .ideal-partner-title {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .ideal-partner-subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .ideal-partner-slider {
    margin: 0 -5px;
  }

  .ideal-partner-slide {
    padding: 0 5px;
  }

  .ideal-partner-card {
    min-height: 140px;
    border-radius: 18px;
    padding: 18px 16px;
  }

  .ideal-partner-card p {
    font-size: 14px;
  }

  .ideal-partner-bottom-text {
    font-size: 15px;
    line-height: 1.35;
    margin-top: 18px;
  }
}