:root {
    --cw-navy: #061c45;
    --cw-blue: #0b7fd3;
    --cw-sky: #eaf6ff;
    --cw-header-offset: 158px;
}

main,
main p,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main li,
main span,
main small,
main strong,
main label,
main input,
main textarea,
main select,
.testi-grid2,
.service-rich-content,
.cw-google-review-card,
.cw-location-list {
    -webkit-user-select: text;
    user-select: text;
}

a,
button,
.th-btn,
.slider-arrow,
.icon-btn {
    -webkit-user-select: none;
    user-select: none;
}

.header-logo img,
.mobile-logo img,
.about-logo img {
    width: auto;
    max-width: 176px;
    max-height: 72px;
    object-fit: contain;
}

.footer-layout4 .about-logo img {
    max-width: 210px;
    max-height: 110px;
}

.cw-mini-logo {
    width: 96px;
    height: 96px;
    border-radius: 18px;
    object-fit: contain;
    background: #fff;
    padding: 8px;
}

.header-layout3 .sticky-wrapper {
    background: #fff;
    box-shadow: 0 16px 42px rgba(6, 28, 69, .08);
}

.header-layout3 .menu-area {
    background: #fff;
}

.header-layout3 .main-menu > ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-layout3 .main-menu > ul > li {
    margin: 0;
}

.header-layout3 .main-menu > ul > li > a {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 999px;
    color: var(--cw-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: background-color .25s ease, color .25s ease;
}

.header-layout3 .main-menu > ul > li > a:hover,
.header-layout3 .main-menu > ul > li:focus-within > a {
    background: #edf7ff;
    color: var(--cw-blue);
}

.header-layout3 .main-menu ul li.menu-item-has-children > a:after {
    margin-left: 0;
    color: currentColor;
    font-size: 12px;
    opacity: 1;
}

.header-layout3 .main-menu ul li.menu-item-has-children > a:hover:after,
.header-layout3 .main-menu ul li.menu-item-has-children:focus-within > a:after {
    content: "\f078";
    color: currentColor;
    transform: rotate(180deg);
}

.main-menu ul li:hover > ul.cw-service-mega-menu,
.main-menu ul li:focus-within > ul.cw-service-mega-menu {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
    visibility: visible;
    z-index: 99;
}

.main-menu ul.cw-service-mega-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    gap: 10px 12px;
    left: 50%;
    min-width: 760px;
    max-width: min(880px, calc(100vw - 48px));
    overflow: visible;
    padding: 22px;
    border: 1px solid rgba(6, 28, 69, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(6, 28, 69, .16);
    transform: translateX(-50%) scaleY(0);
}

.main-menu ul.cw-service-mega-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 26px;
    height: 26px;
    background: #fff;
    border-top: 1px solid rgba(6, 28, 69, .08);
    border-left: 1px solid rgba(6, 28, 69, .08);
    transform: translateX(-50%) rotate(45deg);
}

.main-menu ul.cw-service-mega-menu li {
    display: block;
    padding: 0;
}

.main-menu ul.cw-service-mega-menu .cw-mega-link {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    gap: 12px;
    align-items: flex-start;
    min-height: 76px;
    padding: 12px;
    border-radius: 8px;
    color: var(--cw-navy);
    text-transform: none;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.main-menu ul.cw-service-mega-menu .cw-mega-link:before,
.main-menu ul.cw-service-mega-menu .cw-mega-link:after {
    display: none;
}

.cw-mega-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    opacity: 1;
    visibility: visible;
    transition: transform .25s ease, box-shadow .25s ease;
}

.main-menu ul.cw-service-mega-menu li:nth-child(6n + 1) .cw-mega-icon {
    background: #ef4f78;
}

.main-menu ul.cw-service-mega-menu li:nth-child(6n + 2) .cw-mega-icon {
    background: #22c55e;
}

.main-menu ul.cw-service-mega-menu li:nth-child(6n + 3) .cw-mega-icon {
    background: #9f6bff;
}

.main-menu ul.cw-service-mega-menu li:nth-child(6n + 4) .cw-mega-icon {
    background: #5aa9f2;
}

.main-menu ul.cw-service-mega-menu li:nth-child(6n + 5) .cw-mega-icon {
    background: #14b8d4;
}

.main-menu ul.cw-service-mega-menu li:nth-child(6n + 6) .cw-mega-icon {
    background: #f59e0b;
}

.cw-mega-title {
    display: block;
    overflow: hidden;
    color: var(--cw-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cw-mega-text {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #6b7280;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cw-mega-arrow {
    margin-top: 9px;
    color: var(--cw-blue);
    font-size: 13px;
    opacity: .75;
    transition: transform .25s ease;
}

.main-menu ul.cw-service-mega-menu .cw-mega-link:hover,
.main-menu ul.cw-service-mega-menu .cw-mega-link:focus {
    background: #f4f8ff;
    color: #2563eb;
    transform: translateY(-2px);
}

.main-menu ul.cw-service-mega-menu .cw-mega-link:hover .cw-mega-icon,
.main-menu ul.cw-service-mega-menu .cw-mega-link:focus .cw-mega-icon {
    box-shadow: 0 10px 20px rgba(6, 28, 69, .14);
    transform: translateY(-1px) scale(1.04);
}

.main-menu ul.cw-service-mega-menu .cw-mega-link:hover .cw-mega-arrow,
.main-menu ul.cw-service-mega-menu .cw-mega-link:focus .cw-mega-arrow {
    transform: translateX(5px);
}

.main-menu ul.cw-service-mega-menu .cw-mega-all-services {
    grid-column: 3;
}

.cw-mega-view-all {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 76px;
    padding: 12px 18px !important;
    border-radius: 8px;
    background: #eef7ff;
    color: var(--cw-blue) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.main-menu ul.cw-service-mega-menu .cw-mega-view-all:before,
.main-menu ul.cw-service-mega-menu .cw-mega-view-all:after {
    display: none !important;
}

.cw-mega-view-all:hover,
.cw-mega-view-all:focus {
    background: #dff1ff;
    color: var(--cw-navy) !important;
    padding-left: 18px !important;
}

.cw-hero-copy {
    max-width: 800px;
}

.header-layout4 {
    --main-container: 1290px;
    min-height: 143px;
}

.header-layout4 .header-top > .container,
.header-layout4 .menu-area > .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
}

.header-layout4 .sticky-wrapper.sticky {
    animation: none;
    -webkit-animation: none;
}

.hero-5,
.hero-5 .th-slider,
.hero-5 .swiper-wrapper,
.hero-5 .swiper-slide,
.hero-5 .hero-inner {
    height: calc(100vh - var(--cw-header-offset) + 24px);
    min-height: calc(100vh - var(--cw-header-offset) + 24px);
}

@supports (height: 100dvh) {
    .hero-5,
    .hero-5 .th-slider,
    .hero-5 .swiper-wrapper,
    .hero-5 .swiper-slide,
    .hero-5 .hero-inner {
        height: calc(100dvh - var(--cw-header-offset) + 24px);
        min-height: calc(100dvh - var(--cw-header-offset) + 24px);
    }
}

.hero-5 .hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center right 18%;
    overflow: hidden;
}

.hero-5 .hero-inner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 28, 69, .82) 0%, rgba(6, 28, 69, .62) 38%, rgba(6, 28, 69, .08) 68%, rgba(6, 28, 69, 0) 100%);
    pointer-events: none;
}

.hero-5 .hero-style5 {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-5 .hero-title {
    max-width: 650px;
    margin-bottom: 22px;
    font-size: clamp(46px, 5.2vw, 72px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.hero-5 .hero-text {
    max-width: 630px;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.65;
}

.hero-5 .hero-title .title1,
.hero-5 .hero-title .title2 {
    max-width: none;
}

.hero-5 .cw-hero-call-btn {
    min-width: 184px;
    min-height: 58px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: var(--cw-blue);
    box-shadow: 0 10px 24px rgba(6, 28, 69, .2);
}

.hero-5 .cw-hero-call-btn:before,
.hero-5 .cw-hero-call-btn:after {
    display: none;
}

.hero-5 .cw-hero-call-btn i {
    color: var(--cw-blue);
}

.hero-5 .cw-hero-call-btn:hover {
    background: #fff;
    color: var(--cw-blue);
    box-shadow: 0 12px 28px rgba(6, 28, 69, .28);
}

.hero-5 .cw-hero-call-btn:hover i {
    color: var(--cw-blue);
}

.cw-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    padding: 9px 16px;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

.cw-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.cw-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    padding: 9px 13px;
    font-weight: 800;
    line-height: 1.2;
}

.cw-section-label {
    display: inline-flex;
    margin-bottom: 12px;
    color: #62c4ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cw-light-text {
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.7;
}

#serviceSlider2 .swiper-wrapper {
    align-items: stretch;
}

#serviceSlider2 .swiper-slide {
    display: flex;
    height: auto;
}

.cw-services-page .service-card,
#service-sec .service-box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 462px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #061c45;
    box-shadow: none;
    filter: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.cw-services-page .service-card:hover,
#service-sec .service-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(6, 28, 69, .16);
}

.cw-services-page .service-card .box-img,
#service-sec .service-box .box-img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #061c45;
}

.cw-services-page .service-card .box-img:after,
#service-sec .service-box .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 28, 69, 0) 18%, rgba(6, 28, 69, .76) 68%, rgba(0, 27, 43, .98) 100%),
        linear-gradient(90deg, rgba(0, 27, 43, .18), rgba(0, 27, 43, .04));
    pointer-events: none;
}

.cw-services-page .service-card .box-img img,
#service-sec .service-box .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.cw-services-page .service-card:hover .box-img img,
#service-sec .service-box:hover .box-img img {
    transform: scale(1.06);
}

.cw-services-page .service-card .box-content,
#service-sec .service-box .box-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 462px;
    padding: 28px 30px 26px;
    background: transparent;
    border-radius: 0;
}

.cw-service-card-icon {
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    background: var(--cw-blue);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 12px 28px rgba(0, 27, 43, .25);
}

.cw-services-page .service-card .box-title,
#service-sec .service-box .box-title {
    display: -webkit-box;
    min-height: 0;
    margin: 0 0 24px;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cw-services-page .service-card .box-title a,
#service-sec .service-box .box-title a {
    color: inherit;
}

.cw-services-page .service-card .box-title a:hover,
#service-sec .service-box .box-title a:hover {
    color: #fff;
}

.cw-service-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 16px;
    align-items: center;
    min-height: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.cw-service-card-footer span {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cw-service-card-footer a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    justify-self: end;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.cw-service-card-footer a:hover {
    background: #fff;
    color: var(--cw-blue);
    transform: translateY(-2px);
}

.cw-trust-band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, #061c45 0%, #073365 52%, #086fba 130%);
    color: #fff;
}

.cw-trust-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .07), transparent 35%),
        radial-gradient(circle at 82% 8%, rgba(98, 196, 255, .2), transparent 32%),
        radial-gradient(circle at 12% 88%, rgba(25, 169, 104, .16), transparent 28%);
    pointer-events: none;
}

.cw-trust-band:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, .14);
    pointer-events: none;
}

.cw-trust-band .container {
    position: relative;
    z-index: 1;
}

.cw-trust-layout {
    min-height: 372px;
}

.cw-trust-copy {
    max-width: 620px;
}

.cw-trust-copy .sec-title {
    margin-bottom: 22px;
    line-height: 1.12;
}

.cw-trust-copy .cw-light-text {
    max-width: 570px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    line-height: 1.75;
}

.cw-trust-summary {
    position: relative;
    display: grid;
    gap: 18px;
    max-width: 600px;
    padding-top: 8px;
}

.cw-trust-summary span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 38px;
    padding-left: 2px;
    color: #fff;
    font-weight: 800;
    line-height: 1.25;
}

.cw-trust-summary span:not(:last-child):after {
    content: "";
    position: absolute;
    top: 38px;
    left: 17px;
    width: 1px;
    height: 18px;
    background: linear-gradient(180deg, rgba(98, 196, 255, .7), rgba(98, 196, 255, 0));
}

.cw-trust-summary strong {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: rgba(98, 196, 255, .12);
    color: #62c4ff;
    font-family: var(--title-font);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: inset 0 0 0 1px rgba(98, 196, 255, .32), 0 10px 22px rgba(0, 20, 48, .14);
}

.cw-trust-summary em {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: 900;
}

.cw-trust-summary em:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #62c4ff, rgba(98, 196, 255, 0));
}

.cw-trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.cw-trust-item {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    height: 100%;
    min-height: 112px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .09);
    padding: 20px;
    box-shadow: 0 18px 40px rgba(0, 20, 48, .12), inset 0 1px 0 rgba(255, 255, 255, .12);
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cw-trust-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 24px 48px rgba(0, 20, 48, .18), inset 0 1px 0 rgba(255, 255, 255, .16);
}

.cw-trust-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #e8f7ff;
    color: var(--cw-blue);
    font-size: 15px;
    box-shadow: 0 10px 22px rgba(0, 20, 48, .16);
}

.cw-trust-number {
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: rgba(255, 255, 255, .18);
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.cw-trust-item strong {
    color: #fff;
    max-width: 330px;
    padding-right: 28px;
    font-family: var(--title-font);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.36;
}

.cw-counter-band {
    position: relative;
    overflow: hidden;
    background-color: #001c2c;
    background-image: linear-gradient(rgba(0, 24, 38, .9), rgba(0, 24, 38, .9)), url("../img/bg/counter_bg_1.jpg");
    background-position: center;
    background-size: cover;
    padding: 64px 0;
}

.cw-counter-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}

.cw-counter-card {
    position: relative;
    text-align: center;
}

.cw-counter-icon {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    margin: 0 auto 20px;
    background-image: url('data:image/svg+xml,<svg width="93" height="94" viewBox="0 0 93 94" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M47.4858 2.35636C55.7133 4.1267 60.1559 12.7468 67.3926 17.0442C75.016 21.5713 87.0571 20.2067 90.9568 28.1713C94.8361 36.0941 86.759 44.7719 85.2223 53.459C83.7528 61.7668 86.6672 70.9505 82.1316 78.0633C77.3922 85.4958 69.1939 91.0143 60.4716 92.2735C52.0774 93.4854 45.0328 86.4302 36.7479 84.6152C27.5711 82.6048 16.5573 87.1208 9.36342 81.077C2.16678 75.0308 0.456568 64.0744 1.13757 54.6977C1.76262 46.0914 9.5601 40.1868 12.9106 32.2354C16.4065 23.9391 14.382 12.9887 21.1928 7.10316C28.0716 1.15866 38.5991 0.444151 47.4858 2.35636Z" stroke="%23068FFF" stroke-width="2" stroke-dasharray="8 8"/></svg>');
    background-size: 100% 100%;
}

.cw-counter-icon img {
    width: 35px;
    height: 36px;
}

.cw-counter-number {
    color: var(--theme-color);
    font-size: 38px;
    line-height: 1;
    margin-bottom: 8px;
}

.cw-counter-card p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.cw-quote-panel {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(6, 28, 69, .11);
    padding: clamp(22px, 5vw, 44px);
}

.cw-form .form-control,
.cw-form .form-select {
    min-height: 56px;
    border: 1px solid #d8e1ec;
    border-radius: 7px;
    color: var(--cw-navy);
    font-weight: 600;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.cw-form textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.cw-form .form-control::placeholder {
    color: #6f7c91;
    opacity: 1;
}

.cw-form .form-control:focus,
.cw-form .form-select:focus {
    border-color: var(--cw-blue);
    background-color: #fbfdff;
    box-shadow: 0 0 0 4px rgba(11, 127, 211, .12);
}

.cw-form .th-btn {
    min-height: 62px;
    border-radius: 7px;
    box-shadow: 0 12px 26px rgba(11, 127, 211, .24);
}

.cw-form-heading {
    margin-bottom: 20px;
}

.cw-form-heading span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    color: #19a968;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cw-form-heading h3 {
    margin: 0;
    color: var(--cw-navy);
    font-size: clamp(24px, 5vw, 34px);
    line-height: 1.12;
}

.cw-contact-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.cw-contact-copy,
.cw-home-quote-copy {
    max-width: 590px;
}

.cw-contact-lead {
    color: #657489;
    font-size: 17px;
    line-height: 1.75;
}

.cw-contact-methods {
    display: grid;
    gap: 12px;
    margin: 24px 0;
}

.cw-contact-method {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 74px;
    padding: 13px 14px;
    border: 1px solid #e0e9f3;
    border-radius: 8px;
    background: #fff;
    color: #637187;
    box-shadow: 0 12px 30px rgba(6, 28, 69, .05);
}

.cw-contact-method:hover {
    border-color: rgba(11, 127, 211, .34);
    color: var(--cw-blue);
}

.cw-contact-method strong {
    display: block;
    margin-bottom: 3px;
    color: var(--cw-navy);
    font-family: var(--title-font);
    font-size: 15px;
    line-height: 1.2;
}

.cw-contact-method-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 8px;
    background: var(--cw-sky);
    color: var(--cw-blue);
    font-size: 18px;
}

.cw-contact-method .fa-whatsapp {
    color: #19a968;
}

.cw-contact-promise,
.cw-home-quote-list {
    display: grid;
    gap: 10px;
    margin: 20px 0 26px;
}

.cw-contact-promise span,
.cw-home-quote-list span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--cw-navy);
    font-weight: 800;
    line-height: 1.35;
}

.cw-contact-promise i,
.cw-home-quote-list i {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #eaf8f1;
    color: #19a968;
    font-size: 13px;
}

.cw-contact-form-panel,
.cw-home-form-panel {
    border: 1px solid rgba(6, 28, 69, .06);
}

.cw-work-process {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
}

.cw-work-process:before,
.cw-work-process:after {
    display: none;
}

.cw-work-process > .container {
    max-width: 1400px;
}

.cw-work-process .title-area {
    margin-bottom: 46px;
}

.cw-work-process .sec-text {
    max-width: 720px;
}

.cw-process-flow {
    position: relative;
    display: grid;
    counter-reset: cw-process-step;
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
}

.cw-process-flow:before {
    content: "";
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: 49px;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(216, 221, 225, 0), #d8dde1 12%, #d8dde1 88%, rgba(216, 221, 225, 0));
}

.cw-process-path {
    display: none;
}

.cw-process-step {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    counter-increment: cw-process-step;
}

.cw-process-node {
    position: relative;
    display: grid;
    justify-items: center;
}

.cw-process-icon {
    display: grid;
    width: 100px;
    height: 100px;
    place-items: center;
    border: 1px solid #d8dde1;
    border-radius: 50%;
    background: #fff;
    color: var(--cw-blue);
    font-size: 34px;
    line-height: 1;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}

.cw-process-icon i {
    transition: transform .3s ease;
}

.cw-process-copy {
    max-width: 360px;
    padding-top: 2px;
}

.cw-process-copy h3 {
    margin: 0 0 10px;
    color: #1f1f1f;
    font-family: var(--title-font);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.cw-process-copy h3:before {
    content: counter(cw-process-step, decimal-leading-zero) ".";
    display: block;
    margin-bottom: 6px;
    color: var(--cw-blue);
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
}

.cw-process-copy p {
    margin: 0;
    color: #6f7783;
    font-size: 15px;
    line-height: 1.65;
}

.cw-process-step:hover .cw-process-icon {
    border-color: var(--cw-blue);
    background: var(--cw-blue);
    color: #fff;
    transform: translateY(-3px);
}

.cw-process-step:hover .cw-process-icon i {
    transform: rotateY(180deg);
}

.cw-process-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 54px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(216, 221, 225, .72);
}

.cw-process-cta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--cw-navy);
    font-weight: 800;
    line-height: 1.35;
}

.cw-process-cta i {
    color: var(--cw-blue);
}

.cw-home-quote-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f5f9fd 0%, #ffffff 100%);
}

.cw-home-quote-section:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: #e5edf6;
}

.cw-home-quote-section .contact-sec1 {
    border-radius: 8px;
}

.cw-home-quote-form {
    width: 100%;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    border-color: #0783df;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(0, 21, 36, .22);
}

.cw-home-quote-form .form-title {
    padding: 20px 24px;
    font-size: clamp(28px, 7vw, 38px);
    font-weight: 800;
    line-height: 1.15;
}

.cw-home-quote-form .input-wrap {
    padding: clamp(24px, 6vw, 42px);
}

.cw-home-quote-form .row {
    --bs-gutter-y: 14px;
}

.cw-home-quote-form .form-group {
    margin-bottom: 0;
}

.cw-home-quote-form .form-control,
.cw-home-quote-form .form-select {
    min-height: 58px;
    padding-right: 54px;
    padding-left: 24px;
    border-color: #cddaea;
    background-color: #fff;
    font-size: 15px;
}

.cw-home-quote-form textarea.form-control {
    min-height: 118px;
    padding-top: 18px;
}

.cw-home-quote-form .form-control:focus,
.cw-home-quote-form .form-select:focus {
    border-color: var(--cw-blue);
    box-shadow: 0 0 0 4px rgba(11, 127, 211, .13);
}

.cw-home-quote-form .form-group > i {
    right: 20px;
    color: var(--cw-blue);
}

.cw-home-quote-form .th-btn {
    min-height: 58px;
    margin-top: 0;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(11, 127, 211, .26);
}

.cw-home-quote-copy .sec-text {
    margin-bottom: 22px;
}

.cw-why-section {
    position: relative;
    isolation: isolate;
    margin-top: 50px !important;
    padding-top: clamp(146px, 22vw, 200px);
    padding-bottom: 50px;
}

.cw-why-section:before,
.cw-why-section:after,
.cw-why-glow,
.cw-why-wave {
    content: "";
    position: absolute;
    pointer-events: none;
}

.cw-why-section:before {
    inset: 28px auto auto -120px;
    width: min(58vw, 620px);
    height: min(58vw, 620px);
    border: 1px solid rgba(11, 127, 211, .12);
    border-radius: 42% 58% 62% 38% / 45% 42% 58% 55%;
    transform: rotate(-18deg);
    z-index: -2;
}

.cw-why-section:after {
    right: -150px;
    bottom: 6%;
    width: min(54vw, 560px);
    height: min(54vw, 560px);
    border-radius: 48% 52% 41% 59% / 58% 35% 65% 42%;
    background: linear-gradient(135deg, rgba(11, 127, 211, .14), rgba(255, 255, 255, 0));
    z-index: -2;
}

.cw-why-glow {
    z-index: -1;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    filter: blur(12px);
    opacity: .55;
}

.cw-why-glow-1 {
    top: 18%;
    right: 12%;
    background: radial-gradient(circle, rgba(11, 127, 211, .2), transparent 68%);
}

.cw-why-glow-2 {
    left: 8%;
    bottom: 12%;
    background: radial-gradient(circle, rgba(25, 169, 104, .16), transparent 70%);
}

.cw-why-wave {
    left: 0;
    right: 0;
    bottom: 6%;
    z-index: -1;
    height: 190px;
    background:
        radial-gradient(85% 135% at 20% 0%, rgba(11, 127, 211, .08), transparent 58%),
        radial-gradient(80% 140% at 78% 100%, rgba(6, 28, 69, .06), transparent 62%);
    clip-path: polygon(0 42%, 14% 35%, 31% 47%, 47% 31%, 64% 43%, 82% 24%, 100% 36%, 100% 100%, 0 100%);
}

.cw-why-section .container {
    position: relative;
    z-index: 1;
}

.cw-why-section .sec-text {
    max-width: 620px;
}

.cw-why-section .about-feature4-area {
    display: grid;
    gap: 16px;
    max-width: 100%;
}

.cw-why-section .about-feature2 {
    align-items: flex-start;
    margin-bottom: 0;
    border: 1px solid rgba(11, 127, 211, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    padding: 16px;
    box-shadow: 0 16px 34px rgba(6, 28, 69, .06);
    backdrop-filter: blur(10px);
}

.cw-why-section .about-feature2 .box-icon {
    flex: 0 0 58px;
    border: 1px solid rgba(11, 127, 211, .12);
    background: linear-gradient(135deg, #eaf6ff, #ffffff);
}

.cw-why-section .about-feature2 .box-title {
    color: var(--cw-navy);
}

.cw-why-section .about-feature2 .box-text {
    margin-bottom: 0;
    color: #637187;
    line-height: 1.55;
}

.cw-why-section .img-box4 {
    margin-top: 42px;
}

.cw-why-section .img-box4 .img1 {
    margin-left: 0;
    padding: 0;
    border: 10px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(6, 28, 69, .14);
}

.cw-why-section .img-box4 .img1 img,
.cw-why-section .img-box4 .img2 img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.cw-why-section .img-box4 .img1 img {
    width: min(100%, 540px);
}

.cw-why-section .img-box4 .img2 {
    left: 0;
    bottom: -18px;
    max-width: 42%;
    border: 8px solid #ffffff;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(6, 28, 69, .16);
}

.cw-why-section .img-box4 .img2:after {
    content: "";
    position: absolute;
    inset: -14px;
    z-index: -1;
    border: 2px solid rgba(11, 127, 211, .62);
    border-radius: 999px;
}

@media (min-width: 768px) {
    .cw-why-section .about-feature4-area {
        max-width: 560px;
    }
}

@media (min-width: 1200px) {
    .cw-why-section {
        /* padding-top: 430px; */
        padding-bottom: 78px;
    }

    .cw-why-section .img-box4 {
        margin-top: 28px;
        margin-left: 48px;
    }

    .cw-why-section .img-box4 .img2 {
        left: -82px;
        bottom: -28px;
    }
}

@media (max-width: 575px) {
    .cw-why-section {
        padding-top: 140px;
        padding-bottom: 54px;
    }

    .cw-why-section .title-area {
        text-align: left;
    }

    .cw-why-section .about-feature2 {
        padding: 14px;
    }

    .cw-why-section .img-box4 .img1 {
        border-width: 7px;
    }

    .cw-why-section .img-box4 .img2 {
        max-width: 48%;
        border-width: 6px;
    }
}

.cw-map {
    min-height: 360px;
    border: 0;
    width: 100%;
    border-radius: 8px;
}

.cw-map-panel,
.cw-contact-coverage {
    border: 1px solid #dfeaf5;
    border-radius: 10px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 15px 40px rgba(6, 28, 69, .06);
}

.cw-map-panel .cw-map {
    display: block;
    height: 100%;
    min-height: 460px;
}

.cw-contact-coverage {
    padding: clamp(24px, 4vw, 36px);
}

.cw-area-panel {
    border: 1px solid #dfeaf5;
    border-radius: 10px;
    background: #fff;
    padding: clamp(24px, 5vw, 44px);
    box-shadow: 0 15px 40px rgba(6, 28, 69, .06);
}

.cw-home-service-area {
    position: relative;
    overflow: hidden;
}

.cw-home-service-area .container-fluid {
    position: relative;
    z-index: 1;
}

.cw-area-layout {
    position: relative;
    min-height: min(590px, calc(100vh - 220px));
}

@supports (height: 100dvh) {
    .cw-area-layout {
        min-height: min(590px, calc(100dvh - 220px));
    }
}

.cw-area-layout:before {
    content: "";
    position: absolute;
    top: clamp(28px, 4vw, 64px);
    bottom: clamp(28px, 4vw, 64px);
    left: min(41.66666667%, 720px);
    width: min(30vw, 360px);
    border: 1px solid rgba(11, 127, 211, .14);
    border-right: 0;
    border-radius: 999px 0 0 999px;
    pointer-events: none;
}

.cw-home-area-copy {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78));
    padding: clamp(28px, 4.6vw, 62px) clamp(22px, 4vw, 62px) clamp(28px, 4.6vw, 62px) max(22px, calc((100vw - 1400px) / 2 + 24px));
    box-shadow: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.cw-area-intro {
    position: relative;
    max-width: 620px;
    padding-bottom: 20px;
}

.cw-area-intro:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(11, 127, 211, .38), rgba(11, 127, 211, .06), transparent);
}

.cw-home-area-copy h2 {
    margin: 0 0 14px;
    color: var(--cw-navy);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
}

.cw-area-intro p {
    max-width: 560px;
    margin-bottom: 0;
    color: #657489;
    font-size: 16px;
    line-height: 1.62;
}

.cw-location-list.cw-home-location-list {
    max-width: 590px;
    gap: 0;
    margin-top: 4px;
}

.cw-home-location-list div {
    position: relative;
    border: 0;
    border-bottom: 1px solid rgba(6, 28, 69, .08);
    border-radius: 0;
    background: transparent;
    padding: 12px 0 12px 40px;
    transition: transform .25s ease, border-color .25s ease, color .25s ease;
}

.cw-home-location-list div:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--cw-blue);
    box-shadow: 0 0 0 6px rgba(11, 127, 211, .1);
}

.cw-home-location-list div:after {
    content: "";
    position: absolute;
    top: 36px;
    bottom: -6px;
    left: 6px;
    width: 1px;
    background: linear-gradient(180deg, rgba(11, 127, 211, .22), transparent);
}

.cw-home-location-list div:last-child {
    border-bottom: 0;
}

.cw-home-location-list div:last-child:after {
    display: none;
}

.cw-home-location-list div:hover {
    transform: translateX(4px);
    border-color: rgba(11, 127, 211, .18);
}

.cw-home-location-list div:hover h3 {
    color: var(--cw-blue);
}

.cw-location-list.cw-home-location-list h3 {
    font-size: 17px;
    line-height: 1.25;
}

.cw-location-list.cw-home-location-list p {
    font-size: 14px;
    line-height: 1.45;
}

.cw-location-list.cw-home-location-list small {
    margin-top: 6px;
    padding: 4px 9px;
    font-size: 13px;
}

.cw-area-actions {
    display: grid;
    gap: 12px;
    max-width: 590px;
    margin-top: auto;
    padding-top: 16px;
}

.cw-area-call {
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    border: 1px solid #d8e6f4;
    border-radius: 999px;
    color: var(--cw-navy);
    font-weight: 900;
}

.cw-area-call:hover {
    border-color: var(--cw-blue);
    color: var(--cw-blue);
}

.cw-home-map-panel {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: min(590px, calc(100vh - 220px));
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: auto;
    border: 0;
    border-radius: 34px 0 0 34px;
    padding: clamp(10px, 1.1vw, 16px) 0 clamp(10px, 1.1vw, 16px) clamp(10px, 1.1vw, 16px);
    background:
        linear-gradient(145deg, rgba(6, 28, 69, .98), rgba(8, 57, 105, .94));
    box-shadow: -28px 0 70px rgba(6, 28, 69, .16);
}

@supports (height: 100dvh) {
    .cw-home-map-panel {
        min-height: min(590px, calc(100dvh - 220px));
    }
}

.cw-home-map-panel:before {
    content: "";
    position: absolute;
    inset: clamp(10px, 1.1vw, 16px) 0 clamp(10px, 1.1vw, 16px) clamp(10px, 1.1vw, 16px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-right: 0;
    border-radius: 24px 0 0 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 34%);
    pointer-events: none;
    z-index: 2;
}

.cw-map-toolbar {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 8px;
    align-items: center;
    border-radius: 24px 0 0 0;
    background: rgba(255, 255, 255, .06);
    padding: 15px 16px;
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.cw-map-toolbar span,
.cw-map-toolbar strong {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    line-height: 1.25;
}

.cw-map-toolbar span {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 800;
}

.cw-map-toolbar strong {
    font-size: 15px;
    font-weight: 900;
}

.cw-home-map-panel .cw-map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0 0 0 24px;
    filter: saturate(.95) contrast(1.03);
}

.cw-location-list {
    display: grid;
    gap: 14px;
}

.cw-location-list div {
    border-top: 1px solid #e7eef6;
    padding-top: 14px;
}

.cw-location-list h3 {
    margin: 0 0 5px;
    color: var(--cw-navy);
    font-size: 19px;
}

.cw-location-list p {
    margin: 0;
    color: #657489;
}

.cw-location-list small {
    display: inline-flex;
    margin-top: 8px;
    border-radius: 999px;
    background: var(--cw-sky);
    color: var(--cw-blue);
    padding: 5px 10px;
    font-weight: 800;
}

.cw-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 22px;
}

.cw-contact-actions .cw-action-btn {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 18px 18px;
    white-space: nowrap;
}

.cw-call-action {
    background: var(--cw-blue);
}

.cw-sticky-mobile {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
}

.cw-sticky-mobile a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 0;
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .28);
    padding: 11px 10px;
    color: #fff;
    background: linear-gradient(135deg, #0b7fd3 0%, #086bb3 100%);
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(6, 28, 69, .22);
    pointer-events: auto;
}

.cw-sticky-mobile span {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    font-size: 15px;
}

.cw-sticky-mobile strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cw-sticky-mobile a:first-child {
    background: linear-gradient(135deg, #20bf6b 0%, #139b55 100%);
}

.cw-whatsapp-btn {
    align-items: center;
    justify-content: center;
    min-height: auto;
    background: transparent;
    border: 0;
    color: #021f4e;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    box-shadow: none;
}

.cw-header-call-btn {
    align-items: center;
    justify-content: center;
    min-height: auto;
    background: transparent;
    border: 0;
    color: var(--cw-blue);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    margin-left: 26px;
    padding: 0;
    text-transform: uppercase;
}

.cw-header-call-btn i {
    color: var(--cw-blue);
    font-size: 18px;
    line-height: 1;
}

.cw-header-call-btn:hover,
.cw-header-call-btn:hover i {
    color: var(--cw-navy);
}

.cw-header-call-btn + .th-btn {
    margin-left: 26px;
}

.cw-whatsapp-btn i {
    color: #25d366;
    font-size: 34px;
    line-height: 1;
}

.cw-whatsapp-btn:hover {
    background: transparent;
    color: #1ebe5d;
}

.cw-whatsapp-btn:hover i {
    color: #1ebe5d;
}

.cw-google-review-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
}

.cw-google-review-card {
    display: grid;
    gap: 22px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #dfeaf5;
    background: #fff;
    padding: clamp(20px, 4vw, 34px);
    box-shadow: 0 20px 55px rgba(6, 28, 69, .09);
}

.cw-google-review-main {
    display: grid;
    gap: 18px;
}

.cw-google-badge {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(6, 28, 69, .12);
}

.cw-google-badge span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
}

.cw-google-review-copy h2 {
    color: var(--cw-navy);
    font-size: clamp(28px, 4.2vw, 42px);
    line-height: 1.14;
    margin-bottom: 12px;
}

.cw-google-review-copy p {
    max-width: 680px;
    color: #657489;
    font-size: 17px;
    line-height: 1.7;
}

.cw-google-review-card .cw-section-label {
    color: var(--cw-blue);
}

.cw-google-stars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    color: #fbbc05;
}

.cw-google-stars span {
    margin-left: 8px;
    color: var(--cw-navy);
    font-size: 14px;
    font-weight: 900;
}

.cw-google-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
}

.cw-google-text-link {
    display: inline-flex;
    align-items: center;
    color: var(--cw-blue);
    font-weight: 900;
}

.cw-google-note {
    color: #657489;
    font-size: 14px;
    font-weight: 700;
}

.cw-google-qr {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #dfeaf5;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    padding: 18px 18px 16px;
    text-align: center;
}

.cw-qr-label {
    color: var(--cw-navy);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 900;
}

.cw-google-qr img {
    width: 172px;
    height: 172px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(6, 28, 69, .08);
}

.cw-google-qr p {
    margin: 0;
    color: #657489;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.cw-google-clients-section {
    position: relative;
    overflow: hidden;
    background: #fff;
}

#testi-sec {
    position: relative;
    overflow: hidden;
    margin-top: -1px;
    background:
        linear-gradient(180deg, #fff 0%, #f8fbff 48%, #fff 100%);
}

#testi-sec .testi-box2-area {
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#testi-sec .testi-box2-slide {
    position: relative;
    padding: 18px 0 82px;
}

#testi-sec .title-area {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

#testi-sec .sub-title2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(11, 127, 211, .2);
    border-radius: 999px;
    background: #fff;
    padding: 8px 14px;
    color: var(--cw-navy);
    font-size: 13px;
    letter-spacing: .08em;
    box-shadow: 0 12px 28px rgba(11, 127, 211, .08);
}

#testi-sec .sub-title2 img {
    display: none;
}

#testi-sec .sub-title2:before {
    content: "\f10d";
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: var(--cw-blue);
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

#testi-sec .sec-title {
    margin-top: 18px;
    color: var(--cw-navy);
    font-size: clamp(32px, 8vw, 48px);
    line-height: 1.12;
    letter-spacing: 0;
}

#testiSlide2 {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

#testiSlide2:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(11, 127, 211, .32), transparent);
}

#testi-sec .testi-box2 {
    position: relative;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    text-align: center;
}

#testi-sec .testi-box2:before {
    content: "\f10d";
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 24px;
    place-items: center;
    border-radius: 16px;
    background: var(--cw-blue);
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 18px 36px rgba(11, 127, 211, .2);
}

#testi-sec .testi-box2 .box-review {
    justify-content: center;
    margin-bottom: 18px;
    color: #f8aa17;
    font-size: 16px;
}

#testi-sec .testi-box2 .box-text {
    max-width: 740px;
    margin: 0 auto 28px;
    color: #314258;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.72;
}

#testi-sec .box-profile {
    justify-content: center;
    gap: 16px;
}

#testi-sec .testi-box2 .box-title {
    color: var(--cw-navy);
    font-size: 22px;
    line-height: 1.25;
}

#testi-sec .testi-box2 .box-desig {
    color: #66758a;
    font-size: 15px;
}

#testi-sec .testi-box2-slide .icon-box {
    right: 50%;
    bottom: 18px;
    transform: translateX(50%);
    gap: 12px;
}

#testi-sec .testi-box2-slide .slider-arrow {
    --icon-size: 48px;
    border: 1px solid rgba(11, 127, 211, .18);
    background: var(--cw-blue);
    color: #fff;
    box-shadow: 0 14px 28px rgba(11, 127, 211, .16);
}

#testi-sec .testi-box2-slide .slider-arrow:hover {
    border-color: var(--cw-navy);
    background: var(--cw-navy);
    color: #fff;
}

.cw-google-review-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    justify-items: center;
    padding: 0;
}

.cw-google-review-sidebar {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 18px;
    width: 100%;
    color: var(--cw-navy);
    text-align: center;
}

.cw-google-review-heading .cw-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #f7fbff;
    padding: 8px 14px;
    color: var(--cw-blue);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.15;
    text-transform: uppercase;
}

.cw-google-review-heading h2 {
    max-width: 760px;
    margin: 20px 0 14px;
    color: var(--cw-navy);
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.06;
    letter-spacing: 0;
}

.cw-google-review-heading p {
    max-width: 500px;
    margin: 0 auto;
    color: #66758a;
    font-size: 17px;
    line-height: 1.55;
}

.cw-google-review-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
    justify-items: center;
    width: min(100%, 780px);
    padding: 0;
}

.cw-google-footer-rating {
    display: grid;
    gap: 16px;
    justify-items: center;
    width: min(100%, 360px);
    border: 1px solid #dfeaf5;
    border-radius: 8px;
    background: #fff;
    padding: 24px 22px;
    box-shadow: 0 18px 48px rgba(6, 28, 69, .08);
}

.cw-google-brand {
    display: grid;
    gap: 10px;
    width: 100%;
    padding: 0;
    text-align: center;
}

.cw-google-word {
    display: inline-flex;
    gap: 1px;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
}

.cw-google-word span:nth-child(1),
.cw-google-word span:nth-child(4) {
    color: #4285f4;
}

.cw-google-word span:nth-child(2),
.cw-google-word span:nth-child(6) {
    color: #ea4335;
}

.cw-google-word span:nth-child(3) {
    color: #fbbc05;
}

.cw-google-word span:nth-child(5) {
    color: #34a853;
}

.cw-google-score-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.cw-google-score-row .cw-google-stars {
    margin: 0;
    color: #fbbc05;
    font-size: 18px;
}

.cw-google-score-row strong {
    color: var(--cw-navy);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.cw-google-brand small {
    color: #66758a;
    font-size: 14px;
    font-weight: 700;
}

.cw-google-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 260px);
    min-height: 52px;
    border: 1px solid var(--cw-blue);
    border-radius: 999px;
    background: var(--cw-blue);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.cw-google-outline-btn:hover {
    border-color: var(--cw-navy);
    background: var(--cw-navy);
    color: #fff;
}

.cw-google-qr-row {
    display: grid;
    grid-template-columns: 92px minmax(0, 132px);
    gap: 14px;
    align-items: center;
    width: fit-content;
    padding: 0;
}

.cw-google-qr-row img {
    width: 92px;
    height: 92px;
    border-radius: 4px;
    background: #f8fbff;
    padding: 3px;
}

.cw-google-qr-row span {
    color: #66758a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.cw-google-review-content {
    width: 100%;
    min-width: 0;
}

.cw-google-review-cards {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 34px;
}

.cw-google-review-cards .swiper-slide {
    height: auto;
}

.cw-google-testimonial-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    height: 100%;
    min-height: 248px;
    overflow: hidden;
    border: 1px solid #dfeaf5;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    padding: 26px 24px;
    box-shadow: 0 18px 48px rgba(6, 28, 69, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.cw-google-testimonial-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
}

.cw-google-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(11, 127, 211, .28);
    box-shadow: 0 24px 58px rgba(6, 28, 69, .13);
}

.cw-google-card-mark {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #e5edf6;
    border-radius: 50%;
    background: #fff;
    color: #4285f4;
    font-size: 16px;
    box-shadow: 0 10px 24px rgba(6, 28, 69, .08);
}

.cw-google-testimonial-card .cw-google-stars {
    margin: 0;
    padding-right: 42px;
    color: #fbbc05;
    font-size: 14px;
}

.cw-google-testimonial-card p {
    margin: 0;
    color: #1d2b3f;
    font-size: 15px;
    line-height: 1.7;
}

.cw-google-reviewer strong,
.cw-google-reviewer span {
    display: block;
}

.cw-google-reviewer strong {
    color: var(--cw-navy);
    font-size: 15px;
    font-weight: 900;
}

.cw-google-reviewer span {
    margin-top: 2px;
    color: #657489;
    font-size: 13px;
    font-weight: 700;
}

.cw-google-review-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
}

.cw-google-review-dots span,
.cw-google-review-dots .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    border-radius: 50%;
    background: #c8d7e8;
    opacity: 1;
    transition: width .25s ease, background-color .25s ease;
}

.cw-google-review-dots .active,
.cw-google-review-dots .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--cw-blue);
}

.cw-final-cta {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, #061c45 0%, #082a5d 56%, #0b7fd3 150%);
}

.cw-final-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 18%, rgba(98, 196, 255, .2), transparent 34%);
    pointer-events: none;
}

.cw-final-cta .container {
    position: relative;
    z-index: 1;
}

.cw-final-cta .cw-contact-actions {
    margin-top: 0;
}

.cw-final-cta .cw-contact-actions .cw-action-btn {
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.cw-service-hero {
    position: relative;
    overflow: hidden;
    padding: 118px 0 94px;
    background-color: var(--cw-navy);
    background-position: center;
    background-size: cover;
}

.cw-service-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 28, 69, .94), rgba(6, 28, 69, .74));
}

.cw-service-hero .container {
    position: relative;
    z-index: 1;
}

.cw-service-hero h1 {
    color: #fff;
    font-size: clamp(42px, 7vw, 72px);
    line-height: 1.06;
    margin-bottom: 18px;
}

.cw-service-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 1.7;
}

.cw-service-breadcrumb {
    justify-content: flex-start;
    margin-bottom: 18px;
}

.cw-service-breadcrumb li,
.cw-service-breadcrumb a {
    color: rgba(255, 255, 255, .82);
}

.cw-service-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
}

.cw-service-hero-card {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    padding: clamp(24px, 4vw, 36px);
    backdrop-filter: blur(12px);
}

.cw-service-hero-card span {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 8px;
    background: #fff;
    color: var(--cw-blue);
    font-size: 28px;
}

.cw-service-hero-card h2 {
    color: #fff;
    font-size: 28px;
}

.cw-service-main-image {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.cw-benefit-grid {
    display: grid;
    gap: 12px;
}

.cw-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #dfeaf5;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    color: var(--cw-navy);
    font-weight: 800;
    line-height: 1.45;
}

.cw-benefit-item i {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #eaf8f1;
    color: #19a968;
    font-size: 12px;
}

.cw-service-sidebar {
    position: sticky;
    top: 110px;
}

@media (min-width: 576px) {
    .cw-process-cta,
    .cw-map-toolbar,
    .cw-area-actions {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .cw-process-cta {
        justify-items: stretch;
    }

    .cw-process-cta .th-btn,
    .cw-area-actions .th-btn {
        justify-self: end;
    }

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

    .cw-trust-summary:before {
        content: "";
        position: absolute;
        top: 25px;
        right: 44px;
        left: 18px;
        height: 1px;
        background: linear-gradient(90deg, rgba(98, 196, 255, .58), rgba(98, 196, 255, .18), rgba(98, 196, 255, 0));
    }

    .cw-trust-summary span {
        display: grid;
        align-items: start;
        gap: 11px;
        min-height: 82px;
        padding-left: 0;
    }

    .cw-trust-summary span:not(:last-child):after {
        display: none;
    }

    .cw-trust-summary strong,
    .cw-trust-summary em {
        position: relative;
        z-index: 1;
    }

    .cw-contact-actions {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    .cw-contact-actions .cw-action-btn {
        flex: 1 1 0;
        width: auto;
        font-size: 13px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .cw-google-actions,
    .cw-service-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .cw-sticky-mobile {
        display: none;
    }

    #testi-sec .testi-box2-slide {
        display: grid;
        grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
        gap: 48px;
        align-items: center;
        padding: 42px 0 34px;
    }

    #testi-sec .title-area {
        grid-column: 1;
        grid-row: 1;
        max-width: 430px;
        margin: 0;
        text-align: left !important;
    }

    #testiSlide2 {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    #testiSlide2:before {
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, transparent, rgba(11, 127, 211, .34), transparent);
    }

    #testi-sec .testi-box2 {
        max-width: 690px;
        padding: 18px 0 18px 34px;
        text-align: left;
    }

    #testi-sec .testi-box2:before {
        margin-right: 0;
        margin-left: 0;
    }

    #testi-sec .testi-box2 .box-review,
    #testi-sec .box-profile {
        justify-content: flex-start;
    }

    #testi-sec .testi-box2 .box-text {
        margin-right: 0;
        margin-left: 0;
    }

    #testi-sec .testi-box2-slide .icon-box {
        position: static;
        grid-column: 1;
        grid-row: 2;
        display: flex;
        justify-content: flex-start;
        margin-top: 8px;
        transform: none;
    }

    .cw-work-process .title-area {
        margin-bottom: 62px;
    }

    .cw-process-flow {
        --cw-process-curve-scale: .62;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 28px;
        align-items: start;
        min-height: 300px;
        padding: 0;
    }

    .cw-process-flow:before {
        display: none;
    }

    .cw-process-step {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 26px;
        justify-items: center;
        min-width: 0;
        text-align: center;
    }

    .cw-process-step.is-below {
        margin-top: 54px;
    }

    .cw-process-icon {
        position: relative;
        z-index: 2;
        width: 104px;
        height: 104px;
    }

    .cw-process-node:after {
        content: url('data:image/svg+xml,<svg width="230" height="76" viewBox="0 0 230 76" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 67C121 105 113 -24 228 8" stroke="%23D8DDE1" stroke-width="3" stroke-linecap="round"/></svg>');
        position: absolute;
        top: 18px;
        left: calc(50% + 76px);
        z-index: -1;
        transform: rotate(3deg) scaleX(var(--cw-process-curve-scale));
        transform-origin: left center;
        line-height: 0;
        pointer-events: none;
    }

    .cw-process-step.is-below .cw-process-node:after {
        top: -18px;
        transform: scaleY(-1) rotate(3deg) scaleX(var(--cw-process-curve-scale));
    }

    .cw-process-step:last-child .cw-process-node:after {
        display: none;
    }

    .cw-process-copy {
        max-width: 315px;
        padding-top: 0;
        text-align: center;
    }

    .cw-process-copy h3 {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .cw-process-copy p {
        font-size: 16px;
        line-height: 1.75;
    }

    .cw-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .cw-counter-band {
        padding: 82px 0;
    }

    .cw-counter-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
    }

    .cw-counter-card:not(:last-child):after {
        content: "";
        position: absolute;
        top: 6px;
        right: 0;
        width: 1px;
        height: 174px;
        background: rgba(255, 255, 255, .25);
    }

    .cw-counter-number {
        font-size: 40px;
    }

    .cw-counter-card p {
        font-size: 20px;
    }

    .cw-google-review-card {
        grid-template-columns: minmax(0, 1fr) 230px;
    }

    .cw-google-review-main {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .cw-google-review-panel {
        grid-template-columns: 1fr;
        gap: 38px;
        align-items: center;
    }

    .cw-google-review-heading h2 {
        max-width: 760px;
        font-size: clamp(44px, 3.8vw, 56px);
    }

    .cw-google-review-footer {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 28px;
        padding: 0;
    }

    .cw-google-footer-rating {
        grid-template-columns: 1fr;
        align-items: stretch;
        justify-content: center;
        justify-self: end;
        gap: 16px;
    }

    .cw-google-qr-row {
        justify-self: start;
    }

    .cw-google-review-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .cw-google-testimonial-card {
        min-height: 256px;
        padding: 28px 24px;
    }
}

@media (min-width: 1200px) {
    .cw-process-flow {
        --cw-process-curve-scale: .82;
    }

    .cw-home-map-panel {
        margin-right: 0;
    }
}

@media (min-width: 1400px) {
    .cw-process-flow {
        --cw-process-curve-scale: 1;
        gap: 34px;
    }
}

@media (max-width: 1199px) {
    .cw-area-layout {
        min-height: 0;
    }

    .cw-area-layout:before {
        display: none;
    }

    .cw-home-area-copy {
        padding: clamp(32px, 7vw, 62px) clamp(20px, 6vw, 44px);
    }

    .cw-home-map-panel {
        width: calc(100% - clamp(32px, 8vw, 88px));
        max-width: 760px;
        height: auto;
        min-height: 0;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
        border-radius: 24px;
        padding: 10px;
        box-shadow: 0 24px 58px rgba(6, 28, 69, .16);
    }

    .cw-home-map-panel:before {
        inset: 10px;
        border-right: 1px solid rgba(255, 255, 255, .16);
        border-radius: 16px;
    }

    .cw-map-toolbar {
        border-radius: 16px 16px 0 0;
    }

    .cw-home-map-panel .cw-map {
        border-radius: 0 0 16px 16px;
    }
}

@media (max-width: 991px) {
    :root {
        --cw-header-offset: 92px;
    }

    .header-layout4 {
        min-height: 92px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(6, 28, 69, .08);
    }

    .header-layout4 .menu-area {
        padding: 9px 0;
    }

    .header-layout4 .menu-area .row {
        display: grid;
        grid-template-columns: 56px 1fr 56px;
        align-items: center;
    }

    .header-layout4 .menu-area .row > .col-auto:first-child {
        grid-column: 2;
        justify-self: center;
    }

    .header-layout4 .menu-area .row > .col-auto:last-child {
        grid-column: 3;
        justify-self: end;
    }

    .header-layout4 .header-logo {
        text-align: center;
    }

    .header-layout4 .header-button .th-btn {
        display: none;
    }

    .header-layout4 .th-menu-toggle {
        margin-left: 0;
        border-radius: 12px;
        box-shadow: 0 10px 24px rgba(6, 28, 69, .16);
    }

    .scroll-top {
        right: 18px;
        bottom: 90px;
    }

    .breadcumb-wrapper,
    .breadcumb-wrapper.th-breadcumb,
    .breadcumb-wrapper:has(.breadcrumb-bottom-shape) {
        padding: 120px 0 70px;
        text-align: center;
    }

    .breadcumb-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 10px;
        margin-top: 14px;
    }

    .breadcumb-menu li {
        margin: 0;
        padding: 0;
    }

    .breadcumb-menu li:after {
        margin-left: 8px;
        font-size: 12px;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 14px;
        line-height: 1.35;
    }

    .hero-5,
    .hero-5 .th-slider,
    .hero-5 .swiper-wrapper,
    .hero-5 .swiper-slide,
    .hero-5 .hero-inner {
        height: calc(100vh - var(--cw-header-offset) + 18px);
        min-height: calc(100vh - var(--cw-header-offset) + 18px);
    }

    .hero-5 .hero-inner {
        background-position: center right 28%;
    }

    .hero-5 .hero-title {
        font-size: clamp(42px, 8vw, 58px);
    }

    .hero-5 .hero-text {
        max-width: 560px;
    }

    .cw-counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cw-trust-band {
        text-align: left;
    }

    .cw-trust-layout {
        min-height: auto;
    }

    .cw-trust-copy {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .cw-trust-copy .cw-light-text,
    .cw-trust-summary {
        margin-right: auto;
        margin-left: auto;
    }

    .cw-trust-grid {
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }

    .cw-google-review-sidebar {
        justify-items: center;
        text-align: center;
    }

    .cw-google-review-heading h2,
    .cw-google-review-heading p {
        margin-right: auto;
        margin-left: auto;
    }

    .cw-google-brand {
        border: 0;
        background: transparent;
    }

    .cw-google-score-row {
        justify-content: center;
    }

    .cw-google-review-content {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .cw-work-process .title-area {
        text-align: left;
    }

    .cw-work-process .sec-title,
    .cw-home-area-copy h2 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .cw-process-cta {
        align-items: stretch;
    }

    .cw-area-actions {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 10px;
    }

    .cw-process-cta .th-btn,
    .cw-area-actions .th-btn,
    .cw-area-call {
        min-width: 0;
        width: 100%;
        justify-content: center;
    }

    .cw-area-actions .th-btn,
    .cw-area-call {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;
    }

    #testi-sec .testi-box2-slide {
        padding: 12px 0 82px;
    }

    #testi-sec .title-area {
        margin-bottom: 28px;
    }

    #testi-sec .sec-title {
        font-size: clamp(29px, 9vw, 36px);
    }

    #testi-sec .testi-box2 .box-text {
        font-size: 15px;
        line-height: 1.65;
    }

    #testi-sec .box-profile {
        display: grid;
        justify-items: center;
        gap: 12px;
        text-align: center;
    }

    #testi-sec .testi-box2 .box-img {
        width: 68px;
    }

    #testi-sec .testi-box2-slide .icon-box {
        display: flex;
        bottom: 24px;
    }

    #testi-sec .testi-box2-slide .slider-arrow {
        --icon-size: 44px;
    }
}

.about-feature2-wrap.cw-home-trust-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 28px;
    width: 100%;
    max-width: 640px;
    margin-bottom: 36px;
}

.cw-home-trust-features .about-feature2 {
    align-items: flex-start;
    min-width: 0;
}

.cw-home-trust-features .about-feature2 .media-body {
    min-width: 0;
}

.cw-home-trust-features .about-feature2 .box-title {
    line-height: 1.32;
}

.cw-home-trust-features p.box-text {
    max-width: 240px;
    line-height: 1.45;
}

@media (min-width: 768px) {
    .about-feature2-wrap.cw-home-trust-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

#about-sec .img-box3 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(132px, .78fr);
    align-items: stretch;
    gap: clamp(12px, 3vw, 30px);
    width: min(100%, 585px);
    margin-right: 0;
}

#about-sec .img-box3 .img1,
#about-sec .img-box3 .right-half,
#about-sec .img-box3 .img2 {
    min-width: 0;
}

#about-sec .img-box3 .img1 {
    display: flex;
}

#about-sec .img-box3 .img1 img,
#about-sec .img-box3 .img2 img {
    width: 100%;
}

#about-sec .img-box3 .right-half {
    display: grid;
    gap: clamp(12px, 3vw, 30px);
}

#about-sec .feature-circle {
    display: grid;
    align-content: center;
    min-height: 246px;
}

#about-sec .img-box3 .box-shape {
    z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cw-google-review-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cw-google-testimonial-card {
        padding: 18px;
    }

    .cw-google-testimonial-card:last-child {
        grid-column: span 2;
        min-height: 190px;
    }

    .cw-google-testimonial-card p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cw-google-review-panel {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .cw-google-review-heading h2 {
        max-width: 700px;
        font-size: 46px;
    }

    .cw-google-review-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cw-google-testimonial-card:last-child {
        grid-column: span 2;
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    .cw-google-clients-section {
        overflow: visible;
    }

    .cw-google-review-panel {
        gap: 28px;
    }

    .cw-google-review-heading .cw-section-label {
        justify-content: center;
        max-width: 100%;
        font-size: 12px;
        line-height: 1.25;
        text-align: center;
    }

    .cw-google-review-heading h2 {
        margin-top: 16px;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.12;
    }

    .cw-google-review-heading p {
        font-size: 16px;
        line-height: 1.55;
    }

    .cw-google-outline-btn {
        width: min(100%, 300px);
    }

    .cw-google-qr-row {
        grid-template-columns: 86px minmax(0, 1fr);
        width: min(100%, 320px);
        text-align: left;
    }

    .cw-google-qr-row img {
        width: 86px;
        height: 86px;
    }

    .cw-google-testimonial-card {
        min-height: 0;
        padding: 24px 20px;
    }
}

@media (min-width: 1200px) {
    .cw-home-trust-features .about-feature2 {
        gap: 14px;
    }
}

@media (max-width: 575px) {
    :root {
        --cw-header-offset: 86px;
    }

    .header-layout4 {
        min-height: 86px;
    }

    .header-layout4 .menu-area {
        padding: 8px 0;
    }

    .header-logo img,
    .mobile-logo img {
        width: 112px;
    }

    .scroll-top {
        right: 16px;
        bottom: 82px;
        height: 46px;
        width: 46px;
    }

    .scroll-top:after {
        width: 46px;
        height: 46px;
        line-height: 46px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(6, 28, 69, .18);
    }

    .scroll-top svg {
        width: 46px;
        height: 46px;
    }

    .breadcumb-wrapper,
    .breadcumb-wrapper.th-breadcumb,
    .breadcumb-wrapper:has(.breadcrumb-bottom-shape) {
        padding: 92px 0 52px;
    }

    .breadcumb-title {
        font-size: 30px;
        line-height: 1.14;
    }

    .hero-5,
    .hero-5 .th-slider,
    .hero-5 .swiper-wrapper,
    .hero-5 .swiper-slide,
    .hero-5 .hero-inner {
        height: calc(100vh - var(--cw-header-offset) + 18px);
        min-height: 640px;
    }

    .hero-5 .hero-inner {
        align-items: flex-start;
        background-position: 62% center;
        padding-top: 64px;
        padding-bottom: 92px;
    }

    .cw-counter-band {
        padding: 52px 0;
    }

    .cw-counter-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cw-trust-band {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .cw-trust-copy {
        text-align: left;
    }

    .cw-trust-copy .sec-title {
        font-size: 32px;
        line-height: 1.14;
    }

    .cw-trust-copy .cw-light-text {
        font-size: 16px;
        line-height: 1.65;
    }

    .cw-trust-summary {
        gap: 8px;
    }

    .cw-trust-summary span {
        min-height: 38px;
    }

    .cw-trust-summary em {
        font-size: 14px;
    }

    .cw-trust-item {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 104px;
        padding: 18px;
    }

    .cw-trust-icon {
        width: 38px;
        height: 38px;
    }

    .cw-trust-item strong {
        padding-right: 22px;
        font-size: 16px;
    }

    .cw-services-page .service-card,
    #service-sec .service-box,
    .cw-services-page .service-card .box-content,
    #service-sec .service-box .box-content {
        min-height: 390px;
    }

    .cw-services-page .service-card .box-content,
    #service-sec .service-box .box-content {
        padding: 24px;
    }

    .cw-service-card-icon {
        top: 20px;
        left: 20px;
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .cw-services-page .service-card .box-title,
    #service-sec .service-box .box-title {
        margin-bottom: 18px;
        font-size: 21px;
    }

    .cw-service-card-footer {
        grid-template-columns: minmax(0, 1fr) 30px;
        gap: 12px;
    }

    .cw-service-card-footer a {
        width: 30px;
        height: 30px;
    }

    .hero-style5 .hero-title,
    .hero-5 .hero-title {
        font-size: 39px;
        line-height: 1.08;
        margin-bottom: 18px;
    }

    .hero-5 .hero-text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 26px;
    }

    .hero-style5 .btn-group {
        align-items: stretch;
        width: 100%;
    }

    .hero-style5 .btn-group .th-btn {
        width: 100%;
        justify-content: center;
    }

    .cw-kicker {
        max-width: 100%;
        font-size: 14px;
        white-space: normal;
    }

    .cw-hero-proof {
        display: none;
    }

    .cw-sticky-mobile {
        right: 10px;
        bottom: 10px;
        left: 10px;
        gap: 8px;
    }

    .cw-sticky-mobile a {
        min-height: 46px;
        border-radius: 15px;
        padding: 9px 8px;
    }

    .cw-sticky-mobile strong {
        font-size: 12px;
    }
}

/* Crestwell About Page */
.cw-about-breadcrumb {
    position: relative;
    overflow: hidden;
}

.cw-about-breadcrumb:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 28, 69, .9), rgba(11, 127, 211, .58));
    pointer-events: none;
}

.cw-about-breadcrumb .container {
    position: relative;
    z-index: 1;
}

.cw-about-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.cw-about-hero {
    background:
        linear-gradient(180deg, #f7fbff 0%, #fff 68%),
        radial-gradient(circle at 20% 0%, rgba(11, 127, 211, .12), transparent 34%);
}

.cw-about-hero-copy .sec-title,
.cw-system-intro .sec-title,
.cw-values-sticky .sec-title,
.cw-quote-copy .sec-title {
    color: var(--cw-navy);
}

.cw-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 34px;
}

.cw-about-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 15px 20px;
    border: 1px solid rgba(6, 28, 69, .12);
    border-radius: 999px;
    background: #fff;
    color: var(--cw-navy);
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 14px 36px rgba(6, 28, 69, .08);
}

.cw-about-call:hover {
    border-color: var(--cw-blue);
    color: var(--cw-blue);
}

.cw-about-visual {
    position: relative;
    isolation: isolate;
    min-height: 510px;
    padding: clamp(16px, 3vw, 28px);
}

.cw-about-visual:before {
    content: "";
    position: absolute;
    inset: 8% 0 0 13%;
    z-index: -1;
    border-radius: 34px;
    background: var(--cw-navy);
    box-shadow: 0 30px 80px rgba(6, 28, 69, .22);
}

.cw-about-main-image {
    overflow: hidden;
    width: min(100%, 520px);
    margin-left: auto;
    border-radius: 8px;
    box-shadow: 0 28px 74px rgba(6, 28, 69, .16);
}

.cw-about-main-image img {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.cw-about-floating-panel {
    position: absolute;
    top: 8%;
    left: 0;
    display: grid;
    gap: 14px;
    width: min(78%, 310px);
    padding: 24px;
    border: 1px solid rgba(11, 127, 211, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 24px 70px rgba(6, 28, 69, .16);
    backdrop-filter: blur(10px);
}

.cw-about-floating-panel img {
    width: 154px;
    max-height: 62px;
    object-fit: contain;
}

.cw-about-floating-panel strong {
    color: var(--cw-navy);
    font-size: clamp(18px, 2.5vw, 23px);
    line-height: 1.28;
}

.cw-about-proof-strip {
    position: absolute;
    right: clamp(0px, 3vw, 28px);
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(92%, 560px);
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(6, 28, 69, .14);
}

.cw-about-proof-strip span {
    display: grid;
    gap: 2px;
    min-height: 92px;
    place-items: center;
    padding: 16px 12px;
    border-right: 1px solid rgba(6, 28, 69, .08);
    color: #53627a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.cw-about-proof-strip span:last-child {
    border-right: 0;
}

.cw-about-proof-strip b {
    color: var(--cw-blue);
    font-family: var(--title-font);
    font-size: clamp(24px, 4vw, 36px);
    line-height: 1;
}

.cw-system-shell {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
    padding: clamp(28px, 5vw, 64px);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(6, 28, 69, .96), rgba(5, 52, 107, .96)),
        url("../img/bg/counter_bg_1.jpg") center/cover;
    color: #fff;
}

.cw-system-intro .sub-title,
.cw-system-intro .sec-title,
.cw-system-intro p {
    color: #fff;
}

.cw-system-intro p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    line-height: 1.75;
}

.cw-system-steps {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.cw-system-step {
    display: grid;
    grid-template-columns: 54px minmax(100px, 160px) minmax(0, 1fr);
    gap: clamp(12px, 2vw, 24px);
    align-items: start;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.cw-system-step span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--cw-blue);
    font-size: 13px;
    font-weight: 900;
}

.cw-system-step h3 {
    margin: 6px 0 0;
    color: #fff;
    font-size: 22px;
}

.cw-system-step p {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
}

.cw-about-mission {
    background: #f3f8fd;
}

.cw-mission-panel {
    min-height: 100%;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 8px;
}

.cw-mission-panel span {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--cw-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.cw-mission-panel h2 {
    margin-bottom: 18px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.12;
}

.cw-mission-panel p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.75;
}

.cw-mission-dark {
    background: var(--cw-navy);
}

.cw-mission-dark h2,
.cw-mission-dark p {
    color: #fff;
}

.cw-mission-dark p {
    color: rgba(255, 255, 255, .78);
}

.cw-mission-light {
    border: 1px solid rgba(6, 28, 69, .08);
    background: #fff;
}

.cw-mission-light h2 {
    color: var(--cw-navy);
}

.cw-values-sticky {
    position: sticky;
    top: calc(var(--cw-header-offset) + 24px);
}

.cw-values-sticky p,
.cw-quote-copy p {
    color: #58677d;
    font-size: 17px;
    line-height: 1.75;
}

.cw-values-list {
    border-top: 1px solid rgba(6, 28, 69, .1);
}

.cw-value-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 20px;
    padding: clamp(22px, 4vw, 34px) 0;
    border-bottom: 1px solid rgba(6, 28, 69, .1);
}

.cw-value-row i {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #eaf6ff;
    color: var(--cw-blue);
    font-size: 20px;
}

.cw-value-row h3 {
    margin: 0 0 8px;
    color: var(--cw-navy);
    font-size: clamp(21px, 3vw, 30px);
}

.cw-value-row p {
    max-width: 680px;
    margin-bottom: 0;
    color: #58677d;
    line-height: 1.7;
}

.cw-about-capabilities {
    background:
        linear-gradient(180deg, #fff, #f7fbff),
        radial-gradient(circle at 84% 10%, rgba(11, 127, 211, .1), transparent 26%);
}

.cw-capability-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cw-capability-grid span {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid rgba(6, 28, 69, .08);
    border-radius: 999px;
    background: #fff;
    color: var(--cw-navy);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(6, 28, 69, .06);
}

.cw-about-quote {
    background: var(--cw-navy);
}

.cw-about-quote .sub-title,
.cw-about-quote .sec-title,
.cw-about-quote p {
    color: #fff;
}

.cw-about-quote p {
    color: rgba(255, 255, 255, .76);
}

.cw-about-call-light {
    margin-top: 18px;
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    box-shadow: none;
}

.cw-about-call-light:hover {
    background: #fff;
}

.cw-about-form-panel {
    padding: clamp(18px, 4vw, 34px);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

@media (max-width: 1199px) {
    .cw-about-visual {
        min-height: 480px;
    }

    .cw-system-shell {
        grid-template-columns: 1fr;
    }

    .cw-values-sticky {
        position: static;
    }
}

@media (max-width: 767px) {
    .cw-about-actions,
    .cw-about-actions .th-btn,
    .cw-about-call {
        width: 100%;
    }

    .cw-about-visual {
        min-height: auto;
        padding: 0 0 132px;
    }

    .cw-about-visual:before {
        inset: 18% 0 70px 8%;
        border-radius: 8px;
    }

    .cw-about-main-image {
        width: calc(100% - 24px);
    }

    .cw-about-main-image img {
        min-height: 330px;
    }

    .cw-about-floating-panel {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 34px);
        margin: -56px auto 0 0;
        padding: 20px;
    }

    .cw-about-proof-strip {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        grid-template-columns: 1fr;
    }

    .cw-about-proof-strip span {
        grid-template-columns: 82px minmax(0, 1fr);
        min-height: 66px;
        justify-items: start;
        border-right: 0;
        border-bottom: 1px solid rgba(6, 28, 69, .08);
        text-align: left;
    }

    .cw-about-proof-strip span:last-child {
        border-bottom: 0;
    }

    .cw-system-shell {
        padding: 28px 20px;
    }

    .cw-system-step {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .cw-system-step p {
        grid-column: 1 / -1;
    }

    .cw-value-row {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .cw-value-row i {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .cw-capability-grid {
        gap: 10px;
    }

    .cw-capability-grid span {
        width: 100%;
        border-radius: 8px;
    }
}

/* Crestwell About Page Refresh */
.cw-about-breadcrumb:before {
    background: linear-gradient(90deg, rgba(6, 28, 69, .9), rgba(6, 28, 69, .58) 48%, rgba(11, 127, 211, .36));
}

.cw-about-intro {
    background:
        linear-gradient(180deg, #f7fbff 0%, #fff 58%),
        radial-gradient(circle at 8% 8%, rgba(11, 127, 211, .12), transparent 30%);
}

.cw-about-img-box .img1 img,
.cw-about-img-box .img2 img,
.cw-about-img-box .shape1 img {
    object-fit: cover;
}

.cw-about-call-btn {
    background: #fff;
    color: var(--cw-blue);
}

.cw-about-call-btn:before,
.cw-about-call-btn:after {
    display: none;
}

.cw-about-call-btn:hover {
    background: #fff;
    color: var(--cw-blue);
    box-shadow: 0 12px 28px rgba(6, 28, 69, .16);
}

.cw-about-counter-sec {
    position: relative;
    z-index: 2;
}

.cw-about-section-lead {
    margin-bottom: 50px;
}

.cw-about-service-card {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border-radius: 8px;
    background: var(--cw-navy);
    box-shadow: 0 18px 42px rgba(6, 28, 69, .12);
}

.cw-about-service-card .box-img {
    position: absolute;
    inset: 0;
}

.cw-about-service-card .box-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 28, 69, .02) 10%, rgba(6, 28, 69, .74) 64%, rgba(0, 27, 43, .98) 100%),
        linear-gradient(90deg, rgba(0, 27, 43, .24), rgba(0, 27, 43, 0));
}

.cw-about-service-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.cw-about-service-card:hover .box-img img {
    transform: scale(1.06);
}

.cw-about-service-card .box-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 430px;
    padding: 30px;
}

.cw-about-service-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}

.cw-about-service-card p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.65;
}

.cw-about-process {
    position: relative;
    overflow: hidden;
    background-color: #001c2c;
}

.cw-about-process:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 28, 69, .94), rgba(6, 28, 69, .72));
    pointer-events: none;
}

.cw-about-process .container {
    position: relative;
    z-index: 1;
}

.cw-about-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.cw-about-process-box {
    min-height: 255px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.cw-about-mission {
    background: #fff;
}

.cw-about-image-stack {
    position: relative;
    min-height: 560px;
}

.cw-about-image-stack-main,
.cw-about-image-stack-small {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(6, 28, 69, .15);
}

.cw-about-image-stack-main {
    min-height: 510px;
}

.cw-about-image-stack-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(46%, 270px);
    min-height: 220px;
    border: 8px solid #fff;
}

.cw-mission-card {
    min-height: 100%;
    padding: 34px 30px;
    border: 1px solid rgba(6, 28, 69, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(6, 28, 69, .08);
}

.cw-mission-card span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--cw-blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.cw-mission-card h3 {
    margin-bottom: 14px;
    color: var(--cw-navy);
    font-size: 28px;
    line-height: 1.18;
}

.cw-mission-card p {
    margin: 0;
    color: #58677d;
    line-height: 1.7;
}

.cw-mission-primary {
    background: var(--cw-navy);
}

.cw-mission-primary h3,
.cw-mission-primary p {
    color: #fff;
}

.cw-mission-primary p {
    color: rgba(255, 255, 255, .78);
}

.cw-about-feature-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 8px;
    background: #eef7ff;
}

.cw-about-feature-band div {
    display: grid;
    gap: 9px;
    justify-items: center;
    min-height: 130px;
    padding: 24px 16px;
    border-right: 1px solid rgba(6, 28, 69, .08);
    text-align: center;
}

.cw-about-feature-band div:last-child {
    border-right: 0;
}

.cw-about-feature-band i {
    color: var(--cw-blue);
    font-size: 28px;
}

.cw-about-feature-band strong {
    color: var(--cw-navy);
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 1.25;
}

.cw-value-card {
    min-height: 100%;
    padding: 32px 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(6, 28, 69, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.cw-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(6, 28, 69, .13);
}

.cw-value-card span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--cw-blue);
    color: #fff;
    font-size: 23px;
}

.cw-value-card h3 {
    margin-bottom: 12px;
    color: var(--cw-navy);
    font-size: 22px;
}

.cw-value-card p {
    margin: 0;
    color: #58677d;
    line-height: 1.65;
}

.cw-about-team-card {
    margin: 0;
}

.cw-about-team-card .team-img img {
    min-height: 300px;
    object-fit: cover;
}

.cw-about-quote {
    background: #fff;
}

.cw-about-contact-card {
    margin: 0;
}

.cw-about-quote-actions {
    gap: 14px;
}

.cw-about-form-panel .cw-form {
    margin: 0;
}

@media (max-width: 1199px) {
    .cw-about-image-stack {
        min-height: 500px;
    }

    .cw-about-image-stack-main {
        min-height: 460px;
    }
}

@media (max-width: 991px) {
    .cw-about-section-lead {
        margin-bottom: 34px;
    }

    .cw-about-process-grid {
        grid-template-columns: 1fr;
    }

    .cw-about-feature-band {
        grid-template-columns: 1fr;
    }

    .cw-about-feature-band div {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        justify-items: start;
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid rgba(6, 28, 69, .08);
        text-align: left;
    }

    .cw-about-feature-band div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .cw-about-intro .btn-group,
    .cw-about-intro .th-btn,
    .cw-about-quote-actions,
    .cw-about-quote-actions .th-btn,
    .cw-about-quote-actions .cw-navbar-whatsapp {
        width: 100%;
    }

    .cw-about-service-card,
    .cw-about-service-card .box-content {
        min-height: 390px;
    }

    .cw-about-service-card .box-content {
        padding: 26px 22px;
    }

    .cw-about-image-stack {
        min-height: auto;
        padding-bottom: 0;
    }

    .cw-about-image-stack-main {
        min-height: 340px;
    }

    .cw-about-image-stack-small {
        position: relative;
        width: calc(100% - 34px);
        min-height: 210px;
        margin: -70px 0 0 auto;
    }

    .cw-mission-card {
        padding: 28px 24px;
    }

    .cw-mission-card h3 {
        font-size: 24px;
    }

    .cw-about-team .th-btn {
        width: 100%;
    }
}
