.swiper-pagination-bullet {
    width: 22px !important;
    height: 4px !important;
    border-radius: 1px !important;
}
.swiper-button-prev::after {
    fill: #000000 !important;
    color: #000000 !important;
    font-size: 10px !important;
}
.swiper-button-next::after {
    fill: #000000 !important;
    color: #000000 !important;
    font-size: 10px !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
    position: unset !important;
}
.swiper-pagination-bullet-active {
    background: #C50009 !important;
}

video::-webkit-media-controls {
    display: none !important;
}

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

body {
    font-family: 'Aeroport', sans-serif;
    overflow-x: hidden;
}

.header-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: top 0.3s ease, bottom 0.3s ease;
}

.header-wrapper.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
}

/* Home Styles */
.home-wrapper .video-content {
    font-size: 0;
    position: relative;
}
/* Home Styles */
.home-wrapper .video-content .social {
    position: absolute;
    top: 60px;
    right: 60px;
}
.home-wrapper .video-content .social a:not(:last-child) {
    margin-right: 16px;
}
.home-wrapper .video-content video {
    width: 100%;
    height: 696px;
    object-fit: cover;
}
.home-wrapper .page-content {
    padding: 40px 20px;
}

/* Header fixed when scrolled */
.scrolled-header .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
    .home-wrapper .video-content .social {
        position: absolute;
        top: 16px;
        right: 16px;
    }
    .header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        z-index: 9999;
        transition: background-color 0.3s ease;
    }

    .home-wrapper .video-content {
        margin-top: 72px;
    }

    .home-wrapper .video-content video {
        width: 100%;
        height: 273px;
        object-fit: cover;
    }
}

.banner-order-online {
    display: none;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    justify-content: center;
}
.banner-order-online.scrolled-header {
    margin-top: 96px;
}
.banner-order-online .content {
    text-align: center;
    width: 100%;
}

.banner-order-online .content a {
    display: inline-block;
    opacity: 1;
    padding: 11px 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    background: #C50009;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

/* Banner Styles */
.banner {
    height: 900px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner.scrolled-header {
    margin-top: 96px;
}
.banner .content {
    width: 820px;
    background: #00000080;
    backdrop-filter: blur(8px);
    border-radius: 32px;
    text-align: center;
    padding: 40px;
}

.banner .content h1 {
    font-family: 'Matura MT Script Capitals', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #C50009;
    text-align: center;
    margin-bottom: 20px;
}

.banner .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.banner .content a {
    display: inline-block;
    margin-top: 24px;
    opacity: 1;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    background: #C50009;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

/* Catering Styles */
.catering {
    width: 100%;
    position: relative;
    padding: 100px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catering .content {
    width: 820px;
    backdrop-filter: blur(8px);
    border-radius: 32px;
    text-align: center;
}

.catering .content h1 {
    font-family: 'Matura MT Script Capitals', sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #C50009;
    text-align: center;
    margin-bottom: 20px;
}

.catering .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    text-wrap: balance;
    orphans: 2;
    widows: 2;
}

.catering .content a {
    display: inline-block;
    margin-top: 24px;
    opacity: 1;
    padding: 11px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    background: #C50009;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

/* Sufra Banner Styles */
.sufra-banner .content img {
    width: 316px;
    margin-bottom: 24px;
}

.sufra-banner .content .btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sufra-banner .content .btn-content a:first-child {
    margin-right: 10px;
}

/* Testimonials Styles */
.testimonials-section {
    margin: 100px 0;
    padding-left: 96px;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-title {
    font-family: 'Matura MT Script Capitals', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    color: #C50009;
}

.swiper-slide:nth-child(even) .testimonial-card {
    margin-top: 30px;
}

.testimonial-card .testimonial-content {
    padding: 70px 40px;
    background: linear-gradient(180deg, #F5F5F5 57.22%, #FFFFFF 100%);
    border-radius: 8px;
}

.testimonial-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1A1A1A;
    padding-bottom: 56px;
    border-bottom: 1px dashed #CCCFD4;
}

.author-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #C50009;
    margin-top: 16px;
}

.swiper-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.swiper-button-prev {
    margin-right: 155px !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #F5F5F5;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #C50009;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}



/* Responsive Styles */

/* Tablet Styles (1280) */
@media (max-width: 1280px) {
}



/* Mobile Styles (below 768px) */
@media (max-width: 768px) {
    .banner,
    .banner .content,
    .catering .content {
        width: 100%;
        padding: 24px;
    }

    .banner .content a,
    .catering .content a {
        width: 100%;
    }

    .sufra-banner .content img {
        width: 197px;
    }

    .sufra-banner .content .btn-content {
        flex-direction: column;
    }

    .sufra-banner .content .btn-content a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sufra-banner .content .btn-content a:last-child {
        margin-top: 0;
    }

    .testimonials-section {
        margin: 80px 0;
        padding-left: 16px;
    }

    .testimonials-header {
        margin-bottom: 24px;
    }

    .banner-order-online {
      display: flex;
    }
}

@media (max-width: 573px) {
    .banner,
    .catering {
        padding: 80px 16px;
    }

    .banner .content,
    .catering .content {
        width: 100%;
    }

    .banner .content h1,
    .catering .content h1 {
        font-size: 32px;
    }

    .banner .content p,
    .catering .content p,
    .sufra-banner .content p {
        font-size: 16px;
        line-height: 120%;
    }

    .catering {
        padding: 50px 16px;
    }
}
