/*
 Theme Name:   WebXLNC Child
 Theme URI:    http://example.com/webxlnc-child
 Description:  Child theme for WebXLNC
 Author:       Your Name
 Author URI:   http://example.com
 Template:     webxlnc
 Version:      1.0.0
 Text Domain:  webxlnc-child
*/
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/MontserratBold.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/MontserratSemiBold.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/MontserratMedium.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/MontserratRegular.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post,
.page {
    margin: 0;
}
ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
p:empty {
    display: none;
}
/*Header webxlnc-stky Menu*/
.webxlnc-hd-stky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #8eb886;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}
.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
}
.webxlnc-hd-stky {
    width: 100%;
    float: left;
    background: #c4c9b2;
    padding: 10px;
    display: none;
}
.webxlnc-hd-stky .webxlnc-stky-cnt {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #c4c9b2;
    padding: 0 8px;
}
.webxlnc-hd-stky .webxlnc-mbl-nav,
.webxlnc-hd-stky .showhide {
    display: block;
}
.webxlnc-hd-stky .webxlnc-mbl-nav {
    background: transparent;
}
.webxlnc-hd-stky .webxlnc-stkyshowhide .txt {
    width: 40px;
    height: 40px;
    text-align: center;
    float: none;
    padding: 0;
    position: relative;
    font-weight: normal;
}
.webxlnc-hd-stky .webxlnc-stky-cnt>a,
.webxlnc-hd-stky .webxlnc-stky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}
.webxlnc-hd-stky .webxlnc-stky-cnt a:before,
.webxlnc-hd-stky .webxlnc-stky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.webxlnc-hd-stky .webxlnc-stky-cnt button:before {
    background: url(images/webxlnc-hd-stky-menu.webp) no-repeat center;
}
.webxlnc-hd-stky .webxlnc-stky-cnt a:before {
    background-image: url(images/webxlnc-hd-stky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.webxlnc-hd-stky .webxlnc-stkyshowhide .txt:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px;
    border: 1px #fff solid;
    color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.webxlnc-stky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 9px;
    /* width: max-content; */
    height: 20px;
    width: 20px;
}
.webxlnc-stky-mobinav ul li a.drop::before,
.webxlnc-stky-mobinav ul li a.drop::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.webxlnc-stky-mobinav ul li a.drop::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.webxlnc-stky-mobinav ul li a.drop.open::after {
    display: none;
}
/* .webxlnc-stky-mobinav ul li a.drop.open {
    width: 28px;
}
.webxlnc-stky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.png) no-repeat left top;
    background-position: 0 0;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 9px;
}
.webxlnc-stky-mobinav ul li a.drop.open:after {
    background-position: -28px 0;
} */
.webxlnc-hd-stky .sicky-cnt .webxlnc-stkyshowhide:before {
    background: url(images/webxlnc-hd-stky-menu.png) no-repeat center;
}
.webxlnc-hd-stky .sicky-cnt.webxlnc-stky-faq-wrap a:before {
    background: url(images/webxlnc-hd-stky-faqs.png) no-repeat center;
}
.webxlnc-hd-stky .sicky-cnt.webxlnc-stky-call-wrap a:before {
    background: url(images/webxlnc-hd-stky-call.png) no-repeat center;
}
.webxlnc-hd-stky .sicky-cnt.webxlnc-stky-blog-wrap a:before {
    background: url(images/webxlnc-hd-stky-blog.png) no-repeat center;
}
#WebxlncMobileMenu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.WebxlncMobileMenu-list {
    width: 400px;
    background: #ef476f;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
    box-shadow: 0 0 5px #000;
}
#WebxlncMobileMenu.openMenu {
    display: flex;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#cloaseWebxlncMobileMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}
button#cloaseWebxlncMobileMenu2 {
    flex-grow: 1;
    width: calc(100% - 280px);
    height: 100%;
    font-size: 0 !important;
    background: transparent;
    border: 0;
}
.WebxlncMobileMenuInner li {
    position: relative;
}
.WebxlncMobileMenuInner a {
    color: #fff !important;
    letter-spacing: 0.4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding: 4px 0;
    font-size: 18px;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #222222;
}
.WebxlncMobileMenuInner .sub-menu {
    display: none;
}
.WebxlncMobileMenuInner .menu-item-has-children>a:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 6px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.WebxlncMobileMenuInner .menu-item-has-children>a:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    opacity: 1;
    background-color: #fff;
}
.WebxlncMobileMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}
.webxlnc-hd-stky.fixed-header .container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.sicky-logo {
    max-width: 350px;
    text-align: center;
}
.webxlnc-stky-wrap {
    display: none;
}
header#Webxlncsite-header.f-nav {
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #ef476f;
    position: absolute;
    top: 38px;
    left: 0;
}
.mobinav ul {
    float: left;
    margin: 0 0 0 0;
    padding: 5px 0;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.mobinav a {
    width: 100%;
    /* float: left; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    border: 0;
    /* margin: 0 0 10px 0; */
    margin: 0;
}
.mobinav .sub-menu a {
    font-size: 18px;
}
.mobinav a:hover {
    color: #86d0f8;
    /* background: rgba(255, 255, 255, 0.3); */
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.webxlnc-mbl-nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}
.webxlnc-mbl-nav .container {
    position: relative;
}
.webxlnc-mbl-nav .search-form {
    width: 100%;
    float: left;
}
.displayblock {
    display: block;
}
.body-content {
    width: 100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-number {
    color: #fff;
    padding: 0 0 0 64px;
    position: relative;
}
.header-number strong {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}
.header-number a {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #931917;
    margin: 6px 0 0;
    display: inline-block;
}
.header-number a:hover {
    color: #fff;
}
.header-number a:before {
    position: absolute;
    content: "";
    background-image: url(images/hdr-cal-icn.webp);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 48px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#main-navigation ul {
    margin: 0
}
#main-navigation ul li {
    display: inline-block;
    padding: 0 0 0;
    position: relative;
    margin: 0 15px;
}
#main-navigation ul li:first-child {
    padding-left: 0
}
#main-navigation ul li:last-child {
    padding-right: 0
}
#main-navigation ul li a {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 1;
    color: #214778;
    display: block;
    min-width: inherit;
}
#main-navigation ul>li.current-menu-item>a,
#main-navigation ul>li>a:hover {
    color: #fc525c;
}
#main-navigation ul li ul.sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    color: #fff;
    top: 100%;
    left: 0;
    right: auto;
    background-image: url(images/inner-sdb-bg.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding: 0 0;
    z-index: 999
}
#main-navigation ul li:hover ul.sub-menu {
    display: block
}
#main-navigation ul li:hover ul.sub-menu li {
    position: relative
}
#main-navigation ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%
}
#main-navigation .sub-menu li.current-menu-item>a {
    background-color: #214778;
    color: #fff;
}
#main-navigation .sub-menu li a {
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item>a {
    background-color: #214778;
    color: #fff;
}
#main-navigation .sub-menu li:after {
    display: none;
}
#main-navigation .sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0
}
#main-navigation .sub-menu li a:after {
    display: none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    color: #fff;
    top: 0;
    left: 100%;
    padding: 0 0;
    z-index: 999;
}
.Webxlncsite-header {
    background-color: #fdfdfd;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 25px 0;
}
.Webxlncsite-header.is-webxlnc-stky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #12578b;
    padding: 15px 0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}
.mobilenav {
    width: 280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display: none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0;
    width: 36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}
@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display: block
    }
}
#mobile-navigation {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    padding-top: 45px;
}
#mobile-navigation ul {
    margin: 0;
    padding: 0
}
#mobile-navigation ul li {
    display: block;
    padding: 0 0;
    margin: 0;
    position: relative
}
#mobile-navigation ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 6px 10px;
    display: block;
    min-width: inherit
}
#mobile-navigation ul li.current-menu-item>a,
#mobile-navigation ul li:hover>a {
    color: #fff
}
#mobile-navigation .sub-menu li a {
    width: 100%;
    padding: 6px;
    color: #ffffff;
    display: block;
    text-align: left
}
#mobile-navigation ul li .drop.close,
#mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}
.text-heading {
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
    font-size: 55px;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}
.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}
/*Banner section*/
.hero-section {
    background: linear-gradient(135deg, #0f172a, #214778);
    padding: 140px 0;
    overflow-x: hidden;
}
.col-full {
    display: flex;
    justify-content: space-between
}
.col-left h1 {
    font-size: 60px;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}
.col-left p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
a.cmn-btn {
    display: inline-block;
    padding: 18px 45px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    background: linear-gradient(90deg, #ffd166, #ef476f, #26547c);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
a.cmn-btn:hover {
    background: linear-gradient(90deg, #26547c, #ef476f, #ffd166);
}
.col-left {
    width: 52%;
}
.col-right {
    width: 50%;
    margin-right: -10%;
}
.hero-bottom-section {
    background-color: #e4d7d7;
    padding: 120px 0;
}
/*About Section*/
.hm-about-section {
    padding: 120px 0;
    background-color: #f7f7f7;
}
.hm-about-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hm-about-lft {
    width: 48%;
}
.hm-about-rite {
    width: 48%;
}
.hm-about-section h2 {
    font-size: 50px;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
}
.hm-about-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
/*Attorney Section*/
.attorney-section {
    padding: 139px 0;
    background-color: #eee;
}
.attorney-section .col-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.attorney-section .col-left {
    width: 50%;
    padding: 30px;
    background-color: #29d100;
    color: #fff;
    border-radius: 20px;
}
.attorney-section .col-right {
    background-color: #e4d7d7;
    width: 46%;
    color: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
/*Results Section*/
.caseresults-section {
    padding: 100px 0
}
.caseresults-section ul.splide__list li {
    margin: 0 10px;
}
.caseresults-section .splide__pagination__page {
    background: #000;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 12px;
    height: 12px;
    bottom: -40px;
}
.caseresults-section .splide__pagination__page.is-active {
    background: #29d100;
    transform: scale(1.4);
    z-index: 1;
}
/*Tabs Section*/
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}
.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}
.tab-buttons {
    margin: 0 0 20px;
}
/*Faq Section*/
.accordion-section {
    padding: 120px 0;
    background-color: #eee;
}
.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.accordion-item p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}
.accordion-item h3.active {
    background: #ccc;
}
.accordion-item h3.active+.accordion-item p {
    max-height: 200px;
}
/*Home Testimonials Section*/
.hm-testimonials {
    padding: 80px 0;
    text-align: center;
}
.hm-testimonials .testi-item {
    width: 100%;
    padding: 30px 25px 50px;
    position: relative;
    background-color: #dddddd;
}
.hm-testimonials .testi-item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.hm-testimonials .testi-item h5 {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hm-testi-list .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
}
.hm-testi-list .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #000 !important;
    font-size: 30px !important;
    color: #fff !important;
    line-height: 1 !important;
}
/*Home Blog Section*/
.hm-blog-sec {
    padding: 80px 0;
    background-color: #eee;
    text-align: center;
}
.home-posts-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.hm-blog-itm {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    padding: 40px;
    border-radius: 30px;
}
.hm-blog-img {
    width: 50%;
    height: 240px;
    overflow: hidden;
}
.hm-blog-img img {
    display: block;
    width: 100%;
}
.hm-blog-cnt {
    width: 50%;
    text-align: left;
}
.hm-blog-itm .readmore-btn a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.hm-blog-itm .hm-blog-cnt h3 a {
    font-size: 32px;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}
.hm-blog-itm .hm-blog-cnt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}
.home-posts-list.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    display: none;
}
.home-posts-list.owl-carousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    background-color: #000 !important;
    display: block;
    border-radius: 100%;
    margin: 0 5px;
}
.home-posts-list.owl-carousel .owl-dots button.owl-dot.active {
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    transform: scale(1.05);
}
.hm-blog-sec .sml-hd {
    padding: 12px 25px;
    background-color: #000;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 10px !important;
    color: #fff;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    font-family: 'Montserrat';
    font-weight: 600;
}
/*footer form*/
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .container {
    width: 100%;
    max-width: 100%;
}
.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}
.hm-form-sec {
    padding: 60px 0;
    position: relative;
}
.hm-form-sec .text-heading {
    font-size: 56px;
    letter-spacing: -1.12px;
    color: #fff;
    margin: 0 0 3px;
}
.hm-form-sec p {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    margin: 0 0 23px;
    letter-spacing: -0.36px;
    text-align: center;
    font-weight: 500;
}
.hm-form .gform_required_legend {
    display: none;
}
.webxlnc-footer-form-section {
    text-align: center;
    background-color: #bdabab;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 22%;
    border: none;
}
.hm-form input::placeholder {
    color: #000;
}
.hm-form input:-ms-input-placeholder {
    color: #000;
}
.hm-form input::-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::placeholder {
    color: #000;
}
.hm-form textarea:-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::-ms-input-placeholder {
    color: #000;
}
.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #1b2026;
    outline: 0;
    position: relative;
    border-radius: 0;
    font-family: 'Poppins-Medium', sans-serif;
    background: #fff;
    line-height: 1.2 !important;
    font-size: 18px !important;
    padding: 21px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
.hm-form .gfield {
    position: relative !important;
}
.hm-form .gfield.gfield--type-text,
.hm-form .gfield.gfield--type-phone {
    width: 48.7% !important;
}
.hm-form .gfield.gfield--type-email {
    width: 100% !important
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
    justify-content: space-between;
    align-items: center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 130px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0;
    min-block-size: 0 !important;
}
.hm-form .gfield.msg {
    width: 100%;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form .gform_wrapper .form-links a,
.hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 18px;
    font-family: 'Poppins-Regular', sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.36px;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #000;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0 !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0 6px 0 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: 30px auto 0;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .gform_footer.top_label::before,
.hm-form .gform_wrapper .gform_footer.top_label::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #1b2026;
    border-image: initial;
    transition: 0.3s;
}
.hm-form .gform_wrapper .gform_footer.top_label::before {
    top: -6px;
    left: -6px;
    border-bottom: none;
    border-right: none;
}
.hm-form .gform_wrapper .gform_footer.top_label::after {
    bottom: -6px;
    right: -6px;
    border-top: none;
    border-left: none;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #1b2026 !important;
    outline: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Poppins-ExtraBold' !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 22px 40px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_validation_errors {
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0;
    text-align: center;
    font-family: 'Poppins-Regular', sans-serif;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container,
.hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}
/*ERRROR*/
.hm-form .gfield_description {
    margin: 0 !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 13px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Poppins-Regular', sans-serif;
    color: #932008;
    margin: 0;
}
.hm-form .chk .gfield_description.validation_message {
    bottom: -17px !important;
}
/*.ftr-frm-sctn ends*/
/*Footer block*/
.ftr-block-sec {
    background-color: #140002;
    padding: 100px 0;
    color: #fff;
}
#footer-navigation ul {
    margin: 0 0 40px;
    font-size: 0;
    text-align: center;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 23px;
}
#footer-navigation ul li a {
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #fff;
    padding: 0;
    min-width: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border: 0;
    line-height: 1;
    display: inline-block;
}
#footer-navigation ul li.current-menu-item>a,
#footer-navigation ul li:hover>a {
    color: #a7211f;
}
.ftr-block-list {
    display: flex;
    justify-content: space-between;
}
.ftr-itm {
    width: 30%;
    text-align: center;
}
.ftr-itm h4 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 0 0 10px;
    padding: 65px 0 0;
    position: relative;
}
.ftr-itm h4:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 53px;
    background-image: url(images/ftr-location-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
}
.ftr-itm.cnct h4:before {
    background-image: url(images/hdr-cal-icn.webp);
}
.ftr-itm p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.ftr-itm.cnct p a {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #931917;
    margin: 0;
    display: inline-block;
}
.ftr-itm.cnct p a:hover,
.ftr-itm p.directions a:hover {
    color: #fff;
}
.ftr-itm p.directions a {
    color: #931917;
    text-transform: uppercase;
    margin: 6px 0 0;
    display: inline-block;
}
.ftr-itm.ftr-logo img {
    margin: 0 0 20px;
}
.social-icns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
/*Copy Rights Section*/
.webxlnc-footer-cprite-sec {
    background-color: #214778;
    padding: 30px 00;
    text-align: center;
}
.webxlnc-footer-cprite-sec p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.webxlnc-footer-cprite-sec p a:hover {
    color: #fc525c;
}
.single-container,
.container,
.footer-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}
.disclaimer-trigger {
    cursor: pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}
.blocks {
    padding: 80px 0;
}
.footer-col {
    width: 32%
}
.map-col {
    width: 48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}
#webxlnc-lft-content .sdbr-case-item p {
    color: #fff;
}
.why-choose-section {
    padding: 100px 0;
    background: #f8fafc;
    overflow: hidden;
}
.why-choose-section .container {
    width: 1400px;
    margin: auto;
}
.why-choose-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.why-left {
    width: 55%;
}
.sub-title {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: linear-gradient(90deg, #ffd166, #ef476f);
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}
.why-left h2 {
    font-size: 54px;
    line-height: 1.2;
    color: #26547c;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.why-left h2 span {
    background: linear-gradient(90deg, #ffd166, #ef476f, #26547c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-left p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
}
.trust-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.trust-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    padding: 22px;
    border-radius: 20px;
    transition: 0.4s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
.trust-item:hover {
    transform: translateY(-8px);
}
.icon {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.content h4 {
    font-size: 20px;
    color: #26547c;
    margin-bottom: 8px;
}
.content span {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}
.strategy-btn {
    display: inline-block;
    padding: 16px 38px;
    border-radius: 60px;
    background: linear-gradient(90deg, #ffd166, #ef476f, #26547c);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: 0.4s;
}
.strategy-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(239, 71, 111, 0.3);
}
.why-right {
    width: 45%;
    position: relative;
    height: 600px;
}
.circle-bg {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.12;
    filter: blur(20px);
}
.stats-card {
    position: absolute;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    width: 250px;
}
.stats-card h3 {
    font-size: 52px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #ffd166, #ef476f, #26547c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stats-card p {
    color: #555;
    font-size: 18px;
}
.card-one {
    top: 40px;
    left: 60px;
}
.card-two {
    top: 220px;
    right: 20px;
}
.card-three {
    bottom: 10px;
    left: 70px;
}
@media(max-width:991px) {
    .container {
        width: 90%;
    }
    .why-choose-wrapper {
        flex-direction: column;
    }
    .why-left,
    .why-right {
        width: 100%;
    }
    .trust-list {
        grid-template-columns: 1fr;
    }
    .why-left h2 {
        font-size: 40px;
    }
    .why-right {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .stats-card {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .circle-bg {
        display: none;
    }
}
.audit-section {
    padding: 110px 0;
    background: linear-gradient(135deg, #0f172a, #214778);
    overflow: hidden;
    position: relative;
}
.audit-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 2;
}
.audit-content {
    width: 52%;
}
.audit-badge {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    background: linear-gradient(90deg, #ffd166, #ef476f);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.audit-content h2 {
    font-size: 58px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
}
.audit-content h2 span {
    background: linear-gradient(90deg, #ffd166, #ef476f, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.audit-content p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 35px;
}
.audit-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.point-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 18px 22px;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.audit-form-box {
    width: 42%;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    position: relative;
}
.audit-form-box::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 34px;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    z-index: -1;
}
.input-group {
    margin-bottom: 22px;
}
.input-group input,
#wpcf7-f140-o1 .frow input {
    width: 100%;
    height: 62px;
    /* height: 40px; */
    border: none;
    background: #f8fafc;
    /* border-radius: 16px; */
    border-radius: 10px;
    padding: 0 22px;
    font-size: 16px;
    color: #26547c;
    outline: none;
    transition: 0.4s;
}
.input-group input:focus,
#wpcf7-f140-o1 .frow input:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(239, 71, 111, 0.18);
}
.audit-form-box button,
#wpcf7-f140-o1 .frow.sdbtn input.wpcf7-submit {
    width: 100%;
    height: 64px;
    /* height: 40px; */
    border: none;
    /* border-radius: 18px; */
    border-radius: 10px;
    background: linear-gradient(90deg, #ffd166, #ef476f, #26547c);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s;
}
#wpcf7-f140-o1 .frow .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
}
.audit-form-box button:hover,
#wpcf7-f140-o1 .frow.sdbtn input.wpcf7-submit:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(239, 71, 111, 0.35);
}
.audit-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #ef476f;
    opacity: 0.12;
    filter: blur(120px);
    top: -120px;
    left: -120px;
}
.audit-section::after {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: #ffd166;
    opacity: 0.08;
    filter: blur(120px);
    bottom: -150px;
    right: -120px;
}
@media(max-width:991px) {
    .container {
        width: 90%;
    }
    .audit-wrapper {
        flex-direction: column;
    }
    .audit-content,
    .audit-form-box {
        width: 100%;
    }
    .audit-content h2 {
        font-size: 40px;
    }
    .audit-points {
        grid-template-columns: 1fr;
    }
    .audit-form-box {
        padding: 35px;
    }
}
.testimonials-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    font-family: sans-serif;
    color: #fff;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title span {
    display: inline-block;
    background: #fff;
    color: #ef476f;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
}
.section-title h2 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}
.testimonials-section .section-title h2 {
    color: #fff;
}
.section-title p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 1.7;
    color: #f5f5f5;
}
.testimonial-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.testimonial-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 35px;
    border-radius: 20px;
    transition: 0.4s ease;
}
.testimonial-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.18);
}
.stars {
    color: #ffd166;
    font-size: 22px;
    margin-bottom: 20px;
}
.testimonial-card p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.testimonial-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.testimonial-btn-wrap {
    text-align: center;
    margin-top: 50px;
}
.testimonial-btn {
    display: inline-block;
    background: #fff;
    color: #26547c;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.4s ease;
}
.testimonial-btn:hover {
    background: #ffd166;
    color: #000;
}
@media(max-width:991px) {
    .testimonial-wrapper {
        grid-template-columns: 1fr;
    }
    .section-title h2 {
        font-size: 36px;
    }
}
.services-section {
    padding: 90px 20px;
    background: #f8fafc;
    font-family: sans-serif;
}
.container {
    max-width: 1200px;
    margin: auto;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title span {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background: linear-gradient(135deg, #ffd166, #ef476f);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}
.section-title h2,
.hm-faqs-sec h2.faq-section-title {
    font-size: 48px;
    color: #26547c;
    margin-bottom: 18px;
    font-weight: 800;
}
.section-title p {
    max-width: 750px;
    margin: auto;
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.service-card {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
    color: #fff;
}
.service-card h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 18px;
    color: #26547c;
    font-weight: 700;
}
.service-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.service-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}
.service-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #333;
    font-size: 16px;
}
.service-card ul li:before {
    content: '?';
    position: absolute;
    left: 0;
    top: 0;
    color: #ef476f;
    font-weight: bold;
}
.service-card-btn {
    margin-top: auto;
}
.service-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
    color: #fff;
    font-weight: 700;
    transition: 0.4s ease;
}
.service-btn:hover {
    opacity: 0.9;
    transform: scale(1.03);
}
/* RESPONSIVE */
@media(max-width:991px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .section-title h2,
    .hm-faqs-sec h2.faq-section-title {
        font-size: 36px;
    }
}
.services-section {
    padding: 90px 20px;
    background: linear-gradient(135deg,
            #ffd166 0%,
            #ef476f 45%,
            #26547c 100%);
    position: relative;
    overflow: hidden;
}
.services-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
        radial-gradient(circle at top left,
            rgba(255, 255, 255, 0.18),
            transparent 30%),
        radial-gradient(circle at bottom right,
            rgba(255, 255, 255, 0.08),
            transparent 25%);
    pointer-events: none;
}
.services-section .section-title h2 {
    color: #ffffff;
}
.section-title p {
    color: rgba(255, 255, 255, 0.88);
}
.service-card {
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 35px;
    transition: 0.4s ease;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}
.service-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.16);
}
.service-card h3 {
    color: #ffffff;
}
.service-card p {
    color: rgba(255, 255, 255, 0.88);
}
.service-card ul li {
    color: #ffffff;
}
.service-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    background: #ffffff;
    color: #26547c;
    font-weight: 700;
    text-decoration: none;
    transition: 0.4s ease;
}
.service-btn:hover {
    background: #ffd166;
    color: #111;
}
.contact-section {
    padding: 100px 20px;
    background: linear-gradient(135deg,
            #ffd166 0%,
            #ef476f 45%,
            #26547c 100%);
    font-family: 'Poppins', sans-serif;
}
.container {
    max-width: 1300px;
    margin: auto;
}
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18px);
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 700px;
    border: 0;
}
.contact-content {
    padding: 60px;
    position: relative;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}
.info-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 15px 20px;
    text-align: center;
    transition: 0.4s ease;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.info-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.20);
}
.info-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
}
.info-card h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}
.contact-form {
    width: 100%;
    display: block;
}
.form-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 18px 22px;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;
    outline: none;
}
.contact-form p {
    margin-bottom: 0 !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.75);
}
.contact-form textarea {
    height: 90px !important;
    resize: none;
}
.contact-btn:hover {
    background: #ffd166;
    color: #111;
    transform: translateY(-3px);
}
@media(max-width:991px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    .contact-content {
        padding: 35px 25px;
    }
    .contact-info {
        flex-direction: column;
    }
    .contact-form {
        grid-template-columns: 1fr;
    }
    .contact-map iframe {
        min-height: 400px;
    }
}
.contact-form .frow {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.contact-form .frow.sdbtn {
    text-align: left;
}
.contact-form textarea {
    resize: none;
}
.contact-form .frow.sdbtn input {
    float: none;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 70px;
    width: 100%;
    padding: 22px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background: #ffffff;
    color: #26547c;
    transition: 0.4s ease;
    text-transform: uppercase;
}
.contact-form div.wpcf7 .ajax-loader {
    display: none
}
.contact-form div.wpcf7-mail-sent-ok,
.contact-form span.wpcf7-not-valid-tip,
.contact-form div.wpcf7-validation-errors,
.cont-fr-sec div.wpcf7-acceptance-missing,
.cont-fr-sec div.wpcf7-mail-sent-ng,
.cont-fr-sec div.wpcf7-aborted {
    border: 0;
    width: 100%;
    margin: 4px 0 0 0;
    padding: 0;
    color: red;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #f88e2c;
    text-align: right;
}
.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-mail-sent-ok,
.contact-form div.wpcf7-mail-sent-ng {
    text-align: center;
    margin-top: 25px
}
.contact-form div.wpcf7-mail-sent-ok {
    color: #f88e2c;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    display: none !important;
}
.contact-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 10px;
}
/* ==========================
   PROCESS SECTION
========================== */
.process-section {
    padding: 100px 20px;
    background: #fff;
}
.process-section .container {
    max-width: 1200px;
    margin: auto;
}
.section-title {
    text-align: center;
    margin-bottom: 70px;
}
.section-title span {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffd166, #ef476f);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-title h2 {
    font-size: 48px;
    color: #26547c;
    margin: 0;
}
.process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.process-card {
    width: 260px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(239, 71, 111, .15);
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .4s ease;
    position: relative;
}
.process-card:hover {
    transform: translateY(-10px);
}
.step-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg,
            #ffd166,
            #ef476f,
            #26547c);
    margin-bottom: 20px;
}
.process-card h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #26547c;
    margin: 0;
    padding: 0 20px;
}
.connector {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,
            #ffd166,
            #ef476f,
            #26547c);
    position: relative;
}
.connector::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ef476f;
    transform: translateY(-50%);
}
.process-btn-wrap {
    text-align: center;
    margin-top: 60px;
}
.process-btn {
    display: inline-block;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(135deg,
            #ffd166,
            #ef476f,
            #26547c);
    transition: .4s ease;
}
.process-btn:hover {
    transform: translateY(-3px);
}
.error404 #webxlnc-ful-post-content .posts-list .author-info a, 
.error404 #webxlnc-lft-content a, 
.error404 #webxlnc-lft-content li a {
    color: #ef476f;
}
@media(max-width:1024px) {
    .process-flow {
        flex-direction: column;
    }
    .connector {
        width: 4px;
        height: 60px;
    }
    .connector::after {
        right: 50%;
        top: auto;
        bottom: -8px;
        transform: translateX(50%);
    }
    .process-card {
        width: 100%;
        max-width: 400px;
    }
}
@media(max-width:767px) {
    .process-section {
        padding: 70px 15px;
    }
    .section-title h2,
    .hm-faqs-sec h2.faq-section-title {
        font-size: 32px;
    }
    .process-card {
        min-height: 150px;
        padding: 20px;
    }
    .process-card h3 {
        font-size: 20px;
    }
}
section.hm-faqs-sec {
    padding: 90px 0px;
    background-image: url(images/faqs-bg-img.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.hm-faqs-sec .faq-item+section.hm-faqs-sec .faq-item {
    margin: 20px 0 0;
}
section.hm-faqs-sec .faq-item {
    cursor: pointer;
    position: relative;
    width: 100%;
    border-radius: 0;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0.52px;
    line-height: 1;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffd166 0%, #ef476f 45%, #26547c 100%);
}
section.hm-faqs-sec .faq-item .faq-question {
    padding: 15px 20px !important;
    margin: 0 !important;
    color: #fff !important;
    background-image: url(images/down-arrow.webp);
    background-position: right 20px top 25px;
    background-repeat: no-repeat;
}
section.hm-faqs-sec .faq-item .faq-question.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    background-image: url(images/down-arrow-active.webp);
}
section.hm-faqs-sec .faq-item .faq-answer {
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 15px 20px !important;
    margin: 0 !important;
    display: none;
}
section.hm-faqs-sec .faq-item .faq-answer p {
    font-size: 20px !important;
    line-height: 1.6 !important;
    color: #fff !important;
    margin: 0 !important;
}
.hm-faqs-sec h2.faq-section-title {
    text-align: center;
}
.hm-faqs-sec h3.faq-question {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
}
.webxlnc-footer-socio-items{display: flex; gap: 5px;}
.webxlnc-footer-socio-items a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffd166, #ef476f, #26547c);
}
.webxlnc-footer-socio-items a img{
    width: 35px;
    height: 35px;
}
.webxlnc-footer-socio-items a:hover{
    transform: scale(1.05);
}
.webxlnc-footer-socio-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-id-327 #webxlnc-lft-content a, .page-id-329 #webxlnc-lft-content a{color: #fc525c !important;}