:root {
  --primary-color: #0c428d;
  --primary-color-light: #e3e9ef;
  --secondary-color: #FFD662;
  --para-color: #4b4b4b;
  --ash-bg: #f0f0f0;
  --radius-1: 15px;
  --para-size: 17px;
}

.vm_radius_1 {
    border-radius: 15px;
}

.btn, button {
    font-weight: bold !important;
}

h2 {
    font-weight: bold !important;
}
.footer p, .footer .footer-link a, p {
    font-size: var(--para-size) !important;
}
.vm_font_color_primary {
    color: var(--primary-color) !important;
}
.vm_bg_primary {
    background: var(--primary-color);
}
.vm_bg_secondary {
    background: var(--secondary-color);
}
.vm_dark_overlay_1 {
    background: rgba(0, 0, 0, 0.7);
    padding: 90px 0;
}

.vm_bg_cover {
    background-size: cover !important;
}
.vm_bg_center {
    background-position: center !important;
}
.vm_bg_norepeat {
    background-repeat: no-repeat !important;
}

.vm_dark_overlay_1 h2, .vm_dark_overlay_1 a {
    color:white;
}

/* ----------------------- */
/* About Showcase */
/* ----------------------- */
.about {
    padding: 70px 0;
    background: var(--ash-bg);
}

.about-showcase-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.about-showcase-kicker i {
    color: var(--secondary-color);
}

.about-showcase-copy h2 {
    max-width: 640px;
    margin-bottom: 24px;
    color: var(--primary-color);
    font-size: 56px;
    line-height: 1.08;
}

.about-showcase-copy p {
    max-width: 640px;
    margin-bottom: 42px;
    color: var(--para-color);
    font-size: var(--para-size) !important;
    line-height: 1.6;
}

.about-showcase-features {
    margin-bottom: 34px;
}

.about-showcase-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--primary-color);
    font-size: calc(var(--para-size) + 2px);
    font-weight: 600;
}

.about-showcase-feature i {
    width: 18px;
    color: var(--primary-color);
    font-size: 15px;
    text-align: center;
}

.about-showcase-stat {
    height: 100%;
    padding: 24px 18px;
    text-align: center;
    background: #ffffff;
    border-radius: var(--radius-1);
}

.about-showcase-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 34px;
    line-height: 1;
}

.about-showcase-stat span {
    display: block;
    color: #000000;
    font-size: var(--para-size);
    line-height: 1.4;
}

.about-showcase-visual {
    padding-left: 18px;
}

.about-showcase-badge {
    position: absolute;
    top: 15px;
    left: 34px;
    z-index: 2;
    min-width: 230px;
    padding: 22px 20px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(90deg, #10111b 0%, #312b12 100%);
    border-radius: var(--radius-1);
}

.about-showcase-badge strong {
    display: block;
    margin-bottom: 6px;
    font-size: 36px;
    line-height: 1;
}

.about-showcase-badge span {
    display: block;
    font-size: calc(var(--para-size) + 1px);
    font-weight: 500;
}

.about-showcase-image-wrap {
    overflow: hidden;
    border-radius: calc(var(--radius-1) + 10px);
}

.about-showcase-image-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: calc(var(--radius-1) + 10px);
}

.about-showcase-cta {
    position: relative;
    z-index: 2;
    margin-top: -54px;
}

.about-showcase-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 240px;
    padding: 10px 10px 10px 28px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    background: var(--secondary-color);
    border-radius: 999px;
}

.about-showcase-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #060a2c;
    border-radius: 50%;
    transform: rotate(45deg);
}

.about-showcase-btn:hover {
    color: #000000;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .about-showcase-copy h2 {
        font-size: 48px;
    }

    .about-showcase-image-wrap img {
        height: 470px;
    }
}

@media (max-width: 991.98px) {
    .about-showcase-visual {
        padding-left: 0;
    }

    .about-showcase-badge {
        left: 24px;
    }
}

@media (max-width: 767.98px) {
    .about {
        padding: 55px 0;
    }

    .about-showcase-copy h2 {
        font-size: 38px;
    }

    .about-showcase-copy p {
        margin-bottom: 28px;
    }

    .about-showcase-feature {
        font-size: 17px;
    }

    .about-showcase-badge {
        position: static;
        margin-bottom: 18px;
    }

    .about-showcase-image-wrap img {
        height: 380px;
    }

    .about-showcase-cta {
        margin-top: 18px;
        text-align: left !important;
    }

    .about-showcase-btn {
        width: 100%;
        min-width: 100%;
    }
}
/* ----------------------- */
/* End About Showcase */
/* ----------------------- */

/* ----------------------- */
/* Contact Details */
/* ----------------------- */
.contact-details,
.contact-form.card {
    border-radius: 1.25rem;
}

.contact-details .card-body,
.contact-form.card .card-body {
    border-radius: 1.25rem;
}

.contact-details .card-body {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.contact-detail-item {
    padding: 1rem 0;
    border-bottom: 1px solid #e9eef5;
}

.contact-detail-item:last-child {
    border-bottom: 0;
}

.contact-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background: #00539c;
    color: #ffffff;
    font-size: 1.1rem;
    flex: 0 0 52px;
}

.contact-detail-item a {
    color: #1f2937;
}

.contact-detail-item a:hover {
    color: #00539c;
    text-decoration: none;
}

.contact-form.card .form-control {
    min-height: 56px;
    border: 1px solid #d9e2ec;
    border-radius: 5px;
    box-shadow: none;
}

.contact-form.card textarea.form-control {
    min-height: 150px;
}

.contact-form.card .btn {
    min-width: 190px;
    height: 56px;
    border: 0;
    border-radius: 5px;
    text-transform: none;
}
/* ----------------------- */
/* End Contact Details */
/* ----------------------- */

/* ----------------------- */
/* Testimonial without photos */
/* ----------------------- */
.testimonial .testimonial-item {
    text-align: left;
}

.testimonial .testimonial-content {
    margin-top: 0;
    padding: 2rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #fff3c4 0%, #ffd662 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.testimonial .testimonial-quote-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    background: #00539c;
    color: #ffffff;
    font-size: 1.3rem;
}

.testimonial .testimonial-item p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.testimonial .testimonial-content h3 {
    margin-bottom: 0.2rem;
    font-weight: 700;
}

.testimonial .testimonial-content h4 {
    color: rgba(0, 0, 0, 0.65);
    text-transform: none;
}
/* ----------------------- */
/* End Testimonial without photos */
/* ----------------------- */

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.review-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    height: 100%;
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #d1d5db;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex: 0 0 42px;
}

.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-avatar-initial {
    background: #9ca3af;
}

.review-avatar-accent {
    background: #f59e0b;
}

.review-avatar-soft {
    background: #3b82f6;
}

.review-meta {
    min-width: 0;
    flex: 1 1 auto;
}

.review-meta h3 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
}

.review-meta span {
    display: block;
    font-size: 15px;
    color: #6b7280;
}

.review-brand {
    color: #4285f4;
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
}

.review-stars {
    margin: 14px 0 10px;
    color: #fbbc05;
    letter-spacing: 2px;
    font-size: 18px;
}

.review-card p {
    margin: 0;
    color: #374151;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .review-grid {
        grid-template-columns: 1fr;
    }

    .review-card {
        padding: 16px;
    }

    .review-meta h3 {
        font-size: 18px;
    }
}

/* ----------------------- */
/* Get A Quote */
/* ----------------------- */
.quote-hero {
    position: relative;
    background-image: url("https://img.freepik.com/free-photo/man-doing-professional-home-cleaning-service_23-2150358992.jpg?t=st=1772987328~exp=1772990928~hmac=af6d8f31fa9ec133e6969261d28cde85ca4e89eefdde447f1ae8583c776a8563&w=1060");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.quote-hero-overlay {
    background: rgba(0, 0, 0, 0.65);
    padding: 110px 0;
}

.quote-kicker {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffd662;
}

.quote-title {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.quote-copy {
    color: rgba(255, 255, 255, 0.9);
    max-width: 440px;
}

.quote-contact-card {
    height: 100%;
    padding: 38px 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
}

.quote-contact-list {
    margin-top: 28px;
}

.quote-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.quote-contact-item:last-child {
    border-bottom: 0;
}

.quote-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #ffd662;
    color: #0c428d;
    font-size: 18px;
    flex: 0 0 52px;
}

.quote-contact-item h4 {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.quote-contact-item a,
.quote-contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
}

.quote-contact-item a:hover {
    color: #ffd662;
}

.contact-details-panel {
    background: rgba(7, 24, 52, 0.88);
}

.contact-details-panel .quote-kicker {
    display: inline-block;
    margin-bottom: 14px !important;
    padding: 8px 14px;
    background: rgba(255, 214, 98, 0.16);
    border: 1px solid rgba(255, 214, 98, 0.3);
    border-radius: 999px;
}

.contact-details-panel .quote-title {
    margin-bottom: 18px;
    font-size: 42px;
}

.contact-details-panel .quote-copy {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.92);
}

.contact-details-panel .quote-contact-list {
    margin-top: 32px;
}

.contact-details-panel .quote-contact-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-details-panel .quote-contact-icon {
    box-shadow: 0 10px 24px rgba(255, 214, 98, 0.18);
}

.contact-details-panel .quote-contact-item h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
}

.contact-details-panel .quote-contact-item a,
.contact-details-panel .quote-contact-item p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.quote-form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 38px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.quote-form-card .form-control,
.quote-form-card .custom-select {
    min-height: 56px;
    border: 1px solid #d9e2ec;
    border-radius: 10px;
    box-shadow: none;
}

.quote-form-card textarea.form-control {
    min-height: 209px;
    resize: vertical;
}

.quote-form-card .btn {
    min-width: 220px;
    min-height: 56px;
    border-radius: 10px;
    border: 0;
}

@media (max-width: 991.98px) {
    .quote-hero-overlay {
        padding: 80px 0;
    }

    .quote-title {
        font-size: 38px;
    }

    .quote-contact-card {
        padding: 32px 28px;
    }

    .contact-details-panel .quote-title {
        font-size: 34px;
    }
}

@media (max-width: 575.98px) {
    .quote-hero-overlay {
        padding: 60px 0;
    }

    .quote-title {
        font-size: 30px;
    }

    .contact-details-panel .quote-title {
        font-size: 28px;
    }

    .quote-contact-card,
    .quote-form-card {
        padding: 26px 20px;
        border-radius: 18px;
    }

    .quote-form-card .btn {
        width: 100%;
        min-width: 100%;
    }
}
/* ----------------------- */
/* End Get A Quote */
/* ----------------------- */

/* ------------------ */
/* New Hero Section */
/* ------------------ */
.hero {
    /* padding-top: 70px;
    padding-bottom: 80px; */
}

.hero .hero-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
}

.hero h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 100;
    color: #ffffff;
}

.hero h2 span {
    color: #FFD662;
}

.hero p {
    margin: 10px 0 20px 0;
    font-size: 22px;
    color: #ffffff;
}

.hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero a.btn {
    position: relative;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #00539C;
    border: none;
    border-radius: 5px;
    background: #ffffff;
    transition: .3s;
}

.hero a.btn:hover {
    color: #000000;
    background: #FFD662;
}

.hero a.hero-secondary-btn {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .55);
}

.hero a.hero-secondary-btn:hover {
    color: #00539C;
    background: #ffffff;
}

.hero .hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero .hero-highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 15px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
}

.hero .hero-highlight-item i {
    color: #FFD662;
}

.hero .hero-showcase {
    position: relative;
    padding: 32px;
    margin-left: 15px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
    backdrop-filter: blur(8px);
}

.hero .hero-showcase-badge {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #00539C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    background: #FFD662;
    border-radius: 999px;
}

.hero .hero-showcase h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.hero .hero-showcase p {
    margin: 0 0 24px 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .92);
}

.hero .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.hero .hero-stat {
    padding: 16px 14px;
    text-align: center;
    background: rgba(0, 0, 0, .14);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
}

.hero .hero-stat strong {
    display: block;
    margin-bottom: 6px;
    color: #FFD662;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.hero .hero-stat span {
    font-size: 13px;
    color: rgba(255, 255, 255, .82);
    text-transform: uppercase;
    letter-spacing: .4px;
}

.hero .hero-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero .hero-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: var(--para-size);
    color: rgba(255, 255, 255, .92);
}

.hero .hero-checklist li:last-child {
    margin-bottom: 0;
}

.hero .hero-checklist li::before {
    position: absolute;
    content: "\f00c";
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFD662;
}

@media (max-width: 767.98px) {
    .hero {
        /* padding-top: 45px;
        padding-bottom: 55px; */
    }

    .hero h2 {
        font-size: 40px;
    }

    .hero p {
        font-size: var(--para-size);
    }

    .hero .hero-showcase {
        margin-top: 35px;
        margin-left: 0;
        padding: 24px;
    }

    .hero .hero-showcase h3 {
        font-size: 28px;
    }

    .hero .hero-stats {
        grid-template-columns: 1fr;
    }
}
/* ----------------------- */
/* New Hero Section End */
/* ----------------------- */



/* ----------------------- */
/* Services Showcase */
/* ----------------------- */
.service {
    padding: 70px 0;
    background: var(--primary-color-light);
}

.service-showcase-header {
    margin-bottom: 36px;
}

.service-showcase-kicker {
    margin-bottom: 18px;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.service-showcase-kicker i {
    margin-right: 8px;
    color: var(--secondary-color);
}

.service-showcase-header h2 {
    max-width: 650px;
    margin-bottom: 0;
    color: #031028;
    font-size: 56px;
    line-height: 1.05;
}

.service-showcase-copy {
    max-width: 280px;
    margin: 18px 0 0;
    color: #444444;
    font-size: var(--para-size) !important;
    line-height: 1.7;
}

.service-showcase-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 220px;
    padding: 8px 8px 8px 24px;
    margin-top: 12px;
    color: #031028;
    font-size: 16px;
    font-weight: 600;
    background: var(--secondary-color);
    border-radius: 999px;
}

.service-showcase-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #031028;
    border-radius: 50%;
    transform: rotate(45deg);
}

.service-showcase-btn:hover {
    color: #031028;
    background: #f2d600;
}

.service-showcase-grid > div {
    margin-bottom: 30px;
}

.service-showcase-card {
    position: relative;
    min-height: 255px;
    padding: 14px;
    overflow: hidden;
    background: #fbfbfb;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.service-showcase-image {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 46%;
    height: calc(100% - 28px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.service-showcase-panel {
    position: absolute;
    right: 14px;
    bottom: 42px;
    width: 62%;
    min-height: 144px;
    padding: 28px 30px 24px;
    color: #ffffff;
    background: var(--primary-color);
    border-radius: 18px;
}

.service-showcase-panel h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
}

.service-showcase-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: var(--para-size) !important;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .service-showcase-header h2 {
        font-size: 46px;
    }

    .service-showcase-panel {
        width: 64%;
        padding: 26px 24px 22px;
    }
}

@media (max-width: 991.98px) {
    .service-showcase-header h2 {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .service-showcase-copy {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .service-showcase-btn {
        margin-top: 0;
    }

    .service-showcase-panel {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .service {
        padding: 55px 0;
    }

    .service-showcase-header h2 {
        font-size: 34px;
    }

    .service-showcase-kicker {
        font-size: 18px;
    }

    .service-showcase-card {
        min-height: auto;
        padding-bottom: 20px;
    }

    .service-showcase-image {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 230px;
    }

    .service-showcase-panel {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 24px);
        margin: -24px 0 0 auto;
        padding: 24px 22px 22px;
    }

    .service-showcase-panel h3 {
        font-size: 21px;
    }
}
/* ----------------------- */
/* End Services Showcase */
/* ----------------------- */

/* ----------------------- */
/* Trusted CTA */
/* ----------------------- */
.newsletter {
    padding: 30px 0 80px;
    background: transparent;
}

.trust-cta {
    position: relative;
    overflow: hidden;
    /* padding: 42px 20px 0 20px; */
    border-radius: 24px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* background:
        radial-gradient(circle at left center, rgba(12, 66, 141, 0.35), transparent 34%),
        linear-gradient(90deg, #01050b 0%, #0d2a33 58%, #031018 100%); */
}

.trust-cta::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.08) 50%, transparent 100%);
    pointer-events: none;
}

.trust-cta-content {
    position: relative;
    z-index: 1;
    padding: 58px 24px 58px 24px;
}

.trust-cta-content h2 {
    max-width: 620px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.05;
}

.trust-cta-content p {
    max-width: 720px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--para-size) !important;
    line-height: 1.75;
}

.trust-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.trust-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 210px;
    padding: 10px 10px 10px 24px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
}

.trust-cta-btn i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: rotate(45deg);
}

.trust-cta-btn-primary {
    color: #000000;
    background: #ffd400;
}

.trust-cta-btn-primary i {
    color: #ffffff;
    background: var(--primary-color);
}

.trust-cta-btn-outline {
    color: #ffffff;
    background: transparent;
    border: 1px solid var(--primary-color);
}

.trust-cta-btn-outline i {
    color: #ffffff;
    background: var(--primary-color);
}

.trust-cta-btn:hover {
    text-decoration: none;
}

.trust-cta-btn-primary:hover {
    color: #000000;
    background: #ffe04b;
}

.trust-cta-btn-outline:hover {
    color: #ffffff;
    background: rgba(12, 66, 141, 0.18);
}

.trust-cta-visual {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 470px;
}

.trust-cta-visual img {
    width: 100%;
    max-width: 341px;
    object-fit: contain;
    object-position: bottom right;
    filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.28));
}

@media (max-width: 1199.98px) {
    .trust-cta-content h2 {
        font-size: 54px;
    }
}

@media (max-width: 991.98px) {
    .trust-cta {
        padding-top: 24px;
    }

    .trust-cta-content {
        padding: 40px 18px 10px 18px;
    }

    .trust-cta-content h2 {
        font-size: 44px;
    }

    .trust-cta-visual {
        min-height: 360px;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .newsletter {
        padding: 20px 0 60px;
    }

    .trust-cta {
        /* padding: 16px 12px 0; */
        border-radius: 18px;
    }

    .trust-cta-content {
        padding: 28px 10px 0 10px;
    }

    .trust-cta-content h2 {
        font-size: 34px;
    }

    .trust-cta-btn {
        width: 100%;
        min-width: 100%;
        font-size: 16px;
    }

    .trust-cta-visual {
        min-height: 280px;
    }

    .trust-cta-visual img {
        max-width: 320px;
    }
}
/* ----------------------- */
/* End Trusted CTA */
/* ----------------------- */
