/*
Theme Name: WebDigital Custom Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --brand: #0f6275;
    --brand-2: #16849b;
    --brand-dark: #073342;
    --brand-deep: #051f29;
    --brand-soft: #e8f6f8;
    --accent: #c80f1f;
    --accent-soft: #fff0f2;
    --ink: #102a33;
    --muted: #5c747c;
    --line: #dce8eb;
    --bg: #f5f8f9;
    --card: #ffffff;
    --concrete: #eef2f3;
    --shadow: 0 26px 80px rgba(7, 51, 66, .14);
    --shadow-soft: 0 16px 40px rgba(7, 51, 66, .08);
    --radius: 24px;
    --radius-lg: 34px;
    --container: 1180px;
}
:root {
    --primary: #0f6275;
    --primary-dark: #073342;
    --accent: #c80f1f;
    --ink: #17313a;
    --muted: #60757c;
    --line: #dbe5e8;
    --light: #f5f8f9;
    --white: #fff;
    --container: 1180px;
}
div#top-bar a, div#top-bar ul li {
    color: #d9f8ff !important;
}
b, strong {
    color: var(--brand);
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 13px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
    transition: .22s ease;
}
.btn-red {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 18px 38px rgba(200, 15, 31, .18);
}
.btn-primary,input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:focus {
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    box-shadow: 0 18px 38px rgba(15, 98, 117, .26);
}
.section-page {
    padding: 72px 0 !important;
}
.section-light {
    background: var(--light);
}
.progress{position:fixed;inset:0 auto auto 0;height:3px;width:0;background:linear-gradient(90deg,var(--brand-2),var(--accent));z-index:1000}
.row.contact-popup {
    padding: 38px 0;
    background: var(--brand-deep);
    position: relative;
    overflow: hidden;
    color: #d9eef2;
}
.button, button, fieldset, input, select, textarea {
    margin-bottom: 0em;
}
.row.contact-popup .col {
    padding-bottom: 0;
}
.h2-home h3 {
    font-size: 24px;
}
.lightbox-content {
    background-color: #fff;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 auto;
    max-width: fit-content !important;
    position: relative;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .nav > li > a:hover, .header-main .nav > li > a.active {
    background: var(--brand-soft);
    color: var(--brand);
}
.header-main .nav > li > a {
    padding: 12px 12px;
    border-radius: 999px;
    color: #274b55;
    font-weight: 700;
    font-size: 14px;
}
.nav-small.nav>li.html {
    font-size: 13px !important;
}
.html_topbar_left, .topbar__right {
    display: flex !important;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pill-mini {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.topbar {
    background: linear-gradient(90deg, var(--brand-deep), var(--brand-dark));
    color: #d9f8ff;
    font-size: 13px;
}
.pill-mini:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(200, 15, 31, .16);
}
li.html.custom.html_topbar_right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
li.html.custom.html_topbar_right a {
    font-size: 13px;
}


.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px !important;
    padding: 10px 23px;
    border-radius: 999px;
	border: 1px solid transparent !important;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
    transition: .22s ease;
}
.button.primary {
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    box-shadow: 0 18px 38px rgba(15, 98, 117, .26);
	min-height: 40px !important;
    line-height: 1em !important;
    padding: 10px 23px;
}
.button.primary.is-outline {
    background: #fff;
    color: var(--brand);
    border-color: rgba(15, 98, 117, .2) !important;;
	box-shadow: none;
}
.button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(15, 98, 117, .32);
}
.button.primary.is-outline:hover {
    background: var(--brand-soft);
    transform: translateY(-2px);
}
li.html.header-button-2 {
    margin-left: 5px;
}
li.html.header-button-1 {
    margin-right: 5px;
}
.flex-col.flex-left.flex-grow .nav {
    text-align: center;
    display: block;
}


.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    border: 1px solid rgba(15, 98, 117, .16);
    background: #fff;
    border-radius: 999px;
    color: var(--brand);
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .04em;
/*     text-transform: uppercase; */
    box-shadow: 0 10px 28px rgba(7, 51, 66, .06);
}
.eyebrow .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
	box-shadow: 0 0 0 6px rgba(201, 35, 35, .12);
}
.section-kicker p,.eyebrow {
    margin-bottom: 7px;
    color: var(--accent);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.banner h1 {
    font-size: clamp(42px,5.4vw,72px);
    line-height: 1.03;
    letter-spacing: -.055em;
    margin: 22px 0 20px;
    color: var(--brand-deep);
}
.banner h1 .line {
/*     display: block; */
    color: var(--brand);
    margin-top: 20px;
}
p.lead {
    font-size: 18px;
    color: #496873;
    max-width: 690px;
    margin-bottom: 26px;
    margin-top: 0;
}
.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 720px;
    margin-top: 26px;
}
.stat {
    background: white;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 12px 34px rgba(2, 47, 50, .06);
	    line-height: 1em;
}
.stat strong {
    display: block;
    font-size: 30px;
    color: var(--brand);
    line-height: 1;
}
.stat span {
    font-size: 13px;
    color: var(--muted);
    font-weight: 700;
}
.check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 26px 0 28px;
}
.check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(220, 232, 235, .9);
    border-radius: 18px;
    padding: 13px 14px;
    color: #3f5f68;
    font-weight: 700;
}
.check::before {
    content: "✓";
    width: 22px;
    height: 22px;
    color: rgb(255, 255, 255);
    display: inline-grid;
    font-size: 13px;
    font-weight: 900;
    margin-top: 1px;
    border-radius: 50%;
    background: var(--brand);
    place-items: center;
    flex: 0 0 auto;
}

.section.about {
    background: linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}
.text.h2-home h2 {
    font-size: clamp(31px, 4.2vw, 47px);
    color: var(--brand-deep);
    line-height: 1.05;
    letter-spacing: -.055em;
    margin: 22px 0 20px;
}
span.line {
    color: var(--brand);
}
/* .section-kicker p {
    color: var(--brand);
    font-weight: 900;
    font-size: 15px;
    letter-spacing: .04em;
} */

.img.img-main .img-inner {
    box-shadow: 0 26px 80px rgba(7, 51, 66, .14);
    border-radius: 25px;
    border: 10px solid #fff;
}
.img.img-main .img-inner img {
    border-radius: 30px;
    scale: 1.05;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.reveal {
    opacity: 1;
    transform: translateY(18px);
    transition: opacity .5s ease, transform .5s ease;
}
.service-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(220, 232, 235, .92);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: 0 18px 44px rgba(7, 51, 66, .06);
    overflow: hidden;
    min-height: 292px;
    display: flex;
    flex-direction: column;
}
.service-card:before {
    content: "";
    position: absolute;
    right: -72px;
    top: -72px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(22, 132, 155, .09);
}
.icon-box {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--brand-soft), #fff);
    border: 1px solid rgba(15, 98, 117, .14);
    display: grid;
    place-items: center;
    color: var(--brand);
    margin-bottom: 22px;
}
.icon-box svg {
    width: 27px;
    height: 27px;
}
.service-card h3 {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--brand-deep);
}
.service-card p {
    color: var(--muted);
    margin-bottom: 18px;
}
.las-card {
    position: absolute;
    z-index: 4;
    left: -40px;
    bottom: -60px;
    background: #fff;
    border: 1px solid rgba(220, 232, 235, .95);
    border-radius: 22px;
    padding: 18px 18px 16px;
    width: 210px;
    box-shadow: 0 24px 50px rgba(7, 51, 66, .18);
}
.las-card small {
    display: block;
    color: var(--muted);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
}
.las-card b {
    display: block;
    color: var(--accent);
    font-size: 38px;
    line-height: 1;
    margin: 8px 0 4px;
    font-family: Georgia, "Times New Roman", serif;
}
.las-card span {
    font-size: 13px;
    color: #496873;
    font-weight: 700;
}



.tag-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}
.tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
}

.section.footer-main .section-content > .row {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.footer-title h3 {
    font-size: 16px;
}
.footer-brand {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}
.footer-brand img {
    width: 48px;
    height: 44px;
    object-fit: contain;
}
.footer-brand strong {
    font-size: 24px;
    color: #fff;
    letter-spacing: .04em;
    font-family: Georgia, "Times New Roman", serif;
}
.ux-menu.menu-footer a.ux-menu-link__link.flex {
    color: #b7d0d7;
}
.ux-menu.menu-footer a.ux-menu-link__link.flex:hover {
    color: #fff;
}
.section.footer-main {
    color: #b7d0d7;
    padding: 80px 0 30px !important;
}
.process-wrap {
    background: var(--brand-deep);
    color: #d7eef3;
    border-radius: 38px;
    padding: 38px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.hero-mobi.banner {
    position: relative;
    padding: 72px 0 36px;
    overflow: hidden;
    background: radial-gradient(circle at 15% 15%, rgba(22, 132, 155, .14), transparent 34%), linear-gradient(180deg, #fff 0%, #f7fbfc 62%, var(--bg) 100%);
}
.hero-mobi.banner:before {
    content: "";
    position: absolute;
    right: -190px;
    top: -220px;
    width: 660px;
    height: 660px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 98, 117, .16), transparent 68%);
}
.hero-mobi.banner{
	display:none;
}
.step {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 22px;
    padding: 22px;
    min-height: 220px;
    backdrop-filter: blur(12px);
	    height: 230px;
}
.step p b {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--brand);
    margin-bottom: 18px !important;
	font-size: 16px;}
.step h3 {
    color: #fff;
    font-size: 19px;
    line-height: 1.18;
    margin-bottom: 10px;
}
.step p {
/*     color: #b7d7de;
    margin: 0; */
    font-size: 14px;
}
.step p {
    font-size: 14px;
}
.quote-card {
    background: var(--brand-deep);
    color: #dff7fb;
    border-radius: 26px;
    padding: 22px 24px;
    position: relative;
    overflow: hidden;
}
.quote-card:before {
    content: "";
    position: absolute;
    right: -38px;
    top: -38px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}
.quote-card b {
    color: #fff;
}
.quote-card p {
    margin-bottom: 0;
}
.process-wrap:before {
    content: "";
    position: absolute;
    right: -160px;
    top: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 132, 155, .35), transparent 68%);
}
.capacity-card .col-inner {
    background: #fff;
    border: 1px solid rgba(220, 232, 235, .9);
    border-radius: 30px;
    padding: 28px !important;
    box-shadow: 0 18px 52px rgba(7, 51, 66, .08);
}
.capacity-card h3 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 18px;
    color: var(--brand-deep);
}
.scope-list {
    display: grid;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.scope-list li {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    align-items: start;
    padding: 10px 0;
    margin: 0 !important;
    border-bottom: 1px dashed rgba(15, 98, 117, .16);
    color: #47656e;
}
.scope-list .scope-head {
    margin: 0 -10px 4px !important;
    padding: 13px 14px;
    background: var(--brand-deep);
    border: 0;
    border-radius: 14px;
    color: #fff;
    align-items: center;
    text-transform: uppercase;
}
.scope-list .scope-head span {
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.scope-list li span {
    font-weight: 700;
    color: var(--brand);
    background: var(--brand-soft);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 1.2;
}
.project-feature h3 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--brand-deep);
}
.project-feature {
    border-radius: 34px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(220, 232, 235, .9);
    box-shadow: var(--shadow-soft);
}
.project-feature p {
    color: var(--muted);
    margin-bottom: 0;
}
.project-feature .box-text.text-center{
	padding: 28px;
}
.partner-card > .col-inner {
    border-radius: 34px;
    background: linear-gradient(160deg, var(--brand-deep), var(--brand));
    color: #dff7fb;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.partner-card > .col-inner:before {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}
.partner-card h3 {
    color: #fff;
    font-size: 31px;
    line-height: 1.1;
    margin-bottom: 12px;
    position: relative;
}
.partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 22px;
    position: relative;
}
.partner {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 16px;
    font-weight: 900;
    color: #fff;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section.why {
    background: linear-gradient(180deg, #f8fbfc 0, #fff 100%);
}
.why-card {
    background: #fff;
    border: 1px solid rgba(220, 232, 235, .9);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 42px rgba(7, 51, 66, .06);
}
.why-card b {
    display: block;
    color: var(--brand);
    font-size: 34px;
    line-height: 1;
    margin-bottom: 12px;
    font-family: Georgia, "Times New Roman", serif;
}
.why-card h3 {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.why-card p {
    color: var(--muted);
    margin: 0;
    font-size: 14px;
}
.faq-list {
    display: grid;
    gap: 12px;
}
details {
    background: #fff;
    border: 1px solid rgba(220, 232, 235, .95);
    border-radius: 20px;
    padding: 0 20px;
    box-shadow: 0 10px 26px rgba(7, 51, 66, .04);
}
summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    font-weight: 900;
    color: var(--brand-deep);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
summary:after {
    content: "+";
    font-size: 24px;
    color: var(--brand);
    line-height: 1;
}
details[open] summary:after {
    content: "−";
}
details p {
    color: var(--muted);
    padding: 0 0 18px;
    margin: 0;
}


    .contact{padding:88px 0;background:var(--brand-deep);position:relative;overflow:hidden;color:#d9eef2}
    .contact:before{content:"";position:absolute;left:-210px;top:-210px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(22,132,155,.34),transparent 65%)}
    .contact-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:start}
    .contact h2{color:#fff;margin-bottom:20px}
    .contact p{color:#b9d7de}
    .contact-info{display:grid;gap:14px;margin-top:28px}
    .info-row{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px}
    .info-row .i{width:44px;height:44px;border-radius:14px;background:#fff;color:var(--brand);display:grid;place-items:center;font-weight:900}
    .info-row b{display:block;color:#fff;margin-bottom:2px}
	.info-row a {color: inherit;text-decoration: none;}
.form-card{background:#fff;border-radius:30px;padding:26px;box-shadow:var(--shadow);color:var(--ink)}
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .field p{display:grid;gap:7px}
    .field.full{grid-column:1/-1}
    label{font-size:13px;font-weight:900;color:#2e515b}
    .wpcf7 .wpcf7-form-control-wrap input,.wpcf7 .wpcf7-form-control-wrap select,.wpcf7 .wpcf7-form-control-wrap textarea{width:100%;border:1px solid var(--line);background-color:#f9fcfd;color:var(--ink);border-radius:16px;padding:13px 14px;outline:none;transition:.2s ease;    min-height: 53px;}
    .wpcf7 .wpcf7-form-control-wrap textarea{min-height:128px;resize:vertical;font-size: 16px;box-shadow: none;}
    input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(15,98,117,.1);background:#fff}

    .form-note {
		font-size: 13px;
		color: var(--muted) !important;
		margin-top: 30px !important;
		margin-bottom: 0 !important;
	}
    .submit-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}
	input:hover, select:hover, textarea:hover {box-shadow: inset 0 -1.8em 1em 0 transparent;box-shadow: none;}
	input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
		text-transform: none;
		font-size: 1em;
		font-weight: 900;
		line-height: 1.3em;
		border-radius: 100px;
		min-height: 3em;
		margin:0;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover {
		background: linear-gradient(135deg, var(--brand), var(--brand-2));
		color: #fff;
		box-shadow: 0 18px 38px rgba(15, 98, 117, .26);
		transform: translateY(-2px);
		box-shadow: 0 24px 48px rgba(15, 98, 117, .32);
	}
.company-note {
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 4px solid var(--accent);
    background: var(--light);
    color: #3c5c65;
    font-weight: 700;
}
.company-note p {
    margin-bottom: 0;
}
    .info-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:28px}.info-item{padding:15px 17px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.info-item small{display:block;color:var(--muted);font-size:12px}.info-item strong{display:block;margin-top:3px;color:var(--brand);font-size:15px}
.basic-box .col-inner {
    padding: 24px 0;
    border-top: 3px solid var(--primary);
}
.basic-box.child-last .col-inner {
    border-color: var(--accent);
}
.basic-box p {
    margin-bottom: 0;
}
.col.basic-box {
    padding-bottom: 0;
}
.text.h2-page h2 {
	color: var(--primary-dark);
    font-size: clamp(28px, 3.5vw, 38px);
    line-height: 1.25;
    letter-spacing: -.02em;
}
.field-item .col-inner {
    /* padding: 20px 0; */
    border-bottom: 1px solid var(--line);
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    color: var(--brand);
}
.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
}
table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
	    margin-bottom: 0;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    break-inside: if(media(overflow-block: paged): avoid;);
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
th:first-child, td:first-child
 {
    width: 150px;
}
td:first-child, th:first-child {
    padding-left: 18px !important;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
td:first-child {
    color: var(--primary);
    font-weight: 800;
}
th:first-child, td:first-child {
    width: 150px;
}
td:first-child, th:first-child {
    padding-left: 18px !important;
}
td:first-child, th:first-child {
    padding-left: 18px;
}
th {
    color: rgb(255, 255, 255);
    font-size: 16px;
    background: var(--primary-dark);
}
th, td {
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--line);
	    text-transform: none;
}
    .las{display:grid;grid-template-columns:260px 1fr;gap:36px;align-items:center}.las-code .col-inner{padding:30px;color:#fff;background:var(--primary-dark);text-align:center}.las-code .col-inner small{display:block;color:#b9d7de;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.las-code .col-inner strong{display:block;margin-top:9px;color:#fff;font-family:Georgia,serif;font-size:40px;line-height:1.05}.las-content h2{margin:0 0 15px;color:var(--primary-dark);font-size:32px}.methods{display:flex;gap:8px;flex-wrap:wrap}.methods span{padding:6px 10px;background:#e7f3f5;color:var(--primary);font-size:13px;font-weight:800}
.section.cta {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}
.cta__inner p {
    margin-bottom: 0;
}
@media only screen and (max-width: 1080px) {
/*************** ADD TABB ONLY CSS HERE  ***************/
	.las-card {
        left: auto;
        right: 18px;
        top: 15px;
        width: 222px;
        height: fit-content;
    }
	.hero-mobi.banner{
		display:block;
	}
	.banner.banner-home .text-box{
		display:none;
	}
	.service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.section.section-tight {
		padding: 15px;
	}
	.service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.col-inner.text-right {
        display: flex;
        gap: 15px;
        justify-content: space-around;
        flex-direction: column;
        align-content: center;
    }
	.las-code .col-inner {
        text-align: left;
    }
.las-code .col-inner p {
    margin-bottom: 0;
}
	h3 {
        font-size: 20px;
    }
	.las-card {
        left: auto;
        right: -6px;
        top: -39px;
        width: 170px;
        height: fit-content;
        padding: 12px 12px 8px;
        border-radius: 10px;
    }
	.las-card b {
    font-size: 24px;
}
	li.html.custom.html_topbar_left :last-child {
		display: none;
	}
	.button.primary {
		padding: 10px 13px;
	}
	.stat span {
		font-size: 13px;
		color: var(--muted);
		font-weight: 500;
		line-height: 1.2em;
	}
	.stat strong {
		font-size: 20px;
		line-height: 1.5em;
	}
	.stat {
		border-radius: 8px;
		padding: 10px;
	}
	.service-grid, .gallery-grid, .why-grid {
        grid-template-columns: 1fr;
    }
	.process-wrap {
        padding: 26px 10px;
        border-radius: 28px;
    }
	.form-grid {
    grid-template-columns: 1fr;
}
	.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap select, .wpcf7 .wpcf7-form-control-wrap textarea {
    padding: 10px 14px;
    border-radius: 8px;
}
	.form-card {
    border-radius: 16px;
    padding: 20px;
}
}