* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
html, body {
  height: 100%;
  margin: 0; /* Removes default browser margins */
  padding: 0; /* Removes default browser padding */
}

        body {
            min-height:100vh;
            width:100%;
            font-family: 'Arial', sans-serif;
            /* display: flex;
            flex-wrap:wrap; */
            overflow-x: hidden;
            position: relative;
       

        }

        .wrapper {
            width:100%;
            height:fit-content;
             background: #606636 url(images/trees.png); /* */
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;

        }

        /* body::before {
            content:'';
            width:100%;
            height:100%;
            position: absolute;
            top:0;
            left:0;
            z-index: 50;
    
        } */



        header {
            width:100%;
            background-image: url(images/header-image.jpg);
            aspect-ratio: 1280 / 833;
            background-position: center;
            background-size: contain;

            padding:2em 4em;

            display: flex;
            flex-flow: column;
            gap: 10em;
            justify-content: flex-start;
            align-items: center;
            
        }

        .logo {
            /* position: absolute;
            top: 5%;
            right: 65%;
            left: 5%; */
            width: 30%;
            aspect-ratio:2563 / 1181;
            display: inline-flex;
        }

        a {
            cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🎒</text></svg>") 16 0,auto;
            text-decoration: none;
            color: #606636;
        }

        img {
            width: 100%;
        }

        .cta {
            /* position: absolute;
            margin-top: 30%;
            margin-left: 50%;
            transform: translate(-50%, 0%); */
            font-size: 3rem;
            font-family: 'highvoltage rough', sans-serif;
            color: #606636;
        }

        header {
            flex-direction: column;
            min-width: 100%;
        }
nav {
    width:100%;
    height: fit-content;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
        .nav-links {

            /* position: absolute;
            top: 9%;
            right: 5%;
            */
            display: inline-flex;
            gap: 120px; 
            font-size: 2.5em;
            
            font-family: 'highvoltage rough', sans-serif;
            color: #606636;
        }

        .about-container {
            position: relative;
            color: white;
            display: inline-flex;
        }

        h2 {
            font-family: 'highvoltage rough', sans-serif;
            font-size: 40px;
            margin-top: 60px;
        }

        .about-image {
            width: 100%;
        }

        .product-desc {
            text-align: left;
            margin-left: -90px;
            margin-right: 120px;
        }

        .about-p {
            font-family: Poppins, sans-serif;
            color: white;
            margin-top: 130px;
            margin-right: 120px;
        }
       
        p {
            font-family: Poppins, sans-serif;
            align-items: center;
            font-size: 16px;
        }

        .other-backpacks {
            position: relative;
            display: inline-flex;  
            padding: 80px;
            gap: 100px;
            margin: auto;
            margin-top: -60px;
        }

         .zulu-65 {
            background-color: #9FAB88;
            border-radius: 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            margin-left: 40px;
        }

         .jade-28 {
           background-color: #9FAB88;
           border-radius: 40px;
           box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
         }

         .jade-43 {
            background-color: #9FAB88;
            border-radius: 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            margin-right: 40px;
         }

        .subheader {
            font-family: 'highvoltage rough', sans-serif;
            font-size: 40px;
            margin-left: 120px;
            margin-bottom: 40px;
            color: white;
        }

       



        /* ===== MAIN CONTAINER ===== */
        .form-container {
            background-color: #9FAB88;
            border-radius: 30px;
            padding: 50px;
            max-width: 1200px;
            width: 100%;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            margin: auto;
            
        }

        /* ===== HEADER ===== */
        .form-header {
            text-align: left;
            margin-bottom: 40px;
        }

        .form-header h1 {
            color: white;
            font-family: 'highvoltage rough', sans-serif;
            font-size: 3em;
            font-weight: bold;
            letter-spacing: 2px;
        }

        /* ===== CONTENT LAYOUT ===== */
        .form-content {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 40px;
            align-items: start;
        }

        /* ===== FORM SECTION ===== */
        .form-section {
            background-color: rgba(220, 225, 218, 0.95);
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

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

        .form-group label {
            display: block;
            font-size: 1.2em;
            font-weight: bold;
            color: #2c3e2c;
            margin-bottom: 10px;
        }

        .form-group input[type="text"],
        .form-group input[type="number"] {
            width: 100%;
            padding: 15px;
            border: none;
            border-radius: 8px;
            font-size: 1em;
            background-color: white;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        /* ===== GENDER CHECKBOXES ===== */
        .gender-options {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .checkbox-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .checkbox-wrapper input[type="checkbox"] {
            width: 25px;
            height: 25px;
            cursor: pointer;
        }

        .checkbox-wrapper label {
            font-size: 1.1em;
            font-weight: normal;
            color: #2c3e2c;
            cursor: pointer;
            margin: 0;
        }

        /* ===== SUBMIT BUTTON ===== */
        .submit-btn {
            width: 100%;
            padding: 18px;
            background-color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.3em;
            font-weight: bold;
            color: #2c3e2c;
            cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🎒</text></svg>") 16 0,auto;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .submit-btn:hover {
            background-color: #e8ebe7;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* ===== IMAGE SECTION ===== */
        .image-section {
            background-color: white;
            padding: 40px;
            border-radius: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 500px;
        }

        .backpack-image {
            max-width: 100%;
            height: auto;
            object-fit: contain;
            transition: opacity 0.3s ease;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        /* ===== RESULT MESSAGE ===== */
        .result-message {
            margin-top: 20px;
            padding: 15px;
            background-color: rgba(255, 255, 255, 0.9);
            border-radius: 10px;
            text-align: center;
            font-weight: bold;
            color: #2c3e2c;
            display: none;
        }
        
        /* footer - trees & content */
       .footer-content {

        color: white;
        font-family: 'highvoltage rough', sans-serif;
        font-size: 3em;
        width: 100%;
        padding:2em;
        text-align: center;
       
       }


        /* ===== RESPONSIVE DESIGN ===== */
        @media (max-width: 968px) {
            nav {
                flex-flow: column wrap;
            }
            .content {
                grid-template-columns: 1fr;
            }

            .header h1 {
                font-size: 2em;
            }
        }

        
        /* Mobile */
        @media (max-width: 500px) {
            
        
        }


          /* Tablet */
        @media (max-width: 768px) {
          /* header {
            width:100%;
            background-image: url(images/header-image.jpg);
            background-repeat: no-repeat;}*/
    }

           /* Laptop */
        @media (max-width: 1024px) {
             
        }