
.section-padding {
    padding: 40px 0;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* Backgrounds */
.bg-blue {
    background: radial-gradient(at bottom, rgba(43, 120, 204, 1), rgba(9, 81, 160, 1));

    p, h2, h3, h4, h5, h6, a {
        color: #fff;
    }
}

.bg-gray {
    background: #F2F1F0;
}

.bg-image {

    p, h2, h3, h4, h5, h6, a {
        color: #fff;
    }
}
/* Buttons */
.btn {
    background: url(https://inclinator.com/content/uploads/2019/10/blue-arrow.png) no-repeat #872019;
    background-position: right;
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 8px;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 45px 10px 15px;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-primary:hover {
    background: url(https://inclinator.com/content/uploads/2019/10/blue-arrow.png) no-repeat #5e0f0a;
    background-position: right;
    color: #c7c3c2 !important;
    -webkit-box-shadow: 0 4px 0 0 #34302d;
    box-shadow: 0 4px 0 0 #3d0906;
}


/* Typography */

p {
    color: #141412;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 17px;
}

blockquote {
    background: #ccdcea;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    padding: 20px 15px;
    border-left: 8px solid #055492;
    margin-bottom: 10px;
}

blockquote p {
    font-size: 22px;
}





/* text */
.text-block-title {
    color: #2b78cd;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 25px;
    padding: 0px;
    line-height: 44px;
    border-bottom: 3px solid #2b78cd;
}

.text-block-cta {
    margin-top: 25px;
}

.bg-blue .text-block-title,
.bg-blue .text-block-content {
    color: #fff;
}

@media (min-width: 1200px) {
    .text-block--50 {
        width: 50%;
    }

    .text-block--60 {
        width: 60%;
    }

    .text-block--70 {
        width: 70%;
    }

    .text-block--100 {
        width: 100%;
    }
}

/* Icon Banner Section */
.bg-light-gray {
    background-color: #F2F1F0;
}

.icon-banner {
    text-align: center;
}

.icon-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    margin: 0 auto;
    max-width: 800px;
}

.icon-btn {
    background: #fff;
    border: 2px solid #2b78cd;
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    min-width: 180px;
    flex: 1;
    max-width: 220px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.icon-btn:hover {
    background: #2b78cd;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(43, 120, 205, 0.3);
}

.icon-btn:hover .icon-btn-title {
    color: #fff;
}

.icon-btn img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.icon-btn:hover img {
    transform: scale(1.1);
}

.icon-btn-title {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #231f20;
    line-height: 1.3;
    transition: color 0.3s ease;
    margin: 0;
}

/* Responsive design */
@media (max-width: 768px) {
    .icon-btns {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .icon-btn {
        min-width: 250px;
        max-width: 300px;
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .icon-btn {
        min-width: 200px;
        max-width: 250px;
        padding: 20px 15px;
    }
    
    .icon-btn img {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .icon-btn-title {
        font-size: 14px;
    }
}

/* Testimonials */

.testimonial-section-heading {
    text-align: center;
    margin-bottom: 25px;
}


.cta-banner-with-background-image h2,
.text-block h2 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #4d483d;
    margin-bottom: 25px;
}

/* CTA Banner with Background Image */

.cta-banner-with-background-image {
    position: relative;
}

.cta-banner-with-background-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cta-banner-with-background-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-banner-with-background-image-content {
    position: relative;
    z-index: 2;
}

.quick-links-banner p {
    font-size: 16px;
}


/* Text with Image Block */

.text-with-image-block-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.text-with-image-block-image a {
    color: #0951a0;
    text-decoration: underline;
    line-height: 20px;
}

@media (min-width: 768px) {
    .text-with-image-block-wrapper {
        flex-direction: row;
        align-items: baseline;
    }

    .text-with-image__img-head {
        margin-bottom: 15px;
        font-weight: 700;
        text-align: center;
    }

    .text-with-image-block-image {
        padding: 10px 17px;
        width: 40%;
        border: 1px solid #d3d2d1;
        background: #edeceb;
        color: #000;

        img {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
        }
    }
}