html.page-template-template-homepage,
body.page-template-template-homepage {
    overflow-x: hidden;
}



.homepage-main {
    
}


.homepage-hero-section {
    position: relative;
    overflow: hidden; 
    width: 100%; 
}

.hero-swiper-container {
    width: 100%;
    height: auto; 
}

.hero-slide {
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 500px; 
    box-sizing: border-box;
    width: 100%; 
}

.hero-slide .hero-slide-content {
    position: relative;
    z-index: 2;
    color: #fff; 
    max-width: 1600px; 
    width: 100%; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 50px 20px; 
    box-sizing: border-box; 
}

.hero-slide .hero-slide-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}


.hero-slide .hero-slide-main-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-height: 300px; 
    animation: float-effect 4s ease-in-out infinite;
}

.hero-slide .hero-slide-title {
    font-size: 2.5rem; 
    margin-bottom: 15px;
    font-weight: bold;
}

.hero-slide .hero-slide-text {
    font-size: 1.1rem; 
    margin-bottom: 25px;
    line-height: 1.6;
    max-width: 500px;
    margin:auto;
}

.hero-slide .hero-slide-buttons .btn {
    margin: 0 10px;
    padding: 12px 25px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff; 
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
    border-radius:90px;
}

.hero-slide .hero-slide-buttons .btn:hover {
    background-color: #fff;
    color: #333;
}


.hero-swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.7;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #007bff; 
}

.hero-swiper-button-next,
.hero-swiper-button-prev {
    color: #fff; 
}


.homepage-explore-categories {
    padding: 30px 0; 
    text-align: center;
}
.homepage-explore-categories .section-title { 
    margin-bottom: 20px; 
    margin-top:70px;
    font-size:2.6rem;
    text-align: center;
}


.homepage-explore-categories .section-text { 
    margin-bottom: 30px; 
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.explore-categories-grid {
    display: grid;
    
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


@media (min-width: 992px) { 
    .explore-categories-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}





.explore-category-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.explore-category-item {
    text-align: center;
    overflow: hidden; 
}

.explore-category-item .category-image-wrapper {
    overflow: hidden; 
    margin-bottom: 12px; 
}

.explore-category-item img {
    max-width: 100%;
    height: auto;
    display: block; 
    object-fit: cover; 
    transition: transform 0.7s ease; 
}

.explore-category-item-link:hover .explore-category-item img {
    transform: scale(1.05);
}

.explore-category-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    padding: 0 5px; 
    margin-bottom: 10px;
}

.explore-category-item .category-title { 
    font-size: 1rem; 
    font-weight: bold;
    margin-bottom: 0; 
    text-align: left;
}

.category-title {
    margin: 0px;
}

.explore-category-item .category-link {
    font-size: 0.9rem; 
    white-space: nowrap; 
    border: 1px solid #eaeaea;
    border-radius: 90px;
    padding: 5px 10px;
    transition: background-color 0.3s, color 0.3s;
}

.explore-category-item-link:hover .category-link {
    background: #003366;
    color: white;
}

.homepage-static-photo {
        margin: 100px 0px 0px 0px;
}

@media (max-width: 767px) {

    .homepage-static-photo {
margin: 0px 0px 60px 0px;
    }

    .explore-category-item .category-image-wrapper {
        margin-bottom:0px;
    }

    .hero-slide .hero-slide-title {
        font-size: 1.8rem; 
        line-height: 1.9rem; 
    }

    .homepage-blog-posts {
        padding: 0px 0;
    }

    .hero-slide .hero-slide-buttons .btn {
        margin:5px 0px;
        width:100%;
    }

    .homepage-explore-categories {
        padding: 0px;
    }
    
    .homepage-explore-categories .section-title {
        font-size: 1.85rem;
        margin-bottom: 15px;
        margin-top:20px;
    }
    
    .homepage-explore-categories .section-text {
        font-size: 0.9rem;
        margin-bottom: 20px;
        padding: 0 10px; 
    }
    
    .explore-categories-grid {
        gap: 15px; 
        padding: 0px;
    }
    
    .explore-category-item {
        overflow: hidden;
        max-width: 100%;
    }
    
    .explore-category-item img {
        width: 100%;
        height: 220px; 
        object-fit: cover;
        margin-bottom: 6px;
        
    }
    
    .explore-category-item-footer {
        flex-direction: column; 
        align-items: flex-start;
        gap: 8px;
        padding: 0;
    }
    
    .explore-category-item .category-title {
        font-size: 0.9rem;
        text-align: center;
        width: 100%;
        line-height: 1.2;
        margin:5px 0px;
    }
    
    .explore-category-item .category-link {
        font-size: 0.8rem;
        padding: 4px 8px;
        align-self: center; 
    }
}


.homepage-two-image-slider {
    overflow: hidden; 
    width: 100%; 
    margin:60px 0px;
}
.two-image-swiper-container {
    width: 100%;
    
    
}
.two-image-slide {
    display: flex;
    align-items: stretch; 
    gap: 0; 
    background-color: #fff; 
}
.two-image-slide .slide-image-left {
    flex: 0 0 35%; 
    min-width: 0; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
}
.two-image-slide .slide-image-left img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

.two-image-slide .slide-image-right-wrapper {
    flex: 0 0 65%; 
    min-width: 0; 
    position: relative; 
    color: #fff; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
    padding: 0; 
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    height: auto; 
    min-height: 500px; 
    max-height: 600px; 
}


.two-image-slide .slide-image-right-wrapper .slide-image-right-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; 
}

.two-image-slide .slide-content-overlay {
    position: relative; 
    z-index: 1; 
    padding: 30px; 
    background-color: transparent; 
    width: 90%; 
    max-width: 700px; 
    margin: 0 auto;
    color: #fff; 
    box-sizing: border-box; 
}

.two-image-slide .slide-title {
    font-size: 2.5rem; 
    margin-bottom: 15px; 
}

.two-image-slide .slide-text {
    font-size: 1.125rem; 
    margin-bottom: 20px; 
    line-height: 1.6;
}

.two-image-slide .btn-two-image-slider.slide-button {
    background-color: #fff;
    color: #404040;
    border-radius: 90px;
    
    padding: 10px 25px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem; 
    transition: background-color 0.3s, color 0.3s;
}

.two-image-slide .btn-two-image-slider.slide-button:hover {
    background-color: #003366;
    color: #fff;
}



@media (max-width: 767px) {
    .two-image-slide {
        flex-direction: column; 
    }
    .two-image-slide .slide-image-right-wrapper {
        order: 1; 
        height: auto; 
        min-height: 300px; 
    }
    .two-image-slide .slide-image-left {
        order: 2; 
        height: auto; 
        min-height: 300px; 
    }
    .two-image-slide .slide-image-left img,
    .two-image-slide .slide-image-right-wrapper .slide-image-right-bg {
        max-height: 400px; 
    }
    .two-image-slide .slide-content-overlay {
        padding: 15px; 
    }
    .two-image-slide .slide-title {
        font-size: 1.8rem; 
        line-height: 1.3; 
        margin-bottom: 10px;
    }
    .two-image-slide .slide-text {
        font-size: 1rem; 
        margin-bottom: 15px; 
    }
    .two-image-slide .btn-two-image-slider.slide-button {
        font-size: 1rem; 
        padding: 8px 20px; 
    }
}


.homepage-bestselling-models {
    text-align: center;
    overflow-x: hidden; 
    width: 100%;
    margin-top:60px;
}

.homepage-bestselling-models .section-title {
    margin-bottom: 20px;
    font-size: 2.6rem;
    color: #212121;
}

.homepage-bestselling-models .section-text {
    margin-bottom: 40px;
    color: #666;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bestselling-swiper-container {
    width: 100%;
    overflow: visible; 
    padding-bottom: 80px; 
    padding-left: 10px; 
    padding-right: 10px; 
    position: relative;
}

.bestselling-product-slide {
    height: auto; 
    display: flex;
    flex-direction: column;
}



.bestselling-product-slide .product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0; 
    border: none; 
    border-radius: 0; 
    background: #fff;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    text-align: left; 
}

.bestselling-product-slide .product-item a {
    text-decoration: none;
    color: inherit;
    display: block; 
}

.bestselling-product-slide .product-item a:first-child {
    flex-grow: 1;
}

.bestselling-product-slide .product-item img {
    width: 100%;
    max-height: 240px;
    min-height: 240px;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 0; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.bestselling-product-slide .product-brand {
    color: #212121;
    font-size: 0.75rem;
    text-transform: uppercase !important;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
}

.bestselling-product-slide .product-title {
    color: #212121;
    font-size: 1rem;
    margin: 10px 0px 6px 0px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-x: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    max-width: 100%;
    word-break: break-word;
}


.bestselling-product-slide .woocommerce-product-rating {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 12px;
}

.bestselling-product-slide .star-rating {
    color: #003366;
    font-size: 0.75em !important;
    margin-bottom: 12px !important;
}

.bestselling-product-slide .star-rating span::before {
    color: goldenrod !important;
}


.bestselling-product-slide  ins {
    color: #ac1311;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex !important;
    margin-left: 2px;
}

.bestselling-product-slide del {
    color: #212121;
    font-size: 16px;
    display: inline-flex !important;
    font-weight: 400;
}


.bestselling-product-slide .product-stock-status-info {
    margin-top: 10px;
    font-size: 0.75rem;
    line-height: 1.4;
}

.bestselling-product-slide .stock-backorder {
    color: #ffc107;
    margin-bottom: 2px;
}

.bestselling-product-slide .stock-out {
    color: #dc3545;
    margin-bottom: 2px;
}


.bestselling-swiper-pagination {
    position: relative !important;
    margin-top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important; 
    height: 3px !important;
}

.bestselling-swiper-pagination.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.15) !important; 
    border-radius: 2px !important;
}

.bestselling-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #003366 !important; 
    border-radius: 2px !important;
}


.bestselling-swiper-container .swiper-button-next,
.bestselling-swiper-container .swiper-button-prev {
    display: none !important;
}



@media (max-width: 639px) {

    
    .homepage-bestselling-models .section-title {
        font-size: 1.85rem;
        margin-bottom: 15px;
    }
    
    .homepage-bestselling-models .section-text {
        margin-bottom: 30px;
        font-size: 0.9rem;
    }
    
    .bestselling-swiper-container {
        padding-bottom: 40px;
    }
    
    .bestselling-product-slide .product-item {
        padding: 0;
        min-height: 350px;
    }
    
    .bestselling-product-slide .product-item img {
        max-height: 200px; 
        margin-bottom: 10px;
    }
    
    .bestselling-product-slide .product-title {
        font-size: 0.9rem;
        margin: 8px 0 4px 0;
    }
    
    .bestselling-product-slide .product-price {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .bestselling-product-slide .product-stock-status-info {
        font-size: 0.7rem;
    }
}


@media (min-width: 640px) and (max-width: 767px) {
    .bestselling-product-slide .product-item img {
        max-height: 180px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .bestselling-product-slide .product-item img {
        max-height: 200px;
    }
}


@media (min-width: 1200px) {
    .bestselling-product-slide .product-item img {
        max-height: 240px;
    }
}


.homepage-video-section {
    position: relative;
    height: 60vh; 
    overflow: hidden;
    width: 100%;
    margin: 60px 0px;
}

.homepage-video-section .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
    z-index: 0;
}

.homepage-video-section .video-background iframe {
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.homepage-video-section .video-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1;
    padding-bottom: 40px; 
}

.homepage-video-section .video-overlay-content .container {
    position: relative;
    z-index: 2;
}

.homepage-video-section .video-section-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.homepage-video-section .video-section-text {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 25px; 
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.homepage-video-section .video-section-button {
 color: white;
 border:1px solid #fff;
 padding: 10px 20px;
 border-radius:90px;
}
.homepage-video-section .video-section-button:hover {
background: white;
color:#212121
}

@media (max-width: 767px) {
    .homepage-video-section {
        height: 60vh; 
        margin: 30px 0px;
    }
    .homepage-video-section .video-overlay-content {
        padding-bottom: 30px;
    }
    .homepage-video-section .video-section-title {
        font-size: 1.85rem;
    }
    .homepage-video-section .video-section-text {
        font-size: 13.5px;
        text-align: center;
        padding:10px 20px;
    }
}


.homepage-summer-collection {
    overflow-x: hidden; 
    width: 100%; 
}

.summer-collection-swiper-container {
    padding-bottom: 80px; 
    overflow: visible; 
}

.summer-collection-layout {
    display: flex;
    align-items: stretch; 
    width: 100%;
    height: 600px; 
    gap:20px;
    padding-top:40px;
}

.summer-content-column { 
    flex-basis: 50%;
    max-width: 50%;
    padding: 0; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-end; 
    padding-right: 40px; 
}

.summer-content-inner {
    max-width: 700px; 
    width: 100%; 
    
    box-sizing: border-box;
    text-align: left;
    padding:20px;
}

.summer-image-column { 
    flex-basis: 50%;
    max-width: 50%;
    height: 100%; 
}

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

.summer-collection-main-title {
    font-size: 1.85rem; 
    margin-bottom: 20px;
}

.summer-product-display {
    width: 100%;
    text-align: left;
}

.summer-product-image-wrapper {
    
    display: inline-flex; 
    flex-direction: column; 
    
    margin-bottom: 15px;
}

.summer-product-image-wrapper img {
    display: block;
    height: 400px;
    width: auto;
    max-width: 100%; 
    object-fit: contain;
}

.summer-product-name {
    font-size: 1.5rem;
    margin: 10px 0;
}

.summer-product-price {
    margin-bottom: 0; 
    font-size: 1.1rem;
}

.summer-product-details-below-image {
    
    color: #333;
    padding: 10px 0px 0px 0px; 
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.summer-product-details-below-image .summer-product-name,
.summer-product-details-below-image .summer-product-price {
    color: #333;
}
.summer-product-details-below-image .summer-product-name {
    font-size: 1.3rem;
    margin: 0 0 5px 0;
}
.summer-product-details-below-image .summer-product-price {
    font-size: 1rem;
    margin: 0;
}





@media (max-width: 767px) {
    .summer-collection-layout {
        flex-direction: column;
        gap:5px;
        height: auto; 
    }

    .summer-content-inner {
        padding:0px;
    }

    .summer-content-column,
    .summer-image-column {
        flex-basis: auto; 
        max-width: 100%; 
        width: 100%;
    }

    .summer-content-column {
        order: 1; 
        padding: 20px; 
        align-items: center; 
        text-align: center;
    }
    .summer-collection-main-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
        text-align: center;
    }
    .summer-product-display {
        text-align: center;
    }
    .summer-product-details-below-image .summer-product-name {
        font-size: 1.1rem; 
    }


    .summer-image-column {
        order: 2; 
        height: 400px; 
    }

    .summer-product-image-wrapper {
        height: 300px; 
    }
}


.homepage-banners-section {
    padding: 0px;
}
.banners-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 30px;
}
@media (min-width: 768px) {
    .banners-grid {
        grid-template-columns: 1fr 1fr; 
        gap:30px;
    }
}
.banner-item {
    position: relative;
    padding: 40px;
    color: #fff; 
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat; 
    border-radius: 8px; 
    height: 500px; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: start; 
    text-align: left; 
}

.banner-item .banner-content { 
    position: relative; 
    z-index: 1;
    max-width: 350px; 
}
.banner-item .banner-pre-title {
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.banner-item .banner-title {
    font-size: 1.85rem;
    margin-bottom: 10px;
    line-height: 1.85rem;;
}
.banner-item .banner-text {
    margin-bottom: 30px;
    font-size:14px;
}

.banner-item .banner-button {
    background: #003366;
    color:white;
    padding:10px 15px;
    border-radius:90px;
}

@media (max-width: 767px) {
    .banner-item {
        height: 350px;
        background-size: cover;
        padding:20px;
    }
    .banners-grid {
        gap:0px;
    }

    .banner-item .banner-text {
        width:80%;
    }

    .banner-item .banner-title {
        font-size: 1.3rem;
        line-height: 1.3;
    }

    
}


.homepage-blog-posts .section-title {
    text-align: left;
    font-size:2.6rem;
    margin-bottom:20px;
}

.homepage-social-networks .section-title {
    text-align: center;
    font-size:2.6rem;
    margin-bottom:20px;
}

.homepage-blog-posts {
    padding: 0px;
}
.blog-posts-layout {
    display: grid;
    gap: 30px;
}

@media (min-width: 768px) {
    .blog-posts-layout.layout-complex {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;    
    }
    .blog-post-item-large {
        grid-row: span 2;
    }

}


@media (max-width: 767px) {

.homepage-social-networks .section-title,  .homepage-blog-posts .section-title {
        font-size:1.85rem;
     
}
}

.blog-post-item {
    position: relative;
    
}
.blog-post-item .blog-post-link,
.blog-post-item .post-thumbnail {
    display: block;
    
    position: relative;
}
.blog-post-item img {
    width: 100%;
    object-fit: cover;
    object-position: center; 
    display: block;
}


.blog-post-item-large .blog-post-link,
.blog-post-item-large .post-thumbnail,
.blog-post-item-large .post-thumbnail img {
    height: 100%; 
}

.blog-post-item-small img {
    height: 300px; 
}
.blog-post-item .post-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 5px 10px;
    font-size: 1.1rem;
}


.homepage-leon-outlet {
    padding: 60px 0;
    text-align: center;
    overflow: hidden; 
    width: 100%;
}
.outlet-swiper-container {
    width: 100%;
    overflow: hidden;
    
}
.outlet-product-slide {
    
}


.homepage-instagram-feed {
    padding: 60px 0;
    text-align: center;
    overflow: hidden; 
    width: 100%;
}
.instagram-swiper-container {
    position: relative; 
    padding-bottom: 30px; 
    width: 100%;
    overflow: hidden;
    margin-top:30px;
}
.instagram-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1; 
    object-fit: cover;
}


.instagram-swiper-pagination { 
    position: relative !important;
    margin-top: 60px !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important; 
    height: 3px !important; 
}

.instagram-swiper-pagination.swiper-pagination-progressbar { 
    background: rgba(0,0,0,0.15) !important; 
    border-radius: 2px !important; 
}

.instagram-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #003366 !important; 
    border-radius: 2px !important; 
}


.instagram-swiper-container .swiper-button-next,
.instagram-swiper-container .swiper-button-prev {
     
}

.summer-collection-swiper-pagination,
.two-image-swiper-pagination,
.outlet-swiper-pagination {
    position: relative !important;
    margin-top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important;
    height: 3px !important;
}

.summer-collection-swiper-pagination.swiper-pagination-progressbar,
.two-image-swiper-pagination.swiper-pagination-progressbar,
.outlet-swiper-pagination.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.15) !important;
    border-radius: 2px !important;
}

.summer-collection-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.two-image-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.outlet-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #003366 !important;
    border-radius: 2px !important;
}


.hero-swiper-pagination {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important;
    height: 3px !important;
}

.hero-swiper-pagination.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.3) !important; 
    border-radius: 2px !important;
}

.hero-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ffffff !important; 
    border-radius: 2px !important;
}


@keyframes float-effect {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
/* Homepage Static Photo Section */
.homepage-static-photo {
    width: 100%;
    line-height: 0; /* Remove extra space below image */
}

.homepage-static-photo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Social Networks Section */
.homepage-social-networks {
    padding: 60px 0;
    text-align: center;
}

.social-networks-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.social-networks-item {
    width: 50px;
    height: 50px;
}

.social-networks-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-networks-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.social-networks-swiper-container {
    position: relative; 
    padding-bottom: 30px; 
    width: 100%;
    overflow: hidden;
    margin-top:30px;
}

.social-networks-slide {
    height: auto;
}

.social-networks-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-networks-swiper-pagination { 
    position: relative !important;
    margin-top: 60px !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100px !important; 
    height: 3px !important; 
}

.social-networks-swiper-pagination.swiper-pagination-progressbar { 
    background: rgba(0,0,0,0.15) !important; 
    border-radius: 2px !important; 
}

.social-networks-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #003366 !important; 
    border-radius: 2px !important; 
}


