.post-content .fusion-text h1,
.post-content .fusion-text h2,
.post-content .fusion-text h3,
.post-content .fusion-text h4,
.post-content .fusion-text h5,
.post-content .fusion-text p {
    font-family: 'Inter';
}

h1 {
    font-size: 24px !important;
}

@media (min-width: 800px) {
    h1 {
        font-size: 48px !important;
    }
}

html {
    scroll-behavior: smooth;
}

.h3 {
    font-size: 24px !important;
}

.button-default:hover {
    background: #ff0077 !important;
}

@media (max-width: 767px) {
    .h3 {
        font-size: 20px !important;
    }

    .fusion-text h2.leftpline.mainheading {
        font-size: 32px !important;
    }
}

body .btn,
.fusion-main-menu .button-default {
    font-size: 16px !important;
    height: auto !important;
}

.fusion-mobile-menu-icons {
    margin: 0 !important;
}

.usp-bar {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 32px;
    border-radius: 8px;
    border: 1px solid #8A9ED3;
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #fff;
    max-width: 1034px;
    margin: 0 auto 100px;
    width: 100%;
}

.usp-bar>div:nth-of-type(2) {
    position: relative;
}

.usp-bar>div:nth-of-type(2):before,
.usp-bar>div:nth-of-type(2):after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #34A5C7;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: -70px;
}

.usp-bar>div:nth-of-type(2):after {
    left: unset;
    right: -70px;
}

@media (max-width: 1024px) {

    /* 3 USPs */

    @keyframes usp1 {
        0% {
            opacity: 0;
        }

        5% {
            opacity: 1;
        }

        27.32% {
            opacity: 1;
        }

        33.33% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes usp2 {
        0% {
            opacity: 0;
        }

        33.32% {
            opacity: 0;
        }

        38.33% {
            opacity: 1;
        }

        61.66% {
            opacity: 1;
        }

        66.67% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes usp3 {
        0% {
            opacity: 0;
        }

        66.66% {
            opacity: 0;
        }

        71.67% {
            opacity: 1;
        }

        94.99% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .usp-bar {
        height: 42px;
        font-size: 14px;
        white-space: nowrap;
        margin: 0 auto 50px;
    }

    .usp-bar>div {
        animation-duration: 20s;
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
    }

    .usp-bar>div:nth-of-type(1) {
        animation-name: usp1;
        animation-iteration-count: infinite;
    }

    .usp-bar>div:nth-of-type(2) {
        animation-name: usp2;
        animation-iteration-count: infinite;
    }

    .usp-bar>div:nth-of-type(3) {
        animation-name: usp3;
        animation-iteration-count: infinite;
    }

    .usp-bar>div:nth-of-type(2):before,
    .usp-bar>div:nth-of-type(2):after {
        display: none;
    }
}

.homepage-hero {
    margin-top: -60px !important;
    padding-top: 160px !important;
}

.homepage-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(10 33 93 / 60%);
}

.homepage-hero .fusion-text {
    max-width: 800px;
    margin: auto;
}

@media (max-width: 800px) {
    .homepage-hero {
        padding-top: 60px !important;
    }
}

.btn.btn-blue {
    background-color: #34A5C7;
}

.btn.btn-blue:hover {
    background-color: #08205B !important;
}

.leftpline.leftlineblue {
    border-left: solid 10px #34A5C7;
}

.blue-diamond-bullets {
    padding-left: 24px;
    list-style: none;
}

.blue-diamond-bullets>li {
    position: relative;
    margin-bottom: 10px;
}

.blue-diamond-bullets>li:before {
    content: '';
    height: 8px;
    width: 8px;
    background-color: #34A5C7;
    position: absolute;
    left: -20px;
    transform: rotate(45deg);
    top: 10px;
}

.blue-icon .content-box-counter .unit {
    color: #34A5C7;
}

.blue-icon .counter-box-content {
    text-transform: none;
}

/* .blue-icon>.fusion-counter-box:nth-of-type(2) .unit:before {
    content: 'k';
    color: #fff;
} */

.homepage-link-grid .fusion-column-wrapper .heading-link {
    text-align: center;
}

.homepage-link-grid .fusion-column-wrapper .heading-link h3 {
    color: #030E3D;
    text-transform: capitalize;
}

.homepage-link-grid .fusion-column-wrapper .heading-link h3:after {
    content: "";
    display: inline-block;
    margin-left: 0;
    height: 36px;
    width: 50px;
    background-image: url(https://diademperfostg.wpenginepowered.com/wp-content/uploads/2026/02/right-arrow.png);
    background-size: cover;
    transition: all 0.2s ease;
}

.homepage-link-grid .fusion-layout-column:hover .fusion-column-wrapper .heading-link h3:after {
    transform: translateX(10px);
}

#testimonials.fusion-fullwidth {
    background: #D42F7C;
}

#testimonials.fusion-fullwidth .fusion-testimonials blockquote .awb-quote-content {
    font-style: normal;
    font-size: 20px;
}

.ub-form-wrap .gform-body {
    padding: 0 32px;
}

.ub-form-wrap h3 {
    color: #fff !important;
    background: #D42F7C !important;
    margin: -10px -48px 32px -32px;
    padding: 24px 32px;
    font-size: 24px !important;
}

.ub-form-wrap>.fusion-column-wrapper {
    width: 500px !important;
    margin-left: auto !important;
    max-width: 100%;
}

.ub-form-wrap>.fusion-column-wrapper>.gform_wrapper {
    /* border-radius: 16px; */
    overflow: hidden;
}

.ub-form-wrap input[type=submit] {
    margin: 0 32px 32px !important;
    background: #D42F7C;
    line-height: normal !important;
}

.ub-form-wrap input[type=submit]:hover {
    background: #ff0077;
}

.ub-form-wrap .gform_legacy_markup_wrapper div.validation_error {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.ub-form-wrap .ginput_container.ginput_container_textarea+.gfield_validation_message {
    transform: translateY(-58px);
}

@media (min-width: 1024px) {
    .btn.blog-btn {
        position: absolute;
        top: 26px;
        right: 26px;
    }
}

.fusion-footer .fusion-footer-widget-area {
    background-color: #041246;
}

@media (max-width: 767px) {
    .homepage-stat-block {
        background-image: url(https://diademperfostg.wpenginepowered.com/wp-content/uploads/2026/02/stat_background_mobile.webp) !important;
    }

    .fusion-fullwidth.fullwidth-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .homepage-link-grid .fusion-column-inner-bg.hover-type-zoomin {
        margin: 0;
    }

    .ub-form-wrap .gform-body {
        padding: 0 20px;
    }

    .ub-form-wrap h3 {
        font-size: 20px !important;
    }

    .ub-form-wrap input[type=submit] {
        margin: 0 20px 32px !important;
    }

    .fusion-footer .fusion-footer-widget-area {
        padding-top: 100px;
    }
}

.page-id-14 #fusion-slider-10,
.page-id-14 #fusion-slider-10 .background-image {
    max-height: 600px !important;
}

@media (min-width: 900px) {
    .lg-pt-150px {
        padding-top: 150px !important;
    }
}