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

a {
    text-decoration: none !important;
}

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

body {
    background-color: #fff;
}

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

.topbar {
    background: linear-gradient(124deg, #012B5D 0 61.5%, #82CDF8 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: calc(61.5% - 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, #012B5D 0 100%);
    }

    .topbar::after {
        display: none;
    }

    .topbar .row {
        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 initially */
.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;
}

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

.dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
}

.dropdown-item:hover {
    background-color: #012B5D !important;
    color: #fff !important;
}

/* nav area */
.navbar {
    background-color: #fff !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

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

.nav-menu {
    gap: 25px;
}

.links-area ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.links-area ul a {
    text-decoration: none;
}

.links-area i {
    color: #012B5D;
    font-size: 20px;
}

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

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600 !important;
    color: #012B5D !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 */
footer {
    background-color: #82CDF8;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
    content: "";
    top: 0;
    position: absolute;
    background-image: url(../images/clouds_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
} */

.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;
    /* border-top: 1px solid #2525251e; */
}

.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: #012B5D;
    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: #012B5D;
}

.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 {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}

/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #012B5D;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply;     */
    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: #82CDF8;
    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);
}

/* cursor */
.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 #012B5D;
    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: #012B5D;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + var(--dot-x)), calc(-50% + var(--dot-y)));
    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%);
}

/* banner start */
.hero-section {
    margin-top: 76px;
}

.mySwiper,
.mySwiper .swiper-slide,
.banner {
    min-height: 760px;
}

.mySwiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

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

.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 35%, rgba(90, 161, 227, 0.28), transparent 24%),
        linear-gradient(100deg, rgba(0, 0, 0, 0.301) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(90, 161, 227, 0.24) 100%);
}

.mySwiper .swiper-slide-active .slide-bg {
    transform: scale(1.08);
}

.banner {
    position: relative;
    z-index: 1;
    padding: 160px 0 90px;
}

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

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #82CDF8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.hero-eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    background-color: #82CDF8;
}

.banner-content h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.04;
    margin-bottom: 22px;
    text-wrap: balance;
}

.banner-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.7;
    max-width: 640px;
    margin-bottom: 32px;
}


.swiper-pagination {
    bottom: 28px !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
    opacity: 0.55 !important;
}

.swiper-pagination-bullet-active {
    width: 34px !important;
    border-radius: 999px !important;
    background: #82CDF8 !important;
    opacity: 1 !important;
}


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

    .mySwiper,
    .mySwiper .swiper-slide,
    .banner {
        min-height: 680px;
    }

    .banner {
        padding: 135px 0 80px;
    }
}

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

    .mySwiper,
    .mySwiper .swiper-slide,
    .banner {
        min-height: 640px;
    }

    .banner {
        padding: 115px 0 70px;
    }

    .banner-content h1 {
        font-size: 36px;
    }

    .banner-content p {
        font-size: 16px;
    }

}


.btn-primary {
    position: relative;
    display: inline-block;
    padding: 16px 35px;
    color: #fff;
    background: #012B5D !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: #82CDF8 !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;
    background: #012B5D !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: #82CDF8 !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;
}

/* about us section */
.about {
    padding: 100px 0;
}

.about-img {
    position: relative;
    max-width: 560px;
    min-height: 540px;
}

.about-img::before {
    content: "";
    position: absolute;
    background-image: url(../images/des.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 250px;
    height: 200px;
}

.about-img img:first-child {
    width: 72%;
    border-radius: 25px;
    height: 500px;
    transform: rotate(-3deg);
    margin-left: 36px;
    z-index: 1;
    object-fit: cover;
    box-shadow: 0 24px 55px rgba(1, 43, 93, 0.14);
}

.about-img img:last-child {
    position: absolute;
    width: 42%;
    height: 220px;
    top: 42px;
    border-radius: 25px;
    transform: rotate(4deg);
    right: 12px;
    border: 4px solid #fff;
    object-fit: cover;
    box-shadow: 0 18px 42px rgba(1, 43, 93, 0.16);
}

.about-img::before {
    content: "";
    position: absolute;
    background-image: url(../images/des.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -5%;
    left: 12%;
    opacity: 0.5;
    z-index: 0;
    width: 90px;
    height: 120px;
    animation: des 4s ease-in-out infinite;
}

@keyframes des {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-35px);
    }

    100% {
        transform: translateY(0);
    }
}

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

/* .about-content {
    max-width: 480px;
} */

.about-content h3 {
    color: #82CDF8;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.about-content h2 {
    color: #012B5D;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 20px;
}

.about-content p {
    color: #666a73;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 24px;
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(../images/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .about-content {
        max-width: 100%;
    }

    .about-img img {
        height: 380px;
    }
}

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

    .about-content h2 {
        font-size: 36px;
    }

    .about-content p {
        font-size: 16px;
    }

    .about-content .btn-primary {
        min-width: 165px;
        padding: 12px 28px !important;
    }

    .about-img img {
        height: 290px;
        border-radius: 12px;
    }
}


.textt-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #82CDF8 !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.textt-primary::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #012B5D;
}

.textt-primary::after {
    content: "";
    width: 14px;
    height: 2px;
    background: #012B5D;
}

/* services */
.services {
    padding: 96px 0;
    background:
        linear-gradient(180deg, rgba(90, 161, 227, 0.08), rgba(255, 255, 255, 0) 42%),
        #fff;
    position: relative;
    overflow: hidden;
}

.services::before {
    content: "";
    position: absolute;
    top: 54px;
    left: 38px;
    width: 24px;
    height: 24px;
    border: 2px solid #82CDF8;
    border-radius: 50%;
    opacity: 0.65;
}

.services::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 20px;
    width: 10px;
    height: 10px;
    background: #82CDF8;
    border-radius: 50%;
    opacity: 0.35;
}

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

.services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

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

.services-content h2 {
    color: #012B5D;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 0;
}

.services-btn {
    flex: 0 0 auto;
    background: #82CDF8 !important;
    padding: 17px 36px !important;
}

.service-row {
    row-gap: 30px;
}

.service-card {
    height: 100%;
    padding: 20px 20px 38px;
    background: #fff;
    border: 1px solid rgba(17, 47, 78, 0.1);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card::before,
.service-card::after {
    content: "";
    position: absolute;
    z-index: 0;
}

.service-card::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    background: #012B5D;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.45s ease;
}

.service-card::after {
    right: 22px;
    bottom: -42px;
    width: 88px;
    height: 170px;
    background: rgba(90, 161, 227, 0.14);
    transform: skewX(-42deg);
    transition: background-color 0.45s ease;
}

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

.service-card:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.service-card:hover::after {
    background: rgba(255, 255, 255, 0.18);
}

.service-box {
    position: relative;
    margin-bottom: 52px;
    z-index: 1;
}

.service-box img {
    width: 100%;
    height: 168px;
    display: block;
    object-fit: cover;
}

.service-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 20px;
    bottom: -36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012B5D;
    background: #fff;
    border: 6px solid #82CDF8;
    border-radius: 50%;
    font-size: 27px;
    box-shadow: 0 0 0 5px rgba(36, 42, 76, 0.08);
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.service-card:hover .service-icon {
    color: #fff;
    background: #82CDF8;
    border-color: #82CDF8;
}

.service-card:hover .service-body h3,
.service-card:hover .service-body p {
    color: #fff;
}

.service-body {
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.service-body h3 {
    color: #012B5D;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 12px;
}

.service-body p {
    color: #6d7280;
    min-height: 100px;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
    margin-bottom: 24px;
}

.service-card:hover .service-link {
    background: #82CDF8 !important;

}

.service-card:hover .service-link::before {
    background: #fff !important;

}

.service-link {
    background: #012B5D !important;
    padding: 14px 30px !important;
    font-size: 14px !important;
}

.service-link:hover {
    color: #012B5D !important;
}

.service-link::before {
    background-color: #fff !important;
}

@media (max-width: 1199px) {
    .services-content h2 {
        font-size: 38px;
    }

    .service-box img {
        height: 205px;
    }

    .service-body {
        padding: 0 18px;
    }

    .service-body h3 {
        font-size: 22px;
    }

    .service-body p {
        min-height: 74px;
        font-size: 15px;
    }
}

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

    .services-header {
        display: block;
        margin-bottom: 38px;
    }

    .services-btn {
        margin-top: 24px;
    }
}

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

    .services::before,
    .services::after {
        display: none;
    }

    .services-content h2 {
        font-size: 30px;
    }

    .service-card {
        padding: 16px 16px 32px;
    }

    .service-box img {
        height: 190px;
    }

    .service-body {
        padding: 0 8px;
    }

    .service-body h3 {
        font-size: 20px;
    }

    .service-body p {
        min-height: auto;
    }

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

/* why choose us */
.why-choose-us {
    background-image: linear-gradient(90deg, rgb(1 43 93 / 33%) 0%, rgb(1 43 93 / 35%) 42% 42%, rgba(130, 205, 248, 0.24) 100%), url(../images/choose-shape.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

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

.why-choose-us .row {
    align-items: center;
    row-gap: 56px;
}

.choose-us-content {
    background: rgba(255, 255, 255, 0.86);
    border-left: 5px solid #012B5D;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.16);
    max-width: 570px;
    width: 100%;
    padding: 46px;
    backdrop-filter: blur(1px);
}




.choose-us-content h2 {
    color: #012B5D;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin: 12px 0 18px;
}

.choose-us-content p,
.choose-us-content li {
    color: #666a73;
    font-size: 16px;
    line-height: 1.7;
}

.choose-us-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    list-style: none;
    margin: 28px 0 34px;
    padding: 0;
}

.choose-us-content li {
    display: flex;
    min-height: 132px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
    padding: 24px 18px;
    color: #fff;
    text-align: center;
    background: #012B5D;
    border: 1px solid rgba(130, 205, 248, 0.22);
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(1, 43, 93, 0.18);
}

.choose-us-content li i {
    color: #82CDF8;
    font-size: 30px;
    flex: 0 0 auto;
    margin-top: 0;
}

.choose-us-content li span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}


.choose-image-wrap {
    --choose-image-height: 600px;
    position: relative;
    isolation: isolate;
    max-width: 500px;
    width: 100%;
    padding: 18px;
    margin-left: auto;
}

/* 
.choose-image-wrap::before {
    content: "";
    position: absolute;
    inset: 9% 2% 4% 14%;
    background: rgba(90, 161, 227, 0.22);
    border-radius: 28px;
    transform: rotate(-4deg);
    z-index: -2;
} */

.choose-image-wrap::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    height: var(--choose-image-height);
    width: calc(100% - 36px);
    border: 3px solid #012B5D;
    border-radius: 30px;
    transform: rotate(-10deg);
    z-index: 1;
    pointer-events: none;
    animation: borderr 4s ease-in-out infinite;
}

@keyframes borderr {

    0%,
    100% {
        transform: translate(0, 0) rotate(-10deg);
    }

    50% {
        transform: translate(42px, -42px) rotate(-10deg);
    }
}

.choose-image-wrap img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: var(--choose-image-height);
    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;
    object-fit: cover;
    transform: rotate(-10deg);
}

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

@media (max-width: 1199px) {
    .choose-us-content {
        padding: 38px;
    }

    .choose-us-content h2 {
        font-size: 36px;
    }

    .choose-image-wrap {
        --choose-image-height: 520px;
    }
}

@media (max-width: 991px) {
    .why-choose-us {
        background-attachment: scroll;
        padding: 90px 0;
    }

    .choose-us-content,
    .choose-image-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    .choose-image-wrap {
        --choose-image-height: 500px;
    }
}

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

    .choose-us-content {
        padding: 30px 24px;
    }

    .choose-us-content h2 {
        font-size: 32px;
    }

    .choose-us-content p,
    .choose-us-content li {
        font-size: 15px;
    }

    .choose-us-content ul {
        gap: 14px;
    }

    .choose-us-content li {
        min-height: 118px;
        padding: 20px 14px;
    }

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

    .choose-image-wrap {
        --choose-image-height: 420px;
        max-width: 430px;
        padding: 14px;
    }

    .choose-image-wrap::after {
        left: 14px;
        top: 14px;
        width: calc(100% - 28px);
        border-radius: 22px;
    }

    .choose-image-wrap img {
        border-width: 6px;
        border-radius: 22px;
    }

    @keyframes borderr {

        0%,
        100% {
            transform: translate(0, 0) rotate(-10deg);
        }

        50% {
            transform: translate(26px, -26px) rotate(-10deg);
        }
    }
}

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

    .choose-us-content {
        padding: 26px 20px;
    }

    .choose-us-content h2 {
        font-size: 28px;
    }

    .choose-us-content ul {
        grid-template-columns: 1fr;
    }

    .choose-image-wrap {
        --choose-image-height: 320px;
        max-width: 340px;
        padding: 12px;
    }

    .choose-image-wrap::after,
    .choose-image-wrap img {
        border-radius: 18px;
    }
}

/* steps */
.steps {
    background: #f8fafc;
    padding: 100px 0;
}

.step-box {
    background: #fff;
    border: 1px solid rgba(7, 31, 77, 0.1);
    border-top: 4px solid #012B5D;
    box-shadow: 0 16px 34px rgba(7, 31, 77, 0.08);
    height: 100%;
    margin: 0 8px;
    overflow: hidden;
    padding: 32px 26px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step-content h3 span {
    color: rgba(11, 50, 175, 0.2);
    display: block;
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    user-select: none;
}

.step-content h2 {
    color: #012B5D;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin: 16px 0 12px;
}

.step-content p {
    color: #666a73;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.step-title {
    text-align: center;
    margin: 0 auto 44px;
    max-width: 760px;
    padding: 0;
}

.step-title h3 {
    color: #82CDF8;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.step-title h2 {
    color: #012B5D;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 10px;
}

.step-box:hover {
    box-shadow: 0 22px 42px rgba(7, 31, 77, 0.14);
    transform: translateY(-8px);
}

.step-box::after {
    background: #012B5D;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 0;
    transition: width 0.25s ease;
}

.step-box:hover::after {
    width: 100%;
}

@media (max-width: 991px) {
    .steps .col-md-3 {
        width: 50%;
        margin-bottom: 22px;
    }
}

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

    .steps .col-md-3 {
        width: 100%;
    }

    .step-title h2 {
        font-size: 32px;
    }

    .step-box {
        margin: 0;
    }
}

/* new section */
.new-section {
    background-image: linear-gradient(90deg, rgb(1 43 93 / 33%) 0%, rgb(1 43 93 / 35%) 42% 42%, rgba(130, 205, 248, 0.24) 100%), url(../images/new-section.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

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

.new-section-panel {
    padding: 58px;
    background: rgba(255, 255, 255, 0.9);
    border-left: 6px solid #012B5D;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(2px);
}

.new-section-content {
    max-width: 650px;
}

.new-section-content h2 {
    color: #012B5D;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin: 12px 0 20px;
}

.new-section-content p {
    color: #5f6570;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.new-section-list {
    display: grid;
    gap: 18px;
}

.new-section-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    background: #012B5D;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(1, 43, 93, 0.2);
}

.new-section-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: #012B5D;
    font-weight: 800;
    background: #82CDF8;
    border-radius: 50%;
}

.new-section-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}

.new-section-item p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .new-section {
        background-attachment: scroll;
        padding: 90px 0;
    }

    .new-section-panel {
        padding: 42px;
    }

    .new-section-content {
        margin-bottom: 34px;
    }

    .new-section-content h2 {
        font-size: 38px;
    }
}

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

    .new-section-panel {
        padding: 30px 22px;
    }

    .new-section-content h2 {
        font-size: 30px;
    }

    .new-section-content p {
        font-size: 16px;
    }

    .new-section-item {
        padding: 18px;
    }

    .new-section-content .btn {
        width: 100%;
    }
}


/* testimonial */
.testimonmial {
    background: #f8fafc;
    padding: 90px 0;
}

.testi {
    position: relative;
}

.testimonmial-content .textt-primary {
    color: #82CDF8 !important;
}

.testimonmial-content h2 {
    color: #012B5D;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 40px;
}

.testimonial-swiper {
    padding: 0 0 64px;
}

.testimonial-card {
    background: #fff;
    border-left: 5px solid #82CDF8;
    box-shadow: 0 18px 42px rgba(7, 31, 77, 0.1);
    color: #012B5D;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 420px;
    padding: 56px;
    position: relative;
}

.testimonial-card::before {
    color: rgba(214, 175, 63, 0.22);
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 34px;
    top: 28px;
}

.testimonial-card h3 {
    color: #012B5D;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 6px;
}

.testimonial-card span {
    color: #82CDF8;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-card p {
    color: #536176;
    font-size: 17px;
    line-height: 1.8;
    margin: 22px 0 26px;
    max-width: 720px;
}

.testi-stars {
    color: #82CDF8;
    letter-spacing: 4px;
    margin-bottom: 6px;
}

.testimonial-img {
    background: #012B5D;
    border: 10px solid #fff;
    box-shadow: 0 18px 42px rgba(7, 31, 77, 0.12);
    height: 420px !important;
    object-fit: cover;
    width: 100%;
}

.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
    background: #012B5D;
    bottom: 0;
    color: #fff;
    height: 52px;
    top: auto;
    width: 52px;
}

.testimonial-swiper .swiper-button-prev {
    left: auto;
    right: 88px;
}

.testimonial-swiper .swiper-button-next {
    right: 30px;
}

.testimonial-swiper .swiper-button-prev:hover,
.testimonial-swiper .swiper-button-next:hover {
    background: #82CDF8;
    color: #012B5D;
}

.testimonial-swiper .swiper-button-prev::after,
.testimonial-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 800;
}

.testimonial-swiper .swiper-pagination {
    bottom: 14px !important;
    left: 0 !important;
    text-align: left;
    width: auto !important;
}

.testimonial-swiper .swiper-pagination-bullet {
    background: #012B5D !important;
}

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

    .testimonial-card {
        min-height: auto;
        padding: 42px 30px;
    }

    .testimonial-img {
        height: 320px !important;
        margin-top: 22px;
    }
}

@media (max-width: 575px) {
    .testimonial-swiper {
        padding-bottom: 74px;
    }

    .testimonmial-content h2 {
        font-size: 30px;
    }

    .testimonial-card {
        padding: 34px 24px;
    }

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

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

    .testimonial-swiper .swiper-button-prev,
    .testimonial-swiper .swiper-button-next {
        display: none;
    }

    .testimonial-swiper .swiper-pagination {
        text-align: center;
        width: 100% !important;
    }
}

/* stats */
.stats-section {
    padding: 36px 0;
    background: #f4f7fb;
}

.stats-row {
    position: relative;
    top: -100px;
}

.stats-card {
    min-height: 136px;
    height: 100%;
    padding: 30px 28px 28px 66px;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 14px 35px rgba(7, 20, 67, 0.08);
    transition: all.3s;
}

.stats-card:hover {
    top: -10px;
    transition: all.3s;
    box-shadow: 0 14px 35px rgb(7 20 67 / 48%);
}

.stats-icon {
    width: 64px;
    height: 64px;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #012B5D;
    border-radius: 50%;
    font-size: 25px;
}

.stats-card h3 {
    color: #82CDF8;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 12px;
}

.stats-card p {
    color: #012B5D;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .stats-card {
        margin-left: 32px;
    }
}

@media (max-width: 575px) {
    .stats-card {
        margin-left: 0;
        padding-left: 92px;
    }

    .stats-icon {
        left: 18px;
    }
}

/* contact */
.contact-behind {
    background: linear-gradient(135deg, rgba(7, 31, 77, 0.96), rgba(7, 31, 77, 0.84));
    /* border: 1px solid rgba(214, 175, 63, 0.42); */
    border-radius: 42px;
    margin: 0px 100px 40px 100px;
    overflow: hidden;
    padding: 60px 0;
}

.content4 img {
    background: #012B5D;
    border-radius: 8px;
    padding: 16px;
    width: 58px;
}

.contactUSPage {
    background: #fff;
    border-top: 5px solid #012B5D;
    border-radius: 15px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16) !important;
    padding: 50px 20px;
    position: relative;
}

.content5 {
    padding-left: 14px;
}

.content5 h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.content5 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
}

.content5 h3 a {
    color: inherit;
}

.contact-content {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 18px;
}

.contact-section .textt-primary {
    color: #012B5D;
}

.contact-section h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
}

.contact-section p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 26px;
}

.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: #82cdf878;
    border-radius: 28px;
    transform: rotate(-4deg);
    z-index: -2;
}

.contact-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #82CDF8;
    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);
}

.titleBar span {
    color: #012B5D;
    display: block;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 22px;
}

.form-label {
    color: #012B5D;
    font-weight: 700;
}

.form-control,
.form-select {
    background-color: #f8fafc !important;
    border: 1px solid rgba(7, 31, 77, 0.14) !important;
    color: #012B5D !important;
    min-height: 55px;
}

.form-control:focus,
.form-select:focus {
    border-color: #012B5D !important;
    box-shadow: 0 0 0 4px rgba(214, 175, 63, 0.18) !important;
}

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

option {
    background-color: #fff;
    color: #012B5D;
}

@media (max-width: 767px) {
    .contact-behind {
        border-radius: 24px;
        margin: 70px 16px;
        padding: 70px 0;
    }

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

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

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

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

    .titleBar span {
        font-size: 26px;
    }
}

/* faq main */
.fq-section {
    padding: 90px 0 0;
    background: #fff;
    overflow: hidden;
}

.fq-section .row {
    row-gap: 40px;
}

.fq-target {
    position: relative;
    min-height: 620px;
}

.fq-target img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: auto;
    max-width: 118%;
    height: 100%;
    object-fit: contain;
    transform: translateX(-50%);
}

.faq-content-wrap {
    max-width: 560px;
    padding: 0 0 110px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fq-section .titleBar h6 {
    color: #82CDF8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.fq-section .titleBar h3 {
    color: #012B5D;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 28px;
}

.fq-section .titleBar p {
    color: #666a73;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 28px;
}

.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: #012B5D !important;
    font-size: 16px;
    font-weight: 800;
    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: #012B5D !important;
    background: transparent !important;
}

.fq-section .accordion-button::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 50%;
    width: auto;
    height: auto;
    color: #012B5D;
    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: #666a73;
    font-size: 16px;
    line-height: 1.7;
    background: transparent;
    border: 0;
    padding: 0 44px 22px 0;
}

@media (max-width: 991px) {
    .fq-section {
        padding: 76px 0 0;
    }

    .fq-target {
        min-height: 460px;
    }

    .fq-target img {
        max-width: 100%;
    }

    .faq-content-wrap {
        max-width: 100%;
        padding-bottom: 70px;
    }

    .fq-section .titleBar h3 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .fq-target {
        min-height: 330px;
    }

    .faq-content-wrap {
        padding-bottom: 50px;
    }

    .fq-section .titleBar h3 {
        font-size: 30px;
    }

    .fq-section .titleBar p,
    .fq-section .accordion-body {
        font-size: 15px;
    }

    .fq-section .accordion-button {
        padding: 18px;
    }
}

.services1,
.services-image,
.allServicesList,
.innerServicesPage,
.FAQs-box,
.accordion-item {
    will-change: transform;
}

@media (max-width: 991px) {

    .services1,
    .aboutSection {
        padding: 70px 0;
    }

    .services-content1 h3,
    .innerServicesPage h1,
    .titleBar h3 {
        font-size: 30px;
    }

    .allServicesList {
        position: static;
    }
}

@media (max-width: 575px) {

    .services1,
    .aboutSection {
        padding: 56px 0;
    }

    .services-image {
        padding: 12px;
    }

    .services-image::before {
        transform: translate(8px, 8px);
    }

    .services-image img,
    .FAQs-box {
        min-height: 300px;
    }

    .innerServicesPage {
        padding: 28px 20px;
    }

}

/* responsive polish */
img {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .about {
        padding: 82px 0;
    }

    .about .row {
        align-items: center;
    }

    .about-img {
        max-width: 500px;
        min-height: 485px;
    }

    .about-img img:first-child {
        height: 450px;
        margin-left: 18px;
    }

    .about-img img:last-child {
        width: 40%;
        height: 190px;
        right: 4px;
        top: 34px;
    }

    .about-content h2 {
        font-size: 42px;
        line-height: 1.12;
    }

    .about-content p {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .what-we-do-body ul li {
        margin-bottom: 14px;
    }

    .contact-behind {
        margin: 0 40px 40px;
    }
}

@media (max-width: 991px) {
    .topbar {
        display: none;
    }

    .navbar.fixed-top,
    .transparent-navbar {
        top: 0;
    }

    .hero-section {
        margin-top: 76px;
    }

    .navbar-collapse {
        align-items: stretch;
        gap: 0;
        padding: 18px 0 8px;
    }

    .nav-menu {
        gap: 0;
    }

    .navbar .btn-primary {
        margin-top: 12px;
        width: 100%;
        text-align: center;
    }

    .dropdown-menu {
        border: 0 !important;
        box-shadow: none;
    }

    .about {
        padding: 80px 0;
    }

    .about .row {
        row-gap: 44px;
    }

    .about-img {
        max-width: 560px;
        margin: 0 auto;
        min-height: 430px;
    }

    .about-img img:first-child {
        width: 68%;
        height: 430px;
        margin-left: 38px;
        object-fit: cover;
    }

    .about-img img:last-child {
        width: 42%;
        height: 210px;
        right: 18px;
        object-fit: cover;
    }

    .about-content h2,
    .services-content h2,
    .choose-us-content h2,
    .step-title h2,
    .new-section-content h2,
    .testimonmial-content h2,
    .contact-section h2 {
        font-size: 36px;
        line-height: 1.18;
    }

    .why-choose-us,
    .new-section {
        background-attachment: scroll;
    }

    .choose-us-content {
        margin: 0 auto;
    }

    .choose-image-wrap img,
    .choose-image-wrap::after {
        transform: none;
        animation: none;
    }

    .choose-image-wrap::after {
        left: 12px;
        top: 12px;
        width: calc(100% - 24px);
    }

    .steps .row {
        row-gap: 22px;
    }

    .stats-section {
        padding: 70px 0;
    }

    .stats-row {
        top: 0;
    }

    .stats-row .row {
        row-gap: 24px;
    }

    .stats-card {
        margin-left: 32px;
    }

    .contact-behind {
        margin: 0 24px 40px;
        border-radius: 30px;
    }

    .footer1stRow .row {
        row-gap: 18px;
    }
}

@media (max-width: 767px) {
    .topbar-contact-wrap {
        display: grid !important;
        justify-content: center;
        text-align: center;
    }

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

    .topbar-info-text p {
        justify-content: center;
        white-space: normal;
    }

    .navbar-brand img {
        width: 180px;
    }

    .mySwiper,
    .mySwiper .swiper-slide,
    .banner {
        min-height: 560px;
    }

    .banner {
        padding: 95px 0 60px;
    }

    .hero-eyebrow {
        font-size: 12px;
    }

    .banner-content h1 {
        font-size: 34px;
    }

    .about,
    .services,
    .why-choose-us,
    .steps,
    .new-section,
    .testimonmial,
    .fq-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .about-img {
        min-height: 360px;
    }

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

    .about-img img:first-child {
        width: 72%;
        height: 350px;
        margin-left: 20px;
        border-radius: 18px;
    }

    .about-img img:last-child {
        width: 44%;
        height: 170px;
        top: 24px;
        right: 8px;
        border-radius: 18px;
    }

    .services-header {
        gap: 18px;
    }

    .service-card,
    .step-box,
    .new-section-panel,
    .testimonial-card,
    .faq-content-wrap {
        box-shadow: 0 14px 32px rgba(1, 43, 93, 0.1);
    }

    .choose-us-content ul {
        grid-template-columns: 1fr;
    }

    .choose-image-wrap {
        max-width: 420px;
    }

    .new-section-item {
        flex-direction: column;
    }

    .testimonial-img {
        height: 260px !important;
    }

    .fq-section {
        padding-bottom: 0;
    }

    .fq-section .row {
        flex-direction: column-reverse;
    }

    .fq-target {
        min-height: 300px;
    }

    .fq-target img {
        max-width: 92%;
    }

    .contact-behind {
        margin: 0 16px 34px;
    }

    .contact-content {
        align-items: flex-start;
    }

    .content5 h3 {
        font-size: 16px;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .btn-primary,
    .btn-secondary {
        padding: 13px 24px !important;
    }

    .banner-content h1 {
        font-size: 31px;
    }

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

    .about-content h2,
    .services-content h2,
    .choose-us-content h2,
    .step-title h2,
    .new-section-content h2,
    .testimonmial-content h2,
    .contact-section h2,
    .fq-section .titleBar h3 {
        font-size: 28px;
    }

    .about-img {
        min-height: auto;
    }

    .about-img img:first-child,
    .about-img img:last-child {
        position: static;
        display: block;
        width: 100%;
        height: 260px;
        margin: 0;
        transform: none;
        object-fit: cover;
    }

    .about-img img:last-child {
        margin-top: 16px;
        border: 0;
    }

    .choose-us-content,
    .new-section-panel,
    .testimonial-card,
    .faq-content-wrap {
        padding: 24px 18px;
    }

    .choose-image-wrap {
        --choose-image-height: 280px;
        max-width: 100%;
    }

    .choose-us-content li {
        min-height: 104px;
    }

    .stats-card {
        margin-left: 0;
        padding: 24px 20px 24px 82px;
    }

    .stats-icon {
        left: 14px;
        width: 54px;
        height: 54px;
    }

    .fq-target {
        min-height: 260px;
    }

    .contact-behind {
        border-radius: 20px;
        padding: 50px 0;
    }

    .contact-content {
        padding: 14px;
    }

    .content4 img {
        width: 50px;
        padding: 13px;
    }

    .button {
        width: 44px;
        height: 44px;
        right: 14px;
        bottom: 14px;
    }
}

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

    .about-content h2,
    .services-content h2,
    .choose-us-content h2,
    .step-title h2,
    .new-section-content h2,
    .testimonmial-content h2,
    .contact-section h2,
    .fq-section .titleBar h3 {
        font-size: 26px;
    }
}

/* about us page */
.other-banner {
    background-image: linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 32%)), url(../images/banner-4.png);
    background-position: center;
    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-page {
    padding: 100px 0;
}

.about-imgg {
    position: relative;
    border-radius: 25px;
    border: 5px solid #82CDF8;
    overflow: hidden;
}

.about-imgg img {

    /* border: 5px solid #82CDF8; */
    overflow: hidden;
    transform: scale(1);
    transition: all.3s;
    width: 100%;
}

.about-imgg:hover img {
    transform: scale(1.1);
    transition: all.3s;
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    background-image: linear-gradient(135deg, rgb(25, 63, 145) 0%, rgba(75, 142, 187, 0.459) 100%), url(../images/download.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #82CDF8;
    margin-bottom: 15px;
    margin-top: 0;
    letter-spacing: 0.18em;
}

.mission-content h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.12;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.85;
}

.mission-box {
    background-color: rgba(255, 255, 255, 0.96);
    margin-top: 0;
    min-height: 100%;
    margin-bottom: 0;
    padding: 34px 28px;
    gap: 10px;
    border-radius: 26px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0rem;
    color: #5d7381;
    font-weight: 500;
    line-height: 1.7;

}

.work-para {
    text-align: center;
}

/* process box */
.process-box {
    background-color: #012B5D;
    color: #fff;
    padding: 50px;
    border-radius: 28px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.process-box h5 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #fff;
    margin-bottom: 14px;
}

.process-box h2 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 18px;
    color: #fff;
}

.process-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.process-gap {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbfe 100%);
}

.process-gap h3 {
    color: #012B5D;
    font-size: 40px;
    line-height: 1.15;
}

.step-box {
    height: 100%;
    padding: 34px 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(6, 43, 61, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.step-box h4 {
    margin: 20px 0 12px;
    color: #012B5D;
    font-size: 22px;
}

.step-box p {
    margin: 0;
    color: #5d7381;
    line-height: 1.75;
}

@media(max-width:992px) {
    .process-box {
        padding: 36px 28px;
    }

    .process-gap {
        padding: 70px 0;
    }
}

@media(max-width:767px) {
    .process-box {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .process-gap {
        padding: 60px 0;
    }

    .step-box {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .step-box h4 {
        font-size: 20px;
    }
}

/* service detail page */
.services1 {
    position: relative;
    padding: 100px 0 82px;
    background: #fff;
    overflow: hidden;
}

.services1::before {
    content: "";
    position: absolute;
    right: -130px;
    top: 64px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(2, 150, 221, 0.08);
}

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

.services-content1 h3 {
    color: #012B5D;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 18px;
}

.services-content1 p,
.innerServicesPage p,
.accordion-body {
    color: #6d7280;
    font-size: 16px;
    line-height: 1.8;
}

.services-image {
    position: relative;
    padding: 22px;
}

.services-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 390px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 24px 55px rgba(36, 42, 76, 0.14);
}

.aboutSection {
    position: relative;
    padding: 90px 0;
    background: #f4f7fb;
}

.allServicesList {
    position: sticky;
    top: 110px;
}

.allServicesListBody {
    padding: 34px 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(7, 20, 67, 0.08);
}

.allServicesListBody h2,
.innerServicesPage h1,
.titleBar h3 {
    color: #012B5D;
}

.allServicesListBody h2 {
    font-size: 28px;
}

.revSite-btn {
    color: #012B5D;
    font-weight: 700;
    background: #f4f7fb;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.revSite-btn:hover,
.revSite-btn.active {
    color: #fff;
    background: #82CDF8;
    border-left-color: #012B5D;
}

.innerServicesPage {
    padding: 42px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(7, 20, 67, 0.08);
}

.innerServicesPage h1 {
    font-size: 34px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.innerServicesPage .what-we-do-body {
    margin-top: 18px;
    margin-bottom: 0;
}

.services1,
.services-image,
.allServicesList,
.innerServicesPage,
.FAQs-box,
.accordion-item {
    will-change: transform;
}

@media (max-width: 991px) {

    .services1,
    .aboutSection,
    .fq-section {
        padding: 70px 0;
    }

    .services-content1 h3,
    .innerServicesPage h1,
    .titleBar h3 {
        font-size: 30px;
    }

    .allServicesList {
        position: static;
    }
}

@media (max-width: 575px) {

    .services1,
    .aboutSection,
    .fq-section {
        padding: 56px 0;
    }

    .services-image {
        padding: 12px;
    }

    .services-image::before {
        transform: translate(8px, 8px);
    }

    .services-image img,
    .FAQs-box {
        min-height: 300px;
    }

    .innerServicesPage {
        padding: 28px 20px;
    }
}
