/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(#f8ead6, #f9e3c6);
  }
  
  .main-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  
  /* Hero Section  */
  
  .hero-section {
    background-image: url(./Images/channel-partners.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 90vh;
  }


  /* ════════════════════════════════
       SECTION 1 — CHANNEL PARTNER ECOSYSTEM
    ════════════════════════════════ */
    .channel-section {
        background-color: #f5e6d0;
        padding: 60px 80px;
        text-align: center;
      }
   
      .channel-section h2 {
        color: #8C5120;
      }
   
      .channel-section .intro {
        font-family: "Barlow", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 1px;
        color: #666666e9;
        text-align: center;
        padding: 0 7rem;
        margin-bottom: 5rem;
      }
   
      .why-title {
        color: #8C5120;
        margin-bottom: 2rem;
      }
   
      /* Cards grid */
      .cards-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
      }
   
      .cards-row {
        display: flex;
        justify-content: center;
        gap: 14px;
      }
   
      .partner-card {
        background-color: #8b4513;
        width: 350px;
        height: 180px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
        padding: 18px 14px;
      }
      .partner-icon{
        height: 60px;
        width: 60px;
      }
   
      .partner-card svg {
        width: 40px;
        height: 40px;
        stroke: #f5e6d0;
        fill: none;
        stroke-width: 1.4;
        stroke-linecap: round;
        stroke-linejoin: round;
        flex-shrink: 0;
      }
   
      .partner-card span {
        font-size: 12px;
        font-weight: 100;
        color: #f5e6d0;
        line-height: 1.6;
        text-align: center;
        letter-spacing: 0.02em;
        font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
      }
   
      /* ════════════════════════════════
         SECTION 2 — REGISTER AS PREFERRED PARTNER
      ════════════════════════════════ */
      .register-section {
        background-color: #f5e6d0;
        padding: 60px 80px 70px;
        text-align: center;
      }
   
      .register-section h2 {
        color: #8b4513;
        margin-bottom: 28px;
      }
   
      .register-form {
        max-width: 540px;
        margin: 0 auto;
        text-align: left;
      }
   
      .reg-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
      }
   
      .reg-row.single {
        flex-direction: column;
      }
   
      .reg-row input[type="text"],
      .reg-row input[type="email"],
      .reg-row input[type="tel"],
      .reg-row input[type="date"],
      .reg-row input[type="url"] {
        flex: 1;
        background: #ffffff;
        border: 1px solid #ddc9b0;
        padding: 12px 14px;
        font-family: 'Jost', sans-serif;
        font-size: 13px;
        font-weight: 300;
        color: #3d2b1a;
        outline: none;
        transition: border-color 0.2s;
        width: 100%;
      }
   
      .reg-row input::placeholder {
        color: #b89878;
      }
   
      .reg-row input:focus {
        border-color: #8b4513;
      }
   
      /* File upload row */
      .file-row {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        align-items: stretch;
      }
   
      .file-row input[type="text"] {
        flex: 1;
        background: #ffffff;
        border: 1px solid #ddc9b0;
        padding: 12px 14px;
        font-family: 'Jost', sans-serif;
        font-size: 13px;
        font-weight: 300;
        color: #3d2b1a;
        outline: none;
      }
   
      .file-group {
        display: flex;
        flex: 1;
        border: 1px solid #ddc9b0;
        overflow: hidden;
        background: #ffffff;
      }
   
      .file-group label {
        background: #8b4513;
        color: #fff8f0;
        padding: 12px 14px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.04em;
        cursor: pointer;
        white-space: nowrap;
        display: flex;
        align-items: center;
      }
   
      .file-group input[type="file"] {
        display: none;
      }
   
      .file-group .file-label {
        padding: 12px 12px;
        font-size: 12px;
        font-weight: 300;
        color: #b89878;
        display: flex;
        align-items: center;
      }
   
      /* Privacy checkbox */
      .privacy-row {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 16px 0 20px;
      }
   
      .privacy-row input[type="checkbox"] {
        accent-color: #8b4513;
        width: 14px;
        height: 14px;
        cursor: pointer;
        flex-shrink: 0;
      }
   
      .privacy-row label {
        font-size: 12.5px;
        font-weight: 300;
        color: #3d2b1a;
        cursor: pointer;
      }
   
      .privacy-row label a {
        color: #8b4513;
        text-decoration: underline;
      }
   
      /* Submit */
      .btn-submit-reg {
        display: block;
        margin: 0 auto;
        background: #8b4513;
        border: none;
        color: #fff8f0;
        padding: 13px 52px;
        font-family: 'Jost', sans-serif;
        font-size: 12.5px;
        font-weight: 400;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        cursor: pointer;
        transition: background 0.25s;
      }
   
      .btn-submit-reg:hover {
        background: #6b340f;
      }
   
      /* Toast */
      .toast {
        position: fixed;
        bottom: 28px;
        right: 28px;
        background: #5c2e08;
        color: #fff8f0;
        padding: 13px 22px;
        font-family: 'Jost', sans-serif;
        font-size: 13px;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s, transform 0.3s;
        pointer-events: none;
        z-index: 999;
      }
      .toast.show { opacity: 1; transform: translateY(0); }
   
      @media (max-width: 680px) {
        .channel-section, .register-section { padding: 40px 20px; }
        .cards-row { flex-wrap: wrap; }
        .partner-card { width: 150px; height: 130px; }
        .reg-row, .file-row { flex-direction: column; }
      }




      @media (max-width: 768px) {
        .hero-section {
          background-image: url("./Images/Channel-Mob.png");
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          height: 70vh;
        }
        .page-title{
            display: none;
        }
      }




      /* =========================================================
   PROFESSIONAL RESPONSIVE SYSTEM
========================================================= */


/* =========================
   LARGE TABLET
========================= */
@media screen and (max-width: 1200px) {

  .main-container{
    width: 92%;
    padding: 0 20px;
  }

  .channel-section,
  .register-section{
    padding-left: 40px;
    padding-right: 40px;
  }

  .channel-section .intro{
    padding: 0 3rem;
  }

}


/* =========================
   TABLET
========================= */
@media screen and (max-width: 992px) {

  /* Global */
  h1,h2,h3{
    line-height: 1.3 !important;
  }

  p{
    line-height: 1.8 !important;
  }

  .main-container{
    width: 94%;
    padding: 0 18px;
  }

  /* Hero */
  .hero-section{
    height: 72vh;
    background-position: center;
  }

  /* Channel Section */
  .channel-section{
    padding: 80px 30px;
  }

  .channel-section .intro{
    padding: 0;
    margin-bottom: 4rem;
    font-size: 16px;
    line-height: 30px;
  }

  .why-title{
    margin-bottom: 2.5rem;
  }

  /* Cards */
  .cards-grid{
    gap: 20px;
  }

  .cards-row{
    flex-wrap: wrap;
    gap: 20px;
  }

  .partner-card{
    width: calc(50% - 10px);
    height: auto;
    min-height: 180px;
  }

  .partner-card span{
    font-size: 14px;
    line-height: 1.8;
  }

  /* Register */
  .register-section{
    padding: 80px 30px;
  }

  .register-form{
    max-width: 100%;
  }

  .reg-row,
  .file-row{
    gap: 14px;
  }

  .reg-row input,
  .file-row input{
    padding: 14px;
  }

}


/* =========================
   MOBILE
========================= */
@media screen and (max-width: 768px) {

  /* Global */
  .main-container{
    width: 100%;
    padding: 0 16px;
  }

  h2{
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  p{
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  section{
    overflow: hidden;
  }

  /* Navbar */
  .navbar{
    padding: 14px 18px;
  }

  .logo img{
    width: 95px;
    height: auto;
  }

  .book-btn{
    font-size: 11px;
    padding: 10px 16px;
  }

  /* Hero */
  .hero-section{
    background-image: url("./Images/Channel-Mob.png");
    height: 60vh;
    background-size: cover;
    background-position: center;
  }

  .page-title{
    display: none;
  }

  /* Channel Section */
  .channel-section{
    padding: 70px 20px;
  }

  .channel-section .intro{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 3rem;
    text-align: justify;
  }

  .why-title{
    margin-bottom: 2rem;
  }

  /* Cards */
  .cards-grid{
    gap: 16px;
  }

  .cards-row{
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .partner-card{
    width: 100%;
    min-height: 160px;
    padding: 24px 18px;
  }

  .partner-icon{
    width: 50px;
    height: 50px;
  }

  .partner-card span{
    font-size: 14px;
    line-height: 1.7;
  }

  /* Register */
  .register-section{
    padding: 70px 20px;
  }

  .register-form{
    width: 100%;
  }

  .reg-row,
  .file-row{
    flex-direction: column;
    gap: 14px;
  }

  .reg-row input,
  .file-row input{
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }

  .file-group{
    width: 100%;
  }

  .file-group label{
    padding: 14px;
    font-size: 12px;
  }

  .file-group .file-label{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .privacy-row{
    align-items: flex-start;
  }

  .privacy-row label{
    font-size: 12px;
    line-height: 1.6;
  }

  .btn-submit-reg{
    width: 100%;
    padding: 14px;
    font-size: 12px;
  }

  /* Footer */
  .footer-main{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 50px 20px;
  }

  .footer-legal{
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .footer-copyright{
    text-align: center;
    padding: 0 20px;
  }

}


/* =========================
   SMALL MOBILE
========================= */
@media screen and (max-width: 480px) {

  h2{
    font-size: 22px !important;
  }

  p{
    font-size: 14px !important;
  }

  .hero-section{
    height: 48vh;
  }

  .logo img{
    width: 80px;
  }

  .book-btn{
    padding: 8px 12px;
    font-size: 10px;
  }

  .channel-section,
  .register-section{
    padding: 55px 16px;
  }

  .channel-section .intro{
    font-size: 13px;
    line-height: 24px;
  }

  .partner-card{
    min-height: 145px;
    padding: 20px 16px;
  }

  .partner-icon{
    width: 42px;
    height: 42px;
  }

  .partner-card span{
    font-size: 13px;
  }

  .reg-row input,
  .file-row input{
    padding: 12px;
    font-size: 13px;
  }

  .file-group label{
    padding: 12px;
    font-size: 11px;
  }

  .file-group .file-label{
    font-size: 11px;
  }

  .privacy-row label{
    font-size: 11px;
  }

  .btn-submit-reg{
    font-size: 11px;
    padding: 13px;
  }

  .footer-main{
    padding: 40px 16px;
  }

}