body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}

.category-section {
    text-align: center;
    padding: 40px 20px;
}
.category-section h2 {
    font-size: 2.2em;
    margin-bottom: 10px;
}
.category-section p {
    color: #555;
    font-size: 1em;
    margin-bottom: 30px;
}
.category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.category-card {
    position: relative;
    width: 180px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    transition: transform 0.3s ease;
    background-color: #fff;
}
.category-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.category-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 5px rgb(0 0 0 / .7);
    font-size: 1em;
}
.category-info span {
    font-size: .9em;
    margin-left: 4px;
    opacity: .8;
}
.category-card:hover {
    transform: scale(1.03);
}
@media (max-width:768px) {
    .category-card {
    width: 45%}
}@media (max-width:480px) {
    .category-card {
    width: 90%}
}.features-box .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.features-box .image-container img {
    width: 100%;
    transition: transform 0.5s ease;
}
.features-box .image-container:hover img {
    transform: scale(1.1);
}
.features-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .5);
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-box .image-container:hover .overlay {
    opacity: 1;
}
  .features-ads {
            background: linear-gradient(#f5f5f5);
            padding: 2rem 0;
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: visible;
        }
        .container {
            position: relative;
            z-index: 1;
        }
        .single-features-ads {
            background: white;
            border-radius: 1rem;
            padding: 1.5rem;
            text-align: center;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
        }
        .single-features-ads:hover {
            transform: translateY(-8px) !important;
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        }
        .single-features-ads img {
            max-width: 50px;
            margin-bottom: 0.75rem;
        }
        .single-features-ads h4 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 0.75rem;
        }
        .single-features-ads p {
            color: #4a5568;
            font-size: 0.9rem;
            line-height: 1.4;
        }
        .parallax {
            transform: translateY(0);
            transition: transform 0.4s ease-out;
        }
        @media (max-width: 640px) {
            .features-ads {
                padding: 1.5rem 0;
            }
            .single-features-ads {
                padding: 1rem;
            }
            .single-features-ads img {
                max-width: 40px;
            }
            .single-features-ads h4 {
                font-size: 1.1rem;
            }
            .single-features-ads p {
                font-size: 0.85rem;
            }
        }
.zoom-icon {
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    background: rgb(0 0 0 / .6);
    padding: 10px 15px;
    border-radius: 50%;
    transition: background 0.3s;
}
.zoom-icon:hover {
    background: rgb(255 255 255 / .8);
    color: #000;
}
.product-figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.product-figure img {
    display: block;
    width: 100%;
    height: auto;
}
.hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}
.product-figure:hover .hover-icon {
    opacity: 1;
}
.product-figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.product-figure .main-img, .product-figure .hover-img {
    width: 100%;
    transition: opacity 0.3s ease-in-out;
    display: block;
}
.product-figure .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.product-figure:hover .hover-img {
    opacity: 1;
}
.product-figure:hover .main-img {
    opacity: 0;
}
.hover-icon img {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 4px #000);
    Black glow around icon;
}
.buy-now-btn {
    background: linear-gradient(135deg, #444, #666);
    color: #fff;
    margin-top: 10px;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 10px rgb(0 0 0 / .2);
    transition: all 0.3s ease;
}
.buy-now-btn:hover {
    background: linear-gradient(135deg, #333, #555);
    transform: translateY(-2px);
    Contact;
}
.mfp-bg, .mfp-wrap, .lightbox, .popup-overlay {
    z-index: 10050!important;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.whatsapp-float img:hover {
    transform: scale(1.1);
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}
.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    transition: transform 0.3s ease;
    position: relative;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgb(0 0 0 / .15);
}
.single-product-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / .05);
}
.single-product-item figure, .single-product-item figure img {
    border-radius: 12px;
}
.product-image-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.product-image.hover {
    opacity: 0;
}
.product-card:hover .product-image.hover {
    opacity: 1;
}
.product-card:hover .product-image.main {
    opacity: 0;
}
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff4757;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}
.product-info {
    padding: 15px;
}
.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}
.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.current-price {
    font-size: 18px;
    font-weight: 700;
    color: #ff4757;
}
.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}
.purchase-info {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}
@media (max-width:768px) {
    .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}
.product-image-container {
    height: 160px;
}
}@media (max-width:480px) {
    .products-grid {
    grid-template-columns: 1fr;
}
.section-title {
    font-size: 24px;
}
}.innovation-section {
    background-color: #f8f9fa;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.innovation-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.innovation-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.innovation-subtitle {
    font-size: 1.5rem;
    color: #7f8c8d;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    Contact margin-bottom: 25px;
}
.innovation-subtitle::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #e74c3c;
}
.innovation-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
}
@media (max-width:992px) {
    .innovation-title {
    font-size: 2.8rem;
}
.innovation-subtitle {
    font-size: 1.3rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.innovation-subtitle::after {
    bottom: 10px;
}
}@media (max-width:768px) {
    .innovation-section {
    padding: 40px 20px;
}
.innovation-title {
    font-size: 2.2rem;
    letter-spacing: 1px;
}
.innovation-subtitle {
    font-size: 1.1rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}@media (max-width:576px) {
    .innovation-title {
    font-size: 1.8rem;
}
.innovation-subtitle {
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.innovation-subtitle::after {
    width: 60px;
    height: 2px;
    bottom: 5px;
}
.innovation-image {
    max-width: 95%}
}.special-offers {
    text-align: center;
    padding: 40px 20px;
}
.section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 700;
}
.offers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.offer-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 370px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 8px rgb(0 0 0 / .05);
    transition: transform 0.3s ease;
}
.offer-box:hover {
    transform: translateY(-5px);
}
.offer-box img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: crimson;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
}
.offer-title {
    font-size: 1.1rem;
    margin: 15px 0 5px;
}
.offer-brand {
    color: #666;
    margin-bottom: 15px;
    font-size: .9rem;
}
.buy-now-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.buy-now-btn:hover {
    background-color: #555;
}
.banner-section {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.banner {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    border-radius: 15px;
    padding: 1.5rem;
    color: #fff;
    position: relative;
    background: linear-gradient(135deg, #2b5876, #4e4376);
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.banner-2 {
    background: linear-gradient(135deg, #1a3c34, #2f4858);
}
.banner:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgb(0 0 0 / .3);
}
.banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.banner:hover img {
    transform: translateY(-10px);
}
.banner h2 {
    font-size: 1.8rem;
    font-weight: 700;
}
.banner p {
    font-size: 1rem;
    margin: .5rem 0;
}
.banner .discount {
    font-size: .9rem;
    background: rgb(255 255 255 / .2);
    padding: .3rem .6rem;
    border-radius: 5px;
    display: inline-block;
}
.banner button {
    background: #fff;
    color: #000;
    padding: .5rem 1.5rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
    z-index: 1;
}
.banner button:hover {
    background: #ddd;
}
@media (max-width:768px) {
    .banner {
    height: 200px;
    padding: 1rem;
}
.banner img {
    max-width: 40%}
.banner h2 {
    font-size: 1.5rem;
}
.banner p {
    font-size: .9rem;
}
.banner button {
    font-size: .9rem;
    padding: .4rem 1.2rem;
}
}@media (max-width:480px) {
    .banner {
    height: 180px;
    padding: .8rem;
}
.banner img {
    max-width: 35%}
.banner h2 {
    font-size: 1.2rem;
}
.banner p {
    font-size: .8rem;
}
.banner button {
    font-size: .8rem;
    padding: .3rem 1rem;
}
}.header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
    padding: 10px 30px;
}
.logo img {
    height: 40px;
}
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
}
.main-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}
.top-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    flex-wrap: wrap;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
}
.logo img {
    height: 90px;
}
.hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
    user-select: none;
}
#menu-toggle {
    display: none;
}
.nav-links {
    display: flex;
    gap: 50px;
    margin-right: 150px;
    margin-top: 70px;
}
.nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: color 0.3s;
}
.nav-links a:hover {
    color: #888;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.promo-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #bcbcbc;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    flex-wrap: wrap;
    margin-top: 120px;
}
.promo-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width:768px) {
    .top-navbar {
    flex-direction: column;
    align-items: flex-start;
}
.hamburger {
    display: block;
    position: absolute;
    right: 30px;
    top: 18px;
}
.nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    padding: 0 20px;
}
#menu-toggle:checked~.nav-links {
    display: flex;
}
.promo-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
}.promo-bar {
    overflow: hidden;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}
.promo-track {
    display: flex;
    animation: scroll 18s linear infinite;
}
.promo-item {
    flex: none;
    padding: 0 50px;
    font-weight: 600;
    color: #333;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 50px;
}
@keyframes scroll {
    0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-50%);
}
}.offer-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 5px 20px rgb(0 0 0 / .1);
    position: relative;
}
.offer-badge {
    background: red;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.offer-box img {
    max-width: 100%;
    border-radius: 8px;
}
.offer-title {
    font-size: 18px;
    margin: 10px 0 5px;
}
.offer-brand {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}
.buy-now-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
.buy-now-btn:hover {
    background-color: #333;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.modal-content {
    background: #fff;
    border-radius: 10px;
    max-width: 700px;
    width: 90%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: relative;
    box-shadow: 0 10px 25px rgb(0 0 0 / .1);
}
.modal-content img {
    width: 250px;
    max-width: 100%;
    object-fit: contain;
}
.modal-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal-details h2 {
    font-size: 1.5rem;
    margin: 0 0 10px;
}
.price {
    color: #d32f2f;
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.price del {
    color: #777;
    font-size: 1rem;
    margin-left: 8px;
}
.color-options {
    margin: 10px 0;
}
.color-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-right: 8px;
    cursor: pointer;
}
.color-circle.black {
    background-color: #000;
}
.color-circle.white {
    background-color: #fff;
}
.quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    width: fit-content;
    background-color: #f9f9f9;
    margin: 15px 0;
}
.quantity-box input {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    background: #fff0;
    padding: 8px 0;
}
.qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.qty-btn:hover {
    background-color: #333;
}
.qty-btn:active {
    transform: scale(.95);
}
.add-to-cart {
    background: #000;
    color: #fff;
    padding: 12px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 10px;
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}
@media (max-width:600px) {
    .modal-content {
    flex-direction: column;
    align-items: center;
}
.modal-content img {
    width: 70%}
.modal-details {
    align-items: center;
    text-align: center;
}
.quantity-box {
    margin-left: auto;
    margin-right: auto;
}
}.innovation-section {
    position: relative;
    height: 1000px;
    background-image: url(https://static-01.daraz.pk/p/d2c1675aef19a1d9c911af581a6a5f6f.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.innovation-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    text-align: center;
    color: #fff;
    padding: 20px 30px;
    background: rgb(0 0 0 / .4);
    border-radius: 12px;
}
@media (max-width:768px) {
    .innovation-section {
    height: 40vh;
    background-attachment: scroll;
}
.innovation-content {
    padding: 15px 20px;
}
.overlay-text {
    font-size: 2rem;
}
.overlay-subtext {
    font-size: 1rem;
}
}.dropdown {
    position: relative;
    display: flex;
    align-items: center;
}
.main-link {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
.dropdown-arrow {
    cursor: pointer;
    margin-left: 2px;
    font-size: 18px;
    color: #000;
    user-select: none;
    padding: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(20 20 20 / .9);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    min-width: 200px;
    z-index: 1000;
}
.dropdown-content a {
    display: block;
    color: #fff;
    padding: 10px 16px;
    text-decoration: none;
}
.dropdown-content a:hover {
    background: rgb(255 255 255 / .1);
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(20 20 20 / .9);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    min-width: 200px;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #222;
}
.dropdown-content::-webkit-scrollbar {
    width: 6px;
}
.dropdown-content::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
}
.dropdown-content::-webkit-scrollbar-track {
    background: #222;
}
.features-modern-section {
    background-color: #f9f9f9;
}
.feature-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(0 0 0 / .06);
    transition: transform 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
}
.image-container {
    position: relative;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 12px;
}
.image-container:hover img {
    transform: scale(1.05);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / .4);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}
.image-container:hover .overlay {
    opacity: 1;
}
.zoom-icon {
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    background: rgb(255 255 255 / .15);
    padding: 12px;
    border-radius: 50%;
    transition: background 0.3s ease;
}
.zoom-icon:hover {
    background: rgb(255 255 255 / .3);
}
.lookbook-modern {
    padding: 60px 20px;
    background: #f9f9f9;
}
.lookbook-content {
    padding: 20px;
}
.lookbook-content .year-title {
    font-size: 3rem;
    font-weight: 700;
    color: #111;
}
.lookbook-content .tagline {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}
.lookbook-content .tagline span {
    color: #f60;
}
.lookbook-content .description {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}
.lookbook-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.lookbook-image-wrapper img {
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out;
    display: block;
    border-radius: 10px;
}
.lookbook-image-wrapper .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.lookbook-image-wrapper:hover .img-hover {
    opacity: 1;
}
.hover-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    text-decoration: none;
}
@media (max-width:768px) {
    .lookbook-content {
    text-align: center;
}
.lookbook-content .year-title {
    font-size: 2.5rem;
}
.lookbook-content .tagline {
    font-size: 1.5rem;
}
.lookbook-content .description {
    font-size: .95rem;
}
}