* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif !important;
}


.topbar {
    background: linear-gradient(124deg, #8aaaef 0 61.5%, #252b3b 61.65% 100%);
    padding: 0;
    height: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1031;
    box-shadow: 0 5px 18px rgba(36, 42, 76, 0.18);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0));

}

.topbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 61.5%;
    margin-left: -16px;
    width: 34px;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    transform: skewX(-34deg);
    transform-origin: top;

}

.topbar .container,
.topbar .row {
    height: 100%;
}

.topbar-info-text p {
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.topbar-info-text i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    font-size: 12px;
}

.topbar-info-text i.me-2 {
    margin-right: 0 !important;
}

.topbar-info-text a {
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.topbar-info-text a:hover {
    color: rgba(255, 255, 255, 0.82);
}

.topbar-contact-wrap {
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.topbar-social-links ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

.topbar-social-links ul::before {
    content: "Follow Us:";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 4px;
    white-space: nowrap;
}

.topbar-social-links li a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.topbar-social-links li a:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.topbar-social-links li a i {
    color: #fff;
    font-size: 13px;
}

@media (max-width: 991px) {
    .topbar {
        height: auto;
        min-height: 50px;
        padding: 8px 0;
        background: linear-gradient(135deg, #252b3b 0 100%);
    }

    .topbar::after {
        display: none;
    }

    .topbar .row {
        height: auto;
        gap: 8px;
    }

    .topbar-contact-wrap,
    .topbar-social-links ul {
        justify-content: center;
    }

    .topbar-social-links ul {
        gap: 8px;
    }
}

@media (max-width: 575px) {
    .topbar-info-text p {
        font-size: 13px;
    }

    .topbar-social-links ul::before {
        display: none;
    }
}

.transparent-navbar {
    background: #fff !important;
    top: 50px;
    min-height: 76px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: top 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
    z-index: 1030;
}

.transparent-navbar.scrolled {
    top: 0;
    background: #fff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.navbar.fixed-top.scrolled {
    top: 0;
}

.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    transition: all.3s;
}

.dropdown-menu {
    position: absolute;
    max-height: 70vh;
    overflow: visible;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    box-shadow: 6px 6px 0 #8aaaef;
    min-width: 220px;
}

.dropdown-menu>li {
    position: relative;
    z-index: 1;
}

.dropdown-item {
    color: #1f1f1f !important;
    padding: 10px 8px !important;
    font-size: 15px;
    line-height: 1.25;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: #8aaaef !important;
    color: #fff !important;
}

.dropdown-divider {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 1px;
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
    transform: rotate(-90deg);
}

@media (max-width: 991.98px) {
    .nav-item.dropdown:hover>.dropdown-menu {
        display: none;
    }

    .nav-item.dropdown>.dropdown-menu.show {
        display: block;
    }

    .dropdown-menu {
        position: static;
        max-height: none;
        overflow: visible;
        box-shadow: none;
        padding: 4px 0 4px 12px !important;
        min-width: 100%;
    }

    .dropdown-submenu>.dropdown-menu {
        position: static;
        margin-left: 12px;
        display: block;
    }

    .dropdown-submenu>.dropdown-toggle::after {
        transform: none;
    }
}

.navbar {
    background-color: #fff !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.navbar.fixed-top {
    top: 50px;
}

.nav-menu {
    gap: 25px;
}

.nav-link {
    font-weight: 600 !important;
    color: #000 !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600 !important;
    color: #252b3b !important;

}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 1.5rem;
}

.navbar-toggler {
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.35rem 0.5rem !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

footer {
    background-color: #252b3b;
    position: relative;
    padding-top: 25px;
}

.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #8aaaef;
    transition: 0.3s;
    border-radius: 100px;
}

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

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #8aaaef;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    color: #fff;
}

.copyRight p {
    color: #fff;
}

.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #252b3b;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #000;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    --dot-x: 0px;
    --dot-y: 0px;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 1.5px solid #252b3b;
    border-radius: 50%;
    background-color: transparent;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 9999;
    transition: opacity 0.3s;
}

.cb-cursor::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #252b3b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: width 0.28s ease, height 0.28s ease, opacity 0.28s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.cb-cursor.is-idle::before {
    width: 18px;
    height: 18px;
    opacity: 0.35;
    transform: translate(-50%, -50%);
}

.hero-section {
    position: relative;
    margin-top: 76px;
    overflow: hidden;
}

.banner {
    min-height: 520px;
    min-height: clamp(520px, calc(100svh - 76px), 820px);
    height: auto;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    /* transform: scale(1);
    transition: transform 6s ease; */
    z-index: 0;
}

.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 16% 54%, rgb(242 242 242 / 4%), transparent 24%), radial-gradient(circle at 78% 46%, rgb(239 240 242 / 10%), #00000000 26%), linear-gradient(180deg, rgb(0 0 0 / 19%) 0%, rgb(0 0 0 / 30%) 48%, rgb(0 0 0 / 27%) 100%);
}

.banner {
    position: relative;
    z-index: 1;
    padding: clamp(90px, 14vw, 150px) 0 clamp(60px, 9vw, 90px);
}

.banner .container {
    position: relative;
    z-index: 2;
}

.banner-content {
    width: 100%;
    max-width: 680px;
    margin: 0;
    /* position: relative; */
    /* z-index: 1; */
    /* padding: clamp(38px, 5vw, 58px) clamp(30px, 5vw, 52px) clamp(42px, 5vw, 54px); */
    /* background: #000; */
    /* border: 4px solid #252b3b !important; */
    /* border-radius: 70px 18px 70px 18px; */
    /* box-shadow: 0 8px 0 rgba(0, 0, 0, 0.24); */
    /* text-align: left; */
}

.hero-eyebrow {
    display: block;
    color: #fff;
    font-size: clamp(18px, 2.4vw, 30px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: none;
    text-shadow: none;
}

.hero-eyebrow::before {
    display: none;
}

.textt-primary {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin-bottom: 12px;
    color: #000;
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.textt-primary::before {
    content: "";
    flex: 0 0 34px;
    width: 34px;
    height: 3px;
    background: #252b3b;
    border-radius: 999px;
    box-shadow: 0 5px 0 #8aaaef;
}

/* .hero-ghost-text {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 100vw;
    transform: translateX(-50%);
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.16);
    text-stroke: 2px rgba(255, 255, 255, 0.16);
    font-size: clamp(58px, 12vw, 88px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
} */

.banner-content h1 {
    color: #fff;
    font-size: clamp(42px, 5.2vw, 62px);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 20px;
    text-wrap: pretty;
    text-shadow: 3px 4px 0 #8aaaef;
}


.banner-content h1 span {
    display: block;
}

.banner-content p {
    color: #fff !important;
    font-size: clamp(16px, 1.7vw, 19px);
    font-weight: 500;
    line-height: 1.55;
    max-width: 540px;
    margin: 0 0 34px;
}

.banner-content .d-flex {
    flex-wrap: wrap;
}

.hero-actions {
    position: relative;
    z-index: 2;
    align-items: center;
}

.banner-content-new {
    display: flex;
    justify-content: flex-end;
}

.btn-primary {
    position: relative;
    display: inline-block;
    padding: 16px 35px;
    color: #fff;
    background: #252b3b !important;
    border: none !important;
    font-weight: 700 !important;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all.3s;
    border-radius: 0px !important;
}

.btn-primary::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    left: 50%;
    top: 50%;
    background-color: #8aaaef !important;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all.3s;
}

.btn-primary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-primary:hover::before {
    width: 120%;
}

.btn-primary:hover {
    color: #fff;
}

.btn-secondary {
    position: relative;
    display: inline-block;
    padding: 16px 35px;
    color: #fff !important;
    background: #8aaaef !important;
    border: none !important;
    font-weight: 700 !important;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all.3s;
    border-radius: 0px !important;
}

.btn-secondary::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    left: 50%;
    top: 50%;
    background-color: #252b3b !important;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all.3s;
}

.btn-secondary::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover::before {
    width: 120%;
}

.btn-secondary:hover {
    color: #fff !important;
}

.btn-old {
    position: relative;
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.btn-old::before {
    content: "";
    position: absolute;
    background-color: #8aaaef !important;
    transition: all.3s;
}

@media (max-width: 1199px) {
    .banner {
        min-height: 620px;
        padding: 130px 0 90px;
    }

    .banner-content {
        max-width: 650px;
    }

    .hero-ghost-text {
        top: -28px;
        font-size: clamp(62px, 12vw, 104px);
    }

    .banner-content h1 {
        font-size: clamp(42px, 6vw, 58px);
    }
}

@media (max-width: 991px) {
    .hero-section {
        margin-top: 76px;
    }

    .banner {
        min-height: 590px;
        padding: 120px 0 80px;
    }

    .banner-content {
        max-width: 620px;
    }

    .hero-ghost-text {
        top: -18px;
        font-size: clamp(54px, 13vw, 86px);
    }

    .hero-eyebrow {
        font-size: clamp(18px, 3vw, 26px);
    }

    .banner-content h1 {
        font-size: clamp(40px, 8vw, 58px);
        margin-bottom: 30px;
    }

    .hero-actions .btn {
        min-width: 160px;
        padding: 13px 28px !important;
    }
}

@media (max-width: 767px) {
    .banner {
        min-height: 540px;
        padding: 105px 0 68px;
    }

    .banner-content {
        max-width: 560px;
        margin: 0 auto;
        padding: 38px 32px 42px;
        border-radius: 54px 16px 54px 16px;
    }

    .hero-ghost-text {
        top: -16px;
        font-size: clamp(44px, 15vw, 72px);
        -webkit-text-stroke-width: 1.4px;
        text-stroke-width: 1.4px;
    }

    .hero-eyebrow {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .banner-content h1 {
        font-size: clamp(34px, 11vw, 48px);
        margin-bottom: 20px;
        text-shadow: 4px 5px 0 rgba(65, 126, 163, 0.72), -2px -1px 0 rgba(251, 88, 106, 0.5);
    }

    .hero-actions .btn {
        min-width: 150px;
        padding: 12px 24px !important;
        font-size: 13px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
}

@media (max-width: 575px) {
    .banner {
        min-height: 510px;
        padding: 92px 0 58px;
    }

    .hero-ghost-text {
        top: -8px;
        font-size: clamp(40px, 16vw, 58px);
    }

    .hero-eyebrow {
        display: block;
        max-width: none;
        line-height: 1.35;
    }

    .textt-primary {
        gap: 9px;
        font-size: 12px;
        letter-spacing: 0.06em;
    }

    .textt-primary::before {
        flex-basis: 24px;
        width: 24px;
    }

    .banner-content h1 {
        font-size: clamp(32px, 12vw, 42px);
        line-height: 1.16;
        text-shadow: 3px 4px 0 rgba(65, 126, 163, 0.72), -1px -1px 0 rgba(251, 88, 106, 0.5);
    }

    .banner-content {
        padding: 32px 24px 36px;
        border-width: 3px;
        border-radius: 42px 14px 42px 14px;
    }

    .banner-content p {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .hero-actions {
        gap: 12px !important;
    }

    .hero-actions .btn {
        width: min(100%, 230px);
        min-width: 0;
    }
}

@media (max-width: 380px) {
    .banner-content h1 {
        font-size: 31px;
    }

    .hero-ghost-text {
        font-size: 38px;
    }

    .hero-actions .btn {
        width: 100%;
    }
}

/* about us section */
.about-us {
    color: #fff;
    padding: 90px 0;
}

.about-img {
    position: relative;
    min-height: 430px;
}

.about-img::before,
.about-img::after {
    content: "";
    position: absolute;
    border-color: #8aaaef;
    border-style: solid;
}

.about-img::before {
    top: -20px;
    left: -20px;
    width: 150px;
    height: 120px;
    border-width: 2px 0 0 2px;
}

.about-img::after {
    right: -18px;
    bottom: -18px;
    width: 140px;
    height: 120px;
    border-width: 0 2px 2px 0;
}

.about-img img {
    position: absolute;
    width: 54%;
    height: 350px;
    object-fit: cover;
}

.about-img img:first-child {
    left: 0;
    top: 0;
}

.about-img img:last-child {
    right: 0;
    bottom: 0;
}

.about-content h3 {
    font-weight: 700;
    font-size: 30px;
}

.about-content p {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.about-quote {
    border-left: 5px solid #8aaaef;
    margin-bottom: 26px;
    padding-left: 18px;
}

.about-quote p {
    margin-bottom: 8px;
}

.about-quote strong {
    color: #417ea3;
    display: block;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.about-video {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 14px;
    font-weight: 600;
}

.about-video i {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

@media (max-width: 991px) {
    .about-us {
        padding: 70px 0;
    }

    .about-img {
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .about-us {
        padding: 55px 0;
    }

    .about-img {
        display: grid;
        gap: 14px;
        min-height: 0;
    }

    .about-img::before,
    .about-img::after {
        display: none;
    }

    .about-img img {
        height: 230px;
        position: static;
        width: 100%;
    }

    .textt-primary::before {
        width: 64px;
    }

    .about-actions .btn {
        width: 100%;
    }
}

.main-text {
    position: relative;
    width: fit-content;
    max-width: 100%;
    color: #252b3b !important;
    font-size: clamp(36px, 4.8vw, 55px);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 24px;
    padding-bottom: 14px;
    text-wrap: pretty;
}

.main-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 4px;
    background: linear-gradient(90deg, #252b3b, #8aaaef);
}

.text-center .main-text,
.services-heading .main-text {
    margin-left: auto;
    margin-right: auto;
}

.text-center .main-text::after,
.services-heading .main-text::after {
    left: 50%;
    transform: translateX(-50%);
}

/* services cards */
.services-cards {
    position: relative;
    padding: 90px 0;
    background:
        linear-gradient(180deg, #f7faff 0%, #fff 55%, #f2f5fb 100%);
    overflow: hidden;
}

.services-cards::before {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: 44%;
    height: 100%;
    background: linear-gradient(135deg, rgba(138, 170, 239, 0.25), rgba(37, 43, 59, 0.05));
    clip-path: polygon(26% 0, 100% 0, 74% 100%, 0 100%);
}

.services-cards .container {
    position: relative;
    z-index: 1;
}

.services-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.services-heading .main-text {
    font-size: clamp(34px, 4.2vw, 52px);
}

.service-card {
    position: relative;
    min-height: 360px;
    height: 100%;
    padding: 38px 30px 32px;
    background: #fff;
    border: 1px solid rgba(37, 43, 59, 0.1);
    box-shadow: 12px 12px 0 rgba(138, 170, 239, 0.28), 0 24px 55px rgba(37, 43, 59, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, #252b3b, #8aaaef);
}

.service-card::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -52px;
    width: 150px;
    height: 150px;
    border: 28px solid rgba(138, 170, 239, 0.18);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(138, 170, 239, 0.75);
    box-shadow: 16px 16px 0 rgba(37, 43, 59, 0.12), 0 30px 70px rgba(37, 43, 59, 0.14);
}

.service-card:hover::after {
    transform: scale(1.12);
}

.service-card.featured {
    background: #252b3b;
    color: #fff;
    box-shadow: 12px 12px 0 rgba(37, 43, 59, 0.16), 0 28px 60px rgba(37, 43, 59, 0.18);
}

.service-card.featured::before {
    background: #8aaaef;
}

.service-icon {
    position: relative;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    color: #252b3b;
    background: rgba(138, 170, 239, 0.18);
    border: 1px solid rgba(138, 170, 239, 0.55);
}

.service-icon::before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(37, 43, 59, 0.25);
    z-index: -1;
}

.service-icon i {
    font-size: 30px;
}

.service-card.featured .service-icon {
    color: #fff;
    background: rgba(138, 170, 239, 0.22);
    border-color: rgba(255, 255, 255, 0.22);
}

.service-card.featured .service-icon::before {
    border-color: rgba(255, 255, 255, 0.22);
}

.service-number {
    position: absolute;
    top: 34px;
    right: 28px;
    color: rgba(37, 43, 59, 0.09);
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
}

.service-card.featured .service-number {
    color: rgba(255, 255, 255, 0.11);
}

.service-card h3 {
    position: relative;
    margin-bottom: 14px;
    color: #000;
    font-size: 26px;
    font-weight: 800;
}

.service-card.featured h3 {
    color: #fff;
}

.service-card p {
    position: relative;
    max-width: 310px;
    min-height: 82px;
    margin-bottom: 28px;
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}

.service-card.featured p {
    color: rgba(255, 255, 255, 0.78);
}

.service-btn {
    position: relative;
    padding: 13px 24px !important;
    min-width: 154px;
}

.service-card.featured .service-btn {
    background: #8aaaef !important;
}

.service-card.featured .service-btn::before {
    background-color: #fff !important;
}

.service-card.featured .service-btn:hover {
    color: #252b3b !important;
}

@media (max-width: 991px) {
    .services-cards {
        padding: 70px 0;
    }

    .service-card {
        min-height: 340px;
    }
}

@media (max-width: 575px) {
    .services-cards {
        padding: 55px 0;
    }

    .services-heading {
        margin-bottom: 30px;
        text-align: left !important;
    }

    .services-heading .textt-primary {
        margin-left: 0 !important;
    }

    .service-card {
        min-height: auto;
        padding: 34px 24px 28px;
        box-shadow: 8px 8px 0 rgba(138, 170, 239, 0.28), 0 18px 42px rgba(37, 43, 59, 0.08);
    }

    .service-card p {
        min-height: 0;
    }

    .service-btn {
        width: 100%;
        text-align: center;
    }
}

/* why choose us */
.why-choose-us {
    position: relative;
    padding: 95px 0;
    background: #fff;
    overflow: hidden;
}

.why-choose-us::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 36%;
    height: 100%;
    background: linear-gradient(180deg, rgba(138, 170, 239, 0.17), rgba(37, 43, 59, 0.06));
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
}

.why-choose-us .container {
    position: relative;
    z-index: 1;
}

.why-visual {
    position: relative;
    min-height: 560px;
    padding: 28px 28px 0 0;
}

.why-visual::before,
.why-visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.why-visual::before {
    top: 0;
    right: 0;
    width: 74%;
    height: 78%;
    border: 2px solid #8aaaef;
}

.why-visual::after {
    left: -20px;
    bottom: 34px;
    width: 180px;
    height: 180px;
    background: #252b3b;
    z-index: -1;
}

.why-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    box-shadow: 18px 18px 0 rgba(138, 170, 239, 0.28), 0 28px 60px rgba(37, 43, 59, 0.14);
}

.why-visual-badge {
    position: absolute;
    top: 56px;
    left: -10px;
    min-width: 150px;
    padding: 18px 20px;
    color: #fff;
    background: #252b3b;
    box-shadow: 10px 10px 0 rgba(138, 170, 239, 0.55);
}

.why-visual-badge strong {
    display: block;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.why-visual-badge span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.why-visual-card {
    position: absolute;
    right: -16px;
    bottom: 48px;
    max-width: 330px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    color: #252b3b;
    background: #fff;
    border-left: 6px solid #8aaaef;
    box-shadow: 0 18px 45px rgba(37, 43, 59, 0.16);
}

.why-visual-card i {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    color: #fff;
    background: #8aaaef;
    font-size: 22px;
}

.why-visual-card strong,
.why-visual-card span {
    display: block;
}

.why-visual-card strong {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 800;
}

.why-visual-card span {
    color: #444;
    font-size: 14px;
    line-height: 1.4;
}

.why-content {
    padding-left: 18px;
}

.why-content .main-text {
    max-width: 640px;
    font-size: clamp(34px, 4vw, 50px);
}

.why-intro {
    max-width: 630px;
    margin-bottom: 30px;
    color: #222;
    font-size: 17px;
    line-height: 1.7;
}

.why-steps {
    position: relative;
    display: grid;
    gap: 22px;
    margin-bottom: 28px;
}

.why-steps::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(180deg, #252b3b, #8aaaef);
}

.why-step {
    position: relative;
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: start;
}

.why-step>span {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #252b3b;
    background: #fff;
    border: 2px solid #8aaaef;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 6px 6px 0 rgba(138, 170, 239, 0.28);
}

.why-step h3,
.why-easy h3 {
    margin-bottom: 6px;
    color: #000;
    font-size: 23px;
    font-weight: 800;
}

.why-step p,
.why-easy p {
    margin-bottom: 0;
    color: #333;
    font-size: 15.5px;
    line-height: 1.6;
}

.why-easy {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
    padding: 20px;
    background: #f5f8ff;
    border: 1px solid rgba(138, 170, 239, 0.45);
    box-shadow: 8px 8px 0 rgba(37, 43, 59, 0.07);
}

.why-easy i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    color: #fff;
    background: #252b3b;
    font-size: 21px;
}

.why-btn {
    padding: 14px 26px !important;
}

@media (max-width: 991px) {
    .why-choose-us {
        padding: 75px 0;
    }

    .why-choose-us::before {
        width: 100%;
        height: 38%;
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    }

    .why-visual {
        max-width: 680px;
        margin: 0 auto;
    }

    .why-content {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .why-choose-us {
        padding: 58px 0;
    }

    .why-visual {
        min-height: auto;
        padding: 18px 12px 92px 0;
    }

    .why-visual::before {
        width: 86%;
        height: 72%;
    }

    .why-visual::after {
        display: none;
    }

    .why-visual img {
        height: 330px;
        box-shadow: 10px 10px 0 rgba(138, 170, 239, 0.28), 0 18px 40px rgba(37, 43, 59, 0.12);
    }

    .why-visual-badge {
        top: 34px;
        left: 0;
        min-width: 128px;
        padding: 14px 16px;
    }

    .why-visual-badge strong {
        font-size: 25px;
    }

    .why-visual-card {
        right: 0;
        bottom: 14px;
        max-width: calc(100% - 18px);
        padding: 15px;
    }

    .why-step {
        grid-template-columns: 54px 1fr;
        gap: 14px;
    }

    .why-steps::before {
        left: 26px;
    }

    .why-step>span {
        width: 54px;
        height: 54px;
        font-size: 16px;
    }

    .why-easy {
        padding: 16px;
    }

    .why-btn {
        width: 100%;
        text-align: center;
    }
}

/* inner pages */
.inner-page {
    background: #f7faff;
    color: #252b3b;
    font-family: "Outfit", sans-serif;
}

.inner-header {
    padding: 24px 0;
    background: #fff;
    border-bottom: 1px solid rgba(37, 43, 59, 0.1);
}

.inner-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.inner-nav img {
    width: 190px;
    max-width: 55vw;
}

.inner-nav a:not(.inner-logo) {
    color: #252b3b;
    font-weight: 800;
}

.inner-hero {
    position: relative;
    padding: 95px 0;
    background: linear-gradient(135deg, #252b3b, #39425a);
    overflow: hidden;
}

.inner-hero::after {
    content: "";
    position: absolute;
    right: -8%;
    top: 0;
    width: 45%;
    height: 100%;
    background: rgba(138, 170, 239, 0.22);
    clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

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

.inner-hero span {
    display: inline-block;
    margin-bottom: 12px;
    color: #8aaaef;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.inner-hero h1 {
    max-width: 860px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 900;
    line-height: 1.08;
}

.inner-hero p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.7;
}

.inner-content {
    padding: 75px 0;
}

.inner-panel {
    padding: 38px;
    background: #fff;
    border: 1px solid rgba(37, 43, 59, 0.1);
    box-shadow: 12px 12px 0 rgba(138, 170, 239, 0.24), 0 24px 55px rgba(37, 43, 59, 0.08);
}

.inner-panel h2 {
    margin-bottom: 14px;
    color: #252b3b;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 900;
}

.inner-panel p {
    color: #333;
    font-size: 17px;
    line-height: 1.75;
}

.inner-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.inner-list a,
.inner-list div {
    padding: 18px;
    color: #252b3b;
    background: #f5f8ff;
    border-left: 4px solid #8aaaef;
    font-weight: 800;
}

.inner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.inner-footer {
    padding: 26px 0;
    color: #fff;
    background: #252b3b;
}

.inner-footer a {
    color: #fff;
}

@media (max-width: 767px) {
    .inner-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .inner-hero,
    .inner-content {
        padding: 58px 0;
    }

    .inner-panel {
        padding: 26px;
        box-shadow: 8px 8px 0 rgba(138, 170, 239, 0.24);
    }

    .inner-list {
        grid-template-columns: 1fr;
    }
}

.customer-service-section {
    background: #252b3b !important;
    padding: 90px 0;
}

.service-title {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 55px 35px;
    height: 100%;
    transition: .35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #8fa8ff;
}

.service-card h4 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #111;
}

.service-card p {
    color: #444;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Responsive */

@media(max-width:991px) {

    .service-title {
        font-size: 42px;
    }

    .service-card {
        padding: 45px 25px;
    }

    .service-card h4 {
        font-size: 28px;
    }
}

@media(max-width:576px) {

    .customer-service-section {
        padding: 70px 0;
    }

    .service-title {
        font-size: 32px;
    }

    .service-card {
        padding: 40px 20px;
    }

    .service-card h4 {
        font-size: 24px;
    }

    .service-card p {
        font-size: 16px;
    }
}

/* testimonial */
.testimonials {
    padding: 100px 0;
}

.testimonials-content {
    margin: 0 auto 44px;
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.testimonials-content .textt-primary {
    justify-content: center;
}

.testimonials-content .textt-primary::before {
    background: #8aaaef;
}

.testimonials-content h2 {
    color: #fff;
    font-size: clamp(34px, 4.6vw, 48px);
    font-weight: 900;
    line-height: 1.12;
    margin: 0 auto;
    max-width: 760px;
}

.testimonials-content .hero-ghost-text {
    top: -18px;
    z-index: -1;
    font-size: clamp(58px, 9vw, 88px);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.18);
    text-stroke-color: rgba(255, 255, 255, 0.18);
}

#testimonialSwiper {
    padding-bottom: 42px;
}

#testimonialSwiper .swiper-slide {
    height: auto;
}

.testimonial-card {
    min-height: 238px;
    height: 100%;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-align: center;
    box-shadow: 12px 12px 0 rgba(138, 170, 239, 0.28), 0 24px 55px rgba(37, 43, 59, 0.08);

}

.testimonial-card>p {
    max-width: 330px;
    margin: 0 auto 24px;
    color: #000 !important;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.45;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.testimonial-meta img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.testimonial-meta h3 {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 800;
}

.testimonial-meta span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

#testimonialSwiper .swiper-pagination {
    bottom: 0;
}

#testimonialSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #00000040;
    opacity: 1;
}

#testimonialSwiper .swiper-pagination-bullet-active {
    background: #252b3b;
}

@media (max-width: 767px) {
    .testimonials {
        padding: 70px 0;
    }

    .testimonials-content {
        margin-bottom: 30px;
    }

    .testimonials-content .hero-ghost-text {
        top: 0;
        font-size: 48px;
    }

    .testimonial-card>p {
        font-size: 18px;
    }
}

/* contact */
.contact-behind {
    background-color: #252b3b !important;
    background-image: radial-gradient(circle at 18% 24%, rgb(0 0 0 / 20%), transparent 32%), linear-gradient(110deg, rgb(0 0 0 / 50%) -0.9%, rgb(40 88 116 / 92%) 48%, rgb(10 34 45 / 44%) 101.13%), url(https://pascal-burke-insurance.searchsolutiontesting.com/wp-content/uploads/2026/07/feature-four-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid #8aaaef;
    backdrop-filter: blur(570px);
    margin: 100px 40px;
    padding: 50px 0;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.content4 img {
    background-color: #8aaaef;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    max-width: 660px;
    margin: 0;
    padding: 36px 32px 26px;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.contactUSPage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://pascal-burke-insurance.searchsolutiontesting.com/wp-content/uploads/2026/07/feature-four-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    pointer-events: none;
}

.contactUSPage>* {
    position: relative;
    z-index: 1;
}

.contact-form-title {
    margin-bottom: 16px;
}

.contact-form-title span {
    color: #111;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 800;
}

.contact-form-title span::before {
    content: "";
    width: 38px;
    height: 3px;
    background: #8aaaef;
}

.contactUSPage .form-label {
    color: #111;
    font-weight: 700;
    margin-bottom: 8px;
}

.contactUSPage form.row {
    margin-left: 0;
    margin-right: 0;
}

.contactUSPage .form-control,
.contactUSPage .form-select {
    min-height: 52px;
    border: 1px solid rgba(251, 88, 106, 0.24) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-weight: 600;
}

.contactUSPage textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contactUSPage .form-control:focus,
.contactUSPage .form-select:focus {
    border-color: #417ea3 !important;
    box-shadow: 0 0 0 4px rgba(65, 126, 163, 0.16) !important;
}

.contactUSPage .btn {
    min-width: 178px;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #8aaaef;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.contact-section {
    position: relative;
}

/* .contact-section::before {
    content: "";
    position: absolute;
    left: -34px;
    top: -38px;
    width: 120px;
    height: 120px;
    background-image: url(https://pascal-burke-insurance.searchsolutiontesting.com/wp-content/uploads/2026/07/blurr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.75;
    pointer-events: none;
} */

.contact-set {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8aaaef;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    color: #fff !important;
    background-color: #8aaaef !important;
}

.form-control::placeholder {
    color: #fff !important;
}

.form-select {
    color: #fff !important;
    background-color: #8aaaef !important;
}

option {
    background-color: #fff;
    color: #8aaaef;
}


.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #8aaaef;
    margin-bottom: 20px;
}

.contact-section p {
    color: rgba(255, 255, 255, 0.86) !important;
    line-height: 1.7;
}

#contact,
.contact-behind,
.container {
    overflow: visible !important;
}

@media (max-width: 991px) {
    .contact-behind {
        margin: 80px 24px;
        padding: 42px 0;
        border-radius: 34px;
    }

    .contact-section {
        margin-bottom: 28px;
    }

    .contact-section h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .contact-behind {
        border-width: 5px;
        border-radius: 22px;
        margin: 56px 12px;
        padding: 30px 0;
    }

    .contactUSPage {
        padding: 26px 18px 18px;
        border-radius: 14px;
    }

    .contact-form-title span {
        font-size: 21px;
    }

    .contact-section h2 {
        font-size: 28px;
    }

    .contact-content {
        align-items: center;
    }

    .content4 img {
        width: 58px;
        padding: 16px;
    }

    .contactUSPage .btn {
        width: 100%;
    }
}

.contact-image-wrap {
    position: relative;
    isolation: isolate;
    max-width: 500px;
    width: 100%;
    padding: 18px;
}

.contact-image-wrap::before {
    content: "";
    position: absolute;
    inset: 9% 2% 4% 14%;
    background: #8aaaef !important;
    border-radius: 28px;
    transform: rotate(-4deg);
    z-index: -2;
}

.contact-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #8aaaef !important;
    border-radius: 30px;
    transform: rotate(3deg);
    z-index: -1;
}

.contact-image-wrap img {
    display: block;
    width: 100%;
    border: 8px solid rgba(255, 255, 255, 0.95);
    border-radius: 26px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-image-wrap:hover img {
    transform: translateY(-6px);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.34);
}

@media (max-width: 767px) {

    .contact-image-wrap {
        max-width: 420px;
        margin-top: 10px;
        padding: 12px;
    }

    .contact-image-wrap img {
        border-width: 6px;
        border-radius: 20px;
    }
}

/* about us page */
.other-banner {
    background-image: linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 32%)), url(https://pascal-burke-insurance.searchsolutiontesting.com/wp-content/uploads/2026/07/other-banner.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-content {
    text-align: center;
    padding: 0 16px;
}

.new-content h3 {
    font-size: clamp(32px, 5vw, 55px);
    color: #fff;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
}

.new-content .breadcrumb {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6px;
    margin-bottom: 0;
}

.breadcrumb-item {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 700;
    color: #fff !important;
    line-height: 1.4;
}

.breadcrumb-item a {
    color: #fff !important;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

@media (max-width: 767px) {
    .other-banner {
        height: 380px;
        background-attachment: scroll;
    }

    .new-content h3 {
        font-size: 34px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .other-banner {
        height: 320px;
    }

    .new-content h3 {
        font-size: 28px;
    }

    .new-content .breadcrumb {
        max-width: 100%;
    }
}

/* about new section */
.about-new-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        linear-gradient(135deg, rgba(229, 171, 54, 0.11), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.about-new-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: -88px;
    width: 260px;
    height: 100%;
    background: rgba(0, 0, 0, 0.045);
    transform: skewX(-18deg);
}

.about-new-section .container {
    position: relative;
    z-index: 1;
}

.about-new-media {
    position: relative;
    min-height: 620px;
    padding: 24px 76px 24px 0;
}

.about-new-media::before {
    content: "";
    position: absolute;
    inset: 64px 38px 64px 78px;
    background: #000;
    transform: skewX(-8deg);
    z-index: -1;
}

.about-new-photo {
    position: absolute;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.about-new-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.about-new-photo:hover img {
    transform: scale(1.05);
}

.about-new-photo-main {
    top: 0;
    left: 0;
    width: 68%;
    height: 520px;
    border: 10px solid #fff;
}

.about-new-photo-side {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 340px;
    border: 10px solid #fff;
}

.about-new-badge {
    position: absolute;
    left: 34px;
    bottom: 42px;
    width: 190px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 24px;
    color: #000;
    background: #8aaaef;
    box-shadow: 0 24px 55px rgb(54 155 229 / 28%);
}

.about-new-badge span {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-size: 21px;
    margin-bottom: 18px;
}

.about-new-badge strong {
    color: #000;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.about-new-badge small {
    color: rgba(0, 0, 0, 0.72);
    font-size: 15px;
    font-weight: 800;
    margin-top: 7px;
}

.about-new-content {
    max-width: 620px;
    margin-left: auto;
}

.about-new-content .textt-secondary {
    margin-bottom: 22px;
}

.about-new-content p {
    color: #626b79;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.about-new-points {
    display: grid;
    gap: 16px;
    margin-top: 30px;
}

.about-new-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    background: #fff;
    border-left: 4px solid #8aaaef;
    box-shadow: 0 16px 38px rgba(15, 20, 30, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-new-point:hover {
    transform: translateX(8px);
    box-shadow: 0 22px 48px rgba(15, 20, 30, 0.12);
}

.about-new-point span {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-size: 20px;
}

.about-new-point h3 {
    color: #000;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 5px;
}

.about-new-point p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .about-new-section {
        padding: 86px 0;
    }

    .about-new-media {
        max-width: 720px;
        min-height: 560px;
        margin: 0 auto;
    }

    .about-new-content {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .about-new-section {
        padding: 62px 0;
    }

    .about-new-bg-text {
        top: 24px;
        font-size: 58px;
    }

    .about-new-media {
        min-height: auto;
        padding: 0;
        display: grid;
        gap: 16px;
    }

    .about-new-media::before {
        display: none;
    }

    .about-new-photo {
        position: relative;
        width: 100%;
        height: 300px;
        inset: auto;
        border: 7px solid #fff;
    }

    .about-new-badge {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        min-height: 0;
        flex-direction: row;
        align-items: center;
        gap: 14px;
        padding: 20px;
    }

    .about-new-badge span {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .about-new-badge strong {
        font-size: 28px;
    }

    .about-new-content .textt-secondary {
        font-size: 34px;
    }

    .about-new-point {
        padding: 18px;
    }

    .about-new-point:hover {
        transform: none;
    }
}

.broker-about-section {
    background: #f5f7fa;
}

.about-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    height: 100%;
}

.about-content {
    /* text-align: center; */
}

.about-content p {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 25px;
}

.compare-box {
    background: #edf2f7;
    padding: 45px;
    margin-top: 35px;
}

.compare-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.compare-box p {
    color: #666;
    margin-bottom: 25px;
}

.compare-btn {
    display: block;
    background: #081f55;
    color: #fff;
    padding: 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.compare-btn:hover {
    background: #12337d;
    color: #fff;
}

.sidebar-card {
    background: #252b3b;
    color: #fff;
    border-radius: 8px;
    padding: 45px;
    height: 100%;
    position: sticky;
    top: 120px;
}

.check-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #16c54d;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.sidebar-card h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
}

.sidebar-card p {
    color: #d9d9d9;
}

.quote-btn {
    display: inline-block;
    margin-top: 20px;
    background: #8aaaef;
    color: #fff;
    padding: 12px 35px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.quote-btn:hover {
    color: #fff;
    background: #5d7bf5;
}

.sidebar-card hr {
    border-color: rgba(255, 255, 255, .2);
    margin: 40px 0;
}

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

.service-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
    font-size: 17px;
}

.service-list li i {
    width: 36px;
    height: 36px;
    background: #8aaaef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

@media(max-width:991px) {

    .sidebar-card {
        position: relative;
        top: 0;
    }

    .compare-box h2 {
        font-size: 32px;
    }

    .sidebar-card h2 {
        font-size: 30px;
    }
}

.team-section {
    background: #efefef;
    padding: 90px 0;
}

/* Top Card */

.team-intro {

    background: #252c3f;
    color: #fff;
    padding: 70px 90px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.team-intro h2 {

    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.team-intro p {

    max-width: 900px;
    margin: auto;
    line-height: 1.9;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 35px;
}

.team-intro a {

    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.team-intro a:hover {

    color: #7fa2ff;
}


/* Cards */

.team-card {

    background: #fff;
    overflow: hidden;
    transition: .35s;
}

.team-card:hover {

    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .15);
}

.team-image {

    height: 330px;
    overflow: hidden;
}

.team-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.team-card:hover img {

    transform: scale(1.05);
}

.team-content {

    background: #071d52;
    text-align: center;
    color: #fff;
}

.team-content h3 {

    font-size: 34px;
    font-weight: 700;
    padding-top: 25px;
    margin-bottom: 12px;
}

.team-content span {

    display: block;
    position: relative;
    padding-bottom: 22px;
    font-size: 18px;
}

.team-content span::after {

    content: "";
    width: 80px;
    height: 2px;
    background: #86a2ff;
    display: block;
    margin: 15px auto 0;
}

.team-content a {

    display: block;
    background: #8aa6eb;
    color: #081d52;
    text-decoration: none;
    padding: 18px;
    font-weight: 600;
    transition: .3s;
}

.team-content a:hover {

    background: #6d8fe6;
    color: #fff;
}

/* Responsive */

@media(max-width:991px) {

    .team-intro {

        padding: 50px 35px;
    }

    .team-intro h2 {

        font-size: 46px;
    }

    .team-image {

        height: 300px;
    }

}

@media(max-width:576px) {

    .team-section {

        padding: 70px 0;
    }

    .team-intro h2 {

        font-size: 36px;
    }

    .team-intro p {

        font-size: 16px;
    }

    .team-content h3 {

        font-size: 28px;
    }

}

/* video */
.video-section {
    padding: 80px 0;
}

.video-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .3s;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.video-card iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: 0;
    display: block;
}

.google-review-section {
    padding: 90px 0;
    background: #fff;
    text-align: center;
}

.stars {
    margin-bottom: 25px;
}

.stars i {
    color: #F4A62A;
    font-size: 36px;
    margin: 0 6px;
}

.review-heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.15;
    color: #111;
    margin-bottom: 35px;
}

.review-text {
    max-width: 980px;
    margin: auto;
    color: #555;
    font-size: 27px;
    line-height: 1.7;
    margin-bottom: 60px;
}

.google-logo {
    width: 90px;
    margin-bottom: 30px;
}

.mini-title {
    display: block;
    font-size: 26px;
    color: #111;
    margin-bottom: 12px;
}

.google-title {
    font-size: 60px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.google-subtitle {
    font-size: 24px;
    color: #777;
    margin-bottom: 35px;
}

.review-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #FFC107;
    color: #111;
    text-decoration: none;
    padding: 18px 40px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s;
}

.review-btn i {
    font-size: 18px;
}

.review-btn:hover {
    background: #e8ad00;
    color: #111;
    transform: translateY(-3px);
}

/* Responsive */

@media(max-width:992px) {

    .review-heading {
        font-size: 50px;
    }

    .google-title {
        font-size: 42px;
    }

    .review-text {
        font-size: 20px;
    }

}

@media(max-width:768px) {

    .review-heading {
        font-size: 36px;
    }

    .review-text {
        font-size: 18px;
    }

    .google-title {
        font-size: 34px;
    }

    .google-subtitle {
        font-size: 18px;
    }

    .review-btn {
        font-size: 18px;
        padding: 15px 30px;
    }

    .stars i {
        font-size: 28px;
    }

}

/* sms */
.sms-form-section {

    background: #f5f5f5;
    padding: 80px 0;

}

.sms-form-wrapper {

    background: #fff;
    max-width: 900px;
    margin: auto;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 24%);
}

.logo-area {

    margin-bottom: 20px;

}

.logo-img {

    max-width: 260px;

}

.form-title {

    color: #0b4d82;
    font-size: 42px;
    font-weight: 700;
    margin: 35px 0;

}

.sms-form-wrapper label {

    font-weight: 600;
    color: #163d66;
    margin-bottom: 8px;

}

.sms-form-wrapper label span {

    color: red;

}

.form-control {

    height: 52px;
    border: 1px solid #cfd7e2;
    border-radius: 3px;

}

.form-control:focus {

    box-shadow: none;
    border-color: #0b4d82;

}

small {

    display: block;
    margin-top: 8px;
    color: #6c757d;

}

.form-check {

    margin-bottom: 15px;

}

.form-check-label {

    line-height: 1.6;

}

.disclaimer {

    margin-top: 40px;
    color: #555;
    line-height: 1.9;

}

.submit-btn {

    background: #1bb64a;
    color: #fff;
    border: none;
    padding: 14px 55px;
    border-radius: 4px;
    font-weight: 600;
    transition: .3s;

}

.submit-btn:hover {

    background: #179840;

}

.powered {

    margin-top: 12px;
    color: #777;
    font-size: 13px;

}

.bottom-note {

    max-width: 900px;
    margin: 35px auto 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

/* all business lines */
.business-lines {
    background: #f7f9fc;
}

.section-tag {
    display: inline-block;
    padding: 7px 18px;
    border-radius: 30px;
    background: #eef4ff;
    color: #0b3d91;
    font-weight: 600;
    font-size: 14px;
}

.business-card {
    position: relative;
    display: block;
    height: 100%;
    padding: 35px 30px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    transition: .35s;
    border: 1px solid #edf0f5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

/* Gold Accent */
.business-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #252b3b, #8aaaef);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.card-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #252b3b, #8aaaef);
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
}

.business-card h5 {
    color: #252b3b;
    font-weight: 700;
    margin-bottom: 15px;
}

.business-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.read-more {
    color: #252b3b;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
}

.business-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    border-color: transparent;
}

.business-card:hover::before {
    transform: scaleX(1);
}

.business-card:hover .read-more {
    gap: 14px;
}

.business-card:hover .card-icon {
    transform: rotate(-8deg) scale(1.05);
    transition: .35s;
}

.fq-section .accordion-item {
    background: transparent;
    border-bottom: 1px solid rgba(1, 43, 93, 0.12) !important;
    border-radius: 0;
    margin: 0 !important;
    overflow: visible;
}

.fq-section .accordion-button {
    color: #8aaaef !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    background: transparent !important;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 23px 44px 23px 0;
}

.fq-section .accordion-button:not(.collapsed) {
    color: #fff !important;
    background: transparent !important;
}

.fq-section .accordion-button::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 50%;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    background-image: none;
    transform: translateY(-50%);
}

.fq-section .accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
    transform: translateY(-50%);
}

.fq-section .accordion-body {
    color: #a9a9a9;
    font-size: 16px;
    line-height: 1.7;
    background: transparent;
    border: 0;
    padding: 0 44px 22px 0;
}