 :root{
      --primary:#176b35;
      --secondary:#ffb400;
      --white:#ffffff;
      --text:#f2f2f2;
      --glass:rgba(255,255,255,0.10);
    }

   img{
       max-width: 100%;
       display: block;
   }



    /* =======================================================
       HERO SECTION
    ======================================================= */

    .hero-section{
      position:relative;
      width:100%;
      min-height:100vh;
      overflow:hidden;
      background:#f9ebe7;
      
      
      
       .hero-swiper{
      width:100%;
      height:100vh;
    }

    .swiper-slide{
      position:relative;
      overflow:hidden;
    }

    .slide-bg{
      position:absolute;
      inset:0;
      z-index:1;
    }

    .slide-bg img{
      width:100%;
      height:100%;
      object-fit:cover;
      transform:scale(1.05);
    }

    .slide-overlay{
      position:absolute;
      inset:0;
      background:
      linear-gradient(
        90deg,
        rgba(0,0,0,0.78) 0%,
        rgba(0,0,0,0.52) 38%,
        rgba(0,0,0,0.15) 60%,
        rgba(0,0,0,0.70) 100%
      );
      z-index:2;
    }

    .hero-container{
      position:relative;
      z-index:10;
      width:100%;
      max-width:1400px;
      height:100%;
      margin:auto;
      padding:0 60px;

      display:grid;
      grid-template-columns:1fr 420px;
      gap:70px;
      align-items:center;
    }

    /* =====================================
       LEFT CONTENT
    ===================================== */

    .hero-left{
      position:relative;
      z-index:5;
      max-width:700px;
    }

    .mini-badge{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:12px 20px;
      border-radius:60px;
      background:rgba(255,255,255,0.10);
      border:1px solid rgba(255,255,255,0.12);
      backdrop-filter:blur(10px);
      color:#fff;
      font-size:14px;
      margin-bottom:28px;
    }

    .mini-badge i{
      color:var(--secondary);
    }

    .hero-title{
      font-size:76px;
      line-height:1.02;
      font-weight:800;
      color:#fff;
      margin-bottom:24px;
      text-transform:uppercase;
      letter-spacing:-2px;
    }

    .hero-title span{
      color:var(--secondary);
    }

    .hero-desc{
      max-width:620px;
      color:rgba(255,255,255,0.82);
      font-size:17px;
      line-height:1.9;
      margin-bottom:35px;
    }

    .hero-btns{
      display:flex;
      gap:18px;
      flex-wrap:wrap;
      margin-bottom:35px;
    }

    .btn-primary{
      padding:18px 34px;
      border-radius:60px;
      background:linear-gradient(
        135deg,
        #ffb400,
        #ff8c00
      );
      color:#fff;
      font-size:15px;
      font-weight:600;
      transition:.4s;
      box-shadow:0 15px 40px rgba(255,180,0,0.28);
    }

    .btn-primary:hover{
      transform:translateY(-4px);
    }

    .btn-outline{
      padding:18px 34px;
      border-radius:60px;
      border:1px solid rgba(255,255,255,0.22);
      color:#fff;
      transition:.4s;
      backdrop-filter:blur(10px);
    }

    .btn-outline:hover{
      background:#fff;
      color:#111;
    }

    /* =====================================
       TRUST ITEMS
    ===================================== */

    .trust-wrapper{
      display:flex;
      flex-wrap:wrap;
      gap:16px;
    }

    .trust-item{
      display:flex;
      align-items:center;
      gap:10px;
      padding:13px 18px;
      border-radius:18px;
      background:rgba(255,255,255,0.10);
      border:1px solid rgba(255,255,255,0.10);
      backdrop-filter:blur(10px);
    }

    .trust-item i{
      color:var(--secondary);
      font-size:20px;
    }

    .trust-item span{
      color:#fff;
      font-size:14px;
      font-weight:500;
    }

    /* =====================================
       PRODUCT IMAGE
    ===================================== */

    .product-image{
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      width:340px;
      z-index:4;
      pointer-events:none;
    }

    /*.product-image::before{*/
    /*  content:'';*/
    /*  position:absolute;*/
    /*  inset:-35px;*/
    /*  border-radius:50%;*/
    /*  border:2px solid rgba(255,255,255,0.25);*/
    /*  animation:rotate 15s linear infinite;*/
    /*}*/

    .product-image img{
      filter:drop-shadow(0 40px 55px rgba(0,0,0,0.45));
      animation:float 4s ease-in-out infinite;
    }

    @keyframes float{
      0%{
        transform:translateY(0);
      }
      50%{
        transform:translateY(-15px);
      }
      100%{
        transform:translateY(0);
      }
    }

    @keyframes rotate{
      from{
        transform:rotate(0deg);
      }
      to{
        transform:rotate(360deg);
      }
    }

    /* =====================================
       FIXED FORM
       FORM NEVER MOVES ON SLIDE CHANGE
    ===================================== */

    .hero-form{
      position:absolute;
      top: 10%;
      right: 2%;
      max-width: 33%;
      z-index:50;

      background:rgba(255,255,255,0.13);
      backdrop-filter:blur(18px);

      border:1px solid rgba(255,255,255,0.14);

      border-radius:32px;
      padding:34px;

      box-shadow:0 25px 60px rgba(0,0,0,0.30);
    }

    .hero-form h3{
      color:#fff;
      font-size:34px;
      line-height:1.2;
      margin-bottom:12px;
      font-weight:700;
    }

    .hero-form p{
      color:rgba(255,255,255,0.78);
      font-size:14px;
      line-height:1.8;
      margin-bottom:24px;
    }

    .form-group{
      margin-bottom:16px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea{
      width:100%;
      border:none;
      outline:none;

      padding:10px 18px;

      border-radius:14px;

      background:rgba(255,255,255,0.96);

      font-size:15px;
      font-family:'Poppins',sans-serif;
      color:#111;
    }

    .form-group textarea{
      resize:none;
      height:50px;
    }

    .submit-btn{
      width:100%;
      border:none;
      outline:none;

      padding:12px;

      border-radius:14px;

      background:linear-gradient(
        135deg,
        #1c7b3d,
        #115529
      );

      color:#fff;
      font-size:16px;
      font-weight:600;
      cursor:pointer;

      transition:.4s;
    }

    .submit-btn:hover{
      transform:translateY(-3px);
    }
    }

    /* =====================================
       SWIPER ONLY LEFT SIDE CHANGES
    ===================================== */

   

    /* =====================================
       SWIPER NAVIGATION
    ===================================== */

    /*.swiper-button-next,*/
    /*.swiper-button-prev{*/
    /*  width:58px;*/
    /*  height:58px;*/
    /*  border-radius:50%;*/
    /*  background:rgba(255,255,255,0.14);*/
    /*  backdrop-filter:blur(10px);*/
    /*  border:1px solid rgba(255,255,255,0.12);*/
    /*}*/

    /*.swiper-button-next::after,*/
    /*.swiper-button-prev::after{*/
    /*  font-size:22px;*/
    /*  color:#fff;*/
    /*  font-weight:700;*/
    /*}*/

    .swiper-pagination{
      bottom:28px !important;
    }

    .swiper-pagination-bullet{
      width:12px;
      height:12px;
      background:#fff;
      opacity:.4;
    }

    .swiper-pagination-bullet-active{
      width:36px;
      border-radius:50px;
      opacity:1;
      background:var(--secondary);
    }

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

    @media(max-width:1400px){

      .hero-title{
        font-size:64px;
      }

      .product-image{
        width:300px;
      }

    }

    @media(max-width:1200px){

      .hero-container{
        grid-template-columns:1fr;
        gap:40px;
        padding:110px 35px 100px;
      }

      .hero-left{
        max-width:100%;
        text-align:center;
        margin:auto;
      }

      .hero-desc{
        margin-inline:auto;
      }

      .hero-btns{
        justify-content:center;
      }

      .trust-wrapper{
        justify-content:center;
      }

      .product-image{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        width:270px;
        margin:0 auto 20px;
      }

      .hero-form{
        max-width:700px;
        width:100%;
        margin:auto;
      }

    }

    /* =========================================
       MOBILE UX OPTIMIZATION
    ========================================= */

    @media(max-width:768px){

      .hero-section{
        min-height:auto;
      }

      .hero-swiper{
        height:auto;
        margin-bottom: 650px;
        overflow: visible !important;
      }

      .swiper-slide{
        min-height:auto;
      }

      .hero-container{
        padding:90px 18px 90px;
        gap:28px;
      }

      .hero-left{
        order:2;
      }

      .hero-form{
        /*order:3;*/
        right: 0;
        bottom: -138%;
        height: fit-content;
         padding:24px;
        border-radius:24px;
        width: 90% !important;
        margin-inline: 20px;
        
      }

      .product-image{
        order:1;
        width:220px;
      }

      .hero-title{
        font-size:42px;
        line-height:1.08;
        letter-spacing:-1px;
      }

      .hero-desc{
        font-size:15px;
        line-height:1.8;
        margin-bottom:28px;
      }

      .hero-btns{
        width:100%;
        gap:14px;
      }

      .btn-primary,
      .btn-outline{
        /*width:100%;*/
        text-align:center;
        /*padding:16px 22px;*/
      }

      .trust-wrapper{
        gap:12px;
      }

      .trust-item{
        width:100%;
        justify-content:center;
      }

     

      .hero-form h3{
        font-size:28px;
      }

      .form-group input,
      .form-group select,
      .form-group textarea{
        padding:15px 16px;
        font-size:14px;
      }

      .submit-btn{
        padding:16px;
      }

      .swiper-button-next,
      .swiper-button-prev{
        display:none;
      }

    }

    @media(max-width:480px){

      .hero-container{
        padding-inline:16px;
      }

      .hero-title{
        font-size:34px;
      }

      .mini-badge{
        font-size:12px;
        padding:10px 16px;
      }

      .product-image{
        width:190px;
      }

      .hero-form{
        padding:20px;
      }

      .hero-form h3{
        font-size:24px;
      }

    }