/* CTA Block Css Start */

.footer-cta--title {
    font-size: 96px;
    line-height: 108px;
}

.cta-top-section {
    margin-bottom: 149px;
}

.section-subtitle {
    margin: 30px 0px 0px 0px;
}

.cta-button--wrap {
    margin-top: 30px;
}

.get-touch--btn,
.cta-contact-info a {
    transition: all 0.3s ease-in-out;
}

.get-touch--btn:hover {
    background-color: #05202E !important;
    color: #FBF7EF !important;
}

.cta-contact-info a:hover {
    color: #fff;
}

.get-touch--arrow {
    padding: 7px 11px 8px 12px;
    border-radius: 50%;
}

.get-touch--arrow img {
    width: 16px;
    height: 16px;
}

.cta-social-icons {
    gap: 20px;
    margin-top: 20px;
}

.cta-social-icons a svg {
    transition: all 0.3s ease-in-out;
}

.cta-social-icons a:hover svg {
    fill: #fff;
}

@media (max-width: 1200px) {
    .footer-cta--title {
        font-size: 64px;
        line-height: 70px;
    }

    .section-subtitle {
        font-size: 20px !important;
    }

    .contact-info {
        font-size: 20px !important;
    }
    .cta-top-section {
        margin-bottom: 60px;
    }
    .footer-cta--title {
        font-size: 44px;
        line-height: normal;
    }
}

@media (max-width: 769px) {
    .cta-contact-info {
        margin-top: 40px;
    }
    
}

@media (max-width: 426px) {
    

    .section-subtitle {
        margin: 40px 0px;
    }

    .cta-button--wrap {
        gap: 30px;
    }

    .cta-contact-info {
        margin-bottom: 20px;
        margin-top: 0px;
    }
 
}

/* CTA Block Css End */