/* CSS extraído de resources/views/Site/Home/Partials */
.btn-primary {
    font-weight: 600 !important;
    background: #E2C886;
    background: linear-gradient(90deg, rgba(226, 200, 134, 1) 0%, rgba(189, 149, 74, 1) 50%, rgba(157, 111,46,1)100%);
}

.lgx-banner .lgx-inner {
    padding: 23rem 0 20rem !important;
}

#lgx-about .lgx-inner {
    padding: 5rem 0 !important;
}

/* banner_top */
.banner-top-content h2 {
    font-family: Poppins, sans-serif;
    font-size: 4rem;
    font-weight: 300;
    color: var(--primary-gold) !important;
    margin: 0 0 15px 0;
    line-height: 5.2rem;
}

.banner-top-content h1 {
    font-size: 8rem;
    color: var(--primary-gold) !important;
    margin: 0 0 2.6rem;
    font-family: Oswald, sans-serif;
    line-height: 12rem;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-top-content img {
    max-height: 100px;
    margin-left: -30px;
    margin-bottom: 30px;
}

.banner-top-content h3 {
    font-family: "Brittany Signature" !important;
    font-size: 5rem !important;
    line-height: 5.5rem !important;
    font-weight: 300;
    margin: 0 0 0.3rem;
    margin-top: 40px;
    color: var(--white) !important;
}

.banner-top-content p {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0px;
    color: #ffffff !important;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    border-radius: 20px;
    margin-bottom: 10px;
}

/* about */
.quem-somos-content h1 {
    font-size: 4.2rem;
    font-family: Poppins, sans-serif;
    line-height: 6.300000000000001rem;
    color: #1b273d;
    margin: 0 0 1rem;
    font-weight: 300;
    text-transform: uppercase;
}

.quem-somos-content p {
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif !important;
}

/* course_topics */
.course-topics-content h1 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    font-weight: 300;
}

.course-topics-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 2rem 0 0 0;
}

.course-topics-content ul > li {
    background-color: var(--charcoal) !important;
    border-color: var(--dark-gray) !important;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    min-width: 260px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition: background 0.2s;
}

.course-topics-content ul > li:hover {
    background: #2a242b;
}

/* reasons_to_register */
.motivos-para-inscricao-content h1 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    font-weight: 300;
}

.motivos-para-inscricao-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    font-family: "Montserrat", sans-serif !important;
}

.motivos-para-inscricao-content ul > li {
    background-color: var(--charcoal) !important;
    border-color: var(--dark-gray) !important;
    border-radius: 12px;
    padding: 2.4rem 2rem;
    min-width: 320px;
    max-width: 360px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-gold) !important;
}

.motivos-para-inscricao-content ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 0 0;
    width: 100%;
}

.motivos-para-inscricao-content ul > li > ul > li {
    color: #fff !important;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    text-align: center;
    padding: 0;
}

/* testimonials */
.carousel-indicators {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #fff;
    transform: scale(1.2);
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.carousel-inner .item {
    min-height: 220px;
}

#testimonialCarousel {
    padding-bottom: 60px;
    position: relative;
}

/* Garantir que itens do OwlCarousel para testimonials fiquem em linha e não se empilhem */
.testimonial-carousel .item {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-stage {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
}

.testimonial-carousel .owl-item {
    float: none !important;
    display: flex !important;
    justify-content: center;
}

.video-thumbnail {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover {
    transform: scale(1.05);
}

.video-thumbnail .play-button {
    transition: all 0.3s ease;
}

.video-thumbnail:hover .play-button {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.video-thumbnail:hover .play-button i {
    color: white !important;
}

.testimonials-content a {
    margin-top: 10px;
}

/**
 * Speaker Carousel Detail Course
 */
#speakerCarouselDetailCourse {
    margin-bottom: 2rem;
}

.lgx-single-speaker figure figcaption {
    background-color: rgba(45, 45, 45, 0.8) !important;
}

/* Classes para course-speaker-slide.blade.php (substituem estilos inline) */
.course-speaker-card {
    padding: 10px;
    cursor: pointer;
}

.course-speaker-card .profile-img {
    display: block;
    overflow: hidden;
}

.course-speaker-card .profile-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.course-speaker-card figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-speaker-card .social-group a {
    font-size: 1.2rem !important;
}

.course-speaker-card .speaker-info .title {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    line-height: normal;
    font-size: 1.4rem !important;
}

.course-speaker-card .speaker-info .subtitle {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 1rem !important;
}

#speakerCarouselDetailCourse .carousel-inner .item {
    min-height: 220px;
    padding-bottom: 20px;
}

#speakerCarouselDetailCourse .carousel-inner {
}

#speakerCarouselDetailCourse .speaker-name-carousel h3 {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1rem;
}

#speakerCarouselDetailCourse .speaker-name-carousel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: center;
}

#speakerCarouselDetailCourse .carousel-indicators {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: 15;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#speakerCarouselDetailCourse .carousel-indicators li {
    background-color: #fff;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

.lgx-testimonials,
.lgx-reasons-to-register,
.lgx-academy-numbers-section,
.price-table-section,
.faq-section {
    padding: 5rem 0 !important;
}

.lgx-subscriber-inner {
    padding-top: 5rem;
}

@media (max-width: 768px) {
    .carousel-indicators {
        bottom: -40px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }

    #testimonialCarousel {
        padding-bottom: 50px;
    }

    .video-thumbnail {
        width: 90% !important;
        margin: 0 auto 10px !important;
    }
}

.testimonials-content h1 {
    font-family: Poppins, sans-serif;
    font-size: 3.2rem;
    line-height: 4.2rem;
    color: #1b273d;
    margin: 0 0 1rem;
    font-weight: 300;
    text-transform: uppercase;
}

/* academy_numbers */
.number-of-company-content h1 {
    font-size: 4.2rem;
    font-family: Poppins, sans-serif;
    line-height: 6.300000000000001rem;
    color: #1b273d;
    margin: 0 0 1rem;
    font-weight: 300;
    text-transform: uppercase;
}

.number-of-company-content ul {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
}

.number-of-company-content ul li {
    background: var(--primary-gold);
    border-radius: 16px;
    padding: 24px 32px;
    min-width: 220px;
    text-align: center;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lgx-heading .heading {
    font-weight: 300;
}
/* price_table */
.price-card {
    border: 1px solid #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.price-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.price-card.featured {
    border-color: #ffc107;
}

.price-card.featured:hover {
    transform: scale(1.03) translateY(-10px);
}

.price-card-header {
    background-color: #1a1a1a;
    color: #ffc107;
    padding: 20px;
    text-align: center;
}

.price-card-header h3 {
    margin: 0;
    font-weight: 600;
}

.price-card-body {
    padding: 30px 20px;
    text-align: center;
}

.price-amount {
    margin-bottom: 20px;
}

.currency {
    font-size: 1.5rem;
    vertical-align: top;
    position: relative;
}

.amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.period {
    font-size: 1rem;
    color: #fff;
    display: block;
}

.installment-price {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 5px;
}

.price-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: left;
}

.price-features ul li {
    padding: 10px 5px 10px 25px;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
}

.price-card-footer {
    padding: 20px;
    text-align: center;
    background-color: #1a1a1a;
}

.ribbon {
    position: absolute;
    top: 5px;
    right: -30px;
    transform: rotate(45deg);
    background: #ffc107;
    color: #1a1a1a;
    font-size: 1rem;
    padding: 5px 30px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.box-button-checkout{
    min-height: 50px;
    display: flex;
    align-items: center;
}

.box-button-checkout button{
    min-width: 120px;
    min-height: 50px;
    background: linear-gradient(90deg, rgba(226, 200, 134, 1) 0%, rgba(189, 149, 74, 1) 50%, rgba(157, 111,46,1)100%);
}

/* Speakers carousel responsive tweaks */
#lgx-speakers .speaker-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: row;
}

#lgx-speakers .speaker-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background-color: var(--charcoal) !important;
    position: relative;
}

.faq-question span {
    font-weight: 700;
}

.lgx-footer-single .date{
    text-transform: none!important;
    font-weight: 400;
    color: #FFFFFF!important;
}
#videoModal .modal-content {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 9 / 16!important;
    margin: 0 auto;
    background: #000000!important;
    border-radius: 10px;
    overflow: hidden;
    min-height: 790px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 9 / 16!important;
    background: #000;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.bg-box-testemonial {
    width: 100%;
    height: 150%;
    object-fit: cover;
    margin-top: -10%;
}

.play-button-testimonial{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.progress-bar {
    position: absolute;
    bottom: 80px;
    left: 20px;
    right: 20px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #fff;
    width: 0%;
    transition: width 0.1s linear;
}

/* Tablets em modo portrait */
@media (max-width: 768px) {

    .video-container {
        max-width: 450px;
    }
}

/* Smartphones em modo landscape */
@media (max-width: 768px) and (orientation: landscape) {

    .video-container {
        max-width: 300px;
        max-height: 90vh;
    }
}

/* Smartphones em modo portrait */
@media (max-width: 480px) {

    .video-container {
        max-width: 100%;
        max-height: 100vh;
        border-radius: 0;
        box-shadow: none;
    }

    .progress-bar {
        bottom: 70px;
        left: 15px;
        right: 15px;
    }
}

/* Desktop grande */
@media (min-width: 1200px) {
    .video-container {
        max-width: 450px;
    }
}

/* Ajuste para altura muito pequena */
@media (max-height: 600px) {
    .video-container {
        max-height: 95vh;
    }

    .progress-bar {
        bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    /* Stack cards vertically on small screens so each occupies full width */
    #lgx-speakers .speaker-row {
        flex-direction: column !important;
        gap: 30px !important;
    }

    #lgx-speakers .speaker-card {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Reduce image height on mobile to avoid very tall cards */
    #lgx-speakers .speaker-card .img-container {
        height: 400px !important;
    }

    #lgx-speakers .speaker-card img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }
}

/* Price table responsive tweaks */
.price-row {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.price-card-wrapper {
    flex: 1;
}

@media (max-width: 767.98px) {
    .price-row {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: stretch;
    }

    .price-card-wrapper {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .price-card {
        width: 100% !important;
    }
}
