.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: var(--font-56);
    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;
    text-align: left;
}

.banner-heading {
    font-size: 3rem;
}

.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;
}


.banner-description .custom-buttons-wrapper {
    margin-top: 40px;
}


/* --- RIGHT CTA PANEL STYLES --- */
.right-content {
    background-color: var(--primary-color);
    padding: 12px 24px;
    /* margin-right: 40px; */
    font-family: var(--secondary-font);
    width: fit-content;
}

.right-content .cta-header {
    font-size: var(--font-24);
    font-weight: 500;
    line-height: 120%;
    padding-bottom: 15px;
    font-family: var(--secondary-font);
    border-bottom: 1px solid var(--white-color);
}

.right-content .contact-section,
.right-content .text-us-section,
.right-content .call-section {
    padding: 15px 0px;
    border-bottom: 1px solid var(--white-color);
}

.right-content .contact-section p,
.right-content .text-us-section p,
.right-content .call-section p{
    margin-bottom: 15px;
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 110%;
    font-family: var(--secondary-font);
}

.right-content .call-section {
    border: none;
    margin-bottom: 0;
}

.right-content .btn.schedule-btn {
    padding: 4px 24px;
    font-size: var(--font-14);
    color: var(--secondary-color);
    background-color: var(--white-color);
    border-radius: 0;
    line-height: 1.4em;
    font-weight: 600;
    font-family: var(--secondary-font);
    border: 1px solid #ffffff;
    transition: 0.3s ease all;
}

.right-content .btn.schedule-btn:hover {
    transition: 0.3s ease all;
    background-color: transparent;
    color: var(--color-white);
}

.right-content .btn.contact-btn {
    padding: 0px;
    color: var(--color-white);
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: 0.3s ease all;
    line-height: 1em;
}

.right-content .btn.contact-btn:hover {
    text-decoration-color: var(--color-white);
    transition: 0.3s ease all;
}

.banner-content a.btn-primary:hover{
    color: #ffffff;
    border-color: #ffffff;
}

.banner-content a.btn-primary:hover img{
    filter: brightness(0) invert(1);
}

.mobile-top-cta{
    display: none;
}

@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;
    }
    .right-content{
        width: 100%;
    }
    .banner-description .custom-buttons-wrapper{
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px){
     .right-content{
        display: none;
    }
    .banner-content{
        padding: 110px 20px;
    }
    .mobile-top-cta {
        display: flex;
    }
    .mobile-top-cta .schedule-btn{
        width: 50%;
        justify-content: center;
        font-family: var(--secondary-font);
        /* background-color: #000000b8; */
        background: var(--gradient-background);
        border-radius: 0;
        color: #ffffff;
    }

    .mobile-top-cta  .contact-btn{
        background-color: var(--primary-color);
         width: 50%;
        justify-content: center;
        border-radius: 0;
        color: var(--white-color);
        font-family: var(--secondary-font);
    }
}

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

    .home-banner-section .banner-heading {
        font-size: 36px;
    }
    .right-content{
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .banner-content {
        padding: 50px 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;
    }
}