:root {
    --gold: #c5a059;
    --dark: #111111;
}

.text-gold {
    color: var(--gold);
}

.bg-gold {
    background-color: var(--gold);
}

.tracking-widest {
    letter-spacing: 0.2em;
}

/* Títulos e Divisores */
.section-title-elegant {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.title-divider {
    width: 50px;
    height: 2px;
    background: #c5a059;
    margin-top: 15px;
}

/* Logos das Marcas */
.brand-logo-img {
    max-height: 45px;
    width: auto;
    filter: grayscale(100%);
    transition: all 0.4s ease;
    opacity: 0.5;
}

.brand-logo-img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Galeria Moderna */
.gallery-card {
    position: relative;
    display: block;
    height: 300px;
    overflow: hidden;
    background: #f8f8f8;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}

/* Overlay da Galeria */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 0.4s ease;
    backdrop-filter: blur(2px);
}

.gallery-overlay i {
    color: #c5a059;
    font-size: 1.5rem;
    margin-bottom: 8px;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.overlay-text {
    color: #fff;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    transform: translateY(20px);
    transition: transform 0.4s ease 0.1s;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-card:hover .gallery-overlay i,
.gallery-card:hover .overlay-text {
    transform: translateY(0);
}

/* Responsivo */
@media (max-width: 768px) {
    .gallery-card {
        height: 200px;
    }

    .section-title-elegant {
        font-size: 1.8rem;
    }

    .overlay-text {
        font-size: 0.55rem;
    }
}

/* --- CTA LUXURY STYLE --- */
.cta-luxury {
    position: relative;
    padding: 140px 0;
    background: #000;
    overflow: hidden;
}

.cta-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.9) 100%
    );
    z-index: 2;
}

.cta-pre-title {
    color: #c5a059;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 0.75rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1.5rem;
}

.cta-main-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 5vw, 3.8rem);
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.cta-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

.btn-luxury-gold {
    display: inline-block;
    padding: 20px 55px;
    background: #c5a059;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.75rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-luxury-gold:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* --- TIMELINE REFINADA --- */
.main-timeline {
    position: relative;
    max-width: 1100px;
    margin: 50px auto;
}

.main-timeline::after {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(197, 160, 89, 0.2);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -0.5px;
}

.timeline-container {
    padding: 20px 60px;
    position: relative;
    width: 50%;
}

.timeline-container::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: -7px;
    top: 40px;
    background: #c5a059;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.1);
}

.right::after {
    left: -7px;
}

.left {
    left: 0;
    text-align: right;
}

.right {
    left: 50%;
    text-align: left;
}

.timeline-date {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #c5a059;
    line-height: 1;
    margin-bottom: 10px;
}

.timeline-tag {
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c5a059;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.timeline-box {
    background: #ffffff;
    padding: 40px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
    transition: 0.4s ease;
}

.timeline-box:hover {
    border-color: rgba(197, 160, 89, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.timeline-box h4 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.timeline-box p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* RESPONSIVIDADE MOBILE */
@media (max-width: 991px) {
    .main-timeline::after {
        left: 31px;
    }

    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
        text-align: left !important;
        margin-bottom: 40px;
    }

    .timeline-container::after {
        left: 24px;
        top: 45px;
    }

    .right {
        left: 0;
    }

    .timeline-date {
        font-size: 2rem;
    }

    .timeline-box {
        padding: 30px;
    }

    .timeline-box p {
        text-align: left;
    }
}

/* Fundo Off-White Suave */
.features-elegant {
    background-color: #fcfcfc;
    position: relative;
}

/* Card Principal */
.card-feature {
    background: #ffffff;
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid rgba(197, 160, 89, 0.1);
    /* Borda dourada quase invisível */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    /* Sombra muito suave */
}

/* Efeito de Destaque no Hover e Active */
.card-feature.active,
.card-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(197, 160, 89, 0.4);
}

/* Traço dourado superior fino */
.card-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #c5a059;
    transition: width 0.5s ease;
}

.card-feature:hover::before,
.card-feature.active::before {
    width: 100%;
}

/* Ícones */
.feature-icon-wrapper i {
    font-size: 2.5rem;
    color: #c5a059;
    margin-bottom: 1.5rem;
    display: inline-block;
    transition: transform 0.4s ease;
}

.card-feature:hover .feature-icon-wrapper i {
    transform: scale(1.1);
}

/* Divisória fina dourada entre título e ícone */
.feature-divider {
    width: 40px;
    height: 1px;
    background: #c5a059;
    margin: 1rem auto 1.5rem;
    opacity: 0.6;
}

/* Tipografia Elegante */
.feature-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #2c2c2c;
    /* Preto suave (antracite) */
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.feature-body {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666666;
    /* Cinza médio elegante */
    font-weight: 400;
}

/* Ajustes Mobile */
@media (max-width: 768px) {
    .card-feature {
        padding: 2rem 1.5rem;
    }
}

/* Footer Institucional - Clean Light Version */
.footer-inst {
    background: #ffffff;
    /* Fundo Branco */
    color: #1a1a1a;
    /* Texto Escuro */
    padding: 100px 0 40px;
    border-top: 1px solid #eeeeee;
}

.footer-brand-inst {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    letter-spacing: 5px;
    color: #1a1a1a;
    /* Logo Escura */
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-brand-inst span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 6px;
    color: #c5a059;
    /* Dourado SAX */
    margin-top: 5px;
}

.footer-desc-inst {
    font-size: 0.85rem;
    color: #666666;
    /* Cinza médio para leitura */
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Social Links */
.footer-social-inst {
    display: flex;
    gap: 15px;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 0;
}

.footer-social-link:hover {
    background: #c5a059;
    color: #ffffff;
    border-color: #c5a059;
    transform: translateY(-3px);
}

/* Colunas e Títulos */
.footer-col-title {
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: #c5a059;
    /* Títulos em Dourado */
    margin-bottom: 30px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
}

.footer-links-list li {
    margin-bottom: 15px;
}

.footer-link {
    font-size: 0.85rem;
    color: #444444;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #c5a059;
    padding-left: 5px;
}

/* Stats Footer */
.footer-stats-list .stat-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.footer-stats-list .stat-item.last {
    border-bottom: none;
}

.stat-label {
    font-size: 0.8rem;
    color: #888888;
}

.stat-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* Copyright Bar */
.footer-bottom {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.copyright-text,
.location-text {
    font-size: 0.75rem;
    color: #999999;
    margin: 0;
}

@media (max-width: 991px) {
    .footer-inst {
        text-align: center;
        padding: 60px 0 30px;
    }

    .footer-social-inst {
        justify-content: center;
        margin-bottom: 40px;
    }

    .footer-stats-list {
        margin-bottom: 40px;
    }
}
/* Configurações da Seção */
.hero-slider {
    height: 100vh; /* Ocupa a tela cheia */
    width: 100%;
    overflow: hidden;
    background: #000;
}

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

/* Imagem e Efeito Zoom Suave */
.hero-slider .swiper-slide {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease; /* Efeito Ken Burns lento */
}

.hero-slider .swiper-slide-active img {
    transform: scale(1.1);
}

/* Overlay Suave */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 1;
}

/* Conteúdo Central */
.hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
}

/* Tipografia Elegante */
.hero-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #c5a059;
    display: block;
    margin-bottom: 15px;
}

.hero-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 10vw, 5.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.text-gold {
    color: #c5a059;
    font-style: italic;
    font-weight: 400;
}

.hero-line {
    width: 60px;
    height: 1px;
    background: #c5a059;
    margin: 0 auto 25px;
}

.hero-text {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

/* Botão Estilizado */
.btn-discover {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #c5a059;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 3px;
    font-weight: 600;
    transition: all 0.4s ease;
    background: transparent;
}

.hero-slider .swiper-slide:hover .btn-discover {
    background: #c5a059;
    color: #000;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.3);
}

/* Navegação e Paginação Customizada */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #c5a059;
    border-color: #c5a059;
    color: #000 !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #c5a059 !important;
    opacity: 1;
    transform: scale(1.3);
}

/* Ajustes Responsivos Mobile */
@media (max-width: 768px) {
    .hero-slider {
        height: 85vh;
    }
    .hero-title {
        margin-bottom: 15px;
    }
    .hero-text {
        display: none;
    } /* Esconde texto longo no mobile para limpar o design */
    .btn-discover {
        padding: 12px 30px;
        font-size: 0.65rem;
    }
}
.section-about {
    background-color: #ffffff;
    padding-top: 60px;
    margin: 0;
    border: none;
}

/* Ajustes de texto permanecem iguais */
.top-subtitle {
    font-family: "Montserrat", sans-serif;
    color: #c5a059;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}
.about-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.1;
}
.about-description {
    font-family: "Montserrat", sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

/* Composição de Imagem */
.image-stack {
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
}
.about-img-1 {
    width: 100%;
    display: block;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* Badge Flutuante */
.experience-card {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
    border-left: 5px solid #c5a059;
}
.card-number {
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    font-weight: 700;
    color: #c5a059;
    line-height: 1;
}
.card-text {
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.7rem;
}

/* Ícones */
.about-features {
    display: flex;
    gap: 30px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    color: #1a1a1a;
}
.feature-item i {
    color: #c5a059;
    font-size: 1.3rem;
}

/* --- CORREÇÃO DA BARRA (BANNER PARALLAX) --- */
.about-banner-parallax {
    height: 550px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; /* Garante que não há margem */
    padding: 0;
    background-color: #fff; /* Se a imagem falhar, o fundo é branco como o resto */
}

.parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%; /* Força a imagem a preencher tudo */
    width: auto;
    height: auto;
    transform: translate(
        -50%,
        -50%
    ) !important; /* Sobrescreve cálculos de JS bugados se necessário */
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.6);
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.parallax-title {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    position: relative;
    z-index: 3;
    max-width: 850px;
}

.parallax-line {
    width: 100px;
    height: 2px;
    background: #c5a059;
    margin: 25px auto;
    position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
    .section-about {
        padding-top: 40px;
    }
    .image-stack {
        padding: 0 0 20px 0;
    }
    .experience-card {
        padding: 20px;
        right: 10px;
    }
    .about-banner-parallax {
        height: 400px;
    }
}
.counter-section {
    position: relative;
    padding: 120px 0;
    background-attachment: fixed; /* Parallax Nativo */
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Overlay sofisticado com degradê lateral */
.luxury-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.92) 100%
    );
    z-index: 1;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

/* Tipografia dos Números */
.counter-number {
    font-family: "Playfair Display", serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.counter-number .unit {
    font-size: 1.5rem;
    font-family: "Montserrat", sans-serif;
    margin-left: 5px;
    color: #c5a059;
}

/* Traço dourado fino e elegante */
.counter-line {
    width: 30px;
    height: 1px;
    background: #c5a059;
    margin-bottom: 20px;
    opacity: 0.6;
}

/* Labels */
.counter-label {
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6;
}

/* Ajustes Mobile */
@media (max-width: 768px) {
    .counter-section {
        padding: 80px 0;
        background-attachment: scroll; /* Melhora performance no mobile */
    }
    .counter-number {
        font-size: 3.5rem;
    }
    .counter-label {
        letter-spacing: 2px;
        font-size: 0.65rem;
    }
}
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600;700&display=swap");

/* Grid de Vídeos */
.live-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.video-card {
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.video-label {
    font-family: "Cormorant", serif;
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Container Responsivo Corrigido */
.video-responsive-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Reset de qualquer largura fixa que venha do banco de dados */
.video-responsive-container iframe,
.video-responsive-container object,
.video-responsive-container embed,
.video-responsive-container div {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    border: 0;
}

/* Tipografia e Botões */
.sax-subtitle {
    color: #d7b176;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 0.9rem;
}
.sax-title {
    font-family: "Cormorant", serif;
    font-size: 3.5rem;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 25px;
}
.sax-text {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto;
}

.btn-sax-tour.main-btn {
    background-color: #1a1a1a;
    color: #d7b176;
    border: 2px solid #1a1a1a;
    padding: 20px 45px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-sax-tour.main-btn:hover {
    background-color: #d7b176;
    border-color: #d7b176;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.sax-modal-content {
    border-radius: 0;
    border: none;
}
.sax-modal-header {
    background: #1a1a1a;
    color: #d7b176;
    border: none;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sax-modal-header .modal-title {
    font-family: "Cormorant", serif;
    font-size: 1.6rem;
    margin: 0;
}
.sax-modal-header .close {
    color: #d7b176;
    opacity: 1;
    font-size: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

@media (max-width: 991px) {
    .live-videos-grid {
        grid-template-columns: 1fr;
    }
    .sax-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .sax-title {
        font-size: 2.2rem;
    }
    .btn-sax-tour.main-btn {
        width: 100%;
    }
}
