* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.container {
    height: 100vh;
    background-image: url('./assets/home-image.png');
    background-position: top left;


}

.logo {
    /* GTG */

    width: 125px;
    height: 47px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 150%;
    background: linear-gradient(180deg, rgba(3, 46, 21, 0.6) 0%, rgba(1, 102, 48, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex: none;
    order: 0;
    flex-grow: 0;
}




.header {
    padding: 15px 50px;
}

.navbar {
    width: 100%;
    display: flex;

    justify-content: space-between;
    align-items: center;


}

.header-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    color: #162456;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
}

.menu-item {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    background: none;
    border: 0;
    color: #162456;
    text-decoration: none;
    cursor: pointer;
}

.button {
    width: 145;
    height: 49;
    border-bottom-width: 1.01px;
    padding-top: 16px;
    padding-right: 28px;
    padding-bottom: 16px;
    padding-left: 28px;
    border-radius: 505.64px;
    background: linear-gradient(180deg, #032E15 0%, #016630 100%);
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18.2px;
    line-height: 16.18px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    gap: 20px;

    flex: none;
    order: 1;
    flex-grow: 0;
}

.poster {

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;

    width: 702px;
    height: 344px;


    flex: none;
    order: 0;
    flex-grow: 0;

}

.poster-medal {

    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;


    width: 356px;
    height: 40px;
    background: linear-gradient(180deg, rgba(3, 46, 21, 0.6) 0%, rgba(1, 102, 48, 0.6) 100%);
    border-radius: 10000px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #FFFFFF;

}

.poster-medal p {
    font-family: Inter;
    font-weight: lighter;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.poster-number {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;

    width: 545.5px;
    height: 86px;

    flex: none;
    order: 1;
    flex-grow: 0;
}

.numbers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 0px;

    width: 183.5px;
    height: 86px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.number {




    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 87px;
    display: flex;
    align-items: center;
    justify-content: start;
    background: linear-gradient(180deg, rgba(3, 46, 21, 0.6) 0%, rgba(1, 102, 48, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 104%;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    color: #0D542B;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.poster-line {
    width: 692px;
    height: 63px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 112.2%;
    letter-spacing: -1.3287px;

    color: #032E15;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.products {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 50px;
    gap: 108px;
    width: 100%;
    
    max-width: 1328px;
}

.products .s1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;

    width: 610px;
    /* height: 992.99px; */
    height: auto;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.perfume-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;

    width: 610px;
    height: 148px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.perfume-info .perfume-heading {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #032E15;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.perfume-description {

    width: 610px;
    height: 60px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-size: 16.1806px;
    line-height: 20px;
    text-align: justify;

    color: #032E15;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.subscriptions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 11px;

    width: 610px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.subscriptions .sub-heading {
    box-sizing: border-box;

    width: 609.97px;
    height: 43.49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20.2258px;
    line-height: 24px;
    color: #FFFFFF;

    background: linear-gradient(270deg, #032E15 0%, #008236 51.92%, #00C950 100%);
    border: 1.01129px solid #B8B8B8;
    border-radius: 6.06773px 6.06773px 0px 0px;
}

#single-subscription {
    box-sizing: border-box;
    width: 610px;
    height: 772px;
    font-weight: 600;
    font-size: 20px;
    background: #FFFFFF;
    border: 1.01129px solid #B8B8B8;
    border-radius: 6.06773px;
}

#double-subscription {
    box-sizing: border-box;
    width: 610px;
    font-weight: 600;
    font-size: 20px;
    background: #FFFFFF;
    border: 1.01129px solid #B8B8B8;
    border-radius: 6.06773px;
}

.single-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    padding: 20px;


}

#benefits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    gap: 10px;



    width: 404.07px;
    height: 137px;

}

.benefit-item {
    font-size: 14px;
    font-weight: 200;
    color: #016630;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.benefit-item img {
    width: 20px;
    height: 20px;
}

.addtocart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 610px;
    padding: 10px;

}

.addtocart-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 40px;
width: 610px;

    background: linear-gradient(180deg, #032E15 0%, #016630 100%);
    border-radius: 505.644px;

    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
    cursor: pointer;

    transition: all 0.3s ease;
    box-sizing: border-box;
}

.addtocart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 102, 48, 0.4);
    background: linear-gradient(180deg, #044419 0%, #017a39 100%);
}


/* ===== RESPONSIVE HAMBURGER MENU ===== */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #032E15;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu .menu-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.mobile-menu .button {
    margin-top: 15px;
    align-self: center;
}

@media (max-width: 768px) {
    .desktop-menu {
        display: none !important;
    }

    .hamburger {
        display: flex;
    }

    .header {
        position: relative;
    }
}

/* ===== GALLERY STYLES ===== */
.gallery-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    display: relative;

    width: 610px;
    height: 992.99px;


    flex: none;
    order: 0;
    flex-grow: 0;
}

.main-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 610px;
    height: 672.99px;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ccc;
}

.main-image {
    width: 500px;
    height: 552px;
    opacity: 1;
    border-radius: 8px;
}

.thumbnails {

    position: absolute;
    width: 551.21px;
    bottom: -730px;
    left: 80px;
    height: 38.9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-arrow {

    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #333;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;

}

.gallery-arrow:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) scale(1.05);
}

.gallery-arrow.prev {
    left: 20px;
}

.gallery-arrow.next {
    right: 20px;
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-radius: 0px 0px 15.1693px 15.1693px;
}

.dot {

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #032E15;
    width: 8.09px;
    height: 8.09px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.dot.active {
    background: #032E15;
    border-color: #032E15;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: #032E15;
}

.gallery-thumbnails {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px 0;
}

.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.thumbnail:hover {
    opacity: 1;
    border-color: #016630;
    transform: scale(1.05);
}

.thumbnail.active {
    border-color: #016630;
    opacity: 1;
    transform: scale(1.05);
}

/* ===== FRAGRANCE OPTIONS ===== */
.fragrance-options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fragrance-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background-color: #F9F9F9;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    max-width: 150px;
}

.fragrance-card:hover {
    border-color: #016630;
    box-shadow: 0 4px 12px rgba(1, 102, 48, 0.1);
    transform: translateY(-2px);
}

.fragrance-card input[type="radio"]:checked~.perfume-image {
    transform: scale(1.05);
}

.fragrance-card input[type="radio"]:checked {
    accent-color: #016630;
}

.best-seller-badge {
    position: absolute;
    top: -8px;
    left: 65%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #016630 0%, #00C950 100%);
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    z-index: 1;
    width: 80px;
    background: linear-gradient(180deg, #032E15 0%, #016630 100%);
    border-radius: 4.9494px 0px;
}

.radio-option {
    display: flex;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}

.radio-option span {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: light;
    color: #ccc;
}

.radio-option input[type="radio"] {
    margin: 0;
    width: 16px;
    height: 16px;
}

.radio-option input[type="radio"]:checked+span {
    color: #016630;
    font-weight: 600;
}

.perfume-image {
    width: 60px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.fragrance-card:hover .perfume-image {
    transform: scale(1.1);
}

/* ===== SUBSCRIPTION EXPANDABLE STYLES ===== */
#single-subscription,
#double-subscription {
    transition: all 0.3s ease;
    overflow: hidden;
}

#single-subscription:not(.expanded) .benefits,
#double-subscription:not(.expanded) .benefits {
    display: none;
}

#single-subscription.expanded,
#double-subscription.expanded {
    background: #f8fff9;
    border-color: #016630;
}

.included-card {
    box-sizing: border-box;

    width: 166.73px;
    height: 219.53px;


    background: #FFFFFF;
    border: 1.01129px solid #919798;
    border-radius: 6.06773px;
    display: flex;
    flex-direction: column;


    padding: 10px;
}

.included-card-1 {
    background: #FFFFFF;
    border: 1.01129px solid #919798;
    border-radius: 6.06773px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;


    padding: 10px;
    width: 328.18px;
    height: 219.53px;
}

.included-card p,
.included-card-1 p {
    width: 166px;
    height: 20px;
    opacity: 1;
    top: 376.87px;
    left: 64.48px;
    font-family: Inter;

    font-weight: 300;
    font-style: Light;
    font-size: 16.18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #6F7577;
}




@media (max-width: 768px) {
    .comparison-table {
        font-size: 12px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 10px 12px;
    }
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 1024px) {
    .products {
        flex-direction: column;
        gap: 50px;
        width: 100%;
        padding: 30px;
    }

    .products .s1 {
        width: 100%;
    }

    .subscriptions {
        width: 100%;
    }

    #single-subscription,
    #double-subscription {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .gallery-thumbnails {
        display: none;
    }

    .gallery-arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .fragrance-options {
        flex-direction: column;
    }

    .radio-option {
        justify-content: center;
    }
}

/* Grass */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url('grass-image.jpg') no-repeat center center;
    background-size: cover;
}