/* =================================
   TABLET/IPAD STYLES - NO GSAP
   ================================= */

/* Tablet Only - 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {

    /* =================================
       DISABLE HORIZONTAL SCROLL ON TABLET
       ================================= */

    .horizontal-scroll-wrapper {
        overflow: visible !important;
        position: static !important;
    }

    .horizontal-scroll-sections {
        display: block !important;
        flex-wrap: wrap !important;
        height: auto !important;
        transform: none !important;
    }

    .horizontal-section {
        min-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        position: relative !important;
    }

    body .vertical-align {
        position: relative;
        top: 0%;
        transform: translateY(0%);
    }

    /* =================================
       NAVBAR TABLET
       ================================= */

    .brent-tabsbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
        background: #191919 !important;
        border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
        height: 80px !important;
    }

    .brent-logo {
        font-size: 18px !important;
        height: 80px !important;
    }

    .brent-tabs {
        display: flex !important;
    }

    .brent-tabs .nav-link {
        height: 80px !important;
        padding: 0 18px !important;
        font-size: 9px !important;
    }

    /* Hide mobile menu elements on tablet */
    .menu-toggle,
    .mobile-menu-overlay {
        display: none !important;
    }

    /* Body padding for fixed navbar */
    body {
        padding-top: 80px !important;
    }

    /* =================================
       HERO SECTION TABLET
       ================================= */

    #init--hero--effect {
        padding: 80px 0 !important;
        min-height: calc(100vh - 80px) !important;
        display: flex;
        align-items: center;
    }

    #init--hero--effect .Brent-hero {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin-bottom: 40px;
    }

    #init--hero--effect .Brent-hero img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 500px;
    }

    #init--hero--effect h1 {
        font-size: 64px !important;
        line-height: 1.2 !important;
        transform: none !important;
        margin-bottom: 30px !important;
    }

    #init--hero--effect p {
        font-size: 18px !important;
        line-height: 1.8 !important;
        transform: none !important;
        opacity: 1 !important;
    }

    #init--hero--effect .row {
        flex-direction: column-reverse;
    }

    /* =================================
       SECTION 2 - KINGS CHURCH TABLET
       ================================= */

    #section--2 {
        padding: 100px 0 !important;
    }

    #section--2 .video__content {
        margin-bottom: 40px;
    }

    #section--2 h2 {
        font-size: 48px !important;
        line-height: 1.2 !important;
    }

    #section--2 .paragraph p {
        font-size: 17px !important;
    }

    /* =================================
       SECTION 3 - SPEAKING REQUESTS TABLET
       ================================= */

    #section--3 {
        padding: 100px 0 !important;
        min-height: 80vh !important;
    }

    #section--3 .bg-cover {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        filter: brightness(0.6);
    }

    #section--3 h3 {
        font-size: 40px !important;
    }

    #section--3 p {
        font-size: 17px !important;
    }

    /* =================================
       SECTION 4 - LATEST SERMON TABLET
       ================================= */

    #section--4 {
        padding: 100px 0 !important;
    }

    #section--4 .latest--sermon--pic1 {
        width: 25% !important;
        height: 80% !important;
    }

    #section--4 .latest--sermon--pic2 {
        width: 12% !important;
        left: 15% !important;
    }

    #section--4 h3 {
        font-size: 32px !important;
    }

    #section--4 h4 {
        font-size: 22px !important;
    }

    /* =================================
       SECTION 5 - WATCH MORE TABLET
       ================================= */

    #section--5 {
        padding: 100px 0 !important;
    }

    #section--5 h3 {
        font-size: 32px !important;
    }

    #section--5 .latest--sermon--list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    /* =================================
       SECTION 6 - PODCAST TABLET
       ================================= */

    #section--6 {
        padding: 100px 0 !important;
        min-height: 80vh !important;
    }

    #section--6 .podcast--1 {
        width: 40% !important;
        height: 60% !important;
        bottom: 0 !important;
        left: 0 !important;
    }

    #section--6 .podcast--2 {
        width: 20% !important;
        left: 25% !important;
        bottom: 15% !important;
    }

    #section--6 h2 {
        font-size: 48px !important;
    }

    /* =================================
       BUTTONS TABLET
       ================================= */

    .btn {
        padding: 16px 32px !important;
        font-size: 13px !important;
    }

    .btn-large {
        padding: 18px 40px !important;
        font-size: 14px !important;
    }

    /* =================================
       FOOTER TABLET
       ================================= */

    .footer-brent__name {
        font-size: 36px !important;
    }

    .footer-brent__follow-links a {
        font-size: 13px !important;
    }

    /* =================================
       MODAL TABLET
       ================================= */

    .speaker-modal-panel {
        width: 90% !important;
        max-width: 700px !important;
        padding: 60px 40px !important;
    }

    /* =================================
       TYPOGRAPHY TABLET
       ================================= */

    h1 {
        font-size: 56px !important;
    }

    h2 {
        font-size: 42px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    p {
        font-size: 17px !important;
    }

    /* =================================
       UTILITIES TABLET
       ================================= */

    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .height-100 {
        height: auto !important;
        min-height: auto !important;
    }

    .section-mod {
        padding: 80px 0 !important;
    }

}
