     
:root {
  --darkPink: #0B2E33;
  --white: #ffffff;
  --lightPink:#2DCD7C;
   --gray:#93B1B5;
}

     .patner-hero-section {
      position: relative;
      background: linear-gradient(125deg,#0B2E33 ,#2DCD7C);
      color: white;
      min-height: 50vh;
      overflow: visible;
    }

    .patner-tag {
      background: white;
      color: #4b00ff;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 10px;
      border-radius: 12px;
      display: inline-block;
      margin-bottom: 20px;
    }

    .patner-hero-section h1 {
      font-weight: 700;
      font-size: 32px;
    }

    .patner-highlight {
      color: #ffd700;
    }

    .left-content {
      padding-top: 100px;
    }

    .patner-form-box {
      position: absolute;
      top: 80%;
      right: 80px;
      transform: translateY(-50%);
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: var(--darkPink);
    }

    .btn-purple {
      background-color: var(--darkPink);
      color: white;
      border-radius: 5px;
      cursor: pointer;
    }

    .btn-purple:hover {
      background-color: var(--lightPink);
    }

    @media (max-width: 768px) {
      .patner-form-box {
        position: static;
        transform: none;
        margin: 40px auto 0;
      }

      .patner-hero-section {
        padding-bottom: 60px;
      }
    }

    /* -------------------------banner--------------- */

        .partner-hero {
      background: linear-gradient(to bottom right  , #2DCD7C,#0B2E33 );
      padding: 4rem 0;
      position: relative;
      overflow: hidden;
    }

    .partner-hero h1 {
      font-size: 4rem;
      font-weight: 700;
      line-height: 1.2;
      color: var(--darkPink);
    }

    .partner-hero .highlight {
      color: var(--darkPink);
      font-weight: 600;
      font-size: 0.95rem;
    }

    .partner-hero-img {
      max-width: 100%;
      position: relative;
      z-index: 1;
    }

    .partner-floating-tag,
    .partner-floating-score,
    .partner-floating-chart {
      position: absolute;
      background: white;
      border-radius: 12px;
      padding: 0.5rem 1rem;
      font-size: 0.8rem;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      z-index: 2;
    }

    .partner-floating-tag {
      top: -5%;
      left: 55%;
      background: var(--lightPink);
      color: #fff;
    }

    .partner-floating-score {
      bottom: 10%;
      left: -10%;
    }

    .partner-floating-chart {
      top: 20%;
      right: 5%;
    }

    .partner-btn-custom {
      border-radius: 6px;
      font-weight: 500;
      padding: 0.6rem 1.2rem;
    }

    .partner-btn-primary-custom {
      background-color: var(--darkPink);
      border: none;
      color: var(--white);
    }


    @media (max-width: 768px) {
      .partner-hero h1 {
        font-size: 2rem;
      }
      .partner-floating-tag,
      .partner-floating-score,
      .partner-floating-chart {
        display: none;
      }
    }


    /* -------------------Benefits------------------------- */

    .why-choose-us {
      padding: 60px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-top: 40px;
    }
    .why-choose-us h2 {
      font-size: 3rem;
      margin-bottom: 50px;
      font-weight: 600;
    }
    .choose-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      gap: 100px;
    }
    .choose-image {
      position: relative;
      flex: 1 1 400px;
      max-width: 550px;
      margin: 20px;
    }
    .choose-image img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
    }
    .choose-cards {
      flex: 1 1 400px;
      max-width: 600px;
      margin: 10px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .choose-card {
      background-color: #fff;
      border-radius: 12px;
      padding: 20px 30px;
      text-align: left;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      transition: all 0.3s ease;
    }
    .choose-card:hover {
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      transform: translateY(-4px);
    }
    .choose-card .partner-icons {
      margin-bottom: 10px;
      width: 60px;
    }
    .choose-card h5 {
      font-weight: 600;
      font-size: 1.2rem;
    }
    .choose-card p {
      font-size: 0.96rem;
      color: #555;
    }

    /* Decorative Circles */
    .circle {
      position: absolute;
      border-radius: 50%;
      z-index: 0;
    }
    .circle.orange {
      background-color:#2DCD7C;
    }
    .circle.light-orange {
      background-color: #2DCD7C;
    }

    .circle1 {
      width: 60px;
      height: 60px;
      top: 80px;
      left: 80px;
    }

    .circle2 {
      width: 120px;
      height: 120px;
      top: 180px;
      right: 42%;
    }

    .circle3 {
      width: 30px;
      height: 30px;
      bottom: 80px;
      left: 30px;
    }

    .circle4 {
      width: 35px;
      height: 35px;
      bottom: 80px;
      right: 20%;
    }

    @media (max-width: 767px) {
      .choose-cards {
        grid-template-columns: 1fr;
      }

      .circle1, .circle2, .circle3, .circle4{
      display: none;
     }
    }

     

    

    /* ----------------why choose us---------------------- */

      .mission-section {
      background-color: #ffffff; /* Clean white background */
      padding: 60px 0;
    }

    .mission-content h2 {
      font-size: 3rem;
      font-weight: 700;
      color: #133f2c;
      margin-bottom: 40px;
    }

    .mission-content p {
      color: #333;
      margin-bottom: 1rem;
    }

    .mission-icons {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px;
    }

    .icon-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 500;
    }

    .icon-item i {
      font-size: 24px;
      background-color: #133f2c;
      color: white;
      padding: 10px;
      border-radius: 50%;
    }

    .image-grid {
      display: grid;
      grid-template-columns: repeat(2,fr);
      grid-template-rows: auto auto;
      gap: 15px;
      margin-left: 30px;
    }

    .image-grid img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
    }

    .image-grid img:nth-child(1) {
      grid-column: span 2;
    }

    @media (max-width: 768px) {
      .image-grid {
        grid-template-columns: 1fr;
      }
      .image-grid img:nth-child(1) {
        grid-column: span 1;
      }
    }


    /* --------------CTA------------- */

       .partner-cta {
      background: linear-gradient(158deg, #2DCD7C,#0B2E33);
      color: #fff;
      padding: 80px 20px;
      text-align: center;
    }

    .partner-cta h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .partner-cta p {
      font-size: 1.1rem;
      margin-bottom: 30px;
    }

    .partner-cta .btn-light-custom {
      padding: 10px 24px;
      font-weight: 500;
      border-radius: 8px;
      transition: background-color 0.3s ease, color 0.3s ease;
      cursor: pointer;
    }


    .partner-cta .btn-light-custom:hover {
      background-color: #f0f0f0;
      color: #000;
    }

    /* -------------------business partner------------------------- */

    
    .taste-section {
      text-align: center;
      padding: 60px 20px 40px;
    }

    .taste-section h2 {
      color: #004225;
      font-weight: 600;
      margin-bottom: 40px;
    }

    .carousel-container {
      overflow: hidden;
      position: relative;
    }

    .card-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .taste-card {
      flex: 0 0 25%;
      padding: 10px;
    }

    .taste-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }

    .taste-img:hover {
      transform: scale(1.05);
    }

    .carousel-dots {
      margin-top: 20px;
    }

    .dot {
      height: 10px;
      width: 10px;
      margin: 0 5px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }

    .dot.active {
      background-color: #a01e00;
    }

    @media (max-width: 768px) {
      .taste-card {
        flex: 0 0 50%;
      }
    }

    @media (max-width: 576px) {
      .taste-card {
        flex: 0 0 100%;
      }
    }