:root {
--lp-accent:         #00008b; --lp-accent-dark:    #000064; --lp-accent-mid:     #0055d3; --lp-dark:           #2C2C2C;
--lp-dark2:          #232323;
--lp-dark-grey:      #4D4D4F;
--lp-light-grey:     #c8c8ff;
--lp-heading-color:  #333333;
--lp-primary-light:  #F3EBFF;
--lp-border-color:   #e0e6f0;
--lp-white:          #ffffff;
} *, *::before, *::after { box-sizing: border-box; }
html, body {
width: 100%;
margin: 0;
padding: 0;
}
body {
font-family: 'Inter', sans-serif;
font-size: 15px;
color: #4d4d4f;
font-weight: 400;
line-height: 1.6;
background-color: #fff;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .lp-btn, a, button, .lp-transition {
transition: all 250ms linear;
} a {
color: #111;
text-decoration: none;
background-color: transparent;
}
a:hover, a:focus { color: var(--lp-dark); }
.form-control:focus { box-shadow: none; } h1, h2, h3, h4, h5, h6 {
font-weight: 600;
margin-bottom: 0.5rem;
line-height: 120%;
color: var(--lp-dark);
} .lp-section-heading { margin-bottom: 30px; }
.lp-section-heading h3 {
font-weight: 700;
color: var(--lp-heading-color);
font-size: 36px;
line-height: 120%;
margin-bottom: 10px;
}
.lp-section-heading p {
color: #212529;
font-size: 18px;
margin-bottom: 0;
line-height: 160%;
opacity: 0.9;
font-weight: 300;
} .section-heading { margin-bottom: 30px; }
.section-heading h3 {
font-weight: 700;
color: var(--var(--lp-heading-color));
font-size: 36px;
line-height: 120%;
margin-bottom: 10px;
}
.section-heading p {
color: #212529;
font-size: 18px;
margin-bottom: 0;
line-height: 160%;
opacity: 0.9;
font-weight: 300;
} .btn {
border-radius: 60px;
font-weight: 500;
font-size: 12px;
letter-spacing: 0.3px;
display: inline-flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
}
.btn-sm { font-size: 10px; border-radius: 60px; }
.btn-lg {
border-radius: 60px;
font-weight: 600;
letter-spacing: 0.5px;
line-height: 1;
padding-top: 16px;
padding-bottom: 16px;
}
.btn.btn-accent {
background-color: var(--lp-accent);
border-color: var(--lp-accent);
color: #fff;
}
.btn.btn-accent:hover,
.btn.btn-accent:focus {
background-color: var(--lp-accent-dark);
border-color: var(--lp-accent-dark);
color: #fff;
} .text-accent   { color: var(--lp-accent); }
.text-dark     { color: var(--lp-dark) !important; } .text-white-70 { color: rgba(255,255,255,0.70) !important; }
.text-white-75 { color: rgba(255,255,255,0.75) !important; }
.text-white-80 { color: rgba(255,255,255,0.80) !important; }
.text-white-85 { color: rgba(255,255,255,0.85) !important; }
.text-white-90 { color: rgba(255,255,255,0.90) !important; } .text-black-70 { color: rgba(0,0,0,0.70) !important; }
.text-black-80 { color: rgba(0,0,0,0.80) !important; } .fs8{font-size:8px} .fs9{font-size:9px} .fs10{font-size:10px}
.fs11{font-size:11px} .fs12{font-size:12px} .fs13{font-size:13px}
.fs14{font-size:14px} .fs15{font-size:15px} .fs16{font-size:16px}
.fs17{font-size:17px} .fs18{font-size:18px} .fs20{font-size:20px}
.fs22{font-size:22px} .fs24{font-size:24px} .fs25{font-size:25px}
.fs26{font-size:26px} .fs28{font-size:28px} .fs30{font-size:30px}
.fs32{font-size:32px} .fs36{font-size:36px} .fs40{font-size:40px} .fw100{font-weight:100} .fw200{font-weight:200} .fw300{font-weight:300}
.fw400{font-weight:400} .fw500{font-weight:500} .fw600{font-weight:600}
.fw700{font-weight:700} .fw800{font-weight:800} .fw900{font-weight:900} .bg-accent     { background-color: var(--lp-accent); }
.bg-dark       { background-color: var(--lp-dark); }
.bg-light-grey { background-color: var(--lp-light-grey); }
.container-custom { max-width: 1116px; } .lp-site-header {
position: sticky;
top: 0;
z-index: 1000;
background: #fff;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
transition: box-shadow 0.3s ease;
}
.lp-site-header.scrolled {
box-shadow: 0 4px 20px rgba(0,0,40,0.12);
} .site-header {
position: sticky;
top: 0;
z-index: 1000;
background: #fff;
box-shadow: 0 2px 12px rgba(0,0,0,0.08);
transition: box-shadow 0.3s ease;
}
.navbar-brand img { width: 145px; }
.site-header .navbar .nav-item .nav-link {
font-weight: 500;
color: var(--lp-dark);
}
.site-header .navbar .nav-item .nav-link:hover { color: var(--lp-accent-dark); } .site-header .navbar-toggler {
padding: 5px 8px;
border-color: var(--lp-dark2);
border-radius: 0;
width: 42px;
height: 38px;
justify-content: center;
align-items: center;
}
.site-header .navbar-toggler .navbar-toggler-icon {
background-image: none;
position: relative;
height: 2px;
width: 100%;
background-color: var(--lp-dark2);
}
.site-header .navbar-toggler .navbar-toggler-icon:before,
.site-header .navbar-toggler .navbar-toggler-icon:after {
content: "";
height: 2px;
width: 100%;
display: block;
background-color: var(--lp-dark2);
position: absolute;
}
.site-header .navbar-toggler .navbar-toggler-icon:before { top: -8px; }
.site-header .navbar-toggler .navbar-toggler-icon:after  { bottom: -8px; } html { overflow-x: hidden; }
body { overflow-x: hidden; }
.lp-main-content > * {
overflow: visible !important;
}
.lp-about-new,
.cta-section,
.lp-process-v3,
.lp-services,
.lp-faq,
.lp-cf-section,
.cta-section2 {
overflow: visible !important;
} .hero-section {
padding-top: 50px;
padding-bottom: 50px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
} .hero-section::before {
content: '';
position: absolute;
inset: 0;
background: rgba(0, 0, 60, 0.1);
z-index: 0;
} .hero-section .container-xl,
.hero-section .container {
position: relative;
z-index: 1;
}
.title1{
position: relative;
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
padding: 8px 18px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
color: #ffffff;
border: 2px solid rgba(79, 195, 247, 0.7);
border-radius: 50px;
background: linear-gradient(
135deg,
rgba(0, 20, 120, 0.75),
rgba(0, 90, 255, 0.35)
);
backdrop-filter: blur(8px);
overflow: hidden;
animation: floatBadge 3s ease-in-out infinite;
transition: all 0.3s ease;
} .title1::before{
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent,
rgba(79, 195, 247, 0.25),
transparent
);
transform: translateX(-100%);
animation: shine 4s infinite;
} .title1:hover{
transform: translateY(-3px);
box-shadow:
0 0 20px rgba(79,195,247,0.35),
0 10px 25px rgba(0,0,0,0.25);
} @keyframes floatBadge{
0%,100%{
transform: translateY(0);
}
50%{
transform: translateY(-4px);
}
} @keyframes shine{
100%{
transform: translateX(100%);
}
} .hero-badges{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:20px;
}
.hero-badge{
display:inline-flex;
align-items:center;
gap:8px;
padding:7px 14px;
border-radius:30px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.12);
color:#fff;
font-size:13px;
font-weight:500;
backdrop-filter:blur(6px);
transition:.3s ease;
}
.hero-badge:hover{
transform:translateY(-2px);
background:rgba(255,255,255,.14);
}
.check-icon{
display:flex;
align-items:center;
justify-content:center;
color:#00c6ff;
font-size:15px;
line-height:1;
}
@media(max-width:768px){
.hero-badges{
gap:8px;
}
.hero-badge{
width:100%;
font-size:12px;
padding:7px 12px;
}
} @media(max-width:768px){
.title1{
font-size: 10px;
padding: 7px 14px;
}
}
.hero-content {
max-width: 800px;
padding-top: 20px;
padding-bottom: 20px;
}
.hero-content .hero-heading {
margin-bottom: 16px;
font-size: 40px;
line-height: 1.2;
color: #ffffff;
font-weight: 700;
}
.hero-content p { color: rgba(255,255,255,0.80); } .hero-form-wrap {
max-width: 450px;
margin-left: auto;
margin-right: 0;
background: rgba(255,255,255,0.97);
border-radius: 16px;
box-shadow: 0 12px 40px rgba(0,0,0,0.25);
padding: 24px;
} .hero-form-wrap .wpcf7-form input[type="text"],
.hero-form-wrap .wpcf7-form input[type="email"],
.hero-form-wrap .wpcf7-form input[type="tel"],
.hero-form-wrap .wpcf7-form select {
width: 100%;
height: 48px;
border: 1.5px solid var(--lp-border-color);
border-radius: 10px;
padding: 0 16px;
font-size: 14px;
background: #ffffff;
color: #1a1a2e;
margin-bottom: 12px;
display: block;
outline: none;
transition: border-color 0.2s;
}
.hero-form-wrap .wpcf7-form input:focus,
.hero-form-wrap .wpcf7-form select:focus {
border-color: var(--lp-accent-mid);
box-shadow: 0 0 0 3px rgba(0,85,211,0.1);
} .hero-form-wrap input[type="submit"],
.hero-form-wrap .wpcf7-submit {
width: 100% !important;
height: 52px !important;
background: var(--lp-accent) !important;
color: #ffffff !important;
border: none !important;
border-radius: 10px !important;
font-size: 14px !important;
font-weight: 700 !important;
cursor: pointer !important;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: background 0.25s ease !important;
}
.hero-form-wrap input[type="submit"]:hover,
.hero-form-wrap .wpcf7-submit:hover {
background: var(--lp-accent-dark) !important;
color: #ffffff !important;
opacity: 1 !important;
} .hero-form-block {
background: rgba(255,255,255,0.95);
padding: 20px;
border-radius: 14px;
box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.hero-form-block h5 {
font-size: 18px;
font-weight: 700;
margin-bottom: 16px;
color: var(--lp-accent);
}
.hero-form-block .hero-form-body {
background-color: #fff;
padding: 20px 16px;
border-radius: 10px;
}
.hero-form-block .hero-form-body .form-control {
border-radius: 8px;
height: 45px;
font-size: 14px;
border: 1.5px solid var(--lp-border-color);
}
.hero-form-block .hero-form-body .btn {
width: 100%;
height: 50px;
border-radius: 8px;
} .after-banner figure {
width: 210px;
z-index: 1;
margin-top: -60px;
} .about-intro {
padding-top: 60px;
padding-bottom: 60px;
position: relative;
overflow: visible;
}
.about-intro .right-image-shape {
position: absolute;
width: 100%;
max-width: 360px;
right: 0;
bottom: 10%;
z-index: 5;
}
.about-media img {
border-radius: 10px 10px 10px 80px;
width: 100%;
} .stats-section .display-4 {
font-size: 2.5rem;
line-height: 1.1;
} .services-container .service-block {
border-radius: 6px 6px 6px 20px;
border-right: 5px solid #0055d3;
padding: 20px 20px 10px;
background: #fff;
}
.services-container .service-block p { font-size: 14px; }
.services-container .service-block img {
max-width: 170px;
border-radius: 10px 10px 10px 50px;
margin-top: -60px;
} .cta-section {
position: relative;
overflow: visible;
}
.cta-section figure img { margin-top: -60px; } .cta-section .section-button .btn,
.cta-section .section-button a,
.cta-section .section-button a.btn {
background: #ffffff !important;
color: var(--lp-accent) !important;
border: 2px solid #ffffff !important;
border-radius: 60px !important;
padding: 14px 30px !important;
font-weight: 700 !important;
font-size: 13px !important;
display: inline-flex !important;
width: auto !important;
text-transform: uppercase;
cursor: pointer;
transition: all 0.25s ease;
}
.cta-section .section-button .btn:hover,
.cta-section .section-button a:hover {
background: transparent !important;
color: #ffffff !important;
border-color: #ffffff !important;
}  .lpv3-title-bar {
background: #1a2ecc;
background-image: linear-gradient(120deg, #1228c0 0%, #1e3ae0 100%);
padding: 14px 0;
}
.lpv3-title {
color: #fff !important;
font-size: 17px !important;
font-weight: 700 !important;
margin: 0 !important;
text-align: left !important;
letter-spacing: 0.01em;
} .lpv3-steps-area {
background: #eef1f8;
padding: 44px 0 40px;
} .lpv3-steps-row {
display: flex;
align-items: flex-start;
flex-wrap: nowrap;
gap: 0;
margin-bottom: 36px;
position: relative;
} .lpv3-step {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
padding: 0 6px;
} .lpv3-icon-circle {
position: relative;
width: 110px;
height: 110px;
flex-shrink: 0;
margin-bottom: 18px;
} .lpv3-icon-wrap {
width: 110px;
height: 110px;
background: #dde3f2;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: inset 0 0 10px 3px rgba(0,0,0,0.06);
}
.lpv3-icon-wrap img {
width: 46px;
height: 46px;
object-fit: contain;
} .lpv3-badge {
position: absolute;
bottom: -14px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 30px;
border-radius: 50%;
background: #1e3ae0;
color: #fff;
font-size: 13px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(30,58,224,0.45);
z-index: 3;
} .lpv3-arrow {
position: absolute;
top: 44px;
right: -14%;
width: 28%;
pointer-events: none;
z-index: 2;
}
.lpv3-arrow svg {
width: 100%;
height: 14px;
display: block;
} .lpv3-step-title {
font-size: 14px !important;
font-weight: 700 !important;
color: #111827 !important;
margin: 8px 0 6px !important;
}
.lpv3-step-desc {
font-size: 12px !important;
color: rgba(0,0,0,0.55) !important;
line-height: 1.6 !important;
margin: 0 !important;
} .lpv3-cta {
display: flex;
justify-content: center;
margin-top: 8px;
}
.lpv3-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: #1e3ae0;
color: #fff !important;
font-size: 15px;
font-weight: 600;
padding: 14px 40px;
border-radius: 50px;
text-decoration: none !important;
box-shadow: 0 6px 22px rgba(30,58,224,0.38);
transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.lpv3-btn:hover {
background: #1228c0;
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 10px 28px rgba(30,58,224,0.48);
text-decoration: none !important;
}
.lpv3-btn svg { transition: transform 0.2s; }
.lpv3-btn:hover svg { transform: translateX(4px); } @media (max-width: 991px) {
.lpv3-steps-row {
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}
.lpv3-step {
flex: 0 0 calc(50% - 20px);
max-width: 200px;
}
.lpv3-arrow { display: none !important; }
}
@media (max-width: 575px) {
.lpv3-step {
flex: 0 0 100%;
max-width: 220px;
}
.lpv3-title { font-size: 15px !important; }
} .cta-section2 {
background-image: url(//acmevisa.com/wp-content/themes/acme-pro/assest-lp/images/ctabg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding: 0px 0;
}
.cta-image { margin-top: -30px; } .faq-block {
margin-bottom: 12px;
border-radius: 8px;
background: #fff;
border: 1px solid #e0e0e0;
}
.faq-block .faq-header {
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 20px;
gap: 16px;
}
.faq-block .faq-header h4 {
margin: 0;
font-weight: 600;
color: var(--lp-dark);
font-size: 16px;
flex: 1;
padding-right: 0;
} .faq-block .faq-header:before,
.faq-block .faq-header:after { display: none !important; } .faq-block .faq-arrow {
width: 28px;
height: 28px;
border-radius: 50%;
border: 1.5px solid #ccc;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.3s ease;
}
.faq-block .faq-arrow::after {
content: '';
width: 8px;
height: 8px;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
transform: rotate(45deg);
margin-top: -4px;
transition: transform 0.3s ease;
}
.faq-block.isOpen .faq-arrow {
border-color: var(--lp-accent);
background: var(--lp-accent);
}
.faq-block.isOpen .faq-arrow::after {
border-color: #fff;
transform: rotate(-135deg);
margin-top: 4px;
}
.faq-block .faq-content {
display: none;
padding: 0 20px 16px;
}
.faq-block .faq-content p { font-size: 14px; color: #555; margin: 0; }
.faq-block.isOpen { border-color: var(--lp-accent) !important; }
.faq-block.isOpen .faq-header h4 { color: var(--lp-accent); } .site-footer { background-color: #000043; }
.site-footer .social-handles a:hover img { opacity: 0.7; }
.site-footer .goto-top:hover small { color: #fff; }
.site-footer .goto-top:hover img   { opacity: 0.7; } .sticky-btn-panel-lp {
position: fixed;
left: 0;
bottom: 40px;
z-index: 9999;
}
.sticky-btn-panel-lp .sticky-btn-callback {
display: flex;
align-items: center;
gap: 0;
background: var(--lp-accent-mid);
color: #ffffff;
padding: 12px 14px;
border-radius: 0 50px 50px 0;
font-size: 13px;
font-weight: 600;
text-decoration: none;
box-shadow: 0 4px 16px rgba(0,85,211,0.4);
transition: all 0.35s ease;
cursor: pointer;
border: none;
overflow: hidden;
max-width: 50px;
}
.sticky-btn-panel-lp .sticky-btn-callback:hover {
max-width: 240px;
padding: 12px 22px 12px 14px;
gap: 10px;
background: #003daa;
}
.sticky-btn-panel-lp .sticky-btn-callback img {
width: 22px;
height: 22px;
flex-shrink: 0;
filter: brightness(0) invert(1);
}
.sticky-btn-panel-lp .sticky-label {
color: #ffffff;
white-space: nowrap;
opacity: 0;
width: 0;
overflow: hidden;
transition: opacity 0.3s ease, width 0.3s ease;
}
.sticky-btn-panel-lp .sticky-btn-callback:hover .sticky-label {
opacity: 1;
width: auto;
} #Quote .modal-dialog {
max-width: 480px;
margin: 30px auto;
}
.quote-modal-content {
border: none !important;
border-radius: 20px !important;
overflow: hidden !important;
box-shadow: 0 24px 60px rgba(0,0,0,0.2) !important;
}
.quote-modal-header {
background: linear-gradient(135deg, #00008b, #0055d3);
padding: 26px 28px 22px;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
}
.quote-modal-title {
color: #ffffff !important;
font-size: 20px !important;
font-weight: 700 !important;
margin: 0 0 6px 0 !important;
line-height: 1.3 !important;
}
.quote-modal-subtitle {
color: rgba(255,255,255,0.75) !important;
font-size: 13px !important;
margin: 0 !important;
line-height: 1.5 !important;
}
.quote-modal-close {
background: rgba(255,255,255,0.15);
border: none;
color: #ffffff;
width: 32px;
height: 32px;
border-radius: 50%;
font-size: 14px;
cursor: pointer;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.2s;
}
.quote-modal-close:hover { background: rgba(255,255,255,0.3); }
.quote-modal-body {
padding: 24px 28px 20px;
background: #ffffff;
}
.quote-modal-body .hero-form-block,
.quote-modal-body .hero-form-body,
.quote-modal-body .hero-form-wrap {
background: transparent !important;
padding: 0 !important;
box-shadow: none !important;
border-radius: 0 !important;
max-width: 100% !important;
}
.quote-modal-body .wpcf7-form p { margin-bottom: 14px !important; }
.quote-modal-body input[type="text"],
.quote-modal-body input[type="email"],
.quote-modal-body input[type="tel"],
.quote-modal-body input[type="number"],
.quote-modal-body select,
.quote-modal-body textarea {
width: 100% !important;
height: 48px !important;
border: 1.5px solid var(--lp-border-color) !important;
border-radius: 10px !important;
padding: 0 16px !important;
font-size: 14px !important;
background: #f8faff !important;
color: #1a1a2e !important;
box-shadow: none !important;
outline: none !important;
display: block !important;
margin-bottom: 14px !important;
transition: border-color 0.2s, box-shadow 0.2s;
-webkit-appearance: auto !important;
appearance: auto !important;
}
.quote-modal-body input:focus,
.quote-modal-body select:focus {
border-color: var(--lp-accent-mid) !important;
box-shadow: 0 0 0 3px rgba(0,85,211,0.1) !important;
background: #ffffff !important;
}
.quote-modal-body .wpcf7-acceptance {
margin: 4px 0 18px !important;
padding: 0 !important;
}
.quote-modal-body .wpcf7-acceptance .wpcf7-list-item {
margin: 0 !important;
padding: 0 !important;
display: flex !important;
}
.quote-modal-body .wpcf7-acceptance label {
display: flex !important;
align-items: center !important;
gap: 8px !important;
cursor: pointer !important;
margin: 0 !important;
}
.quote-modal-body .wpcf7-acceptance input[type="checkbox"] {
position: static !important;
width: 18px !important;
height: 18px !important;
min-width: 18px !important;
min-height: 18px !important;
margin: 0 !important;
padding: 0 !important;
opacity: 1 !important;
visibility: visible !important;
pointer-events: all !important;
z-index: 99 !important;
accent-color: var(--lp-accent-mid) !important;
flex-shrink: 0 !important;
cursor: pointer !important;
float: none !important;
display: inline-block !important;
}
.quote-modal-body .wpcf7-list-item-label {
font-size: 13px !important;
color: #444 !important;
cursor: pointer !important;
line-height: 1.4 !important;
margin: 0 !important;
}
.quote-modal-body .wpcf7-list-item-label a {
color: var(--lp-accent-mid) !important;
text-decoration: underline !important;
}
.quote-modal-body input[type="submit"],
.quote-modal-body .wpcf7-submit {
width: 100% !important;
height: 52px !important;
background: linear-gradient(135deg, #00008b, #0055d3) !important;
color: #ffffff !important;
border: none !important;
border-radius: 12px !important;
font-size: 14px !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
cursor: pointer !important;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
margin-top: 4px;
box-shadow: 0 4px 16px rgba(0,85,211,0.3) !important;
transition: all 0.25s ease !important;
}
.quote-modal-body input[type="submit"]:hover,
.quote-modal-body .wpcf7-submit:hover {
background: linear-gradient(135deg, #000064, #003daa) !important;
box-shadow: 0 6px 24px rgba(0,85,211,0.45) !important;
transform: translateY(-1px) !important;
opacity: 1 !important;
color: #ffffff !important;
}
.quote-modal-body .wpcf7-response-output {
font-size: 12px !important;
border-radius: 8px !important;
padding: 8px 12px !important;
margin-top: 10px !important;
}
#Quote .modal-footer { display: none !important; } @media (max-width: 991.98px) {
.section-heading h3,
.lp-section-heading h3 { font-size: 28px; }
.section-heading p,
.lp-section-heading p  { font-size: 16px; }
.section-heading       { margin-bottom: 20px; }
.hero-content .hero-heading { font-size: 30px; }
.process-wrap .process-block::after { display: none; }
.cta-section2 { background-attachment: scroll; }
} @media (max-width: 767.98px) {
.section-heading,
.lp-section-heading { text-align: center; margin-bottom: 15px; }
.section-heading h3,
.lp-section-heading h3 { font-size: 24px; }
.faq-block .faq-header h4 { font-size: 15px; padding-right: 28px; } .hero-section { padding-top: 30px; padding-bottom: 30px; }
.hero-content {
text-align: center;
max-width: 100%;
padding-top: 10px;
padding-bottom: 20px;
}
.hero-content .hero-heading { font-size: 26px !important; margin-bottom: 10px; }
.hero-content p              { font-size: 14px; }
.hero-content .btn           { width: 100% !important; margin-bottom: 20px; }
.hero-form-wrap              { max-width: 100%; margin: 0 auto; } .after-banner { text-align: center; }
.after-banner figure {
width: 100%;
margin-top: 0 !important;
margin-bottom: 16px !important;
} .about-intro { padding-top: 30px; padding-bottom: 30px; }
.about-content { text-align: center; }
.about-content ul { text-align: left; padding-left: 20px; }
.about-content .btn { width: 100% !important; }
.about-media img   { border-radius: 10px; margin-top: 20px; }
.about-intro .right-image-shape { max-width: 80px; right: 0; bottom: 2%; } .stats-section .col    { flex: 0 0 50%; max-width: 50%; }
.stats-section .display-4 { font-size: 1.8rem; } .services-container .service-block {
border-right: none;
border-bottom: 4px solid #0055d3;
}
.services-container .service-block img {
max-width: 100%;
border-radius: 10px;
margin-top: 10px;
} .cta-section { padding-top: 30px !important; text-align: center; }
.cta-section figure img { margin-top: -10px !important; width: 100%; }
.cta-section .section-button .btn,
.cta-section .section-button a {
width: 100% !important;
justify-content: center;
margin-top: 16px;
} .process-wrap .process-block::after { display: none; }
.process-wrap .process-block        { margin-bottom: 20px; } .faq-block .faq-content p { font-size: 14px; } .cta-section2 {
text-align: center;
padding: 40px 0;
overflow-x: hidden;
background-attachment: scroll;
}
.cta-section2 .btn     { width: 100% !important; margin-bottom: 15px; }
.number-btms           { justify-content: center; margin-top: 15px; }
.cta-image             { margin-top: 0; } .sticky-btn-panel-lp { bottom: 16px; }
.sticky-btn-panel-lp .sticky-btn-callback {
padding: 10px 12px;
max-width: 44px;
}
.sticky-btn-panel-lp .sticky-btn-callback:hover {
max-width: 200px;
padding: 10px 16px 10px 12px;
} #Quote .modal-dialog {
margin: 8px;
max-width: calc(100% - 16px);
}
.quote-modal-header { padding: 20px 18px 16px; }
.quote-modal-body   { padding: 18px 18px 14px; }
.quote-modal-title  { font-size: 17px !important; }
} @media (max-width: 575.98px) {
body { font-size: 15px; color: #212529; }
.hero-content .hero-heading { font-size: 22px !important; line-height: 1.2; }
.hero-section { padding-bottom: 24px; }
.btn { width: 100%; }
.section-heading h3,
.lp-section-heading h3 { font-size: 20px; }
.section-heading       { margin-bottom: 10px; }
.stats-section .col { flex: 0 0 50%; max-width: 50%; }
.ft-links  { text-align: center; margin-top: 50px; }
.goto-top  { padding-bottom: 50px; }
} .lp-main-content .py-5 {
padding-top: 0 !important;
padding-bottom: 0 !important;
} .lp-about-new {
background: #eaf2ff;
overflow: visible;
padding: 70px 0 90px;
}
.lp-about-shape {
position: absolute;
left: 0;
top: 0;
width: 120px;
opacity: 0.6;
z-index: 0;
}
.lp-about-new .container-custom {
position: relative;
z-index: 1;
}
.lp-about-img-wrap {
position: relative;
display: inline-block;
width: 100%;
}
.lp-about-main-img {
width: 100%;
max-width: 520px;
border-radius: 30px;
display: block;
box-shadow: 0 12px 40px rgba(0,0,80,0.12);
border: 3px solid #e8edf5;
outline: 4px solid #ff3b3b;
outline-offset: -12px;
}
.lp-about-badge {
position: absolute;
bottom: -20px;
right: -10px;
background: linear-gradient(135deg, #00008b, #1a3aff);
border-radius: 50%;
width: 160px;
height: 160px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
box-shadow: 0 8px 30px rgba(0,0,140,0.35);
z-index: 2;
}
.lp-badge-ring {
position: absolute;
top: 14px;
left: 14px;
right: 14px;
bottom: 14px;
border-radius: 50%;
border: 4px solid transparent;
border-top-color: #f5c518;
border-right-color: #f5c518;
transform: rotate(-30deg);
}
.lp-badge-number {
color: #ffffff;
font-size: 28px;
font-weight: 800;
margin: 0;
position: relative;
z-index: 1;
}
.lp-badge-text {
color: rgba(255,255,255,0.85);
font-size: 12px;
margin: 0;
position: relative;
z-index: 1;
line-height: 1.3;
}
.lp-about-heading {
font-size: 46px;
font-weight: 800;
color: #1a1a2e;
line-height: 1.1;
margin-bottom: 16px;
}
.lp-about-desc {
font-size: 16px;
color: #555;
line-height: 1.7;
max-width: 480px;
}
.lp-about-stats-card {
background: #ffffff;
border-radius: 20px;
padding: 30px 28px 24px;
box-shadow: 0 4px 24px rgba(0,0,80,0.08);
}
.lp-stat-number {
font-size: 42px;
font-weight: 800;
color: #1a1a2e;
line-height: 1;
margin-bottom: 6px;
}
.lp-stat-label {
font-size: 13px;
color: #777;
margin: 0;
line-height: 1.4;
}
.lp-about-stats-card .row .col-6:first-child {
border-right: 1px solid #eee;
}
.lp-avatar-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}
.lp-avatar-list li {
width: 44px;
height: 44px;
border-radius: 50%;
border: 3px solid #ffffff;
overflow: hidden;
margin-right: -12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.lp-avatar-list li img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lp-avatar-plus {
background: #00008b !important;
display: flex !important;
align-items: center;
justify-content: center;
overflow: visible !important;
}
.lp-avatar-plus i {
color: #ffffff;
font-size: 18px;
font-style: normal;
font-weight: 700;
}
.lp-about-trusted {
padding-top: 16px;
border-top: 1px solid #eee;
flex-wrap: wrap;
gap: 16px !important;
} @media (max-width: 991px) {
.lp-about-heading { font-size: 34px; }
.lp-stat-number   { font-size: 32px; }
.lp-about-badge   { width: 130px; height: 130px; bottom: -15px; right: 0; }
.lp-badge-number  { font-size: 22px; }
}
@media (max-width: 767px) {
.lp-about-new     { padding: 40px 0 60px; }
.lp-about-heading { font-size: 28px; }
.lp-about-main-img { max-width: 100%; }
.lp-about-badge   { width: 110px; height: 110px; right: 10px; }
.lp-badge-number  { font-size: 18px; }
.lp-badge-text    { font-size: 10px; }
.lp-stat-number   { font-size: 28px; }
.lp-about-stats-card { padding: 20px 16px; }
.lp-avatar-list li { width: 36px; height: 36px; }
} .main-content,
.lp-main-content,
.home-content {
overflow: visible !important;
} bbody.customize-support {
overflow-x: hidden !important;
overflow-y: visible !important;
}
body.customize-support .site-header,
body.customize-support .lp-site-header {
position: sticky !important;
top: 0 !important;
z-index: 1050 !important;
} .lp-cf-inline-wrap{
display:flex;
gap:20px;
margin-top:20px;
}
.inline-card{
flex:1;
}
@media(max-width:768px){
.lp-cf-inline-wrap{
flex-direction:column;
}
}
.lp-cf-section {
background: #fff;
padding: 80px 0;
} .lp-cf-label {
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--lp-accent, #1a3fa8);
margin-bottom: 8px;
}
.lp-cf-heading {
font-size: 38px;
font-weight: 800;
line-height: 1.2;
color: #0d1b3e;
margin-bottom: 32px;
} .lp-cf-form-wrap .wpcf7 .form-control,
.lp-cf-form-wrap .wpcf7 .form-select {
border: none;
border-bottom: 1.5px solid #d1d5db;
border-radius: 0;
padding: 12px 0;
font-size: 14px;
color: #333;
background: transparent;
width: 100%;
margin-bottom: 16px;
outline: none;
appearance: none;
-webkit-appearance: none;
transition: border-color 0.2s;
}
.lp-cf-form-wrap .wpcf7 .form-control:focus,
.lp-cf-form-wrap .wpcf7 .form-select:focus {
border-bottom-color: var(--lp-accent, #1a3fa8);
}
.lp-cf-form-wrap .wpcf7 .form-control::placeholder {
color: #999;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1px;
}
.lp-cf-form-wrap .wpcf7 .form-select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 4px center;
padding-right: 24px;
color: #999;
}
.lp-cf-form-wrap .wpcf7 .form-field-block { margin-bottom: 0; } .lp-cf-form-wrap .wpcf7 .form-check {
display: flex;
align-items: center;
gap: 10px;
margin: 8px 0 20px;
}
.lp-cf-form-wrap .wpcf7 .form-check-input {
width: 16px;
height: 16px;
border: 1.5px solid #999;
border-radius: 3px;
cursor: pointer;
flex-shrink: 0;
margin: 0;
}
.lp-cf-form-wrap .wpcf7 .form-check-input:checked {
background-color: var(--lp-accent, #1a3fa8);
border-color: var(--lp-accent, #1a3fa8);
}
.lp-cf-form-wrap .wpcf7 .form-check span,
.lp-cf-form-wrap .wpcf7 .form-check label { font-size: 13px; color: #666; }
.lp-cf-form-wrap .wpcf7 .form-check a { color: var(--lp-accent, #1a3fa8); font-weight: 600; } .lp-cf-form-wrap .wpcf7 .btn-accent,
.lp-cf-form-wrap .wpcf7 input[type="submit"] {
background: var(--lp-accent, #1a3fa8);
color: #fff !important;
border: none;
border-radius: 6px;
padding: 14px 40px;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
transition: opacity 0.2s, transform 0.1s;
width: auto;
}
.lp-cf-form-wrap .wpcf7 .btn-accent:hover,
.lp-cf-form-wrap .wpcf7 input[type="submit"]:hover { opacity: 0.88; transform: translateY(-1px); }
.lp-cf-form-wrap .wpcf7 hr { border-color: #eee; margin: 4px 0 8px; }
.lp-cf-form-wrap .wpcf7-not-valid-tip { font-size: 12px; color: #e53e3e; }
.lp-cf-form-wrap .wpcf7-response-output { display: none !important; } .lp-cf-img-wrap {
border-radius: 12px;
overflow: hidden;
margin-bottom: 28px;
}
.lp-cf-img {
width: 100%;
height: 300px;
object-fit: cover;
display: block;
} .lp-cf-info-row {
display: flex;
flex-direction: column;
gap: 16px;
}
.lp-cf-info-card {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 18px 20px;
background: #f8fafc;
border-radius: 10px;
border: 1px solid #e8ecf0;
transition: box-shadow 0.2s;
}
.lp-cf-info-card:hover {
box-shadow: 0 4px 16px rgba(26,63,168,0.08);
}
.lp-cf-info-icon {
width: 44px;
height: 44px;
background: var(--lp-accent, #1a3fa8);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
flex-shrink: 0;
}
.lp-cf-info-body { flex: 1; }
.lp-cf-info-title {
font-size: 13px;
font-weight: 700;
color: #0d1b3e;
margin-bottom: 4px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.lp-cf-info-text {
font-size: 14px;
color: #555;
margin: 0;
line-height: 1.5;
} @media (max-width: 991px) {
.lp-cf-section { padding: 50px 0; }
.lp-cf-heading { font-size: 28px; }
.lp-cf-img { height: 220px; }
}
@media (max-width: 576px) {
.lp-cf-heading { font-size: 24px; }
.lp-cf-info-card { padding: 14px 16px; }
}
.lp-cf-form-wrap .wpcf7 .btn-accent,
.lp-cf-form-wrap .wpcf7 input[type="submit"] {
background: var(--lp-accent, #1a3fa8) !important;
color: #fff !important;
border: none !important;
border-radius: 6px !important;
padding: 14px 40px !important;
font-size: 14px !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
cursor: pointer !important;
display: inline-block !important;
width: auto !important;
opacity: 1 !important;
visibility: visible !important;
}
.lp-cf-form-wrap .wpcf7 .btn-accent:hover,
.lp-cf-form-wrap .wpcf7 input[type="submit"]:hover {
background: #0d2d8a !important;
color: #fff !important;
transform: translateY(-1px) !important;
} .hero-form-body {
max-width: 560px;
margin: 0 auto;
font-family: 'Segoe UI', system-ui, sans-serif;
} .hero-form-body::before {
content: '';
display: block;
height: 3px;
background: #e5e7eb;
border-radius: 2px;
margin-bottom: 1.75rem;
} .cf7-step {
display: grid;
gap: 14px;
} .cf7-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
}
@media (max-width: 480px) {
.cf7-row { grid-template-columns: 1fr; }
} .cf7-field {
display: flex;
flex-direction: column;
gap: 6px;
}
.cf7-field label {
font-size: 11px;
font-weight: 600;
color: #6b7280;
letter-spacing: 0.05em;
text-transform: uppercase;
} .cf7-input,
.cf7-select,
.wpcf7-form-control.cf7-input,
.wpcf7-form-control.cf7-select {
width: 100%;
height: 44px;
padding: 0 14px;
border: 1px solid #d1d5db;
border-radius: 8px;
background: #ffffff;
color: #111827;
font-size: 15px;
font-family: inherit;
outline: none;
appearance: none;
-webkit-appearance: none;
transition: border-color 0.2s, box-shadow 0.2s;
}
.cf7-input:focus,
.cf7-select:focus {
border-color: #378ADD;
box-shadow: 0 0 0 3px rgba(55, 138, 221, 0.12);
} .cf7-field .wpcf7-select,
.cf7-field select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
padding-right: 36px;
} .cf7-hint {
font-size: 12px;
color: #9ca3af;
margin-top: 2px;
} .cf7-alert {
border-radius: 8px;
padding: 13px 15px;
font-size: 14px;
line-height: 1.55;
display: flex;
align-items: flex-start;
gap: 9px;
}
.cf7-alert-danger {
background: #fef2f2;
border: 1px solid #fca5a5;
color: #991b1b;
}
.cf7-alert-info {
background: #eff6ff;
border: 1px solid #93c5fd;
color: #1e40af;
} .cf7-divider {
border: none;
border-top: 1px solid #0551e9;
margin: 4px 0;
} .cf7-check-row {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: #6b7280;
line-height: 1.5;
}
.cf7-check-row a {
color: #185FA5;
text-decoration: none;
}
.cf7-checkbox,
.wpcf7-acceptance .wpcf7-list-item input {
width: 18px !important;
height: 18px !important;
flex-shrink: 0;
margin-top: 2px !important;
accent-color: #1D9E75;
cursor: pointer;
} .cf7-badge {
display: inline-block;
font-size: 11px;
padding: 2px 8px;
border-radius: 20px;
background: #eff6ff;
color: #185FA5;
font-weight: 500;
vertical-align: middle;
margin-left: 5px;
text-transform: none;
letter-spacing: 0;
} .cf7-step-nav {
display: flex;
gap: 10px;
margin-top: 4px;
}
.cf7-btn-next,
.cf7-btn-submit,
.wpcf7-submit.cf7-btn-submit {
flex: 1;
height: 48px;
background: #1D9E75;
color: #ffffff;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
font-family: inherit;
cursor: pointer;
transition: background 0.2s, transform 0.1s;
}
.cf7-btn-next:hover,
.cf7-btn-submit:hover {
background: #0F6E56;
}
.cf7-btn-next:active,
.cf7-btn-submit:active {
transform: scale(0.99);
}
.cf7-btn-back {
height: 48px;
padding: 0 20px;
background: transparent;
color: #6b7280;
border: 1px solid #d1d5db;
border-radius: 8px;
font-size: 15px;
font-family: inherit;
cursor: pointer;
transition: background 0.2s;
}
.cf7-btn-back:hover {
background: #f9fafb;
} .wpcf7-not-valid {
border-color: #E24B4A !important;
}
.wpcf7-not-valid-tip {
font-size: 12px;
color: #A32D2D;
margin-top: 4px;
display: block;
} .wpcf7-response-output {
border-radius: 8px;
padding: 12px 16px;
font-size: 14px;
margin-top: 12px;
}