.home-banner-section {
    position: relative;
    z-index: 1;
}

.home-banner-section::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(0deg, rgba(1, 23, 43, 0.3), rgba(1, 23, 43, 0.3)),
        linear-gradient(0deg, rgba(33, 64, 154, 0.05), rgba(33, 64, 154, 0.05)); */
        background: #00000080;
    z-index: 2;
}

.home-banner-section .banner-heading {
    font-size: 60px;
     font-weight: 400;
    color: var(--color-white);
}

.home-banner-section .banner-title-weight {
    font-weight: 700;
}

.home-banner-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.banner-content {
    position: relative;
    z-index: 1;
    color: var(--color-white);
    text-align: center;
    padding: 180px 0px;
}

.banner-heading {
    font-size: 3rem;
    margin-bottom: 20px;
}

.home-banner-section .banner-content .learn-more-button {
    padding: 15px 25px;
    background-color: var(--primary-color);
    /* border: 1px solid var(--primary-color); */
    border-radius: 54px;
    color: var(--color-white);
    font-weight: 600;
    line-height: 1.4em;
    transition: 0.3s ease all;
}

.home-banner-section .banner-content .learn-more-button:hover {
    background-color: var(--color-white);
    /* border: 1px solid var(--secondary-color); */
    color: var(--secondary-color);
    transition: 0.3s ease all;
}

.home-banner-section .banner-content .learn-more-button .footer-detail-icon {
    transition: 0.3s ease all;
}

.home-banner-section .banner-content .learn-more-button:hover .footer-detail-icon {
    filter: brightness(0) invert(0);
    transition: 0.3s ease all;
}

.banner-title-style {
    color: var(--primary-color);
    font-weight: 700;
}

.home-banner-section .banner-description{
    font-family: var(--secondary-font);
}

.background-video-section {
    /* position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden; */
    position: relative;
    overflow: hidden;
}

.background-video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

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

.youtube-thumbnail-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.youtube-thumbnail-cover.fade-out {
    opacity: 0;
}

.content-over-video {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    transform-style: preserve-3d;
    /* transform: translateY(-50%) translateZ(10px); */
    /* padding-top: 15%;
    padding-bottom: 15%; */
}

.embed-responsive {
    /* position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; */
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    /* height: 100vh; */
}

.embed-responsive::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



















/* --- RIGHT CTA PANEL STYLES --- */
    .right-content{
        background-color: var(--primary-color);
        padding: 12px 25px;
    }


        /* CTA Panel: Header */
        .cta-header {
            padding-bottom: 15px;
            text-align: center;
            font-size: 1.25rem;
            font-weight: 700;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        /* CTA Panel: Contact Form Section */
        .contact-section {
            padding: 2rem 1.5rem;
            text-align: center;
        }

        .contact-section p {
            margin-bottom: 1.5rem;
            font-size: 1rem;
            font-weight: 400;
        }

        .schedule-btn {
            background-color: var(--white);
            color: var(--primary-red);
            border: none;
            padding: 0.75rem 2.5rem;
            font-weight: 600;
            border-radius: 0.25rem;
            transition: background-color 0.3s, opacity 0.3s;
            width: 80%;
            max-width: 250px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .schedule-btn:hover {
            background-color: var(--white);
            opacity: 0.9;
        }

        /* CTA Panel: Text/QR Code Section */
        .text-us-section {
            background-color: var(--dark-red);
            padding: 2rem 1.5rem;
            text-align: center;
            margin-top: auto; /* Push this section to the bottom */
        }

        .text-us-section p {
            margin-bottom: 1rem;
            font-size: 1rem;
            font-weight: 400;
        }

        .qr-code {
            width: 120px;
            height: 120px;
            background-color: var(--white); 
            padding: 5px;
            display: inline-block;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
        
        .qr-code img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        /* CTA Panel: Call Section */
        .call-section {
            padding: 2rem 1.5rem;
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .call-section p {
            margin-bottom: 0.5rem;
            font-size: 1rem;
            font-weight: 400;
        }

        .phone-number {
            display: block;
            color: var(--white);
            text-decoration: none;
            font-size: 1.5rem;
            font-weight: 700;
            transition: color 0.3s;
        }

        .phone-number:hover {
            color: rgba(255, 255, 255, 0.8);
        }


@media screen and (max-width: 1199px) {
    .banner-content {
        padding: 140px 20px;
    }
    .home-banner-section .banner-heading {
        font-size: 48px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-content {
        padding: 150px 20px;
    }
    .home-banner-section .banner-heading {
        font-size: 40px;
    }
}

@media screen and (max-width: 768px) {
  .banner-content {
    padding: 120px 20px;
  }
  .home-banner-section .banner-heading {
        font-size: 36px;
    }
}

@media screen and (max-width: 640px) {
    .banner-content {
    padding: 60px 20px;
  }
  .home-banner-section .banner-heading {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
  .banner-content {
    padding: 44px 20px;
  }
   .home-banner-section .banner-heading {
        font-size: 24px;
    }
}


@media screen and (max-width: 420px){
    .banner-content {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 375px) {
    .banner-content {
    padding: 15px 20px;
  }
}