* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* Right Dark Green Strap Image - Positioned safely on far right */
.amitco-page .right-strap-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    max-height: 100%;
    z-index: 0;
    pointer-events: none;
    object-fit: cover;
}

@media (max-width: 1199px) {
   .amitco-page  .right-strap-img {
        width: 22vw;
    }
}

@media (max-width: 991px) {
   .amitco-page  html, body {
        overflow-y: auto; /* Allow scroll on small mobile screens */
        height: auto;
    }
   .amitco-page  .right-strap-img {
        display: none;
    }
}

/* Header & Navbar */
.amitco-page .main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.amitco-page .vanai-navbar {
    min-height: 75px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.amitco-page .navbar-container {
    width: 86%;
    max-width: 1450px;
    min-height: 75px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.amitco-page .vanai-navbar .navbar-header {
    min-height: 75px;
    display: flex;
    align-items: center;
}

/* Logo */
.amitco-page .vanai-navbar .navbar-brand {
    height: auto;
    padding: 0;
}

.amitco-page .vanai-navbar .navbar-brand img {
    width: 140px;
    height: auto;
    display: block;
}

/* Center Menu Links */
.amitco-page .vanai-navbar .navbar-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.amitco-page .vanai-navbar .navbar-center > li {
    float: none;
    display: inline-block;
}

.amitco-page .vanai-navbar .navbar-center > li > a {
    padding: 8px 18px;
    color: #4A5568;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    transition: color 0.3s ease;
    text-decoration: none;
}

.amitco-page .vanai-navbar .navbar-center > li > a:hover,
.amitco-page .vanai-navbar .navbar-center > li > a:focus {
    color: #00A54F;
    background: transparent;
}

.amitco-page .vanai-navbar .navbar-center > .active > a,
.amitco-page .vanai-navbar .navbar-center > .active > a:hover,
.amitco-page .vanai-navbar .navbar-center > .active > a:focus {
    color: #00A54F;
    font-weight: 600;
    background: transparent;
}

/* Contact Button */
.amitco-page .vanai-navbar .contact-list {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateY(-50%);
}

.amitco-page .vanai-navbar .contact-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.amitco-page .vanai-navbar .contact-list > li > .nav-contact-btn {
    min-width: 150px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 18px;
    color: #00A54F;
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border: 1.5px solid #00A54F;
    border-radius: 30px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.amitco-page .vanai-navbar .contact-list > li > .nav-contact-btn:hover,
.amitco-page .vanai-navbar .contact-list > li > .nav-contact-btn:focus {
    color: #ffffff;
    background-color:#00A54F;
    text-decoration: none;
}

.amitco-page .contact-arrow {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
}

/* Mobile Button */
.amitco-page .vanai-navbar .navbar-toggle {
    margin-top: 20px;
    border-color:#00A54F;
}

.amitco-page .vanai-navbar .navbar-toggle .icon-bar {
    background-color:#00A54F;
}

/* ===================================================
   MAIN PRODUCT CONTENT SECTION (EXACT REFERENCE DESIGN)
=================================================== */

.product-details-wrapper {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 20px;
    flex: 1;
    display: flex;
    align-items: center;
}

.product-details-wrapper .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Back Arrow Button */
.back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    background-color: #114348;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}


.back-btn:hover,
.back-btn:focus {
    color: #ffffff;

    text-decoration: none;
    transform: translateX(-3px);
}

/* Left Side: Product Card Box */
.product-card {
    background-color: #F7F7F7;
    border-radius: 16px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:510px;
    width: 100%;
    max-width: 530px;
}

.product-card img {
    max-height:470px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 15px 22px rgba(0, 0, 0, 0.14));
}

/* Pack Sizes Below Card */
.pack-sizes {
    margin-top: 14px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    line-height: 100%;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pack-sizes .slash {
    color: #D2E038;
    font-size: 24px;
    font-weight: 900;
    margin: 0 4px;
}

/* Right Side Product Details Box (Shifted slightly UP relative to product card) */
.product-info-box {
    max-width: 540px;
    margin-left: 10px;
    margin-top: -18px; /* Shifts AMITCO heading slightly UP above product card top edge */
}

/* Title: AMITCO (Slightly Up, Big & Bold) */
.product-title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #0D4242;
    line-height: 100%;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

/* Chemical Formula */
.chemical-formula {
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    color: #2D3748;
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

/* Product Description */
.product-desc {
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #4A5568;
    margin-bottom: 16px;
}
.product-desc span{
    color: #114348;
}

/* Category Tag: SYSTEMIC FUNGICIDE */
.category-tag {
    display: inline-block;
    font-family: "Red Hat Display", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #1E9E60;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Section Titles */
.section-title {
    font-family: "Red Hat Display", sans-serif;
    font-size:17px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #111827;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom:0;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.features-list p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #374151;
    margin-bottom: 3px;
}

/* Target Pests List */
.target-pests-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.target-pests-list h2{
    font-size:17px;
}
.target-pests-list li {
    font-family: "Poppins", sans-serif;
    font-size: 13.5px;
    line-height: 1.4;
    color: #4A5568;
    margin-bottom: 3.5px;
}

.target-pests-list li strong {
    color: #111827;
    font-weight: 700;
    text-transform: uppercase;
}



 /* ===================================================
   RESPONSIVE: LAPTOP & TABLET (ONE-SCREEN VIEW)
=================================================== */

@media (min-width: 992px) {
    /* Lock the body to the viewport height and hide scrollbars */
    .amitco-page, .amitco-page body {
        height: 100vh;
        overflow: hidden;
    }

    /* Make the wrapper take up exactly 100% of the screen height */
    .product-details-wrapper {
        height: 100vh;
        padding-top: 85px; /* Adjust for navbar */
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    .product-details-wrapper .row {
        display: flex;
        align-items: center;
        width: 100%;
    }

    /* Scale the product card based on screen height (vh) */
    .product-card {
        height: 55vh; /* Responsive height instead of fixed 510px */
        min-height: 350px;
    }

    .product-card img {
        max-height: 50vh; /* Responsive image height */
    }

    /* Adjust margins and font sizes slightly for shorter laptops */
    .product-info-box {
        margin-top: -30px;
    }
    
    .product-title {
        font-size: clamp(36px, 4vw, 52px); /* Scales between 36px and 52px */
        margin-bottom: 1vh;
    }

    .chemical-formula, .product-desc, .category-tag {
        margin-bottom: 1.5vh;
    }

    .features-list, .target-pests-block {
        margin-bottom: 2vh;
    }

    .target-pests-list li {
        margin-bottom: 0.5vh;
    }
}

/* ===================================================
   RESPONSIVE FIXES (COMBINED & UPDATED)
=================================================== */

/* 1. Desktop & Laptop (One-Screen View) */
@media (min-width: 992px) {
    /* Lock the body to the viewport height and hide scrollbars */
    .amitco-page, .amitco-page body {
        height: 100vh;
        overflow: hidden;
    }
    
    /* Make the wrapper take up exactly 100% of the screen height */
    .product-details-wrapper {
        height: 100vh;
        padding-top: 85px; /* Adjust for navbar */
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    .product-details-wrapper .row {
        display: flex;
        align-items: center;
        width: 100%;
    }

    /* Scale the product card based on screen height (vh) */
    .product-card {
        height: 55vh; /* Responsive height */
        min-height: 350px;
    }

    .product-card img {
        max-height: 50vh; /* Responsive image height */
    }

    /* Adjust margins and font sizes */
    .product-info-box {
        margin-top: -30px;
    }
    
    .product-title {
        font-size: clamp(36px, 4vw, 52px); /* Scales fluidly */
        margin-bottom: 1vh;
    }

    .chemical-formula, .product-desc, .category-tag {
        margin-bottom: 1.5vh;
    }

    .features-list, .target-pests-block {
        margin-bottom: 2vh;
    }

    .target-pests-list li {
        margin-bottom: 0.5vh;
    }
}

/* 2. Laptops & Tablets (Max 1199px) -> Remove the Strap! */
@media (max-width: 1199px) {
    /* Completely hide the strap image so it doesn't cover text at 1024px */
    .amitco-page .right-strap-img {
        display: none !important;
    }
    
    /* Reset right padding since the strap is gone */
    .product-info-box {
        padding-right: 0 !important; 
    }

    /* Scale down large texts slightly */
    .product-title {
        font-size: 36px !important;
    }
    .chemical-formula, .product-desc {
        font-size: 13px !important;
    }
    .section-title {
        font-size: 15px !important;
    }
    .features-list p, .target-pests-list li {
        font-size: 12.5px !important;
    }
}

/* 3. Fix Tablet Navbar Spacing (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Reduce padding between links so it stays on one line */
    .amitco-page .vanai-navbar .navbar-center > li > a {
        padding: 8px 10px; 
        font-size: 14px;   
    }
    .amitco-page .vanai-navbar .contact-list > li > .nav-contact-btn {
        min-width: 130px;
        padding: 6px 12px;
    }
}

/* 4. Mobile & Small Tablet (Allow Scrolling) */
@media (max-width: 991px) {
    .amitco-page, .amitco-page body {
        height: auto;
        overflow-y: auto; /* Allow scrolling */
    }
    .product-card {
        height: auto;
        padding: 40px 20px;
    }
}

/* 5. Mobile Devices & Hamburger Menu Style (Max 767px) */
@media (max-width: 767px) {
    /* Push text below the image */
    .product-info-box {
        margin-top: 40px !important; 
    }
    
    .pack-sizes {
        font-size: 17px;
        margin-bottom: 30px;
        
    }

    /* -------------------------------------------
       EXACT HAMBURGER MENU MATCH
    --------------------------------------------- */
    
    
    /* Reset navbar positioning */
    .amitco-page .vanai-navbar .navbar-center,
    .amitco-page .vanai-navbar .contact-list {
        position: static !important;
        margin: 0;
        white-space: normal;
        top: 0 !important; 
        left: 0 !important; 
        transform: none !important;
        width: 100% !important;
    }

    /* Header arrangement */
    .amitco-page .vanai-navbar .navbar-header {
        display: flex;
        align-items: center !important;
        width: 100%;
        min-height: 75px;
    }

    /* Hamburger Green Circle */
    .amitco-page .vanai-navbar .navbar-toggle {
        background-color: #cddb32 !important; /* Green/yellow circle */
        border: none !important;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
        float: none;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }
    

    

    /* Stack links to left */
    .amitco-page .vanai-navbar .navbar-center > li {
        display: block !important;
        width: 100%;
        float: none;
    }
    
    

    /* Contact button alignment at bottom */
    .amitco-page .vanai-navbar .contact-list {
    
        margin: 12px 0 0;
        padding-top: 20px !important;
        padding-bottom: 5px !important;
    }
    
    .amitco-page .vanai-navbar .contact-list > li {
        display: block;
    }
    
    .amitco-page .vanai-navbar .contact-list > li > .nav-contact-btn {
        display: inline-flex !important;
        width: 155px;
        min-width: 155px;
        min-height: 44px;
        padding: 10px 15px;
        font-size: 14px;
        margin: 0 !important;
    }
}


@media (max-width: 767px) {
    /* ---------- AMITCO PAGE NAVBAR (Matching Product Range) ---------- */

    .amitco-page .vanai-navbar .navbar-toggle .icon-bar {
        background-color: #0D4242 !important;
        width: 19px;
        height: 2px;
        display: block;
        margin: 3px auto; /* This centers the lines perfectly */
        border-radius: 2px;
    }

    

    .amitco-page .vanai-navbar .navbar-collapse {
         width: calc(100% - 36px);
        position: absolute;
        top: 72px;
        left: 18px;
        margin: 0;
        padding: 15px 20px 20px;
        border: none;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12) !important;
        display: none;
    }
.amitco-page .vanai-navbar .navbar-collapse.menu-open {
        display: block !important;
    }
    .amitco-page .vanai-navbar .navbar-center > li > a {
        padding: 10px 0;
        font-size: 15px;
        text-align: left;
        background: transparent;
    }
}

 .amitco-page .vanai-navbar .navbar-brand {
        margin: 0 !important; 
        padding-left:0 !important;
        display: flex !important;
        align-items: center !important;
        float: none !important;
    }

    