:root {
    --text-color: #10274f;
    --secondary-text-color: #e1e8ee;
    --primary-color: #179154;
    --primary-contrast-color: #137844;
    --secondary-color: #ffffff;
    --secondary-contrast-color: #abdbb7;
    --hover-color: #e2f0e9;
    --third-color: #457acb;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

h2 {
    color: var(--text-color);
}

h3 {
    color: var(--text-color);
}

h4 {
    color: var(--text-color);
}

h5 {
    color: var(--text-color);
}

p {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
}

a {
    text-decoration: none;
}

.header .container .header-left .logo img {
    width: 58%;
}

.header .container .header-left .sub_logo img {
    display: none;
}

.header .header-left i {
    color: var(--text-color);
}

.header .header-left .icon {
    display: none;
}

.mobile-nav-backdrop {
    display: none
}

.section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container {
    width: 1400px;
    max-width: 96%;
    position: relative;
    display: table;
    margin: 0 auto;
}

.header {
    background-color: #FFF;
    padding: 10px 0;
    border-bottom: solid 1px #cccccc47;
    box-shadow: 1px 1px 3px #ccccccd1;
    float: left;
    width: 100%;
}

.header .container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;

}

.header .header-left {
    display: flex;
    flex-direction: row;
    gap: 5%;
}

.header .header-middle {
    overflow: hidden;
    background-color: #FFF;
}

.header .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-around;
}

.header .nav li {
    padding: 22px 0;
}

.header .nav li a {
    color: #2d426b;
}

.header .nav>li>a {
    position: relative;
    display: block;
    text-decoration: none;
}

.header .nav>li>a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -13px;
    left: 50%;
    height: 2px;
    border-radius: 2px;
    background: var(--primary-color);
    transition: left .22s ease, right .22s ease;
}

.header .nav>li.current-menu-item>a,
.header .nav>li:hover>a {
    color: var(--primary-color);
    text-decoration: none;
}

.header .nav>li.current-menu-item>a::after,
.header .nav>li:hover>a::after {
    right: 0;
    left: 0;
}

.button-primary {
    border-radius: 7px;
    background-color: var(--primary-color);
    padding: 15px;
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    width: 100%;
    max-width: 250px;
    display: block;
}

.button-primary:hover {
    background-color: var(--primary-contrast-color);
}

.button-seconadry {
    border-radius: 7px;
    background-color: var(--secondary-color);
    padding: 15px 12px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
}

.button-seconadry:hover {
    background-color: var(--secondary-contrast-color);
}

.mega-menu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 4px #ccccccd1;
    padding: 20px;
    z-index: 9999;
    background: #FFF;
}

.header .nav li:hover .mega-menu-wrap {
    display: block;
}

.mega-menu {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(220px, 1fr);
    align-items: stretch;
}

.mega-menu .mega-menu-left {
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-wrap: wrap;
    width: 100%;
}

.mega-menu>.menu_benifits {
    grid-column: 1;
    width: 100%;
    margin-top: 12px;
}

.menu_item_wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.menu_item_wrap .menu_item {
    list-style: none;
    width: 25%;
    padding: 0;
}

.menu_item_wrap .menu_item h2{
    font-size: 18px;
}

.menu_item_wrap .menu_item ul {
    padding: 0;
    list-style: none;
}

.header .nav li .menu_item_wrap ul li {
    padding: 5px;
}

.header .nav li .menu_item_wrap ul li a {
    float: none;
    color: black;
    /* padding: 12px 7px 12px 7px; */
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .nav li .menu_item_wrap ul li a:hover {
    background: #f4f5f4;
}

.header .nav li .menu_item_wrap ul li a span {
    padding: 9px;
    margin-right: 10px;
    border: 1px solid #e2f0e9;
    background-color: #e2f0e9;
    color: #62b488;
    border-radius: 10px;
    line-height: 2;
}

.menu_benifits {
    display: flex;
    flex-direction: row;
    gap: 1%;
}

.menu_benifits .lower-menu {
    padding: 2px;
    border: 1px solid #e2f0e9;
    background-color: #e2f0e9;
    color: #62b488;
    border-radius: 10px;
    width: 24%;
    display: flex;
    justify-content: flex-start;
}

.menu_benifits .lower-menu h4 {
    color: var(--text-color);
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.menu_benifits .lower-menu p {
    line-height: 1.5;
    margin: 0;
}

.menu_benifits .lower-menu .icon-container {
    width: 20%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 25px;
    padding: 30px;
}

.menu_benifits .lower-menu .text-container {
    align-content: center;
}

.mega-menu-right {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: auto;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mega-menu-right h2 {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.mega-menu-right p {
    color: var(--secondary-color);
    line-height: 2;
    margin-bottom: 30px;
    text-align: justify;
}

.mega-menu-right .secondary-button {
    margin-top: 20px;
}

.mega-menu-right .button-seconadry {
    padding: 15px 12px !important;
    text-decoration: none !important;

}

.mega-menu-right .button-seconadry:hover {
    text-decoration: none !important;
}

.mega-menu-right .menu-image img {
    width: 100%;
}

.nav .dropdown_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown_menu {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 160px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    box-shadow: 3px 3px 15px 4px #ccccccd1;
    z-index: 999;

}

.header ul.nav li.dropdown_trigger ul.dropdown_menu li {
    width: 100%;
    padding: 0;
}

.dropdown_trigger:hover .dropdown_menu {
    display: block;
}

.header ul.nav li.dropdown_trigger ul.dropdown_menu a {
    text-decoration: none;
    color: var(--text-color);
    margin-left: 20px;
    display: block;
    padding: 16px 12px 17px 15px;
    margin: 0;
    text-align: left;
}

.header ul.nav li.dropdown_trigger ul.dropdown_menu a:hover {
    text-decoration: none;
    background-color: var(--hover-color);
}

.header ul.nav li.dropdown_trigger ul.dropdown_menu li:last-child a:hover {
    border-radius: 0 0 10px 10px;
}

.header ul.nav li.dropdown_trigger ul.dropdown_menu li:first-child a:hover {
    border-radius: 10px 10px 0 0;
}



.herobanner {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("home.png");
    background-size: cover;
    background-position: center;
    height: 600px;
    justify-content: center;
}

.herobanner .text_block_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
}

.text_block h4 {
    font-size: 40px;
    color: var(--text-color);
    margin: 0;
}

.text_block span {
    font-size: 40px;
    color: var(--primary-color);
    margin: 0;
}

.text_block p {
    font-size: 17px;
    line-height: 1.8;
    width: 70%;
}

.benefit_block {
    display: flex;
    flex-direction: row;
    gap: 1%;
}

.benefits {
    width: 25%;
    display: flex;
    flex-direction: row;
}

.benefits p {
    font-size: 12px;
    font-weight: 600;
}

.icon_block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding-right: 5px;
}

.icon_block i {
    font-size: 20px;
    color: var(--primary-color);
}

.moto_block {
    color: var(--text-color);
    display: flex;
    align-items: center;
}

.button_block {
    gap: 5%;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.button_block .button-primary {
    justify-content: center;
    width: 40%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.button_block .button-seconadry {
    justify-content: center;
    width: 30%;
    border: 2px solid #0e3885;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0e3885;
}

.button_block .button-seconadry:hover {
    background-color: #0e3885;
    color: #fff;
}


.services_section h4 {
    text-align: center;
    font-size: 30px;
    color: var(--text-color);
    margin-top: 20px;
    margin-bottom: 0;
}

.services_section p {
    text-align: center;
    width: 100%;
}

.services {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    gap: 5px;
}

.services .service {
    width: 20%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
    padding: 30px 5px;
    border-radius: 10px;
}

.services_section .services .service .icon_block i {
    display: flex;
    justify-content: center;
    font-size: 40px;
    color: var(--third-color);
}


.services_section .services .service h5 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    color: var(--text-color);
    text-align: center;
}

.services_section .services .service p {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #576783;
    min-height: 126px;
}

.services_section .services .service .text_block a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    color: #1253b8;
    gap: 8px;
}

.services_section .services .service .text_block a:hover {
    color: var(--primary-color);
}

.app .section_items {
    box-shadow: rgba(204, 204, 204, 0.82) 0px 0px 4px 2px;
    ;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    background-color: #f2f9f6;
}

.items {
    width: 34%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}


.app .container .section_items .items a {
    font-weight: 600;
    color: #fff;
    padding: 4px 26px;
    background-color: var(--primary-color);
    width: 10%;
    border-radius: 18px;
    display: flex;
    justify-content: center;

}

.app .container .section_items .items h4 {
    font-size: 30px;
    color: var(--text-color);
    margin-top: 20px;
    margin-bottom: 0;
}

.app .container .section_items .items span {
    font-size: 30px;
    color: var(--primary-color);
}

.app .container .section_items .items p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 15px;
}

.app .section_items .items .images {
    display: flex;
    flex-direction: row;
    gap: 10%;
    margin-top: 30px;
}

.app .section_items .items .images img {
    width: 40%;
}

.app .section_items .items img {
    width: 70%;
    display: flex;
    flex-direction: row;
}

.app .section_items .items .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.app .section_items .items .item .icon {
    padding: 3px;
    background-color: rgb(235, 239, 245);
    border-radius: 40px;
    border: solid 14px #eef2fa;
}

.app .section_items .items .item i {
    font-size: 25px;
    color: #3c79d6;
}

.app .section_items .items .item .description {
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}

.app .section_items .items .item .description h5 {
    margin: 0;
    font-size: 15px;
    color: var(--text-color);
}

.app .section_items .items .item .description p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #6c768e;
    margin-top: 5px;
}

.features .container {
    max-width: 98%;
}

.features .feature_block {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background-color: #0e3973;
    margin-top: 30px;
}

.features .feature_block .feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    width: 25%;
    justify-content: center;
}

.features .feature_block .feature .icon {
    padding: 17px;
}

.features .feature_block .feature i {
    font-size: 35px;
    color: #77aaf0;
}

.features .feature_block .feature .description h5 {
    margin: 0;
    font-size: 15px;
    color: var(--secondary-text-color);
    font-weight: 600;
}

.features .feature_block .feature .description p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
    color: #cfd4d9;
    width: 90%;
}

.separator_line {
    height: 65px;
    width: 2px;
    background-color: #2f5788;
    border-radius: 10px;
}

.commitments .container .commitment_block {
    display: flex;
    flex-direction: row;
}

.commitment_img {
    width: 40%;
    margin-top: 20px;
}

.commitment_img img {
    width: 100%;
    border-radius: 60px;
}

.commitments .commitment_block .commitment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30%;
}


.commitments .commitment_block .commitment .description h3 {
    color: var(--primary-color);
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 0;
}

.commitments .commitment_block .commitment .description h4 {
    font-size: 30px;
    color: var(--text-color);
    margin-top: 10px;
    margin-bottom: 0;
}

.commitments .commitment_block .commitment .description ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.commitments .commitment_block .commitment .description ul li {
    padding: 10px 0 15px;
}

.commitments .commitment_block .commitment .description ul li i {
    font-size: 20px;
    color: var(--primary-color);
}

.commitments .commitment_block .commitment .description ul li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--text-color);
    display: flex;
    gap: 10px;
    align-items: center;
}

.customer_service {
    width: 65%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgba(204, 204, 204, 0.82) 0px 0px 11px 0px;
    border-radius: 10px;
}

.customer_service i {
    font-size: 40px;
    color: var(--text-color);
}

.customer_service h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--text-color);
}

.customer_service span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 0;
}

.customer_service .customer_service_button {
    margin-top: 20px;
}

.customer_service .customer_service_button .button-primary {
    padding: 15px 40px;
    font-size: 12px;
}

.customer_service .customer_service_button a {
    color: #fff;
}

.customer_service .customer_service_button .button-primary i {
    font-size: 12px;
    color: #fff;
}

.customer_service p {
    margin-top: 30px;
    margin-bottom: 0;
}

.customer_service a {
    color: var(--text-color);
}

.reviews h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    color: var(--text-color);
}

.short_line {
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 20px
}

.reviews .reviews_section {
    display: flex;
    flex-direction: row;
    gap: 3%;
    margin-top: 20px;
    margin-bottom: 0;
    justify-content: center;
}

.review {
    width: 27%;
    box-shadow: rgba(15, 23, 42, 0.08) 0px 8px 25px;
    ;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.review .icon {
    display: flex;
    flex-direction: row;
    gap: 50%;
    margin-top: 10px;
    justify-content: space-around;
}

.review .icon .left_side_icon {

    font-size: 20px;
    color: #a8b0bc;
}

.review .icon .right_side_icon {

    font-size: 15px;
    color: #ffc601;
    display: flex;
    align-items: center;
}

.review .text {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.review .text p {
    padding: 0 40px 0 40px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #435065;
    min-height: 85px;

}

.review .reviewer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.review .reviewer .icon {
    margin: 0;
}

.review .reviewer .icon i {
    font-size: 40px;
    color: var(--text-color);
}

.review .reviewer .reviewer_details h3 {
    margin: 0;
    color: var(--text-color);
}

.review .reviewer .reviewer_details p {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

.consultation .container {
    display: flex;
    justify-content: center;
}

.consultation .consultation_section {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    background-color: #04316b;
    gap: 10%;
    align-items: center;
    margin-top: 30px;
}

.consultation .consultation_section .text {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.consultation .consultation_section .text h3 {
    color: var(--secondary-text-color);
    font-size: 25px;
    font-weight: 600;
    width: 85%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}

.consultation .consultation_section .text p {
    color: var(--secondary-text-color);
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    width: 85%;
    margin-top: 15px;
    margin-bottom: 0;
}

.consultation .consultation_section .button {
    width: 85%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-bottom: 15px;
    justify-content: start;
}

.consultation .consultation_section .button .button-primary {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
}

.consultation .consultation_section .button .button-seconadry {
    background-color: #04316b;
    border: 1px solid var(--secondary-text-color);
    color: var(--secondary-text-color);
    width: 30%;
    display: flex;
    justify-content: center;
    gap: 7px;
    border-radius: 5px;
}

.consultation .consultation_section .button .button-seconadry:hover {
    background-color: #fff;
    color: #04316b;
}

.consultation .consultation_section .image {
    width: 50%;
    display: flex;
    justify-content: center;
}

.consultation .consultation_section img {
    width: 60%;
}

.footer {
    background-color: #011d45;
    margin-top: 40px;
}

.footer_section {
    display: flex;
    flex-direction: row;
    gap: 2%;
    padding: 20px 0;
}

.footer_section .section_left {
    width: 30%;
}

.footer .footer_section .section_left .logo {
    width: 80%;
}

.footer .footer_section img {
    width: 100%;
}

.footer .footer_section .section_left .text {
    display: flex;
    justify-content: center;
    width: 80%;
}

.footer .footer_section .section_left .text p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #7392BB;
    line-height: 1.5;
}

.footer .footer_section .section_left .icons {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    width: 80%;
    gap: 20px;
}

.footer .footer_section .section_left .icons i {
    color: var(--secondary-text-color);
    width: 20%;
    font-size: 20px;
    text-align: left;
}

.footer .footer_section .section_right {
    width: 20%;
}


.footer .footer_section .section_right .menu_items h3,
.footer .footer_section .section_right .contact_details h3 {
    color: var(--secondary-text-color);
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
}

.footer .footer_section .section_right .menu_items ul,
.footer .footer_section .section_right .contact_details ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.footer .footer_section .section_right .menu_items ul li a,
.footer .footer_section .section_right .contact_details ul li a {
    color: #bcc3d3;
    line-height: 2;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.footer .footer_section .section_right .menu_items ul li a:hover {
    color: var(--primary-color);
}



































/* WordPress-managed sliders and consultation form. */
.paytax-hero-slider,
.paytax-testimonials-slider {
    margin: 0;
    padding: 0;
}

.paytax-hero-slider .herobanner {
    display: flex !important;
    width: 100%;
}

.paytax-hero-slider .herobanner .container {
    display: flex;
    height: 100%;
    align-items: center;
}

.bx-wrapper {
    margin-bottom: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.header {
    position: relative;
    z-index: 10000;
    overflow: visible;
}

.header .header-middle {
    overflow: visible;
}

.header .container {
    position: relative;
    z-index: 10001;
}

.header .mega-menu-wrap,
.header .dropdown_menu {
    z-index: 10002;
}

.paytax-hero-slider {
    position: relative;
    z-index: 1;
}

.paytax-hero-slider+.bx-controls .bx-controls-direction,
.paytax-hero-slider .bx-controls-direction,
.bx-wrapper:has(.paytax-hero-slider) .bx-controls-direction {
    display: none !important;
}

.paytax-hero-wrapper .bx-controls {
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.paytax-hero-wrapper .bx-pager {
    position: static;
}

.app .container .section_items .items .images .play-store-link {
    display: block;
    width: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.app .section_items .items .images .play-store-link img {
    display: block;
    width: 165px;
    max-width: 100%;
}

.paytax-testimonials-slider .reviews_section {
    box-sizing: border-box;
    width: 100%;
}

.reviews .bx-wrapper {
    max-width: none !important;
    height: 260px !important;
}

.reviews .bx-viewport {
    padding: 8px 2px 20px;
}

.reviews .bx-wrapper .bx-controls-direction a {
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border: 1px solid #d8e3dc;
    border-radius: 50%;
    background: #fff;
    color: #10274f;
    text-indent: 0;
    font-size: 0;
    box-shadow: 0 4px 14px rgba(15, 35, 65, .1);
}

.reviews .bx-wrapper .bx-controls-direction a::before {
    display: grid;
    height: 100%;
    place-items: center;
    font-family: "Font Awesome 7 Free";
    font-size: 14px;
    font-weight: 900;
}

.reviews .bx-wrapper .bx-prev::before {
    content: "\f060";
}

.reviews .bx-wrapper .bx-next::before {
    content: "\f061";
}

.footer .icons a {
    color: inherit;
}

.paytax-copyright {
    color: #fff;
    opacity: .8;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    text-align: center;
}

body.modal-open {
    overflow: hidden;
}

.consultation-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.consultation-modal.is-open {
    display: flex;
}

.consultation-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 30, 20, .72);
    backdrop-filter: blur(5px);
}

.consultation-modal__dialog {
    position: relative;
    width: min(560px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 20px;
    padding: 38px 38px 0 38px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
    display: flex;
}

.consultation-modal__dialog h2 {
    margin: 6px 0 8px;
    color: #153b2b;
    font-size: 30px;
}

.consultation-modal__dialog>p {
    color: #647067;
    margin-bottom: 10px;
}

.consultation-modal__eyebrow {
    color: #20a763;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.consultation-modal__close {
    position: absolute;
    top: 14px;
    right: 17px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #eef7f1;
    color: #153b2b;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.consultation-modal .wpcf7-form p {
    margin: 0;
}

.consultation-modal .wpcf7-form label {
    display: block;
    color: #25382e;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.consultation-modal .wpcf7-form-control:not(.wpcf7-submit) {
    box-sizing: border-box;
    width: 100%;
    margin-top: 7px;
    padding: 11px 14px;
    border: 1px solid #d8e3dc;
    border-radius: 9px;
    background: #fbfdfb;
    font: inherit;
    outline: none;
}

.consultation-modal textarea.wpcf7-form-control {
    height: 105px;
    resize: vertical;
}

.consultation-modal .wpcf7-form-control:focus {
    border-color: #20a763;
    box-shadow: 0 0 0 3px rgba(32, 167, 99, .12);
}

.consultation-modal .wpcf7-submit {
    width: 100%;
    padding: 14px 18px;
    border: 0;
    border-radius: 9px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    margin-top: 10px;
}

.consultation-modal .wpcf7-submit:hover {
    background-color: var(--primary-contrast-color);
}

.consultation-modal .wpcf7-spinner {
    display: block;
    margin: 8px auto 0;
}



/* Enhanced consultation form. */
.consultation-modal__dialog {
    width: min(720px, 100%);
    padding: 0;
    overflow: hidden auto;
    border: 1px solid rgba(215, 228, 221, .9);
    border-radius: 22px;
}

.consultation-modal__heading {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: center;
    padding: 28px 62px 24px 30px;
    background: linear-gradient(120deg, #f1fbf6 0%, #f6faff 100%);
    border-bottom: 1px solid #e2ece7;
}

.consultation-modal__heading h2 {
    margin: 4px 0 5px;
    color: #072652;
    font-size: 29px;
    line-height: 1.2;
}

.consultation-modal__heading p {
    margin: 0;
    color: #5b6c78;
    font-size: 13px;
}

.consultation-modal__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    color: #fff;
    border-radius: 16px;
    background: linear-gradient(135deg, #08a15a, #087e4b);
    box-shadow: 0 10px 22px rgba(8, 161, 90, .22);
    font-size: 23px;
}

.consultation-modal__close {
    z-index: 3;
    top: 15px;
    right: 16px;
    color: #365162;
    border: 1px solid #dbe8e1;
    background: rgba(255, 255, 255, .9);
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.consultation-modal__close:hover {
    color: #fff;
    background: #0a9e59;
    transform: rotate(90deg);
}

.consultation-modal__form {
    padding: 24px 30px 18px;
}

.cf7-consultation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 18px;
}

.consultation-modal .cf7-consultation-grid label {
    min-width: 0;
    margin: 0;
}

.consultation-modal .cf7-consultation-grid label>span:first-child {
    display: block;
    margin-bottom: 7px;
    color: #183654;
    font-size: 12px;
    font-weight: 800;
}

.cf7-consultation-wide {
    grid-column: 1 / -1;
}

.consultation-modal .wpcf7-form-control-wrap {
    display: block;
}

.consultation-modal .wpcf7-form-control:not(.wpcf7-submit) {
    height: 47px;
    margin: 0;
    padding: 0 14px;
    color: #102d4a;
    border: 1px solid #d6e2dc;
    border-radius: 8px;
    background-color: #fbfdfc;
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.consultation-modal select.wpcf7-form-control {
    appearance: auto;
}

.consultation-modal textarea.wpcf7-form-control {
    height: 92px;
    padding-top: 12px;
    resize: vertical;
}

.consultation-modal .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #08a15a;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(8, 161, 90, .1);
}

.cf7-consultation-submit {
    display: flex;
    gap: 15px;
    align-items: center;
}

.consultation-modal .cf7-consultation-submit .wpcf7-submit {
    width: auto;
    min-width: 230px;
    margin: 0;
    padding: 14px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, #08a15a, #07814b);
    box-shadow: 0 9px 20px rgba(8, 161, 90, .2);
}

.consultation-modal .cf7-consultation-submit .wpcf7-submit:hover {
    background: linear-gradient(135deg, #087f4a, #056b3d);
    transform: translateY(-1px);
}

.cf7-consultation-submit small {
    display: flex;
    gap: 7px;
    align-items: center;
    color: #708078;
    font-size: 10px;
    line-height: 1.4;
}

.cf7-consultation-submit small i {
    color: #08a15a;
    font-size: 14px;
}

.consultation-modal .wpcf7-not-valid {
    border-color: #dc4c55 !important;
    background: #fff9f9 !important;
}

.consultation-modal .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 10px;
}

.consultation-modal .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 10px 13px !important;
    border-width: 1px !important;
    border-radius: 7px;
    font-size: 12px;
}

.consultation-modal__trust {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 14px 25px;
    color: #61746a;
    border-top: 1px solid #e6eee9;
    background: #f8fbf9;
    font-size: 10px;
    font-weight: 700;
}

.consultation-modal__trust span {
    display: flex;
    gap: 6px;
    align-items: center;
}

.consultation-modal__trust i {
    color: #08a15a;
}

/* Split-panel consultation modal. */
.consultation-modal__backdrop {
    background: rgba(12, 29, 48, .44);
    backdrop-filter: blur(9px);
}

.consultation-modal__dialog {
    display: grid;
    grid-template-columns: 36% 64%;
    width: min(940px, 100%);
    max-height: calc(100vh - 36px);
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(8, 28, 52, .28);
}

.consultation-modal__aside {
    position: relative;
    overflow: hidden;
    padding: 34px 34px 30px;
    background: linear-gradient(155deg, #f7fcf9 0%, #eef9f3 100%);
}

.consultation-modal__aside:after {
    position: absolute;
    right: -110px;
    bottom: -145px;
    width: 330px;
    height: 330px;
    content: "";
    border: 38px solid rgba(8, 161, 90, .04);
    border-radius: 50%;
}

.consultation-modal__art {
    position: relative;
    height: 185px;
    margin: -5px 0 16px;
}

.consultation-modal__art-circle {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(8, 161, 90, .08);
    transform: translateX(-50%);
}

.consultation-modal__art img {
    position: relative;
    z-index: 1;
    display: block;
    width: 210px;
    height: 185px;
    margin: auto;
    object-fit: contain;
}

.consultation-modal__aside .consultation-modal__eyebrow {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #089954;
    font-size: 11px;
    letter-spacing: 0;
}

.consultation-modal__aside .consultation-modal__eyebrow:before {
    width: 28px;
    height: 2px;
    content: "";
    background: #08a15a;
}

.consultation-modal__aside h2 {
    margin: 16px 0 12px;
    color: #071d46;
    font-size: 34px;
    line-height: 1.23;
}

.consultation-modal__aside h2 em {
    color: #08a15a;
    font-style: normal;
}

.consultation-modal__aside>p {
    margin: 0;
    color: #53647a;
    font-size: 13px;
    line-height: 1.7;
}

.consultation-modal__benefits {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 27px 0 0;
    list-style: none;
}

.consultation-modal__benefits li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
}

.consultation-modal__benefits li>i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #079d57;
    border-radius: 11px;
    background: rgba(8, 161, 90, .09);
    font-size: 17px;
}

.consultation-modal__benefits strong,
.consultation-modal__benefits small {
    display: block;
}

.consultation-modal__benefits strong {
    color: #0b2348;
    font-size: 12px;
}

.consultation-modal__benefits small {
    margin-top: 3px;
    color: #65748a;
    font-size: 10px;
    line-height: 1.4;
}

.consultation-modal__form {
    position: relative;
    overflow-y: auto;
    padding: 45px 44px 22px;
    background: #fff;
}

.consultation-modal__close {
    top: 18px;
    right: 19px;
    width: 42px;
    height: 42px;
    color: #1d334f;
    border: 0;
    background: #f2f5f7;
    font-size: 27px;
}

.consultation-modal .cf7-consultation-grid {
    display: block;
}

.consultation-modal .cf7-consultation-grid label {
    display: block;
    margin: 0 0 18px;
}

.consultation-modal .cf7-consultation-grid label>span:first-child {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 9px;
    color: #0a2147;
    font-size: 14px;
    font-weight: 800;
}

.consultation-modal .cf7-consultation-grid label>span:first-child i {
    width: 20px;
    color: #079d57;
    text-align: center;
    font-size: 16px;
}

.consultation-modal .cf7-consultation-grid label>span:first-child b {
    margin-left: -7px;
    color: #ef3440;
}

.consultation-modal .wpcf7-form-control:not(.wpcf7-submit) {
    height: 54px;
    padding: 18px;
    border: 1px solid #cad4df;
    border-radius: 9px;
    background: #fff;
    font-size: 13px;
}

.consultation-modal textarea.wpcf7-form-control {
    height: 126px;
    padding-top: 15px;
}

.cf7-consultation-secure {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 2px 0 18px;
    padding: 14px 17px;
    color: #087044;
    border: 1px solid #c9e8d7;
    border-radius: 9px;
    background: #f3fbf7;
    font-size: 11px;
}

.cf7-consultation-secure i {
    font-size: 15px;
}

.consultation-modal .cf7-consultation-submit {
    display: block;
}

.consultation-modal .cf7-consultation-submit .wpcf7-submit {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 15px 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #079c54, #09a962);
    box-shadow: 0 10px 22px rgba(8, 161, 90, .18);
    font-size: 14px;
}

.consultation-modal__free {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin: 12px 0 0;
    color: #66758a;
    font-size: 11px;
}

.consultation-modal__free i {
    color: #08a15a;
}

/* Services archive and service detail pages. */
.services-view-all {
    margin-top: 34px;
    text-align: center;
}

.services-view-all .button-primary {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.service-archive,
.service-detail {
    color: #07184c;
    background: #fff;
}

.service-archive .container,
.service-detail .container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.service-archive__hero,
.service-detail__hero {
    padding: 42px 0;
    background: linear-gradient(115deg, #fff 0%, #f4f9ff 55%, #e8f2ff 100%);
}

.service-archive__hero .container,
.service-detail__hero .container {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 55px;
    align-items: center;
}

.service-kicker {
    display: inline-block;
    padding: 6px 13px;
    border-radius: 20px;
    color: #0759e6;
    background: #e7efff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.service-archive h1,
.service-detail h1 {
    margin: 22px 0 18px;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.08;
    color: #07184c;
}

.service-archive__copy>p,
.service-detail__copy>p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
}

.service-archive__visual img,
.service-detail__image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: 65% center;
    border-radius: 18px;
}

.service-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 40px;
}

.service-trust span {
    padding: 8px 20px;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #cbd9ed;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}

.service-trust span:last-child {
    border-right: 0;
}

.service-trust i {
    display: block;
    margin-bottom: 10px;
    color: #00a65a;
    font-size: 24px;
}

.service-catalog {
    padding: 54px 0 70px;
}

.service-catalog header {
    margin-bottom: 32px;
    text-align: center;
}

.service-catalog h2,
.service-fees h2,
.service-process h2 {
    margin: 10px 0;
    font-size: 34px;
    text-align: center;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.service-card {
    overflow: hidden;
    border: 1px solid #e1e8f2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(11, 38, 87, .07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translate(8px, -8px);
    box-shadow: 0 15px 40px rgba(11, 45, 107, 0.1);
}

.service-card__image {
    display: block;
    height: 130px;
    background: #edf5ff;
}

.service-sprite {
    background-image: url('../images/service-thumbnails.png');
    background-repeat: no-repeat;
    background-size: 630% 409%;
    background-position: calc(var(--sprite-x) * 20%) calc(var(--sprite-y) * 33.333%);
}

.service-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__image span {
    display: grid;
    height: 100%;
    place-items: center;
    color: #0870db;
    font-size: 55px;
}

.service-card__body {
    padding: 14px 12px;
    text-align: center;
}

.service-card__body h3 {
    min-height: 58px;
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.3;
}

.service-card__body p {
    min-height: 107px;
    margin: 0 0 12px;
    color: #526078;
    font-size: 12px;
    line-height: 1.5;
}

.service-card__link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid #1769ff;
    border-radius: 5px;
    color: #0759e6;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.service-card__link:hover {
    background-color: #1769ff;
    color: #fff;
}

.service-breadcrumb {
    color: #1755a4;
    font-size: 14px;
}

.service-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.service-breadcrumb i {
    margin: 0 9px;
    font-size: 9px;
}

.service-detail__copy h1 {
    margin: 18px 0 8px;
    font-size: 52px;
}

.service-detail__copy h2 {
    margin: 0 0 18px;
    color: #079a50;
    font-size: 31px;
    line-height: 1.2;
}

.service-detail__placeholder {
    min-height: 370px;
    border-radius: 18px;
    background-color: #dcecff;
}

.service-detail__content {
    padding: 40px 0;
}

.service-detail__content .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.service-info-card {
    padding: 28px;
    border: 1px solid #dbe5f2;
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(11, 38, 87, .06);
}

.service-info-card h2 {
    margin: 0 0 15px;
    font-size: 28px;
}

.service-info-card p {
    line-height: 1.65;
}

.check-list {
    padding: 0;
    list-style: none;
}

.check-list li {
    margin: 11px 0;
}

.check-list li:before {
    content: '\f058';
    margin-right: 12px;
    color: #00a65a;
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
}

.benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.benefit-grid div {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 70px;
    padding: 13px;
    border: 1px solid #e5ebf4;
    border-radius: 10px;
}

.benefit-grid i {
    color: #0870db;
    font-size: 26px;
}

.service-fees,
.service-process {
    padding: 30px 0 50px;
}

.fee-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 28px;
}

.fee-table,
.fee-layout aside {
    border: 1px solid #bdd7fb;
    border-radius: 12px;
    overflow: hidden;
}

.fee-table h3 {
    margin: 0;
    padding: 18px;
    text-align: center;
    background: #dceaff;
}

.fee-table div {
    display: grid;
    grid-template-columns: 1fr 150px;
    padding: 14px 18px;
    border-top: 1px solid #e1e8f2;
}

.fee-layout aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 28px;
    background: #fffaf0;
    border-color: #f0d79b;
}

.fee-layout aside strong {
    font-size: 42px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.process-grid>div {
    position: relative;
    padding: 25px 16px;
    text-align: center;
    border: 1px solid #dce6f3;
    border-radius: 12px;
}

.process-grid b {
    position: absolute;
    top: -12px;
    left: 50%;
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: #00a65a;
    transform: translateX(-50%);
}

.process-grid i {
    margin: 10px 0;
    color: #0870db;
    font-size: 38px;
}

.process-grid h3 {
    font-size: 16px;
}

.process-grid p {
    color: #526078;
    font-size: 14px;
}

.service-detail-cta {
    padding: 18px 0 32px;
}

.service-detail-cta .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 30px;
    border-radius: 12px;
    background: #e3f8ed;
}

.service-detail-cta h2,
.service-detail-cta p {
    margin: 3px 0;
}

@media(max-width:1100px) {
    .service-card-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .process-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .service-trust {
        grid-template-columns: 1fr 1fr
    }

    .service-trust span:nth-child(2) {
        border-right: 0
    }
}

@media(max-width:767px) {

    .service-archive__hero .container,
    .service-detail__hero .container,
    .service-detail__content .container,
    .fee-layout {
        grid-template-columns: 1fr
    }

    .service-archive__visual,
    .service-detail__image {
        grid-row: 1
    }

    .service-card-grid {
        grid-template-columns: 1fr 1fr
    }

    .process-grid {
        grid-template-columns: 1fr
    }

    .service-detail-cta .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px
    }

    .service-detail__copy h1 {
        font-size: 38px
    }
}

@media(max-width:520px) {

    .service-card-grid,
    .benefit-grid {
        grid-template-columns: 1fr
    }

    .service-trust {
        grid-template-columns: 1fr
    }

    .service-trust span {
        border-right: 0;
        border-bottom: 1px solid #cbd9ed
    }
}

/* Shared header boundary and page alignment. */
.header {
    float: none;
    display: block;
    clear: both;
}

.main_wrap {
    clear: both;
    min-height: 420px;
    margin: 0;
    padding: 52px 0 70px;
}

.main_wrap>.container {
    display: block;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
}

.main_wrap .page_heading {
    margin: 0 0 30px;
    color: var(--text-color);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.15;
}

.main_wrap .content_grid,
.main_wrap .content {
    width: 100%;
}

.main_wrap .content> :first-child {
    margin-top: 0;
}

.main_wrap .content> :last-child {
    margin-bottom: 0;
}

.service-archive__hero,
.service-detail__hero {
    clear: both;
}

.service-catalog>.container,
.service-fees>.container,
.service-process>.container {
    display: block;
}

.service-catalog header {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.service-detail__content .entry-content> :first-child {
    margin-top: 0;
}

@media screen and (max-width:1140px) and (min-width:851px) {
    .header .nav {
        display: flex;
        gap: 12px;
    }

    .header .nav>li>a {
        font-size: 12px;
    }
}

@media screen and (max-width:850px) {


    .header .header-left .icon {
        display: flex;
    }

    .header .header-middle {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding: 12px 20px 20px;
        border-top: 1px solid #e7edf4;
        background: #fff;
        box-shadow: 0 12px 24px rgba(10, 32, 70, .12);
    }

    .header .header-middle.is-open {
        display: block;
    }

    .header .header-middle .nav {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .header .header-middle .nav>li {
        width: 100%;
        padding: 0;
    }

    .header .header-middle ul.nav>li>a {
        display: flex;
        justify-content: space-between;
        padding: 13px 4px;
        font-size: 14px;
    }

    .header .nav>li>a::after {
        bottom: 5px;
    }

    .header .nav li:hover .mega-menu-wrap,
    .header .dropdown_trigger:hover .dropdown_menu {
        display: none;
    }

    .header .nav li.is-submenu-open>.mega-menu-wrap,
    .header .nav li.is-submenu-open>.dropdown_menu {
        display: block;
    }

    .mega-menu-wrap {
        position: static;
        width: 100%;
        max-height: 65vh;
        margin: 0;
        padding: 14px;
        overflow-y: auto;
        box-shadow: none;
    }

    .mega-menu {
        display: block;
    }

    .mega-menu .mega-menu-left {
        width: 100%;
    }

    .menu_item_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .menu_item_wrap .menu_item {
        width: 100%;
    }

    .mega-menu>.menu_benifits,
    .mega-menu-right {
        display: none;
    }

    .dropdown_menu {
        position: static;
        width: 100%;
        padding: 4px 12px 10px;
        box-shadow: none;
    }

    .header ul.nav li.dropdown_trigger ul.dropdown_menu li {
        padding: 0;
    }

    .header ul.nav li.dropdown_trigger ul.dropdown_menu a {
        display: flex;
        padding: 10px 6px;
    }

    .header .header-right {
        flex: 0 0 auto;
    }

    .header .header-right .button-primary {
        padding: 11px 12px;
        font-size: 11px;
    }

    .main_wrap {
        padding: 38px 0 55px;
    }

    .service-archive__hero,
    .service-detail__hero {
        padding-top: 34px;
    }
}



/* Contact Us page. */
.contact-page {
    clear: both;
    color: #071d4f;
    background: #fff;
}

.contact-page .container {
    display: block;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin-inline: auto;
}

.contact-hero {
    overflow: hidden;
    background: linear-gradient(110deg, #fff 0%, #f5f9ff 55%, #eaf3ff 100%);
}

.contact-hero .container {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 480px;
    align-items: center;
}

.contact-eyebrow {
    color: #079447;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #e6faf1;
    padding: 6px 13px;
}

.contact-hero h1 {
    max-width: 520px;
    margin: 20px 0;
    color: #08245b;
    font-size: clamp(42px, 4.6vw, 66px);
    line-height: 1.08;
}

.contact-hero h1::first-line {
    color: #08245b;
}

.contact-hero__copy>p {
    max-width: 570px;
    font-size: 17px;
    line-height: 1.65;
}

.contact-hero__benefits {
    display: flex;
    gap: 30px;
    margin-top: 38px;
    font-size: 13px;
    font-weight: 700;
}

.contact-hero__benefits span {
    display: flex;
    gap: 9px;
    align-items: center;
    white-space: nowrap;
}

.contact-hero__benefits i {
    color: #079b4e;
    font-size: 20px;
}

.contact-hero__image {
    align-self: stretch;
}

.contact-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
}

.contact-main {
    padding: 55px 0;
}

.contact-main>.container {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: start;
}

.contact-details>h2,
.contact-form-card h2 {
    margin: 0 0 20px;
    font-size: 30px;
}

.contact-details>h2::after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    margin-top: 15px;
    background: #0aaa57;
}

.contact-details>p {
    margin-bottom: 28px;
    color: #50607d;
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-card {
    display: flex;
    gap: 15px;
    min-height: 142px;
    padding: 24px 18px;
    border: 1px solid #e6ebf2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 17px rgba(12, 35, 76, .06);
}

.contact-card>i,
.contact-support>i {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    color: #03a350;
    background: #eff8f3;
    font-size: 25px;
}

.contact-card h3,
.contact-support h3 {
    margin: 2px 0 10px;
    font-size: 14px;
}

.contact-card a,
.contact-card p {
    margin: 0;
    color: #1d315e;
    font-size: 13px;
    line-height: 1.7;
}

.contact-card small {
    display: block;
    margin-top: 15px;
    color: #61708b;
    font-size: 11px;
}

.contact-support {
    display: flex;
    gap: 18px;
    margin-top: 16px;
    padding: 25px 20px;
    border: 1px solid #e6ebf2;
    border-radius: 10px;
    box-shadow: 0 5px 17px rgba(12, 35, 76, .06);
}

.contact-support p {
    color: #50607d;
}

.contact-support a,
.contact-office__copy>a {
    display: inline-flex;
    gap: 13px;
    align-items: center;
    margin-top: 10px;
    padding: 12px 25px;
    border: 1px solid #0c59c8;
    border-radius: 5px;
    color: #0c4eae;
    font-weight: 700;
}

.contact-support a:hover,
.contact-office__copy>a:hover {
    background-color: #0c59c8;
    color: #fff;
}

.contact-form-card {
    padding: 35px 28px;
    border: 1px solid #e4e9f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(12, 35, 76, .08);
}

.contact-form-card .wpcf7,
.contact-form-card .wpcf7-form,
.cf7-contact-grid {
    width: 100%;
}

.cf7-contact-grid {
    display: block;
}

.cf7-contact-grid>p:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px 20px;
    width: 100%;
    margin: 0;
}

.cf7-contact-grid label {
    color: #102b5c;
    font-size: 13px;
    font-weight: 700;
}

.cf7-contact-grid label.cf7-wide {
    grid-column: 1/-1;
}

.cf7-contact-grid .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cf7-contact-grid .wpcf7-form-control:not(.wpcf7-submit) {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #ccd6e4;
    border-radius: 6px;
    background: #fff;
    color: #263856;
    font: inherit;
    outline: none;
}

.cf7-contact-grid textarea.wpcf7-form-control {
    min-height: 125px;
    resize: vertical;
}

.cf7-contact-grid .wpcf7-form-control:focus {
    border-color: #149959;
    box-shadow: 0 0 0 3px rgba(20, 153, 89, .1);
}

.cf7-contact-grid .wpcf7-submit {
    width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: var(--primary-color);
    font-weight: 700;
    cursor: pointer;
}

.cf7-contact-grid>.cf7-wide {
    width: 100%;
    margin-top: 22px;
}

.cf7-contact-grid>.cf7-wide p {
    width: 100%;
    margin: 0;
}

.contact-form-card .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

.contact-form-card .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 12px 15px;
    border-radius: 6px;
}

.cf7-contact-grid .wpcf7-submit:hover {
    background: var(--primary-contrast-color);
}

.contact-office {
    padding: 10px 0 45px;
}

.contact-office>.container {
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    overflow: hidden;
    min-height: 315px;
    border-radius: 10px;
    background: #f1f7ff;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 315px;
    border: 0;
    filter: saturate(.65);
}

.contact-office__copy {
    align-self: center;
    padding: 35px 42px;
}

.contact-office__copy h2 {
    margin: 0 0 8px;
    color: #079b4e;
    font-size: 28px;
}

.contact-office__copy h3 {
    margin: 25px 0 8px;
    font-size: 15px;
}

.contact-office__copy p {
    line-height: 1.65;
}

.contact-bottom-cta {
    padding: 0 0 45px;
}

.contact-bottom-cta>.container {
    position: relative;
    display: flex;
    min-height: 155px;
    align-items: center;
    overflow: hidden;
    padding: 26px 90px;
    border-radius: 10px;
    color: #fff;
    background: #052f6d;
}

.contact-bottom-cta__content {
    position: relative;
    z-index: 2;
}

.contact-bottom-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 27px;
}

.contact-bottom-cta p {
    margin: 0;
    color: #fff;
}

.contact-bottom-cta__buttons {
    display: flex;
    gap: 16px;
    margin: 22px 0 0;
}

.contact-bottom-cta__buttons a {
    display: inline-flex;
    width: auto;
    gap: 10px;
    align-items: center;
    padding: 12px 26px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 5px;
    color: #fff;
}

.contact-bottom-cta__buttons a:hover {
    background-color: #fff;
    color: #011d45;
}

.contact-bottom-cta__buttons .button-primary {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.contact-bottom-cta__buttons .button-primary:hover {
    border-color: var(--primary-contrast-color);
    background-color: var(--primary-contrast-color);
    color: #fff;
}

.contact-bottom-cta__image {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

@media(max-width:900px) {

    .contact-hero .container,
    .contact-main>.container {
        grid-template-columns: 1fr
    }

    .contact-hero__image {
        grid-row: 1;
        height: 360px
    }

    .contact-hero__copy {
        padding: 38px 0
    }

    .contact-office>.container {
        grid-template-columns: 1fr
    }

    .contact-map iframe {
        height: 300px
    }

    .contact-bottom-cta>.container {
        padding-left: 35px
    }
}

@media(max-width:600px) {
    .contact-page .container {
        width: min(100% - 28px, 1180px)
    }

    .contact-hero__benefits {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px
    }

    .contact-cards {
        grid-template-columns: 1fr
    }

    .cf7-contact-grid>p:first-child {
        grid-template-columns: 1fr
    }

    .cf7-contact-grid label {
        grid-column: 1
    }

    .contact-form-card {
        padding: 26px 18px
    }

    .contact-bottom-cta>.container {
        padding: 25px;
        align-items: flex-start;
        flex-direction: column
    }

    .contact-bottom-cta__buttons {
        flex-direction: column
    }

    .contact-bottom-cta__image {
        display: none
    }
}

/* 404 page. */
.error-page {
    clear: both;
    color: #07245b;
}

.error-page .container {
    display: block;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin-inline: auto;
}

.error-hero {
    background: linear-gradient(110deg, #fff, #edf5ff);
}

.error-hero .container {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    min-height: 650px;
    align-items: center;
}

.error-hero__copy strong {
    display: block;
    color: #052867;
    font-size: clamp(150px, 18vw, 270px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -12px;
}

.error-hero h1 {
    margin: 45px 0 20px;
    color: #08245b;
    font-size: 44px;
}

.error-hero p {
    max-width: 470px;
    font-size: 18px;
    line-height: 1.7;
}

.error-hero__image img {
    display: block;
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: 68% center;
}

.error-actions {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

.error-actions a {
    display: inline-flex;
    width: auto;
    gap: 14px;
    align-items: center;
    padding: 15px 28px;
    border: 1px solid #0756bd;
    border-radius: 6px;
    color: #073776;
    font-weight: 700;
}

.error-actions .button-primary {
    color: #fff;
    border-color: #0aa158;
}

.error-support {
    padding: 75px 0;
}

.error-support .container {
    position: relative;
    display: grid;
    grid-template-columns: .85fr 1.5fr;
    min-height: 300px;
    align-items: center;
    overflow: hidden;
    border-radius: 14px;
    background: #f0f6ff;
}

.error-support__art {
    position: absolute;
    z-index: 1;
    inset: 0;
    height: 100%;
    overflow: hidden;
}

.error-support__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.error-support .container>div:last-child {
    position: relative;
    z-index: 2;
    grid-column: 2;
    padding: 35px 55px 35px 15px;
}

.error-support h2 {
    margin: 0 0 15px;
    font-size: 32px;
}

.error-support p {
    font-size: 17px;
}

@media(max-width:800px) {
    .error-hero .container {
        grid-template-columns: 1fr;
        padding: 50px 0
    }

    .error-hero__image {
        grid-row: 1
    }

    .error-hero__image img {
        height: 360px
    }

    .error-hero__copy strong {
        font-size: 145px
    }

    .error-support .container {
        display: block;
        min-height: 500px
    }

    .error-support__art img {
        object-position: 20% center
    }

    .error-support .container>div:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 30px;
        background: rgba(240, 246, 255, .92)
    }
}

@media(max-width:520px) {
    .error-page .container {
        width: min(100% - 28px, 1180px)
    }

    .error-actions {
        align-items: stretch;
        flex-direction: column
    }

    .error-actions a {
        justify-content: center
    }

    .error-hero h1 {
        font-size: 34px
    }
}

/* Dynamic single-service page. */
/* .cf7-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.cf7-service-grid .cf7-wide{grid-column:1/-1} */
.service-page {
    clear: both;
    color: #061d55;
    background: #fff;
    font-size: 14px
}

.service-page .container {
    display: block;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: auto
}

.sp-hero {
    overflow: hidden;
    background: linear-gradient(105deg, #fff 22%, #edf5ff)
}

.sp-hero>.container {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    min-height: 510px;
    align-items: center;
    gap: 38px
}

.sp-breadcrumb {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 25px;
    font-size: 12px
}

.sp-breadcrumb i {
    font-size: 8px;
    color: #8493af
}

.sp-eyebrow {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 15px;
    color: #079653;
    background: #e6f6ef;
    font-size: 12px;
    font-weight: 800
}

.sp-hero h1 {
    margin: 12px 0 5px;
    font-size: 46px;
    line-height: 1.05
}

.sp-hero h2 {
    margin: 0 0 15px;
    color: #0ba059;
    font-size: 23px
}

.sp-hero__copy>p {
    max-width: 550px;
    line-height: 1.75
}

.sp-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 27px 0
}

.sp-trust div {
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid #d9e4f3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sp-trust div:last-child {
    border: 0
}

.sp-trust i {
    display: block;
    margin-bottom: 8px;
    color: #09a45c;
    font-size: 23px
}

.sp-trust strong {
    font-size: 12px
}

.sp-actions {
    display: flex;
    gap: 18px
}

.sp-actions a {
    display: inline-flex;
    width: auto;
    gap: 12px;
    align-items: center;
    padding: 13px 23px;
    border-radius: 5px;
    font-weight: 700
}

.button-outline {
    border: 1px solid #1765d8;
    color: #0a4fac
}

.button-outline:hover {
    background-color: #0a4fac;
    color: #fff;
}

.sp-hero__visual {
    position: relative;
    min-height: 430px
}

.sp-hero__visual>img {
    width: 100%;
    height: 440px;
    object-fit: contain
}

.sp-hero__placeholder {
    position: absolute;
    inset: 25px 100px 25px 0;
    margin: auto;
    transform: scale(2.1)
}

.sp-hero__benefits {
    position: absolute;
    right: 0;
    top: 50%;
    width: 225px;
    padding: 14px 20px;
    transform: translateY(-50%);
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(26, 57, 105, .16)
}

.sp-hero__benefits>div {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 13px 0
}

.sp-hero__benefits i {
    width: 25px;
    color: #0870e8;
    font-size: 20px
}

.sp-hero__benefits strong,
.sp-hero__benefits small {
    display: block
}

.sp-hero__benefits small {
    margin-top: 2px;
    font-size: 10px
}

.sp-section {
    padding: 28px 0
}

.sp-title {
    text-align: center;
    margin: 0 0 25px;
    font-size: 25px
}

.sp-title span {
    position: relative
}

.sp-title span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 55px;
    height: 2px;
    background: #09a45c
}

.sp-pricing__grid,
.sp-info-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.sp-card {
    overflow: hidden;
    padding: 24px;
    border: 1px solid #d6e2f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(22, 55, 105, .04)
}

.sp-card h3 {
    margin: -24px -24px 20px;
    padding: 15px 20px;
    text-align: center;
    background: #ebf8f3;
    font-size: 16px
}

.sp-card h3 i {
    margin-right: 9px;
    color: #08a05a;
    font-size: 20px
}

.sp-card--blue {
    background: #f6f9ff
}

.sp-card--blue h3 {
    background: #e4efff
}

.sp-table>div {
    display: grid;
    grid-template-columns: 1.45fr .8fr;
    min-height: 48px;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #e2e8f1;
    font-size: 12px
}

.sp-table>div:first-child {
    min-height: 34px;
    background: #f1f6fa;
    font-size: 11px;
    grid-template-columns: 1.7fr .35fr;
}

.sp-table strong {
    text-align: right
}

.sp-note {
    margin: 20px 8px 0;
    font-size: 11px;
    line-height: 1.5
}

.sp-total {
    text-align: center;
    background: #fbfefd
}

.sp-total small {
    display: block;
    margin-top: 35px
}

.sp-price {
    display: block;
    margin: 8px 0;
    color: #061a52;
    font-size: 40px
}

.sp-total>p {
    font-size: 11px
}

.sp-card ul {
    padding: 0;
    margin: 20px 0;
    list-style: none
}

.sp-card li {
    position: relative;
    margin: 13px 0;
    padding-left: 24px;
    line-height: 1.5;
    text-align: left;
}

.sp-card li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    color: #08a05a;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900
}

.sp-total .button-primary {
    display: inline-flex;
    width: 80%;
    padding: 12px 38px;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.sp-info-grid .sp-card h3 {
    text-align: left;
    background: #fff
}

.sp-info-grid .sp-card h3 i {
    color: #1268dd
}

.sp-docs li:before {
    content: "\f15c";
    color: #2773ee
}

.sp-process__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    text-align: center
}

.sp-process__grid article {
    position: relative
}

.sp-process__grid article:not(:last-child):after {
    content: "\f061";
    position: absolute;
    right: -18px;
    top: 36px;
    color: #7394c5;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900
}

.sp-step-icon {
    position: relative;
    display: grid;
    width: 75px;
    height: 75px;
    margin: auto;
    place-items: center;
    border: 1px solid #d7e4f5;
    border-radius: 50%;
    color: #0666d8;
    font-size: 27px
}

.sp-step-icon b {
    position: absolute;
    bottom: -9px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #08a05a;
    font-size: 11px;
    line-height: 22px
}

.sp-process h3 {
    margin: 20px 0 5px;
    font-size: 13px
}

.sp-process p {
    font-size: 11px;
    line-height: 1.6
}

.sp-help>.container {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 28px
}

.sp-faq h2,
.sp-form h2 {
    margin: 0 0 13px;
    font-size: 22px
}

.sp-faq__item {
    border-top: 1px solid #e1e8f1
}

.sp-faq__item button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 14px 4px;
    border: 0;
    color: #061d55;
    background: none;
    text-align: left;
    font-weight: 700
}

.sp-faq__item>div {
    display: none;
    padding: 0 5px 14px;
    line-height: 1.6
}

.sp-faq__item.is-open>div {
    display: block
}

.sp-faq__item.is-open button i:before {
    content: "\f068"
}

.sp-expert {
    position: relative;
    display: flex;
    min-height: 165px;
    margin-top: 16px;
    overflow: hidden;
    padding: 22px;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(120deg, #063177, #126fdb)
}

.sp-expert div {
    position: relative;
    z-index: 2;
    max-width: 62%
}

.sp-expert h3 {
    margin: 0 0 6px;
    font-size: 20px
}

.sp-expert p {
    font-size: 12px
}

.sp-expert a {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 12px
}

.sp-expert img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 42%;
    height: 95%;
    object-fit: contain
}

.sp-form>p {
    margin-bottom: 20px
}

.sp-form form>p,
.sp-form .wpcf7-form>p {
    margin: 0
}

.sp-form label {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700
}

.sp-form input,
.sp-form select,
.sp-form textarea {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #d8e1ed;
    border-radius: 6px;
    background: #fff
}


.cf7-service-grid .wpcf7-form-control:focus {
    border-color: #149959;
    box-shadow: 0 0 0 3px rgba(20, 153, 89, .1);
}

.sp-form textarea {
    height: 100px
}

.sp-form input[type=submit] {
    width: auto;
    padding: 13px 28px;
    color: #fff;
    border: 0;
    background: var(--primary-color);
    font-weight: 700;
    border-radius: 5px;
}

.sp-form input[type=submit]:hover {
    background: var(--primary-contrast-color);
}

.sp-review-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 5px
}

.sp-review {
    min-height: 170px;
    padding: 23px;
    border: 1px solid #e0e8f3;
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(20, 53, 100, .06)
}

.sp-review p {
    min-height: 75px;
    font-size: 12px;
    line-height: 1.6
}

.sp-review strong,
.sp-review small {
    display: block
}

.sp-stars {
    float: right;
    color: #f6b900
}

/* .sp-bottom {
    position: relative;
    overflow: hidden;
    padding: 45px 0;
    color: #fff;
    background: linear-gradient(120deg, #072d67, #001d4c)
} */

.sp-bottom>.container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sp-bottom h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 29px
}

.sp-bottom p {
    margin-bottom: 20px
}

.sp-bottom .button-outline {
    color: #fff;
    border-color: #fff
}

.sp-bottom .button-outline:hover {
    color: #052355;
    background-color: #fff;
    border-color: #052355;
}

.sp-bottom img {
    max-width: 370px;
    max-height: 190px;
    object-fit: contain
}

.sp-sticky {
    position: fixed;
    z-index: 80;
    right: 0;
    top: 52%;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .18)
}

.sp-sticky a {
    display: flex;
    width: 72px;
    height: 70px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: #09a058;
    font-size: 10px
}

.sp-sticky a:hover {
    background: #03964f;
}

.sp-sticky a:nth-child(2) {
    background: #037e46
}

.sp-sticky a:nth-child(2):hover {
    background: #036e3e;
}

.sp-sticky a:nth-child(3) {
    background: #0961c4
}

.sp-sticky a:nth-child(3):hover {
    background: #0552aa;
}

.sp-sticky i {
    margin-bottom: 5px;
    font-size: 19px
}

.sp-overview {
    padding-bottom: 8px
}

.sp-overview .sp-card {
    max-width: 1180px
}

.sp-overview h2 {
    margin: 0 0 12px;
    font-size: 24px
}

.sp-overview .entry-content {
    line-height: 1.75
}

.sp-hero__placeholder {
    position: absolute;
    inset: 55px 95px 55px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    transform: none;
    border: 1px solid #d5e4f6;
    border-radius: 24px;
    color: #075bbf;
    background: linear-gradient(145deg, #fff, #deedff);
    box-shadow: 0 22px 45px rgba(22, 65, 120, .12)
}

.sp-hero__placeholder i {
    font-size: 95px
}

.sp-hero__placeholder strong {
    max-width: 280px;
    margin-top: 22px;
    text-align: center;
    color: #061d55;
    font-size: 24px
}

.sp-hero__placeholder span {
    margin-top: 7px;
    color: #0a9d59;
    font-weight: 700
}

.sp-form .wpcf7 {
    width: 100%
}

.cf7-service-grid p {
    margin: 0
}

.sp-faq__item button {
    cursor: pointer
}

.sp-faq__item button i {
    flex: 0 0 auto;
    margin-left: 15px
}

.sp-process__grid article {
    min-width: 0
}

.sp-hero__service-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: min(390px, calc(100% - 105px));
    aspect-ratio: 1;
    transform: translateY(-50%);
    border-radius: 22px;
    background-color: #edf5ff;
    box-shadow: 0 22px 45px rgba(22, 65, 120, .16)
}

.sp-testimonials.reviews {
    padding-top: 38px
}

.sp-testimonials .reviews_section {
    box-sizing: border-box
}

.sp-testimonials .review {
    box-sizing: border-box
}

.service-page {
    overflow-x: hidden
}

.sp-expert img {
    width: 42%;
    object-position: center bottom
}

.sp-bottom img {
    width: 300px;
    height: 155px;
    object-fit: contain
}

.sp-expert {
    min-height: 190px;
    color: #071f57;
    background: #edf5ff
}

.sp-expert:after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, #edf5ff 0%, #edf5ff 46%, rgba(237, 245, 255, .72) 62%, rgba(237, 245, 255, 0) 82%)
}

.sp-expert div {
    z-index: 2;
    max-width: 58%
}

.sp-expert h3 {
    color: #071f57
}

.sp-expert a {
    color: #0758b8
}

.sp-expert img {
    z-index: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: right center
}

.sp-bottom {
    padding: 0;
}

.sp-bottom>.container {
    position: relative;
    display: flex;
    min-height: 220px;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(110deg, #082f6b 0%, #031b46 58%, #021536 100%);
    padding: 0 30px;
    border-radius: 20px;
}



.sp-bottom>.container>div {
    position: relative;
    z-index: 3;
    width: 58%;
    max-width: 650px;
    padding: 38px 0
}

.sp-bottom>.container>img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 48%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: right center;
    border-radius: 0
}

.sp-bottom h2 {
    font-size: 30px
}

.sp-bottom p {
    max-width: 590px;
    color: #e6efff;
    line-height: 1.6
}

/* Blog archive and article pages. */
.blog-expert-card:after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(2, 34, 92, .96), rgba(3, 50, 125, .5))
}

.blog-expert-card p {
    position: relative;
    z-index: 2;
    color: #fff
}

.blog-expert-card img {
    z-index: 0 !important;
    opacity: .72 !important
}

.blog-page,
.article-page {
    clear: both;
    color: #071d50;
    background: #fff
}

.blog-page .container,
.article-page>.container {
    display: block;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: auto
}

.blog-hero {
    background: linear-gradient(110deg, #f8fbff, #eaf3ff)
}

.blog-hero>.container {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    min-height: 310px;
    align-items: center
}

.blog-hero h1 {
    margin: 18px 0 12px;
    font-size: 43px
}

.blog-hero p {
    max-width: 530px;
    font-size: 17px;
    line-height: 1.65
}

.blog-hero img {
    width: 100%;
    height: 310px;
    object-fit: cover
}

.blog-breadcrumb {
    display: flex;
    gap: 13px;
    align-items: center;
    color: #1556b4;
    font-size: 12px
}

.blog-breadcrumb i {
    font-size: 8px;
    color: #8799b4
}

.blog-main {
    padding: 28px 0 35px
}

.blog-main>.container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 35px
}

.blog-content>h2 {
    margin: 0 0 18px;
    font-size: 25px
}

.blog-content>h2:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 11px;
    background: #0aa25c
}

.blog-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

.blog-filters a {
    padding: 10px 18px;
    border: 1px solid #cbd9ea;
    border-radius: 5px;
    color: #09275b;
    font-size: 12px;
    font-weight: 600
}

.blog-filters a.active {
    color: #fff;
    border-color: #1267df;
    background: #1267df;
}

.blog-filters a:hover{
    background: #d1dceb;
}

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

.blog-card {
    overflow: hidden;
    border: 1px solid #d8e2ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(14, 43, 86, .05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover{
    transform: translate(8px, -8px);
    box-shadow: 0 15px 40px rgba(11, 45, 107, 0.1);
}

.blog-card__image {
    display: block;
    height: 150px;
    overflow: hidden;
    background: #edf4fc
}

.blog-sprite {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/service-thumbnails.png');
    background-repeat: no-repeat;
    background-size: 600% 400%;
    background-position: calc(var(--sprite-x)*20%) calc(var(--sprite-y)*33.333%)
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-card__body {
    padding: 14px 15px 16px
}

.blog-label,
.article-category {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    background: #0ca25c;
    font-size: 10px;
    font-weight: 700
}

.blog-card h3 {
    min-height: 55px;
    margin: 10px 0 8px;
    font-size: 16px;
    line-height: 1.4;
    min-height: 60px;
}

.blog-card h3 a {
    color: #071d50
}

.blog-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #52617a;
    font-size: 10px;
    margin-top: 10px;
}

.blog-meta span {
    display: flex;
    gap: 6px;
    align-items: center
}

.blog-card p {
    min-height: 65px;
    color: #455675;
    font-size: 12px;
    line-height: 1.6
}

.blog-read {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #0963dc;
    font-size: 12px;
    font-weight: 700
}

.blog-read:hover{
    color: var(--primary-color);
}

.blog-sidebar {
    display: flex;
    gap: 14px;
    flex-direction: column
}

.blog-side-card {
    padding: 18px;
    border: 1px solid #d5e1ef;
    border-radius: 8px;
    background: #fff
}

.blog-side-card h3 {
    margin: 0 0 16px;
    font-size: 18px
}

.blog-search {
    display: flex
}

.blog-search input,
.blog-newsletter input {
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    border: 1px solid #cdd9ea;
    border-radius: 5px
}

.blog-search button {
    flex: 0 0 44px;
    margin-left: 5px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #0b61dd
}

.blog-search button:hover{
    background:  #084FB8;
}

.blog-category-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-category-list li+li {
    border-top: 1px solid #e5ebf3
}

.blog-category-list a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 11px 5px;
    color: #102955;
    font-size: 12px
}

.blog-category-list a:hover{
    background: var(--hover-color);
    border-radius: 10px;
}

.blog-category-list i {
    width: 20px;
    color: #0aa25c
}

.blog-category-list small {
    margin-left: auto
}

.blog-popular {
    display: flex;
    gap: 13px;
    flex-direction: column
}

.blog-popular>a {
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 12px;
    color: #071d50;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-popular>a:hover{
    transform: translate(3px, -3px);
    box-shadow: 0 15px 40px rgba(11, 45, 107, 0.1);
}

.blog-popular__image {
    height: 58px;
    overflow: hidden;
    border-radius: 5px
}

.blog-popular strong,
.blog-popular small {
    display: block
}

.blog-popular strong {
    font-size: 11px;
    line-height: 1.45
}

.blog-popular small {
    margin-top: 5px;
    color: #64728a;
    font-size: 9px
}

.blog-newsletter p {
    font-size: 12px;
    line-height: 1.55
}

.blog-newsletter button {
    width: 100%;
    margin-top: 7px;
    padding: 12px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: var(--primary-color);
    font-weight: 700
}

.blog-newsletter button:hover{
    background: var(--primary-contrast-color);
}

.blog-newsletter>small {
    display: block;
    margin-top: 10px;
    color: #64728a
}

.blog-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 25px
}

.blog-pagination .page-numbers {
    display: grid;
    min-width: 36px;
    height: 36px;
    padding: 0 7px;
    place-items: center;
    border: 1px solid #d4dfed;
    border-radius: 5px;
    color: #08295e
}

.blog-pagination .current {
    color: #fff;
    background: #1265dc
}

.blog-assistance {
    padding: 0 0 25px
}

.blog-assistance>.container {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 18px;
    border: 1px solid #cfe8da;
    border-radius: 8px;
    background: #effaf5
}

.blog-assistance>.container>div:first-child {
    display: flex;
    gap: 12px;
    align-items: center
}

.blog-assistance strong,
.blog-assistance small {
    display: block
}

.blog-assistance small {
    margin-top: 4px
}

.blog-assistance .button-primary {
    width: auto;
    white-space: nowrap
}

.blog-assurance {
    display: flex;
    gap: 25px;
    margin-left: auto
}

.blog-assurance span {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 11px;
    font-weight: 700
}

.blog-assurance i,
.blog-assistance>div>i {
    color: #0aa25c;
    font-size: 24px
}

.article-page {
    padding: 28px 0 55px
}

.article-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 45px
}

.article-header {
    padding: 30px 0 20px
}

.article-title-row {
    display: flex;
    gap: 25px;
    align-items: center
}

.article-header h1 {
    max-width: 700px;
    margin: 14px 0 12px;
    font-size: 38px;
    line-height: 1.15
}

.article-header p {
    max-width: 700px;
    color: #415271;
    line-height: 1.6
}

.article-share {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto
}

.article-share a {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #1763ba;
    background: #e7f0fb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-share a:hover{
    transform: translate(3px, -3px);
    box-shadow: 0 15px 40px rgba(11, 45, 107, 0.1);
}

.article-featured {
    height: 390px;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 12px;
    background: #08265d
}

.article-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article-copy {
    font-size: 15px;
    line-height: 1.7
}

.article-copy p {
    margin: 0 0 14px
}

.article-section {
    padding: 15px 0;
    border-bottom: 1px solid #dbe4ef
}

.article-section h2 {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 15px;
    font-size: 22px
}

.article-section h2>i {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 6px;
    color: #fff;
    background: #1265de;
    font-size: 17px
}

.article-section ol,
.article-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: article
}

.article-section li {
    position: relative;
    margin: 13px 0;
    padding-left: 45px;
    line-height: 1.45
}

.article-section ol li:before {
    counter-increment: article;
    content: counter(article);
    position: absolute;
    left: 6px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #08a159;
    font-size: 11px
}

.article-section li strong,
.article-section li span {
    display: block
}

.article-section li span {
    margin-top: 3px;
    color: #455675
}

.article-checks li:before {
    content: "\f058";
    position: absolute;
    left: 6px;
    color: #09a25b;
    font-family: "Font Awesome 7 Free";
    font-weight: 900
}

.article-cta {
    display: grid;
    grid-template-columns: 45px 1fr auto;
    gap: 15px;
    align-items: center;
    margin: 25px 0;
    padding: 18px;
    border: 1px solid #cce7d9;
    border-radius: 9px;
    background: #effaf5
}

.article-cta>i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #08a159;
    background: #d4f3e3
}

.article-cta h3,
.article-cta p {
    margin: 0
}

.article-cta p {
    margin-top: 4px;
    font-size: 12px
}

.article-cta a {
    width: auto
}

.article-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.article-tags a {
    padding: 7px 14px;
    border: 1px solid #d7e1ed;
    border-radius: 5px;
    color: #425373;
    font-size: 11px
}

.article-tags a:hover{
    background: #eceef0;
}

.blog-expert-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    background: #07317b;
}

.blog-expert-card>div {
    position: relative;
    z-index: 2
}

.blog-expert-card h3 {
    color: #fff
}

.blog-expert-card p {
    max-width: 210px;
    font-size: 12px
}

.blog-expert-card a {
    position: absolute;
    top: 175px;
    left: 20px;
    display: inline-flex;
    width: auto;
    padding: 10px 14px;
    color: #0a54bc;
    border-radius: 5px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    gap: 5px;
}

.blog-expert-card a:hover{
    background: #052355;
    color: #fff;
    border: solid 1px #fff;
}

.blog-expert-card img {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38
}

.wp-block-image.has-custom-border img{
    border-radius: 30px;
}

.is-layout-flex{
    gap: 16px;
}

.wp-block-group-is-layout-flex{
    gap: 5px;
}

.has-white-color{
    padding: 10px;
    font-size: 15px;
}

.has-text-color{
    padding: 3px;
    font-size: 15px;
}

.wp-container-core-group-is-layout-6260e99a{
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-container-core-group-is-layout-6260e99a:hover{
	transform: translate(8px, -8px);
    box-shadow: 0 15px 40px rgba(11, 45, 107, 0.1);
}


.wp-block-group-is-layout-flex{
    gap: 6px;
}

.ab_primary_button a{
	background-color:var(--primary-color) !important;
}

.ab_primary_button a:hover{
	background-color:#137844 !important;
}

.ab_secondary_button a{
	background-color:#fff;
	color:#0e3885;
	border:1px solid #fff;
}

.ab_secondary_button a:hover{
	background-color:#0e3885;
	color:#fff;
	border:1px solid #0e3885;
}
