:root {
    --max-width: 1216px;
    --primary-1: #414141;
    --primary-2: #9B9589;
    --primary-3: #CCC5B2;
    --primary-4: #E0E0D4;
    --grey-1: #000000;
    --grey-2: #333333;
    --grey-3: #4D4D4D;
    --grey-4: #F1F1F1;
    --grey-5: #FFFFFF;
    --neutral: #F6F6F3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Cormorant Garamond", serif;
    min-height: 100vh;
    position: relative;
    overflow: auto;
    color: var(--grey-2);
}

h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: var(--grey-1);
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10;
    box-shadow: 4px 4px 20px 0px #9B958940;
    background-color: var(--grey-5);
}

.elementor-container {
    max-width: var(--max-width);
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.home-page-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background-size: cover;
    min-height: calc(100vh - 80px);
    max-width: var(--max-width);
}

.logo-container {
    flex: 1;
    display: flex;
    align-items: center;
}

.nav-homepage {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.nav-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border: 1px solid var(--grey-1);
    border-radius: 12px;
    text-decoration: none;
    line-height: 42px;
    font-size: 28px;
    transition: all 0.3s ease;
    font-weight: 700;
}

.nav-homepage .nav-button {
    color: var(--grey-1);
    width: 256px;
}

.nav-button:hover {
    border: 1px solid var(--primary-2);
    background-color: var(--primary-2);
    color: var(--grey-5);
}

.nav-button img {
    transition: opacity 0.3s ease-in-out;
}

.nav-button:hover svg {
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
    color: var(--grey-5);
}

.nav-button:hover svg path {
    fill: var(--grey-5);
}

.whatsapp-button {
    position: fixed;
    bottom: 20%;
    right: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: transform 0.3s ease;
    background-color: var(--grey-5);
}


.whatsapp-button:hover {
    transform: scale(1.1);
}

.logo-header {
    width: 155.49px;
    height: 60px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    background-color: var(--grey-5);
    max-width: var(--max-width);
    margin: auto;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.logo img {
    width: 475px;
    height: 200px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

nav ul li a:hover {
    color: var(--primary-2);
}

.nav-header .menu-header .text-active-menu {
    color: var(--primary-2);
}

.nav-header .menu-header .text-active-dropdown-menu {
    border-left: 2px solid var(--primary-2);
}

.appointment-btn {
    background-color: var(--primary-2);
    color: var(--grey-5);
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 12px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    border: 1px solid var(--primary-2);
    width: 157px;
    height: 54px;
}

#mobile-menu {
    display: none;
}

#menu-toggle {
    text-decoration: none;
    border: none;
    font-size: 17.5px;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    text-transform: none;
    display: none;
}

#menu-toggle .fa-xmark {
    font-size: 24px;
}

#menu-toggle i {
    width: 24px;
}

.gallery {
    display: flex;
    justify-content: center;
}

.about-banner {
    width: 100%;
    height: 560px;
    aspect-ratio: 24 / 9;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.about-section {
    padding: 80px 0;
    text-align: left;
    flex-direction: column;
}

.title-page {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    border-bottom: 2px solid var(--grey-1);
    margin-bottom: 60px;
    padding-bottom: 14px;
    min-height: 88px;
    color: var(--grey-1);
}

.about-content {
    display: flex;
    gap: 40px;
}

.about-content img {
    width: 592px;
    height: 874px;
    border-radius: 12px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
    text-transform: capitalize;
    padding-bottom: 24px;
}

.about-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: var(--grey-2);
}

.about-text-bot {
    padding-top: 60px;
}

.services-grid {
    display: flex;
    gap: 32px;
}
.services-grid .service-card-left .image-gallery .gallery-image{
    width: 100%;
    cursor: pointer;
}
.services-grid .service-card-left .image-gallery .gallery-image img{
    border-radius: 6px;
    aspect-ratio: 3 / 4;
    object-fit: fill;
}
.service-card {
    background-color: var(--grey-4);
    border-radius: 12px;
    padding: 40px;
    height: auto;
    display: flex;
}

.service-card-left {
    width: 800px;
    flex-direction: column;
}

.service-card-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: var(--grey-2);
}

.service-list {
    margin-left: 1.2rem;
    padding-top: 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.service-list li {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;

}

.image-gallery {
    display: flex;
    gap: 24px;
    padding-top: 40px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.gallery-image {
    /* width: 100%;
    height: 304px;
    object-fit: cover;
    border-radius: 4px; */
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.gallery-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.single-image {
    border-radius: 6px;
    width: 304px;
    height: 270px;
    cursor: pointer;
}

.single-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    cursor: pointer;
}

.title-page-products {
    margin-bottom: 0;
    height: 88px;
}

.product-description {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 60px;
}

.products {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.products-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    border-radius: 12px;
    background-size: cover;
    height: 400px;
}

.product-card {
    background-size: cover;
    border-radius: 12px;
}

.product-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    z-index: 1;
}

.product-banner-bottom .product-content::before {
    background-color: #0000008a;
}

.product-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.product-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: var(--grey-5);
    z-index: 3;
}

.btn-product {
    display: inline-block;
    padding: 12px 24px;
    margin-top: 32px;
    min-width: 133px;
    background: var(--primary-2);
    color: var(--grey-5);
    border: none;
    cursor: pointer;
    border-radius: 12px;
    text-decoration: none;
    z-index: 3;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.btn-product:hover {
    background: var(--primary-3);
}

.product-banner-bottom {
    width: 100%;
    height: 304px;
    aspect-ratio: 24 / 9;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 19%;
}

.breadcrumb {
    padding: 40px;
    background-color: var(--grey-4);
    margin: 60px 0;
}

.breadcrumb a {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: var(--grey-3);
    text-decoration: none;
}

.breadcrumb span {
    color: var(--grey-3);
    margin: 0 8px;
}

.nav-product {
    max-width: var(--max-width);
    margin: 0 auto;
    color: var(--grey-3);
}

.nav-product a {
    color: var(--grey-3);
}

.nav-product .nav-product-active {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: var(--grey-1);
}

.title-page-products-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding-top: 80px;
}

.container-product {
    max-width: var(--max-width);
    margin: 0 auto;
}

.gallery-product {
    display: flex;
    gap: 32px;
    padding-bottom: 80px;
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--grey-5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lenses-product .gallery-product-item-left,
.lenses-product .gallery-product-item-right {
    height: auto;
}

.lenses-product .gallery-product-item-left .img-container {
    width: 696px;
}

.lenses-product .gallery-product-item-left .img-container:nth-child(1) {
    height: 580px;
}

.lenses-product .gallery-product-item-left .img-container:nth-child(2) {
    height: 1060px;
}

.lenses-product .gallery-product-item-right .img-container:nth-child(1) {
    height: 660px;
}

.lenses-product .gallery-product-item-right .img-container:nth-child(2) {
    height: 202px;
}

.lenses-product .gallery-product-item-right .img-container:nth-child(3) {
    height: 699px;
}

.container-service {
    padding: 80px 0;
}

.container-locate-us {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 80px 0;
}

.locate-us-left {
    display: grid;
    gap: 32px;
}

.grid-locate-us {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.locate-us-card {
    background-color: var(--grey-4);
    border-radius: 12px;
    padding: 32px;
}

.card-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.card-text {
    display: grid;
    padding-top: 16px;
}

.card-text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.card-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;

}

.locate-us-map {
    border-radius: 12px;
    overflow: hidden;
}

.footer {
    background-color: var(--primary-2);
    color: var(--grey-5);
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: var(--max-width);
    gap: 40px;
}

.footer-container-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(33% - 52px);
}

.footer-container-right {
    display: flex;
    justify-content: space-between;
    width: calc(66% - 52px);
}

.footer-logo img {
    height: 40px;
}

.footer-social {
    display: flex;
    gap: 16px;
}

.footer-social a {
    color: var(--grey-5);
    text-decoration: none;
}

.footer-social a:hover {
    color: var(--primary-1);
}

.footer-icon-contact {
    border-radius: 9999px;
    background-color: var(--primary-1);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    --tw-bg-opacity: 1;
}

.footer-icon-contact:hover {
    background-color: var(--primary-4);
    color: var(--primary-1);
}

.footer-text {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    font-weight: 600;
    color: var(--grey-4);
}

.footer-links {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: flex;
    gap: 32px;
    color: var(--grey-4);
}

.footer-links a {
    color: var(--grey-4);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--primary-3);
}

.footer-homepage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.gallery-product-item img {
    width: 100%;
    background-size: cover;
    border-radius: 12px;
    transition: transform 0.5s ease-in-out;
}

.gallery-product-item .img-container img:hover {
    transform: scale(1.2);
}

.img-container {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
}

.gallery-product-item-left,
.gallery-product-item-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 1138px;
}

.gallery-product-item-left {
    height: 1138px;
}

.gallery-product-item-left .img-container {
    width: 280px;
}

.gallery-product-item-left .img-container-left-top img {
    height: 544px;
    object-fit: cover;
}

.gallery-product-item-left .img-container-left-bottom img {
    height: 562px;
    object-fit: cover;
}

.gallery-product-item-right .img-container-right-top img {
    height: 396px;
}

.gallery-product-item-right .gallery-product-item-right-center-left {
    width: 592px;
}

.gallery-product-item-right .gallery-product-item-right-center-right {
    width: 280px;
}

.gallery-product-item-right .img-container-right-bottom img {
    height: 358px;
}

.img-container img {
    height: 100%;
}

.gallery-product-item-right-center {
    display: flex;
    gap: 32px;
    height: 320.14px;
}

.menu-header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 32px;
    background: var(--grey-5);
}

.menu-header li {
    position: relative;
}

.menu-header a,
.appointment-btn {
    text-decoration: none;
    display: block;
}

.menu-header li a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    text-transform: capitalize;
    display: flex;
    gap: 8px;
    align-items: center;
}

.menu-header li a:hover svg path {
    fill: var(--primary-2);
}

.appointment-btn:hover {
    background-color: var(--primary-3);
    color: var(--grey-5);
    border: 1px solid var(--primary-3);
}

.svg-dropdown-menu {
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    background: var(--grey-5);
    display: none;
    width: 100px;
    padding-top: 12px;
}

.dropdown-menu li a {
    color: var(--grey-2);
    display: block;
    padding: 12px 16px;
    border: 2px solid var(--grey-5);
    text-decoration: none;
    box-sizing: border-box;
}

.dropdown:hover>a,
.dropdown:hover>a svg {
    color: var(--primary-2);
}

.dropdown-menu a.border-active {
    border-left: 2px solid var(--primary-2);
}

.dropdown-menu:hover ~ .menu-header li a:hover svg path {
    fill: var(--primary-2);
}
#icon-down-menu-mobile{
    width: 15.48px;
    height: 7.5px;
}
/* .dropdown-menu li a:hover {
    border-left: 2px solid var(--primary-2);
}

.dropdown:hover .dropdown-menu li:first-child a {
    border-left: 2px solid var(--primary-2);
} */

/* .dropdown a:hover svg {
    transform: rotateX(180deg);
    transition: transform 0.3s ease-in-out;
} */

.dropdown:hover .dropdown-menu {
    display: block;
}

.product-card {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.product-card:hover {
    transform: scale(1);
}

.product-card:hover::before {
    transform: scale(1.2);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.lightbox.lightbox-active {
    display: flex;
    z-index: 11;
}

.lightbox #close-lightbox {
    position: absolute;
    top: 5%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 34px;
    background: none;
    border: none;
    color: var(--grey-5);
    cursor: pointer;
}

.prev-lightbox,
.next-lightbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: none;
    border: none;
    color: var(--grey-5);
    cursor: pointer;
}

.lightbox img {
    max-width: 95%;
    max-height: 95%;
}

.prev-lightbox {
    left: 20px;
    transform: rotate(90deg);
}

.next-lightbox {
    right: 20px;
    transform: rotate(-90deg);
}

.zoom-in-page {
    animation: zoomIn 1.5s ease-in-out;
}

.privacy-contents {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.privacy-content p,
.privacy-content ul {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

.privacy-content ul {
    padding-left: 32px;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1439px) {
    /* .service-card-left {
        width: auto;
    } */

    .gallery-product-item-left .img-container {
        width: auto;
    }

    .gallery-product-item-right .gallery-product-item-right-center-left {
        width: auto;
    }

    .gallery-product-item-right .gallery-product-item-right-center-right {
        width: auto;
    }

    .single-image {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1220px) {
    .header-container {
        padding: 24px 20px;
    }

    .home-page-container {
        padding: 0 20px;
    }

    .footer {
        padding: 20px;
    }

    .footer-container {
        gap: 20px;
    }

    .about-banner {
        height: 100%;
    }

    .about-section {
        padding: 80px 20px;
    }

    .title-page-products-container {
        padding: 80px 20px;
        padding-bottom: 0;
    }

    .container-product {
        padding: 0 20px;
    }

    .container-locate-us {
        padding: 80px 20px;
    }

    .lenses-product .gallery-product-item-left .img-container {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 840px) {
    .menu-header {
        gap: 14px;
    }
}

@media (max-width: 1024px) {
    .home-page-container {
        min-height: calc(100vh - 226px);
    }

    .single-image img {
        width: 100%;
        height: 100%;
    }

    .header-container {
        padding: 12px 20px;
    }

    .logo-container img {
        width: 90%;
    }

    .about-content {
        flex-direction: column;
    }

    .about-content img {
        width: 100%;
    }

    .service-card-left {
        width: 100%;
    }

    .gallery-image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .single-image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .services-grid {
        flex-direction: column;
    }

    .nav-header {
        display: none;
    }

    #menu-toggle {
        display: block;
    }

    #mobile-menu {
        display: block;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .footer-container-left {
        flex-direction: row;
        width: 100%;
        align-items: center;
        gap: 12px;
    }

    .footer-container-right {
        flex-direction: column-reverse;
        width: 100%;
        gap: 12px;
    }

    .footer-text {
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 8px;
    }

    .footer-logo img {
        height: 60px;
    }

    .whatsapp-button {
        bottom: 28%;
    }

    .whatsapp-button-page {
        top: 750px;
    }

    .lightbox img {
        max-width: 80%;
        max-height: 80%;
    }
}

@media (max-width: 768px) {

    .home-page-container {
        flex-direction: column;
        padding: 0 20px;
        justify-content: unset;
        min-height: calc(100vh - 226px);
    }

    .nav-homepage .nav-button {
        width: 335px;
    }

    .service-card {
        padding: 32px;
    }

    .nav-header {
        display: none;
    }

    #menu-toggle {
        display: block;
    }

    #mobile-menu {
        display: block;
    }

    .footer-homepage {
        position: relative;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
    }

    .footer-container-left {
        flex-direction: row;
        width: 100%;
        align-items: center;
        gap: 12px;
    }

    .footer-container-right {
        flex-direction: column-reverse;
        width: 100%;
        gap: 12px;
    }

    .logo-container {
        flex: unset;
        justify-content: center;
        padding-top: 60px;
    }

    .logo-container img {
        height: 130px;
    }

    .nav-homepage {
        padding: 60px 0;
    }

    .whatsapp-button {
        top: 627px;
        right: 20px;
    }

    .container-service {
        padding: 60px 20px;
    }

    .container-locate-us {
        padding: 60px 20px;
    }

    .about-section {
        padding: 60px 20px;
    }

    .about-content {
        flex-direction: column;
    }

    .about-content img {
        width: 100%;
    }

    .about-text h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .title-page-products-container {
        padding-top: 60px;
    }

    .product-description {
        text-align: left;
        padding: 60px 0;
    }

    .product-banner-bottom {
        height: 362px;
    }

    .product-card {
        height: 400px;
    }

    .products-card {
        flex-direction: column;
        display: flex;
        height: auto;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .gallery-image {
        height: auto;
    }

    .image-gallery .gallery-image img {
        width: 100%;
        height: 100%;
    }

    .image-gallery {
        flex-direction: column;
    }

    .service-title {
        font-size: 40px;
        line-height: 48px;
    }

    .container-product {
        max-height: 100%;
        margin-bottom: 0;
        padding: 0 20px;
    }

    .container-product .lenses-product,.lenses-product .gallery-product-item {
        gap: 32px;
    }

    .gallery-product-item-left,
    .gallery-product-item-right {
        height: auto;
        gap: 16px
    }

    .gallery-product {
        flex-direction: column;
        gap: 16px;
        padding-bottom: 60px
    }

    .gallery-product-item-left {
        flex-direction: row;
        height: auto;
    }

    .gallery-product-item-right-center {
        gap: 16px;
    }

    .gallery-product-item-left .img-container {
        width: 100%;
    }

    .gallery-product-item-left .img-container img {
        height: 100%;
    }

    .gallery-product-item-right .img-container-right-top img {
        height: auto;
    }

    .gallery-product-item-right .img-container-right-bottom img {
        height: auto;
    }

    .gallery-product-item-right .gallery-product-item-right-center-right {
        height: auto;
    }

    .lenses-product .gallery-product-item-left {
        flex-direction: column;
    }

    .grid-locate-us {
        display: flex;
        flex-direction: column;
    }

    .card-content {
        flex-direction: column;
    }

    .card-title {
        font-size: 40px;
        line-height: 48px;
    }

    .locate-us-map {
        height: 468px;
    }

    .footer-text {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .footer-links {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .lightbox img {
        max-width: 75%;
        max-height: 75%;
    }

    .prev-lightbox {
        left: 10px;
    }

    .next-lightbox {
        right: 10px;
    }
}

@media (max-width: 440px) {
    .home-page-container {
        padding: 0;
    }

    .logo-container {
        min-height: 130px;
    }

    .logo-container img {
        width: 335px;
    }

    .footer-links {
        display: flex;
        justify-content: space-between;
    }

    .about-banner {
        height: 146px;
    }

    .about-content img {
        height: 494.58px;
    }

    .single-image {
        height: 225px;
    }

    .single-image img {
        width: 100%;
    }

    .gallery-image {
        height: 368px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .gallery-image img {
        width: 100%;
    }

    .gallery-product-item-left .img-container-left-bottom img, .gallery-product-item-left .img-container-left-top img {
        height: 320.14px;
    }

    .gallery-product-item-right .img-container-right-top, .gallery-product-item-right .img-container-right-top img {
        height: 146.75px;
    }

    .gallery-product-item-right .img-container-right-bottom, .gallery-product-item-right .img-container-right-bottom img {
        height: 132.67px;
    }

    .gallery-product-item-right .gallery-product-item-right-center {
        height: auto;
    }

    .gallery-product-item-right .gallery-product-item-right-center-left {
        flex: 1;
        align-content: center;
    }

    .gallery-product-item-right .gallery-product-item-right-center-left img {
        height: 86px;
    }

    .gallery-product-item-right .gallery-product-item-right-center-right {
        flex: 1;
        height: 183px;
    }

    .eye-product .gallery-product-item-left {
        height: 320.14px;
    }

    .lenses-product .gallery-product-item-left .img-container:nth-child(1) {
        height: 279px;
    }

    .lenses-product .gallery-product-item-left .img-container:nth-child(2) {
        height: 510.2px;
    }

    .lenses-product .gallery-product-item-right .img-container:nth-child(1) {
        height: 453.07px;
    }

    .lenses-product .gallery-product-item-right .img-container:nth-child(2) {
        height: 138.67px;
    }

    .lenses-product .gallery-product-item-right .img-container:nth-child(3) {
        height: 479.85px;
    }

    .gallery-image {
        width: auto;
        height: auto;
    }

    .product-banner-bottom {
        background-position: 50% 25%;
    }

    .product-banner-bottom .product-content {
        padding-top: 52px;
    }

    .prev-lightbox {
        left: 0;
    }

    .next-lightbox {
        right: 0;
    }
}

#mobile-menu {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    background-color: var(--grey-5);
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
    display: none;
    flex-direction: column;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

#mobile-menu.active {
    transform: translateY(0);
    display: flex;
}

#mobile-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#mobile-menu a {
    text-decoration: none;
    font-weight: bold;
}

#mobile-menu .menu-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 4px;
}

#mobile-menu .menu-header li {
    width: 100%;
}

#mobile-menu .menu-header li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--grey-3);
}

#mobile-menu .menu-header li a {
    padding: 12px 0;
    font-size: 20px;
    line-height: 30px;
}

#mobile-menu .menu-header li .appointment-btn {
    max-height: 46px;
    width: 100%;
    justify-content: center;
    padding: 8px 24px;
}

#mobile-menu .product-menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mobile-menu .product-menu-mobile img {
    cursor: pointer;
}

#mobile-menu .product-menu-mobile img.click-child-menu {
    transform: rotateX(180deg);
    transition: transform 0.3s ease-in-out;
}

#mobile-menu .menu-header li .dropdown-menu-mobile li:not(:last-child) {
    width: 100%;
    border-bottom: 1px solid var(--grey-3);
}

#mobile-menu .menu-header li .dropdown-menu-mobile {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    display: none;
    padding: 0 16px;
    padding-bottom: 12px;
}

#mobile-menu .menu-header li .dropdown-menu-mobile.active {
    display: flex;
}

#mobile-menu .menu-header li .dropdown-menu-mobile li a {
    font-size: 20px;
    padding: 8px 0;
}

#close-menu {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

body.no-scroll {
    overflow: hidden;
}
/** 404 */
.error-404 {
    text-align: center;
    padding: 80px 20px;
    background-color: #f9f9f9;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-404 .error-content {
    max-width: 100%;
    margin: 0 auto;
    background-image: url("../images/404_bg.png");
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    border-radius: 12px;
}
.error-404 .home-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #9B9589;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    margin-top: 30px;
}

.error-404 .home-button:hover {
    background-color: #7A756B;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.error-404 .error-content h1{
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 128px;
    line-height: 128px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #9B9589;
    display: block;
}
.error-404 .error-content p{
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #9B9589;
    margin-top: 10px;
    display: block;
}