@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Italic-VariableFont_wdth,wght';
    src: url('Roboto-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-VariableFont_wdth,wght';
    src: url('Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.form {
    width: 32%;
    position: absolute;
    top: 50%;
    right: 73px;
    transform: translateY(-50%);
}

.banner {
    position: relative;;
}
section.section2 {  
    height: auto;
    background-size: cover;
    background-position: top center;
}
.st2left p {
    font-family: 'Roboto-VariableFont_wdth,wght';
    font-size: 40px;
    color: #fff;
    line-height: 45px;
}
.st2left {
    padding: 40px 60px 40px 40px;
}

.st2left h2 {
    font-size: 45px;
    color: #fff;
    line-height: 40px;
    margin-top: 60px;
    font-family: 'BebasNeue-Regular';
}

.st3 h2 {
    font-size: 45px;
    color: #f15a25;
    line-height: 40px;
    font-family: 'BebasNeue-Regular';
    text-align: center;
    margin-bottom: 40px;

}
.st6 h2 {
    font-size: 45px;
    color: #f15a25;
    line-height: 40px;
    font-family: 'BebasNeue-Regular';
    text-align: left;
    margin-bottom: 40px;

}
.st2left .btn {
   background-color: #f15a25;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    border-radius: 20px;
    font-family: 'Roboto-VariableFont_wdth,wght';
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 40px;
}
.st3 {
    margin: 50px;
}
section.section6 {
    padding: 60px 0px;
}
.testimoial p{
    font-family: 'BebasNeue-Regular';
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding-top: 20px;
}

.video-box {
    position: relative;;
    border-radius: 20px;
    overflow: hidden;
}

.video-box img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* DARK OVERLAY */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); /* light dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PLAY BUTTON (triangle) */
.play-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    position: relative;;
}

/* triangle */
.play-icon::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 18px;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent white;
}

/* hover effect */
.video-box:hover .overlay {
    background: rgba(0, 0, 0, 0.5);
}

.video-box:hover .play-icon {
    transform: scale(1.1);
    transition: 0.3s;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    border-radius: 10%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn i {
    color: white;
    font-size: 28px;
}

.faq-section {
    padding: 60px 0;
    background: #f15a25;
}
button.accordion-button {
    background-color: #fff !important;
}
.faq-section h1 {
    font-family: 'BebasNeue-Regular';
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    text-align: left;
    color: #fff;
}
.faq-section h2 {
    font-family: 'Roboto-Italic-VariableFont_wdth,wght';
    font-weight: 700;
    margin-bottom: 20px;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.accordion-button {
    background: #fff;
    font-weight: 600;
    padding: 15px 20px;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #0d6efd;
    color: #fff;
}

.accordion-body {
    background: #fff;
    padding: 15px 20px;
    color: #555;
}

.accordion-button:focus {
    box-shadow: none;
}



/* Remove border from accordion items */
.accordion-item {
    border: none !important;
}

/* Remove bottom line when expanded */
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

/* Remove any default border */
.accordion-button {
    border: none !important;
}

/* Remove top border of collapse content */
.accordion-collapse {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/* Remove all borders & shadows from accordion button */
.accordion-button {
    border: none !important;
    box-shadow: none !important;
}

/* Remove blue line when open */
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    border: none !important;
}

/* IMPORTANT: remove focus blue outline */
.accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Remove any collapse border */
.accordion-collapse {
    border: none !important;
}
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff6b00;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    z-index: 9999;

    display: none; /* instead of opacity/visibility */
}

.sticky-cta.show {
    display: block;
}

.finalCta a {
    background-color: #f15a25;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    border-radius: 20px;
    font-family: 'Roboto-VariableFont_wdth,wght';
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 40px;
}
.final-cta {
    padding: 40px;
}
.finalCta h2 {
    font-size: 45px;
    color: #f15a25;
    line-height: 40px;
    font-family: 'BebasNeue-Regular';
    text-align: left;
    
}
@media (max-width: 1024px) {
     .st2left p {
        font-size: 20px;
        line-height: 30px;
    }
    .st2left h2 {
    font-size: 29px;
    
    line-height: 30px;
    margin-top: 30px;
    
}
.st2left .btn{
    font-size: 27px;
    line-height: 30px;
}
.faq-section h1{
    font-size: 50px;
    line-height: 56px;
}
.form {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
}
}
@media (max-width: 820px) {
     .st2left p {
        font-size: 20px;
        line-height: 30px;
    }
    .st2left h2 {
    font-size: 29px;
    
    line-height: 30px;
    margin-top: 30px;
    
}
.st2left .btn{
    font-size: 27px;
    line-height: 30px;
}
.faq-section h1{
    font-size: 50px;
    line-height: 56px;
}
.form {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
}
}
@media (max-width: 768px) {
     .st2left p {
        font-size: 20px;
        line-height: 30px;
    }
    .st2left h2 {
    font-size: 29px;
    
    line-height: 30px;
    margin-top: 30px;
    
}
.st2left .btn{
    font-size: 27px;
    line-height: 30px;
}
.faq-section h1{
    font-size: 50px;
    line-height: 56px;
}
.form {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
}
}

@media (max-width: 767px) {

    .faq-section {
        padding: 40px 15px;
    }

    .faq-section h2 {
        font-size: 22px;
        text-align: center;
    }

    .accordion-button {
        font-size: 14px;
        padding: 12px 15px;
    }

    .accordion-body {
        font-size: 13px;
        padding: 12px 15px;
        line-height: 1.5;
    }

    .accordion-item {
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .st2left p {
        font-size: 20px;
        line-height: 30px;
    }
    .st2left h2 {
    font-size: 29px;
    
    line-height: 30px;
    margin-top: 30px;
    
}
.st2left .btn{
    font-size: 27px;
    line-height: 30px;
}
.faq-section h1{
    font-size: 50px;
    line-height: 56px;
}
.form {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
}
.sticky-cta{
    bottom: 30px;
    right: 0px;
}

.form {
        display: none;
    }

    .form.show-form {
        display: block;
    }
}