/*Common CSS*/
body {
    font-family: "Red Hat Display", sans-serif !important;
    overflow-x: hidden !important;
}

.pop-font {
    font-family: "Poppins", sans-serif !important;
}
.mon-font {
    font-family: "Montserrat", sans-serif !important;
}
html {
    scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
.ms-4 {
    margin-left: 2.1rem !important;
}
a {
    text-decoration: none !important;
    color: inherit !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-22 {
    font-size: 22px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-25 {
    font-size: 25px !important;
}
.f-26 {
    font-size: 26px !important;
}
.f-28 {
    font-size: 28px !important;
}
.f-30 {
    font-size: 30px !important;
}
.f-35 {
    font-size: 35px !important;
}
.f-50 {
    font-size: 50px !important;
}
.f-400 {
    font-weight: 400 !important;
}
.f-500 {
    font-weight: 500 !important;
}
.f-600 {
    font-weight: 600 !important;
}
.f-700 {
    font-weight: 700 !important;
}
.f-800 {
    font-weight: 800 !important;
}
.f-900 {
    font-weight: 900 !important;
}
.br-12 {
    border-radius: 12px;
}
.br-24 {
    border-radius: 24px;
}
.maintitle {
    font-weight: 900;
    font-size: 72px;
    line-height: 1.1;
}

.title {
    font-weight: 600;
    line-height: 1.1;
    font-size: 48px;
}
.subtitle {
    font-size: 24px;
}
.f-black {
    color: #000000 !important;
}
.f-white {
    color: #fff !important;
}
.f-gray {
    color: #8e8e90 !important;
}
.f-dark-gray {
    color: #596774 !important;
}
.f-skyblue {
    color: #2685b9 !important;
}
.f-darkblue {
    color: #12517a !important;
}
.bg-lightSky {
    background-color: #e4f3fa !important;
}
.bg-surface {
    background-color: #f8fafc !important;
}
.bg-gradient-blue {
    background: linear-gradient(180deg, #12517a 0%, #2685b9 100%);
}
.blend-multiply {
    mix-blend-mode: multiply !important;
}
.main-logo {
    width: 180px;
    margin-left: -10px;
}
.btn-rounded {
    border-radius: 50px !important;
}
.btn-sky-rad {
    background: linear-gradient(90deg, #018ddb 0%, #56a4fe 100%);
}
.btn-lg {
    padding: 12px 24px !important;
}
.required::after {
    content: "*";
    color: red;
    margin-left: 4px;
}
#measurement-section .nav-tabs .nav-link.active {
    background-color: unset !important;
    border-bottom: 1px solid #2685b9 !important;
    border-color: unset !important;

    p {
        color: #2685b9 !important;
    }
}
#measurement-section .nav-link:hover {
    border-bottom: 1px solid #2685b9 !important;
}

/*End Common CSS*/

@media (min-width: 1025px) {
    .navbar {
        display: flex;
        align-items: center;
        height: 100px;
    }
    #navbarSupportedContent {
        display: flex;
        align-items: center;
        height: 100%;
    }

    #navbarSupportedContent ul {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .nav-item {
        display: flex;
        align-items: center;
        height: 100%;
    }
}
@media (min-width: 770px) and (max-width: 990px) {
    .navbar-toggler {
        background-color: #2685b9;
        color: #fff;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M64 192h896v76.8H64V192z m0 281.6h896v76.8H64V473.6z m0 281.6h896V832H64v-76.8z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
}
@media only screen and (min-width: 768px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* Adjust this as needed */
    }
}

/* Header CSS*/

#servicesDropdown i {
    margin-left: 8px;
    vertical-align: middle;
}

.header-cus-bg {
    background-image:
        url(../images/why-chhose-us-bg-1.png),
        url(../images/why-choose-us-bg-2.png);
    background-size: contain;
    background-repeat: no-repeat, no-repeat;
    background-position:
        left 80%,
        right center;
}

#about-dropdown i {
    margin-left: 8px;
    vertical-align: middle;
}
#casestudy-dropdown i {
    margin-left: 8px;
    vertical-align: middle;
}
#resource-dropdown i {
    margin-left: 8px;
    vertical-align: middle;
}
/* =========================
   COMMON MEGA MENU
========================= */
#header {
    box-shadow: 0px 0px 25px 0px #0000001a;
}
.navbar .hmm-mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 102%;
    border: none;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0px 25px 25px -5px #0000000d;
}
#navbarSupportedContent .dropdown-toggle::after {
    display: none !important;
}
/* Title */
.hmm-mega-menu .mega-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    color: #6d6d6d;
    font-family: "Montserrat", sans-serif !important;
}
.mob-header .mega-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
    color: #6d6d6d;
    font-family: "Montserrat", sans-serif !important;
}

/* Items */
.hmm-mega-menu .mega-item {
    text-decoration: none;
    color: inherit;
    padding: 15px 0px;
    border-radius: 8px;
    transition: all 0.25s ease;
    display: flex;
}
/* Smooth image animation */
.hmm-mega-menu .mega-item img {
    transition: transform 0.3s ease;
}

/* Hover effect */
.hmm-mega-menu .mega-item:hover {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(248, 250, 251, 0.8) 30.29%,
        rgba(241, 245, 247, 0.8) 100%
    );
}

/* Image zoom */
.hmm-mega-menu .mega-item:hover img {
    transform: scale(1.15);
}
.hmm-mega-menu .mega-icon {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
    flex-shrink: 0;
}
.mob-header .mega-icon {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
    flex-shrink: 0;
}
.hmm-mega-menu .mega-item h6 {
    font-weight: 600;
    margin-bottom: 3px;
    color: #0f172a;
}

.hmm-mega-menu .mega-item p {
    font-size: 14px;
    color: #6d6d6d;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
}
.mob-header .mob-mega-item h6 {
    font-weight: 600;
    margin-bottom: 3px;
    color: #0f172a;
}

.mob-header .mob-mega-item p {
    font-size: 14px;
    color: #6d6d6d;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
}
.read-more {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #1b6ca8 !important;
    text-decoration: none;
    margin-top: 16px;
}
/* CTA box */
.hmm-mega-menu .mega-cta {
    background: linear-gradient(180deg, #12517a 0%, #2685b9 100%);
    padding: 28px;
    border-radius: 16px;
    color: white;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* evenly vertical */
    align-items: center;
}
.hmm-mega-menu .mega-cta img {
    width: 60px !important;
    height: 60px !important;
}
.hmm-mega-menu .mega-cta p {
    font-size: 14px;
    margin: 15px 0;
    font-family: "Montserrat", sans-serif !important;
}
.hmm-mega-menu .mega-cta a {
    margin-top: auto; /* Push button to bottom */
}
/* CTA box */
.hmm-mega-menu .mega-cta-white {
    background: #f8fafc;
    padding: 28px;
    border-radius: 16px;
    color: #0f172a;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* evenly vertical */
    /* align-items: center; */
}
.hmm-mega-menu .mega-cta-white .country-item {
    display: flex;
    align-items: center !important;
    margin-top: 16px;
}
.hmm-mega-menu .mega-cta-white img {
    width: 35px;
}
.hmm-mega-menu .mega-cta-white h5 {
    color: #0f172a !important;
    font-weight: 700;
}
.hmm-mega-menu .mega-cta-white .country {
    font-size: 16px;
    /* font-weight: 700; */
}
.hmm-mega-menu .mega-cta-white .country-desc {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    font-family: "Montserrat", sans-serif !important;
}
.hmm-mega-menu .mega-cta-white a {
    margin-top: auto; /* Push button to bottom */
    /* margin-top: 30px; */
    align-self: baseline;
}
/* =========================
   HOVER ANIMATION
========================= */

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
/* Smooth animation */
.downarrow {
    margin-left: 8px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

/* Rotate when dropdown open (hover desktop) */
.nav-item.dropdown:hover .downarrow {
    transform: rotate(180deg);
}
.header-bagde {
    padding: 8px;
    background-color: #2685b91a !important;
    font-size: 10px;
    color: #2685b9 !important;
    margin-left: 10px;
}
.hr-line {
    color: #d4e7f1;
    border-top: 1px solid !important;
    opacity: 100;
}
/* =========================
 End COMMON MEGA MENU
========================= */
/* =========================
 New Home Page CSS
========================= */
.avatar-stack {
    display: flex;
    align-items: center;
    padding-bottom: 15px; /* space for dot */
    position: relative;
    margin-top: 28px;
    margin-bottom: 28px;
}

.avatar-stack img {
    width: 60px;
    height: 60px;
    margin-left: -10px;
    transition: transform 0.15s ease;
    border: 2px solid #fff !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.avatar-stack img:first-child {
    margin-left: 0;
}

.avatar-stack img.active {
    transform: scale(1.15);
    border: 3px solid #2685b9 !important;
    z-index: 10;
}
.active-dot {
    position: absolute;
    bottom: 0;
    width: 6px;
    height: 6px;
    background: #2685b9;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: left 0.3s ease;
}
.testimonial-wrapper {
    position: relative;
    height: 420px;
}

.testimonial-cards {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
.testimonial-card {
    position: absolute;
    height: 100%;
    border-radius: 25px;
    padding: 36px;
    background: #74b1d2;
    color: #fff;
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:
        transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.5s ease,
        z-index 0s;
}
.testimonial-content {
    flex: 1;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif !important;
}
.testimonial-card img {
    width: 50px;
}
.testimonial-card p {
    color: #fff !important;
}
.testimonial-card .client-text {
    margin-top: auto;
}
.testimonial-card.active {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    background: #2685b9;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0) scale(1);
}
.testimonial-card.active::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: #dbeafe;
    border-radius: 50%;
    box-shadow: 0 0 120px 80px rgba(219, 234, 254, 0.5);
    filter: blur(180px);
    pointer-events: none;
}
.testimonial-card.second {
    width: 92%;
    left: 4%;
    top: 20px;
    z-index: 2;
    opacity: 0.9;
    background: #74b1d2;
}
.testimonial-card.third {
    width: 85%;
    left: 7.5%;
    top: 40px;
    z-index: 1;
    opacity: 0.7;
    background: #b1d3e6;
}
.testimonial-card {
    touch-action: none;
    will-change: transform, opacity;
}

/* Remove animations */
.testimonial-card.swipe-left {
    animation: swipeLeft 0.45s forwards;
}

.testimonial-card.swipe-right {
    animation: swipeRight 0.45s forwards;
}

@keyframes swipeLeft {
    to {
        transform: translateX(-140%) rotate(-20deg);
        opacity: 0;
    }
}

@keyframes swipeRight {
    to {
        transform: translateX(140%) rotate(20deg);
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .avatar-stack img {
        width: 45px;
        height: 45px;
    }
}

.solution-mega-cta {
    background: linear-gradient(180deg, #12517a 0%, #2685b9 100%);
    padding: 30px;
    border-radius: 16px;
    color: white;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* evenly vertical */
    align-items: center;
}

.solution-mega-cta p {
    font-size: 14px;
    margin: 15px 0;
    font-family: "Montserrat", sans-serif !important;
}
.solution-mega-cta a {
    margin-top: auto; /* Push button to bottom */
}
.accolades-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px;
    border: 0.5px solid #d4e7f1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.accolades-card::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: #dbeafe;
    border-radius: 50%;
    box-shadow: 0 0 120px 80px rgb(219 234 254 / 0%);
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}
.accolades-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure it fills the card */
    align-items: center;
    padding: 30px 24px;
}
.accolades-card img {
    width: auto !important;
    height: 40px !important;
    margin-bottom: 30px;
}
.accolades-card h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2685b9 !important;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif !important;
}
.accolades-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8e8e90 !important;
    flex-grow: 1;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif !important;
}
.accolades-card .year-badge {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background-color: #f46526 !important;
    color: #fff !important;
    padding: 4px 16px;
    border-radius: 25px;
    display: inline-block;
    margin-top: auto;
    width: fit-content;
    height: fit-content;
}
@media (max-width: 768px) {
    .accolades-card h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .accolades-card p {
        font-size: 14px;
        line-height: 20px;
    }
}
.wcu-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px;
    border: 0.5px solid #d4e7f1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.wcu-card::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: #dbeafe;
    border-radius: 50%;
    box-shadow: 0 0 120px 80px rgb(219 234 254 / 0%);
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.wcu-card:hover::after {
    opacity: 1;
}

.wcu-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
}

.wcu-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.wcu-card h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0f172a !important;
}

.wcu-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8e8e90 !important;
    flex-grow: 1;
    font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 768px) {
    .wcu-card h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .wcu-card p {
        font-size: 14px;
        line-height: 20px;
    }
}
.project-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px;
    border: 0.5px solid #d4e7f1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.project-card-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-position 4s ease; /* Smooth scroll effect */
}
/* Individual Images */
.project-card-image.nividous {
    background-image: url("../images/nividous-homepage-new.png");
    background-position: top center;
}

.project-card-image.checkup {
    background-image: url("../images/checkUp-health-homepage-v2.webp");
    background-position: top center;
}

.project-card-image.princeton {
    background-image: url("../images/princeton-blue-homepage-v2.webp");
    background-position: top center;
}
.project-card-image:hover {
    background-position: bottom center;
}
.project-card .card-body {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    padding: 30px 20px;
}

.project-card h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0f172a !important;
    margin-bottom: 16px;
}

.project-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8e8e90 !important;
    flex-grow: 1;
    font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 768px) {
    .project-card h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .project-card p {
        font-size: 14px;
        line-height: 20px;
    }
}

.qc-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px;
    border: 0.5px solid #d4e7f1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.qc-card::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: #dbeafe;
    border-radius: 50%;
    box-shadow: 0 0 120px 80px rgb(219 234 254 / 0%);
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}
.qc-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure it fills the card */
    align-items: center;
    padding: 30px 24px;
}
.qc-card img {
    width: 64px !important;
    height: 64px !important;
    margin-bottom: 30px;
}
.qc-card h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2685b9 !important;
    margin-bottom: 10px;
}
.qc-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8e8e90 !important;
    flex-grow: 1;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif !important;
}
@media (max-width: 768px) {
    .qc-card h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .qc-card p {
        font-size: 14px;
        line-height: 20px;
    }
}
.enterprise-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px;
    border: 0.5px solid #d4e7f1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.enterprise-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure it fills the card */
    /* align-items: center; */
    padding: 30px 24px;
}
.enterprise-card h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0f172a !important;
    margin-bottom: 16px;
}

.enterprise-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8e8e90 !important;
    flex-grow: 1;
    /* margin-top: auto; */
    font-family: "Montserrat", sans-serif !important;
}
.arrow-wrapper {
    position: relative;
    display: inline-block;
}
.arrow-wrapper img {
    transition: 0.3s ease;
}
.arrow-icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.enterprise-card:hover .arrow-icon {
    opacity: 0;
}
.enterprise-card:hover .arrow-icon-hover {
    opacity: 1;
}
.enterprise-badge {
    position: absolute;
    border: 0.5px solid #ea580c !important;
    padding: 5px 12px !important;
    border-radius: 25px !important;
    color: #ea580c !important;
    background-color: #fff !important;
    font-weight: 500;
    top: 18px;
    left: 18px;
    font-size: 12px;
}
.health-badge {
    position: absolute;
    border: 0.5px solid #0d9488 !important;
    padding: 5px 12px !important;
    border-radius: 25px !important;
    color: #0d9488 !important;
    background-color: #fff !important;
    font-weight: 500;
    top: 18px;
    left: 18px;
    font-size: 12px;
}
.pharmaceutical-badge {
    position: absolute;
    border: 0.5px solid #6366f1 !important;
    padding: 5px 12px !important;
    border-radius: 25px !important;
    color: #6366f1 !important;
    background-color: #fff !important;
    font-weight: 500;
    top: 18px;
    left: 18px;
    font-size: 12px;
}
/* =========================
 End New Home Page CSS
========================= */
#about-dropdown .mega-menu {
    width: 12% !important;
    left: 50% !important;
}
#resource-dropdown .mega-menu {
    width: 15% !important;
    left: 60% !important;
}
#casestudy-dropdown .mega-menu {
    width: 15% !important;
    left: 39% !important;
}
.mega-menu {
    position: absolute;
    display: none;
    transition: opacity 0.5s ease; /* Smooth transition for opacity */
    width: 50%;
    top: 90%;
    left: 22%;
}
.mega-menu .show {
    display: block; /* Show menu when the class is added */
    opacity: 1 !important; /* Set final opacity */
}
.mega-menu-link {
    align-items: center;
}
.mega-menu-link:hover p {
    color: #018ddb !important;
}
.mega-menu-img-div {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.mega-menu-img {
    width: 30px;
    height: 30px;
}
.mega-menu-link img {
    transition: transform 0.6s ease; /* Smooth transition */
    transform-origin: center; /* Set the origin for the transformation */
}

.mega-menu-link:hover img {
    transform: rotateY(180deg); /* Flip the image horizontally */
}
/*End Header CSS */

@media only screen and (max-width: 600px) {
    .mega-menu {
        margin-top: 5px !important;
        position: static !important;
        display: none;
        transition: opacity 0.5s ease; /* Smooth transition for opacity */
        width: 100% !important;
    }
    #casestudy-dropdown .mega-menu {
        width: 100% !important;
        left: 50% !important;
    }
    #about-dropdown .mega-menu {
        width: 100% !important;
    }
    #resource-dropdown .mega-menu {
        width: 100% !important;
    }
    #navbarSupportedContent ul {
        height: unset;
    }

    /* #GWP
{
    display: none !important;
} */
    .f-22 {
        font-size: 16px !important;
    }
}
.dot-span {
    height: 14px;
    width: 14px;
    background: #018ddb;
    border-radius: 50%;
    display: inline-block;
}

.bg-lightblue {
    background: #f3f1f1 !important;
}
.team-card {
    background-repeat: no-repeat;
    position: relative;
}
.team-card .flotImg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    mix-blend-mode: luminosity;
}
.team-card .decImg {
    opacity: 0;
}
.team-card:hover .decImg {
    opacity: 100;
}
.team-card:hover .flotImg {
    mix-blend-mode: unset !important;
}
.team-card:hover {
    .team-title {
        color: #0e436c;
    }
    .team-subtitle {
        color: #368bc9;
    }
}
.start-01 {
    left: -20%;
}
.start-20 {
    left: 20%;
}
.top-30 {
    top: 30%;
}
.bottom-01 {
    bottom: -50%;
}
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Button CSS */
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-orange {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #f46526 !important;
    transition: all 500ms ease;
    z-index: 1;
    align-self: center;
}
.btn-header-blue {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #2685b9 !important;
    transition: all 1000ms ease;
    z-index: 1;
}

.btn-blue {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #2685b9 !important;
    transition: all 1000ms ease;
    z-index: 1;
}

.btn-orange:before,
.btn-blue:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #06466c;
    border-color: #06466c !important ;
    border-radius: inherit;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-orange:hover:before,
.btn-blue:hover:before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}
.btn-orange:hover {
    background-color: #06466c !important;
    border-color: #06466c;
}
.btn-blue:hover {
    background-color: #06466c !important;
    border-color: #06466c;
}

.btn-outline-blue {
    border: 2px solid #2685b9;
    color: #2685b9 !important;
    background-color: transparent;
    font-weight: 600;
    transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}
.btn-outline-blue::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #2685b9;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-outline-blue:hover::before {
    scale: 3;
}

.btn-outline-blue:hover {
    color: #fff !important;
    scale: 1;
    background-color: #2685b9;
}
.btn-outline-gray {
    border: 2px solid #e1e1e1;
    background-color: transparent;
    font-weight: 600;
    transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}
.btn-outline-gray::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #2785bb;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-outline-gray:hover::before {
    scale: 3;
}
.btn-outline-gray:hover {
    color: #fff !important;
    scale: 1;
    border-color: #2785bb;
}
.selected {
    color: #fff !important;
    background-color: #2785bb;
    border-color: #2785bb;
}
.btn-outline-white {
    color: rgb(193, 163, 98);
    border: 2px solid #fff;
    background-color: transparent;
    font-weight: 600;
    transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}
.btn-outline-white::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: #fff !important;
    transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-outline-white:hover::before {
    scale: 3;
}
.btn-outline-white:hover {
    background-color: #fff !important;
    color: #06466c !important;
    scale: 1;
}

.btn-blue-header {
    background: #2685b9;
    display: inline-flex;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    flex: 1;
}
.btn-blue-header:hover {
    background-color: #06466c;
}
.btn-blue-header:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    animation: slide 2s infinite;
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(50%, rgba(255, 255, 255, 0.8)),
        color-stop(99%, rgba(128, 186, 232, 0)),
        color-stop(100%, rgba(125, 185, 232, 0))
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* Opera 11.10+ */
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* IE10+ */
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(125, 185, 232, 0) 100%
    ); /* W3C */
}
@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
/*End Button CSS */

.service-item {
    cursor: pointer;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: 1px solid #c4c4c4;
    background-color: #f7f7f7 !important;
}
.single-item {
    cursor: pointer;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    transition: color 1000ms ease;
    transition: background 1000ms ease;
}
.single-item .inner-box {
    position: relative;
    height: 100%;
    width: 100%;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.single-item .inner-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 400px;
    height: 350px;
    right: 0;
    bottom: -400px;
    border-radius: 50% 50%;
    z-index: -1;
    transition: all 900ms ease;
}

.single-item .inner-box:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 400px;
    height: 350px;
    bottom: -400px;
    right: 0;
    border-radius: 50% 50%;
    z-index: -1;
    transition: all 1500ms ease;
}
.single-item:hover .inner-box:before {
    bottom: -200px;
}

.single-item:hover .inner-box:after {
    bottom: -230px;
}
.single-item:hover {
    background: #018ddb;
    transform: 1s;
}

.single-item:hover .inner-box .f-skyblue,
.single-item:hover .inner-box p {
    color: #fff !important;
}
.single-item:hover .inner-box h3 {
    color: #fff !important;
}
.single-item:hover .inner-box .fa-arrow-right {
    color: #fff !important;
}
.single-item:hover .inner-box .hover-image {
    display: inline;
}

.casestudy-item {
    cursor: pointer;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: 1px solid #c4c4c4;
    background-color: #f7f7f7;
    transition: color 1000ms ease;
    transition: background 1000ms ease;
}
.casestudy-item .inner-box {
    position: relative;
    height: 100%;
    width: 100%;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}

.casestudy-item .inner-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 600px;
    height: 450px;
    right: 0;
    bottom: -600px;
    border-radius: 50% 50%;
    z-index: -1;
    transition: all 900ms ease;
}

.casestudy-item .inner-box:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 600px;
    height: 450px;
    bottom: -600px;
    right: 0;
    border-radius: 50% 50%;
    z-index: -1;
    transition: all 1500ms ease;
}
.casestudy-item:hover .inner-box:before {
    bottom: -200px;
}

.casestudy-item:hover .inner-box:after {
    bottom: -230px;
}
.casestudy-item:hover {
    background: #018ddb;
    transform: 1s;
}

.casestudy-item:hover .inner-box .f-skyblue,
.casestudy-item:hover .inner-box p,
.casestudy-item:hover .inner-box hr {
    color: #fff !important;
}
.casestudy-item:hover .inner-box .fa-arrow-right {
    color: #fff !important;
}
.casestudy-item:hover .inner-box .hover-image {
    display: inline;
}

.images-card {
    position: relative;
    display: inline-block;
}
.images-card .hover-image {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.card-flip {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.card-flip .front {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
/* New css */
#HomebannerN {
    /* min-height: calc(100dvh - 140px); */
    min-height: 100dvh;
    margin-top: 100px;
    align-content: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
@media (min-width: 1920px) {
    #HomebannerN {
        min-height: calc(75dvh - 100px) !important;
    }
}
#HomebannerN .container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; /* equal top, middle, bottom spacing */
    height: 100%;
}
/* Mobile CSS */
@media (max-width: 767px) {
    #HomebannerN {
        min-height: calc(100dvh - 80px) !important;
        margin-top: 80px !important;
    }
}
.mouse-glow {
    position: absolute;
    width: 700px; /* bigger circle */
    height: 700px;
    background: radial-gradient(
        circle,
        rgba(13, 110, 253, 0.15) 0%,
        /* less opacity */ rgba(13, 110, 253, 0.08) 30%,
        transparent 70%
    );
    filter: blur(120px); /* softer blur */
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 2;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
/* Keep content above particles */
#HomebannerN .container {
    position: relative;
    z-index: 2;
}
#HomebannerN .maintitle {
    font-weight: 700;
    font-size: 50px !important;
    line-height: 1.1;
}
#HomebannerN .subtitle {
    font-size: 18px;
    width: 100%; /* mobile default */
}

/* Desktop */
@media (min-width: 992px) {
    #HomebannerN .subtitle {
        width: 75%;
    }
}

#HomebannerN .banner-badge {
    border: 0.5px solid #d4e7f1 !important;
    border-radius: 25px;
    padding-top: 5px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    width: max-content;
}
#HomebannerN .banner-card {
    border: 0.5px solid #d4e7f1;
    border-radius: 30px !important;
}
#HomebannerN .maintitle span {
    background: linear-gradient(90deg, #2685b9 40.38%, #f46526 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#HomebannerN .text-wrapper {
    display: block;
    position: relative;
    height: 1.2em;
    overflow: hidden;
}

/* ── Banner maintitle responsive scale ── */
@media (max-width: 1024px) {
    #HomebannerN .maintitle {
        font-size: 42px !important;
    }
}

@media (max-width: 768px) {
    #HomebannerN .maintitle {
        font-size: 32px !important;
    }
    #HomebannerN .text-wrapper {
        height: 2.6em;
    }
}

@media (max-width: 576px) {
    #HomebannerN .maintitle {
        font-size: 26px !important;
    }
    #HomebannerN .text-wrapper {
        height: 2.6em;
    }
}

@media (max-width: 480px) {
    #HomebannerN .maintitle {
        font-size: 22px !important;
    }
    #HomebannerN .text-wrapper {
        height: 2.6em;
    }
}

@media (max-width: 375px) {
    #HomebannerN .maintitle {
        font-size: 20px !important;
    }
    #HomebannerN .text-wrapper {
        height: 2.6em;
    }
}

@media (max-width: 320px) {
    #HomebannerN .maintitle {
        font-size: 18px !important;
    }
    #HomebannerN .text-wrapper {
        height: 2.6em;
    }
}

#HomebannerN .text {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #2685b9 40.38%, #f46526 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(40px);
}
#HomebannerN .text.active {
    opacity: 1;
    transform: translateY(0);
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.6s ease;
}
#HomebannerN .text.exit {
    opacity: 0;
    transform: translateY(-40px);
    transition: all 0.6s ease;
}
.banner-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
.banner-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(248, 250, 251, 0.8) 30.29%,
        rgba(241, 245, 247, 0.8) 100%
    );
}
.icon-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
}
.icon-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s ease;
}
.icon-default {
    opacity: 1;
    transform: scale(1);
}
.icon-hover {
    opacity: 0;
    transform: scale(0.8);
}
.banner-card h4 {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    gap: 8px;
}
.banner-card p {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.4;
}
.banner-card .card-body {
    align-items: center;
    padding: 22px;
}
.banner-card h4 {
    display: flex;
    align-items: center;
}
.banner-card h4 img {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
    width: clamp(14px, 1.2vw, 20px);
    margin-left: 6px;
}
.banner-card:hover h4 img {
    opacity: 1;
    transform: scale(1);
}
.banner-card:hover .icon-default {
    opacity: 0;
    transform: scale(0.8);
}

.banner-card:hover .icon-hover {
    opacity: 1;
    transform: scale(1);
}

.arrow {
    transition: transform 0.3s ease;
}

.banner-card:hover .arrow {
    transform: translateX(6px);
}
.trusted-by {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* left & right lines */
.trusted-by::before,
.trusted-by::after {
    content: "";
    width: 55px;
    height: 2px;
    display: block;
}

/* left gradient */
.trusted-by::after {
    background: linear-gradient(90deg, #d4e7f1 0%, rgba(212, 231, 241, 0) 100%);
}

/* right gradient */
.trusted-by::before {
    background: linear-gradient(
        270deg,
        #d4e7f1 0%,
        rgba(212, 231, 241, 0) 100%
    );
}
.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 50px;
    width: max-content;
    animation: scrollLogos 30s linear infinite;
}

.logo-track img {
    height: 60px; /* adjust if needed */
}
.logo-track img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.35s ease;
}

/* Hover effect */
.logo-track img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
@media (max-width: 480px) {
    .logo-track img {
        height: 40px;
    }
}

/* Right → Left infinite scroll */
@keyframes scrollLogos {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* End New css */
#Homebanner {
    background-image: url(../images/banner_bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
}

.banner-icon {
    width: 90px !important;
}
.vector-image .image-1 {
    position: absolute;
    left: 5%;
    top: 15%;
    opacity: 0.1;
}

.vector-image .image-2 {
    position: absolute;
    right: 5%;
    top: 15%;
}
.vector-image .image-3 {
    position: absolute;
    left: 15%;
    top: 40%;
}

.vector-image .image-4 {
    position: absolute;
    right: 20%;
    top: 35%;
}
.vector-image .image-5 {
    position: absolute;
    left: 15%;
    top: 70%;
}

.vector-image .image-6 {
    position: absolute;
    right: 15%;
    top: 55%;
}
.vector-image .image-7 {
    position: absolute;
    right: 10%;
    top: 75%;
}
.vector-image-banner .image-1 {
    position: absolute;
    left: 10%;
    top: 20%;
    opacity: 0.1;
}

.vector-image-banner .image-2 {
    position: absolute;
    left: 45%;
    top: 20%;
}
.vector-image-banner .image-3 {
    position: absolute;
    left: 45%;
    top: 50%;
}

.vector-image-banner .image-4 {
    position: absolute;
    left: 32%;
    bottom: 22%;
}
.vector-image-banner .image-5 {
    position: absolute;
    left: 16%;
    top: 70%;
}
.vector-image-banner .image-7 {
    position: absolute;
    left: 26%;
    top: 20%;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.w-90 {
    width: 90%;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}
.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}
.mySwiper4 .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination {
    position: unset !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -6px) !important;
}
.swiper-slide {
    width: 100%;
    z-index: initial;
}
@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
#gsuite-bg {
    background-image:
        url(../images/gsuite-bg.png), url(../images/gsuite-bg-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position:
        top center,
        top center;
    background-size: cover, cover;
}
#gsuite-bg-nor {
    background-image:
        url(../images/gsuite-bg.png), url(../images/gsuite-bg-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position:
        top center,
        top center;
    background-size: cover, cover;
}
#solutions-bg {
    background-image:
        url(../images/gsuite-bg.png), url(../images/gsuite-bg-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position:
        top center,
        top center;
    background-size: cover, cover;
}

#get-in-touch-bg {
    background-image:
        url(../images/mask-group.png), url(../images/get-in-touch_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position:
        bottom center,
        bottom center;
    background-size: cover, cover;
}

.transparent {
    background-color: transparent;
}
#KeyAdvantageSection {
    background-image:
        url(../images/rectangle-blue-down.png),
        url(../images/rectangle-down.png), url(../images/rectangle-right-up.png);
    background-size: 6%, 10%, 12%;
    background-repeat: no-repeat;
    background-position:
        15% 25%,
        20% 93%,
        94% 20%;
}

#Service-BG {
    background-image:
        url(../images/big-layer.png), url(../images/backgroung-image.png);
    background-size: 40%, 250px, 300px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        100% 40%,
        0 70%,
        100% 90%;
}
#recent-projects {
    background-image:
        url(../images/our-projects-bg.png), url(../images/backgroung-image.png);
    background-size: 15%, 15%;
    background-repeat: no-repeat, no-repeat;
    background-position:
        100% 50%,
        0 70%;
}
#Technologies {
    background-image:
        url(../images/tech-mask-group.png), url(../images/technology-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
}
#helpWithGoogleADs {
    background-image:
        url(../images/rectangle-down.png), url(../images/rectangle-up.png),
        url(../images/rectangle-blue.png);
    background-size: 6%, 7%, 4%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        5% 90%,
        98% 92%,
        98% 5%;
}
#whythistoolsection {
    background-image:
        url(../images/rectangle-down.png), url(../images/rectangle-up.png),
        url(../images/rectangle-blue.png);
    background-size: 10%, 10%, 6%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        5% 35%,
        94% 90%,
        90% 30%;
}
#Technologies {
    position: relative;
    overflow: hidden;
    background: #062f46;
}
.technologies-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.rotated-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    width: fit-content;
    height: fit-content;
    z-index: 0;
    animation: rotateAnimation 30s infinite linear;
}
.Triangles {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 60vh;
    z-index: 1;
    clip-path: polygon(100% 0, 0 0, 100% 23%);
}
@keyframes rotateAnimation {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.01);
    }
    100% {
        transform: scale(1);
    }
}

.ocean {
    height: 80px; /* change the height of the waves here */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}
.black-bg {
    fill: black;
}
.wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' /%3E%3C/svg%3E");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 15s -5s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}
.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 20s linear reverse infinite;
    opacity: 0.5;
}

.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 22s -2s linear infinite;
    opacity: 0.5;
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.tech-box {
    cursor: pointer;
}
.active-toggle {
    background-color: #f3f6f8 !important;
}
.bg-white {
    background-color: #fff !important;
}
.top-75 {
    top: 75%;
}
.start-85 {
    left: 85%;
}
.top-12 {
    top: 12%;
}
.start-8 {
    left: 8%;
}
.top-72 {
    top: 72%;
}
.start-90 {
    left: 90%;
}
.rotate {
    animation: rotation 10s;
}

.linear {
    animation-timing-function: linear;
}

.infinite {
    animation-iteration-count: infinite;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
#rotate-image {
    height: 100% !important;
}

#faq-bg {
    background-image: url(../images/faq-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#faq .wrapper {
    background: transparent;
    border: none;
}
#banner-image {
    background-image: url(../images/contact-banner.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

#why-choose-us {
    background-image:
        url(../images/why-chhose-us-bg-1.png),
        url(../images/why-choose-us-bg-2.png);
    background-size:
        20%,
        35% 60%;
    background-repeat: no-repeat, no-repeat;
    background-position:
        left center,
        right bottom;
    overflow: hidden;
}
#contact_form_bg {
    background-image:
        url(../images/lets-business-rectangle-1.png),
        url(../images/lets-talk-business-contact-bg.png),
        url(../images/contact-bg.png);
    background-size: 120px, 180px, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        10% 30%,
        94% 50%,
        top center;
}
#contact-bg-image {
    background-image:
        url(../images/rectangle-down.png), url(../images/rectangle-blue.png),
        url(../images/rectangle-up.png);
    background-size: 180px, 100px, 180px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        4% 35%,
        90% 35%,
        96% 85%;
}
.box-image {
    z-index: 1 !important;
}
.inquiry-box {
    z-index: 10 !important;
}
.w-20 {
    width: 20%;
}
#career-bg {
    background-image:
        url(../images/rectangle-blue.png), url(../images/rectangle-blue.png),
        url(../images/rectangle-down.png), url(../images/rectangle-up.png);
    background-size: 90px, 90px, 150px, 90px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position:
        7% 45%,
        90% 55%,
        2% 65%,
        80% 5%;
}
.award-bg {
    background-image: url(../images/award-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#about-us-bg {
    background-image:
        url(../images/rectangle-blue-left.png),
        url(../images/rectangle-right-up.png),
        url(../images/rectangle-blue-down.png);
    background-size: 100px, 150px, 100px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        11% 22%,
        93% 20%,
        93% 40%;
}
#portfolio-bg {
    background-image:
        url(../images/rectangle-down.png), url(../images/rectangle-blue.png),
        url(../images/rectangle-up.png);
    background-size: 150px, 90px, 150px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
        10% 4%,
        90% 2%,
        95% 4%;
}
.testimonial-style-ten .user-thumb .thumb-box {
    background-image: url(../images/worldmap.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-style-ten .user-thumb {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-style-ten .user-thumb .thumb-box {
    position: relative;
    width: 500px;
    height: 500px;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb {
    position: absolute;
    border-radius: 50%;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-1 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-2 {
    left: 45px;
    top: 60px;
    animation: zoom-fade 3s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-3 {
    left: 220px;
    top: -25px;
    animation: zoom-fade 3s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-4 {
    left: 90px;
    top: 220px;
    animation: zoom-fade 3s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-5 {
    left: 50px;
    bottom: 40px;
    animation: zoom-fade 3s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-6 {
    right: 90px;
    top: 220px;
    animation: zoom-fade 3s infinite linear;
}
.testimonial-style-ten .user-thumb .thumb-box .thumb-7 {
    right: -20px;
    bottom: 190px;
    animation: zoom-fade 3s infinite linear;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-8 {
    right: 220px;
    bottom: 65px;
    animation: zoom-fade 3s infinite linear;
}
.pattern-bg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/testimonial-ring-image.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation-name: rotateme;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.side-image {
    height: 50px !important;
    width: 50px !important;
}
/*Active tab*/
.wrapper-tab {
    background: transparent !important;
    border: none !important;
    position: relative !important;
    z-index: 100 !important;
}
.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
}
.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #aaa;
    cursor: pointer;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
}
.technology-card {
    transition: all 1s ease;
}
.technology-card:hover {
    background: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.45),
        hsla(0, 0%, 100%, 0.1)
    );
    box-shadow: 0 4px 24px -1px rgba(0, 0, 0, 0.2);
}
.tab-link:hover {
    border-color: #2785bb;
    .f-white {
        color: #2785bb !important;
    }
}

.tab-link.active {
    .f-white {
        color: #2785bb !important;
    }
    border-color: #2785bb;
}
.content-wrapper {
    padding: 40px 80px;
}
.wrapper-tab .tab-content {
    display: none;
    text-align: center;
    color: #888;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}
.wrapper-tab .tab-content.active {
    display: block;
}
.bg-primary {
    background: #2785bb !important;
}
.accordion-ul {
    list-style: none;
    padding: 0;
    .inner-header {
        overflow: hidden;
        display: none;
    }
    .accordion-li {
        margin: 0.5em 0;
        .toggle-accordion {
            width: 100%;
            display: block;
            background: transparent;
            color: #fefefe;
            border-radius: 0.15em;
            border: 1px solid #dee2e6;
            transition: background 0.3s ease;
            z-index: 0 !important;
            &:hover {
                background-color: #f3f6f8 !important;
            }
        }
    }
}
@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}
/*Active tab*/
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.line-blue {
    border: 1px solid #2785bb;
    width: 150px;
}
.center-image {
    height: 120px !important;
    width: 120px !important;
}
.image-head {
    position: absolute;
    top: -30px;
    left: 80%;
    margin-left: -30px;
    width: 50px !important;
    height: 50px;
}
.card-img {
    width: 40px !important;
    height: 40px !important;
}

.get-in-card:hover {
    border-color: #2685b9;
    .f-20 {
        color: #2685b9 !important;
    }
    cursor: pointer;
}
.business-card {
    transition: transform 0.5s;
}
.business-card:hover {
    cursor: pointer;
    transform: scale(1.1);
    border-color: #2785bb;
    box-shadow: 0px 0px 25px 0px #018ddb33;
}

.first-image {
    background-image:
      /* linear-gradient(rgba(255,255,255, 0.15), rgba(0, 0, 0, 0.15)),  */ url(../images/nividous-homepage-new.png);
    height: 80vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 1%;
}
.second-image {
    background-image:
    /* linear-gradient(rgba(255,255,255, 0.15), rgba(0, 0, 0, 0.15)),  */ url(../images/checkUp-health-homepage-v2.webp);
    height: 80vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 1%;
}
.third-image {
    background-image:
/* linear-gradient(rgba(255,255,255, 0.15), rgba(0, 0, 0, 0.15)), */ url(../images/princeton-blue-homepage-v2.webp);
    height: 80vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 1%;
}
.border-rounded {
    border-radius: 20px !important;
}

.list {
    padding-left: 0;
}
.list li {
    position: relative;
    padding-left: 28px;
}
.tick {
    background: url("../images/tick.png") no-repeat left top;
    display: table;
    height: 28px !important;
    text-align: initial;
}
ol {
    list-style: none;
}
ol li::before {
    color: #2785bb;
    content: "\25CF";
    font-weight: 900;
    display: inline-block;
    margin-left: -1em;
    width: 1em;
}
.list-tick {
    padding-left: 0;
}
.list-tick li {
    position: relative;
    padding-left: 28px;
}
.tick-blue {
    background: url(../images/tick-blue.png) no-repeat left top;
    display: table;
    height: 28px !important;
    text-align: initial;
}
.tick-blue-round {
    background: url(../images/round-tick.png) no-repeat left top;
    display: table;
    height: 28px !important;
    text-align: initial;
}
.service-list {
    list-style-type: none;
    padding-left: 0;
}
.service-list li {
    position: relative;
    padding-left: 28px;
}
.gray-arrow {
    background: url(../images/gray-arrow.png) no-repeat left center;
    display: table;
    height: 28px !important;
    text-align: initial;
}

/*Latest Project section*/

.flex-title {
    position: relative;
    transform: rotate(-90deg);
    top: 70%;
    transition: 1s;
}
.flex-about {
    opacity: 0;
    position: relative;
    top: 80%;
    transform: rotate(0deg);
    transition: 1s;
}

.box {
    -ms-flex: 1;
    flex: 1;
    align-items: start;
    text-align: left;
    cursor: pointer;
    transition: all 1s ease;
}
.box:hover {
    width: 100%;
    flex: 3;
}
.box.active {
    flex-grow: 3;
}
.active {
    .flex-about {
        top: 80% !important;
        opacity: 1 !important;
    }
    .flex-title {
        top: 80% !important;
        transform: rotate(0deg) !important;
    }
}
/*Latest Project section*/

.vl {
    width: 1px;
    background-color: white;
    height: 20px;
}
/*contact-us input*/
.cus-input {
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #8e8e90 !important;
    border-radius: 0px !important;
    color: black !important;
    padding-left: 0 !important;
    transition: border-color 0.2s ease;
}

.cus-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-bottom-color: #1A7BBA !important;
}

.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

input[type="file"] {
    border: 1px solid gray;
    vertical-align: middle;
    text-align: left;
    content: attr(value);
}

input[type="file"]::-webkit-file-upload-button {
    content: attr(value);
    height: 25px;
    font-weight: 700;
    cursor: pointer;
    background-color: #c7c8c9;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin-bottom: 0;
    padding: 0 10px;
    transition: background-color 200ms;
    line-height: 10px;
    float: right;
}
/*contact us input*/

/*Contact us box*/

.contact-us:before {
    content: "";
    position: absolute;
    top: -4%;
    left: 25%;
    height: 40px;
    width: 20px;
    background: white;
    transform: rotate(244deg);
    border-bottom: inherit;
    border-right: inherit;
    box-shadow: inherit;
}
.border-dark {
    border-color: #77717b !important;
}
/*Contact us box*/
/*Accordion homepage*/
.wrapper {
    margin-bottom: 0px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background-color: white;
}
.toggle {
    width: 100%;
    background-color: transparent;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
}
.content {
    position: relative;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: all 0.9s;
}
/*Accordion homepage*/

/*footer*/
.border-top {
    border-color: #575861 !important;
}
.footer-text {
    display: flex;
    flex-basis: auto;
}
.addText {
    display: inline-block;
    color: #8e8e90 !important;
    width: 0;
    overflow: hidden;
    transition: width 0.3s linear;
}
.footer-text:hover {
    .addText {
        width: 20px;
    }
    p {
        color: #2785bb !important;
    }
}
.footer-text:hover .addText {
    transform: translateX(0);
    display: unset;
}
.footer-title {
    position: relative;
    display: block;
    line-height: 30px;
    padding-bottom: 9px;
    margin-bottom: 39px;
}

.footer-title:before {
    position: absolute;
    content: "";
    background: #4527a4;
    width: 45px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    -webkit-mask-image: linear-gradient(
        -75deg,
        rgba(244, 55, 55, 0.6) 50%,
        #f43737 50%,
        rgba(0, 0, 0, 1) 70%
    );
    -webkit-mask-size: 200%;
    mask-image: linear-gradient(
        -75deg,
        rgba(244, 55, 55, 0.6) 50%,
        #f43737 50%,
        rgba(0, 0, 0, 1) 70%
    );
    mask-size: 200%;
    animation: shine 2s infinite;
}

.footer-title:after {
    position: absolute;
    content: "";
    background: #f2f0f9;
    width: 3px;
    height: 2px;
    left: 36px;
    bottom: 0px;
}
.footer-title:before {
    background: #fff;
}
/*footer*/
.item img {
    filter: alpha(opacity=40);
}
.item:hover img {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: transform 1000ms ease;
    transform: scale(0.9);
}

.footer-title:after {
    background: #0c0c0c;
}
#header .nav-link:hover {
    color: #2484b8 !important;
    border-bottom: 2px #f46526 solid;
}
.nav-link {
    transition: all 0.2s ease;
    border-bottom: 2px transparent solid;
}
.nav-link.active {
    font-weight: 600 !important;
    color: #2484b8 !important;
    border-bottom: 2px solid #f46526;
}
/*.menu-active {
  font-weight: 600 !important;
  color:#2484B8!important;
  border-bottom: 2px solid #f46526;
}*/

.card-design {
    border-radius: 15px 120px 15px 15px;
}
.card-design2 {
    border-radius: 15px 15px 120px 15px;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 100000;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-color: #2785bb;
}
.back-to-top:hover {
    opacity: 0.7;
}
.footer-button:hover {
    animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.social-media {
    display: flex;
}
.social-media .icons-footer {
    list-style: none;
}
.social-media .icons-footer a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 28px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}
.social-media .icons-footer a .icon {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
}

.social-media .icons-footer a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-media .icons-footer a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
}

.social-media .icons-footer a:hover:before {
    top: 0;
}

.social-media .icons-footer:nth-child(1) a:before {
    background: #3b5999;
}

.social-media .icons-footer:nth-child(2) a:before {
    background: #0077b5;
}

.social-media .icons-footer:nth-child(3) a:before {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#our_values .card:hover {
    box-shadow:
        rgba(0, 80, 130, 0.199) -10px 10px,
        rgba(38, 133, 185, 0.19) -20px 20px;
}
#our_values .card {
    transition: all 1s ease;
}
#gsuite-bg .card:hover {
    box-shadow:
        rgba(0, 80, 130, 0.199) -10px 10px,
        rgba(38, 133, 185, 0.19) -20px 20px;
}
#gsuite-bg .card {
    transition: all 1s ease;
}
/*timeline*/
.timeline-card {
    height: 300px;
    width: 100%;
    align-items: stretch !important;
    display: flex;
}

.line-white {
    width: 100%;
    height: 2px;
    background: #fff;
    z-index: 0;
    display: flex;
    flex-direction: column;
    /* position: absolute;
    top: 50%;*/
}
.dot-span-white {
    height: 16px;
    width: 16px;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    top: 43%;
    z-index: 1;
    /* left: 50%;
  */
}
.owl-prev span,
.owl-next span {
    color: #fff;
}
.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.2;
    cursor: default !important;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 2px;
    height: 100%;
}
.owl-prev {
    left: -5px;
}
.owl-next {
    right: -5px;
}
.owl-carousel img {
    border-radius: 20px;
    margin: 0;
}
.bg-bluelight {
    background: #edf4f4;
}
.project-image {
    width: 30% !important;
    height: 140% !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.project-service-image {
    width: 100%;
    height: 500px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    background-size: cover; /* Ensures background image covers the container */
    background-position: top; /* Positions the background image at the top */
}

.bg-left-two-service {
    transition: all 3s;
}

.bg-left-one-service {
    transition: all 3s;
}

.bg-right-one-service {
    transition: all 3s;
}
.bg-right-two-service {
    transition: all 3s;
}

#portfolio-bg .maintitle {
    color: #201f1f1a;
}
.projects .title {
    font-size: 40px;
}
.start-45 {
    left: 45%;
}
.bg-left-one {
    position: absolute;
    transform: translate(50%, -50%);
    top: 30%;
    left: 2.8%;
    z-index: 1;
    transition: all 3s;
}
.bg-left-two {
    position: absolute;
    transform: translate(50%, -50%);
    top: 15%;
    left: -20%;
    transition: all 3s;
}
/*.bg-left-two-service
{
       position: absolute;
   transition: all 3s ;
}*/
.bg-right-one {
    position: absolute;
    top: 15%;
    right: 10%;
    transition: all 3s;
    transform: translate(50%, -50%);
}
.bg-right-two {
    position: absolute;
    top: 30%;
    right: 32%;
    transition: all 3s;
    transform: translate(50%, -50%);
}
.bg-first {
    background: url(../images/portfolio/nividous-new-homepage-min.png);
    background-size: cover;
    background-position: top;
}
.bg-second {
    background: url(../images/portfolio/nividous-about-new-min.png);
    background-size: cover;
    background-position: top;
}
.bg-third {
    background: url(../images/portfolio/checkup-health-bloode-test-device.webp);
    background-size: cover;
    background-position: top;
}
.bg-fourth {
    background: url(../images/portfolio/checkup-health-homepage.webp);
    background-size: cover;
    background-position: top;
}
.bg-fifth {
    background: url(../images/portfolio/princeton-blue-homepage.webp);
    background-size: cover;
    background-position: top;
}
.bg-sixth {
    background: url(../images/portfolio/princeton-blue-automation-technology.webp);
    background-size: cover;
    background-position: top;
}
.bg-seventh {
    background: url(../images/portfolio/mind-alcove-new-buss.jpg);
    background-size: cover;
    background-position: top;
}
.bg-eighth {
    background: url(../images/portfolio/mind-alcove-new-home.jpg);
    background-size: cover;
    background-position: top;
}

.bg-ninth {
    background: url(../images/portfolio/rudraksha-ratna-rudra-centre-homepage-v2.webp);
    background-size: cover;
    background-position: top;
}
.bg-tenth {
    background: url(../images/portfolio/rudraksha-ratna-about-us.webp);
    background-size: cover;
    background-position: top;
}
.bg-eleventh {
    background: url(../images/portfolio/krissvent-homepage.webp);
    background-size: cover;
    background-position: top;
}
.bg-twelth {
    background: url(../images/portfolio/krissvent-big-industrial-fans.webp);
    background-size: cover;
    background-position: top;
}
.bg-thirteenth {
    background: url(../images/portfolio/wetinuneed-homepage.webp);
    background-size: cover;
    background-position: top;
}
.bg-fourteenth {
    background: url(../images/portfolio/wetinuneed-directory.webp);
    background-size: cover;
    background-position: top;
}
.bg-fifteenth {
    background: url(../images/portfolio/priority-logistics-healthcare.webp);
    background-size: cover;
    background-position: top;
}
.bg-sixteenth {
    background: url(../images/portfolio/priority-logistics-homepage.webp);
    background-size: cover;
    background-position: top;
}
.bg-seventeenth {
    background: url(../images/portfolio/link-resources-homepag.webp);
    background-size: cover;
    background-position: top;
}
.bg-eighteenth {
    background: url(../images/portfolio/link-resource-tpg-telecom-v2.webp);
    background-size: cover;
    background-position: top;
}
.bg-ninteenth {
    background: url(../images/portfolio/ndasenda-product.webp);
    background-size: cover;
    background-position: top;
}
.bg-twenty {
    background: url(../images/portfolio/ndasenda-homepage.webp);
    background-size: cover;
    background-position: top;
}
.bg-twenty-one {
    background: url(../images/portfolio/medconverge-homepage.webp);
    background-size: cover;
    background-position: top;
}
.bg-twenty-two {
    background: url(../images/portfolio/medconverge-revenue-cycle-management-service.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-twenty-three {
    background: url(../images/portfolio/papayacare.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-twenty-four {
    background: url(../images/portfolio/m9logistics.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-twenty-five {
    background: url(../images/portfolio/finmart.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-twenty-six {
    background: url(../images/portfolio/nine-colours.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-twenty-seven {
    background: url(../images/portfolio/satva.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-twenty-eight {
    background: url(../images/portfolio/pg.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-twenty-nine {
    background: url(../images/portfolio/e-global.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-thirty {
    background: url(../images/portfolio/lupin.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}
.bg-thirty-one {
    background: url(../images/portfolio/progress.webp);
    background-size: cover;
    background-position: top;
    transition: all 3s;
}

.technology-image {
    width: 15%;
}
.border-40 {
    border-radius: 50px;
}
.bg-first:hover {
    background-position: bottom !important;
}
.bg-second:hover {
    background-position: bottom !important;
}
.bg-third:hover {
    background-position: bottom !important;
}
.bg-fourth:hover {
    background-position: bottom !important;
}
.bg-fifth:hover {
    background-position: bottom !important;
}
.bg-sixth:hover {
    background-position: bottom !important;
}
.bg-seventh:hover {
    background-position: bottom !important;
}
.bg-eighth:hover {
    background-position: bottom !important;
}
.bg-ninth:hover {
    background-position: bottom !important;
}
.bg-tenth:hover {
    background-position: bottom !important;
}
.bg-eleventh:hover {
    background-position: bottom !important;
}
.bg-twelth:hover {
    background-position: bottom !important;
}
.bg-thirteenth:hover {
    background-position: bottom !important;
}
.bg-fourteenth:hover {
    background-position: bottom !important;
}
.bg-fifteenth:hover {
    background-position: bottom !important;
}
.bg-sixteenth:hover {
    background-position: bottom !important;
}
.bg-seventeenth:hover {
    background-position: bottom !important;
}
.bg-eighteenth:hover {
    background-position: bottom !important;
}
.bg-ninteenth:hover {
    background-position: bottom !important;
}
.bg-twenty:hover {
    background-position: bottom !important;
}
.bg-twenty-one:hover {
    background-position: bottom !important;
}
.bg-twenty-two:hover {
    background-position: bottom !important;
}
.bg-twenty-three:hover {
    background-position: bottom !important;
}
.bg-twenty-four:hover {
    background-position: bottom !important;
}
.bg-twenty-five:hover {
    background-position: bottom !important;
}
.bg-twenty-six:hover {
    background-position: bottom !important;
}
.bg-twenty-seven:hover {
    background-position: bottom !important;
}
.bg-twenty-eight:hover {
    background-position: bottom !important;
}
.bg-twenty-nine:hover {
    background-position: bottom !important;
}
.bg-thirty:hover {
    background-position: bottom !important;
}
.bg-thirty-one:hover {
    background-position: bottom !important;
}

.top-04 {
    top: -30%;
    color: #e9e9e9;
}

#Technologies .title {
    position: relative;
    z-index: 9999;
}
.hover-image {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.hover-image:hover {
    filter: none;
}
#header {
    background: #fff;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: transform 0.3s ease-in-out;
    z-index: 99999;
}
#header.hide {
    transform: translateY(-100%);
}
.solutions-card {
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border: 1px solid #c4c4c4;
}
@media only screen and (min-width: 1280px) and (max-width: 1280px) {
    #portfolio-bg .maintitle {
        line-height: normal;
        font-size: 50px;
    }
    #portfolio-bg .title {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    .timeline-card {
        background: transparent;
        height: 280px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}
/*timeline*/

@media only screen and (min-width: 1030px) and (max-width: 1369px) {
    .f-28 {
        font-size: 28px !important;
    }
}

/*Mobile view*/
@media (max-width: 768px) {
    .main-logo {
        width: 150px;
        margin-left: unset;
    }
    .main-image {
        height: 100px;
        width: 100px;
    }

    .flex-title {
        top: 70%;
    }
    .flex-about {
        top: 75%;
    }
    .technology-image {
        width: 35%;
    }
    .testimonial-style-ten .user-thumb .thumb-box {
        background-image: url(../images/worldmap.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .testimonial-style-ten .user-thumb {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-style-ten .user-thumb .thumb-box {
        position: relative;
        width: 280px;
        height: 280px;
    }

    .testimonial-style-ten .user-thumb .thumb-box .thumb {
        position: absolute;
        border-radius: 50%;
    }
    .testimonial-style-ten .user-thumb .thumb-box .thumb-1 {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .testimonial-style-ten .user-thumb .thumb-box .thumb-2 {
        left: 10px;
        top: 50px;
        animation: zoom-fade 3s infinite linear;
    }

    .testimonial-style-ten .user-thumb .thumb-box .thumb-3 {
        left: 120px;
        top: -15px;
        animation: zoom-fade 3s infinite linear;
    }
    .testimonial-style-ten .user-thumb .thumb-box .thumb-4 {
        left: 50px;
        top: 120px;
        animation: zoom-fade 3s infinite linear;
    }
    .testimonial-style-ten .user-thumb .thumb-box .thumb-5 {
        left: 18px;
        bottom: 25px;
        animation: zoom-fade 3s infinite linear;
    }
    .testimonial-style-ten .user-thumb .thumb-box .thumb-6 {
        right: 50px;
        top: 120px;
        animation: zoom-fade 3s infinite linear;
    }
    .testimonial-style-ten .user-thumb .thumb-box .thumb-7 {
        right: -15px;
        bottom: 100px;
        animation: zoom-fade 3s infinite linear;
    }
    .testimonial-style-ten .user-thumb .thumb-box .thumb-8 {
        right: 40%;
        bottom: 13%;
        animation: zoom-fade 3s infinite linear;
    }
    .side-image {
        height: 30px !important;
        width: 30px !important;
    }
    .navbar-toggler {
        background-color: #2685b9;
        color: #fff;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23fff' stroke='%23fff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M64 192h896v76.8H64V192z m0 281.6h896v76.8H64V473.6z m0 281.6h896V832H64v-76.8z' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }

    .title {
        font-weight: bold;
        font-size: 28px;
    }
    .subtitle {
        font-size: 14px !important;
    }
    .maintitle {
        font-size: 35px;
    }

    .vector-image .image-1 {
        position: absolute;
        left: 5%;
        top: 15%;
        opacity: 0.1;
    }

    .vector-image .image-2 {
        position: absolute;
        right: 5%;
        top: 15%;
    }
    .vector-image .image-3 {
        position: absolute;
        left: 10%;
        top: 35%;
    }

    .vector-image .image-4 {
        position: absolute;
        right: 10%;
        top: 30%;
    }
    .vector-image .image-5 {
        position: absolute;
        left: 10%;
        top: 55%;
    }

    .vector-image .image-6 {
        position: absolute;
        right: 15%;
        top: 50%;
    }

    .vector-image .image-7 {
        position: absolute;
        right: 5%;
        top: 70%;
    }

    .tabs {
        column-count: 3;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: unset;
        justify-content: unset !important;
    }
    .tab-link {
        text-align: center;
        display: inline-block !important;
        width: fit-content;
        padding-bottom: 20px;
    }

    #contact-bg-image {
        background-image:
            url(../images/rectangle-down.png),
            url(../images/rectangle-blue.png), url(../images/rectangle-up.png);
        background-size: 80px, 50px, 80px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position:
            4% 35%,
            90% 15%,
            96% 100%;
    }
    #gsuite-bg-nor {
        background-image:
            url("../images/gsuite-bg.png"), url("../images/gsuite-bg-2.png"),
            linear-gradient(to bottom, #ffffff, #f2f9fd);
        background-size: auto, auto;
    }
    #gsuite-bg-nor .f-22 {
        font-size: 20px !important;
    }
    #whythistoolsection {
        background-image: none;
    }
    #footer-bg .justify-content-center {
        justify-content: unset !important;
    }
    .content-wrapper {
        padding: unset;
    }
    .contact-us {
        width: 100%;
        border: 1px solid #c4c4c4;
        border-radius: 25px;
        position: relative;
    }
    .contact-us:before {
        content: "";
        position: absolute;
        top: -2.4%; /*i.e. half the height*/
        left: 13%;
        height: 40px;
        width: 20px;
        background: white;
        transform: rotate(244deg);
        border-bottom: inherit;
        border-right: inherit;
        box-shadow: inherit;
    }
    .w-75 {
        width: 50% !important;
    }
    #portfolio-bg {
        background-image: none;
    }
    #contact-small-bg {
        background-image: unset;
    }
    #Homebanner {
        .f-22 {
            font-size: 18px !important;
        }
    }
    #helpWithGoogleADs {
        background-image: none !important;
    }
    #career-bg {
        background-image: none;
    }
    #why-choose-us {
        background-image:
            url(../images/why-chhose-us-bg-1.png),
            url(../images/why-choose-us-bg-2.png);
        background-size:
            40%,
            70% 350px;
        background-repeat: no-repeat, no-repeat;
        background-position:
            left 80%,
            right center;
    }
    .btn {
        font-size: 16px !important;
    }

    .card-img-overlay {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
    }

    .card-footer {
        padding: 0 !important;
        background-color: unset !important;
        border-top: unset !important;
    }

    .banner-icon {
        width: 50px !important;
    }
    .our-experts {
        width: 100px;
    }

    .expert-arrow {
        width: 40px;
    }
    .start-90 {
        left: 85%;
    }
    .top-72 {
        top: 85%;
    }

    .vector-image-banner .banner-icon {
        width: 50px !important;
        position: absolute;
        z-index: 0;
    }
    .vector-image-banner .image-1 {
        position: absolute;
        left: 5%;
        top: 10%;
        opacity: 0.1;
    }

    .vector-image-banner .image-2 {
        position: absolute;
        left: 10%;
        top: 45%;
    }
    .vector-image-banner .image-3 {
        position: absolute;
        left: 75%;
        top: 10%;
    }

    .vector-image-banner .image-4 {
        position: absolute;
        left: 80%;
        top: 30%;
    }
    .vector-image-banner .image-5 {
        position: absolute;
        left: 15%;
        top: 72%;
    }
    .vector-image-banner .image-7 {
        position: absolute;
        left: 15%;
        top: 25%;
    }

    .nav-link.active {
        width: fit-content;
    }
    .nav-link:hover {
        color: #2685b9 !important;
        border-bottom: 2px #f46526 solid;
        width: fit-content;
    }
    .business-card:hover {
        cursor: pointer;
        transform: none;
        border-color: none !important;
        box-shadow: none;
    }
    .start-85 {
        left: 60%;
    }
    .top-75 {
        top: 68%;
    }
    .about-list .f-30 {
        font-size: 18px !important;
    }
    .about-list .px-2 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
    .f-28 {
        display: none;
    }
    br {
        display: none;
    }
    .footer-title {
        margin-bottom: 32px;
    }
    #banner-image {
        .maintitle {
            text-align: center !important;
        }
    }
    #common {
        .mx-auto {
            margin-left: 0 !important;
        }
        .title {
            text-align: left !important;
        }
        .subtitle {
            text-align: left !important;
        }
    }
    #Customers {
        .dropdown {
            text-align: left !important;
        }
    }
    .philosophie .point {
        top: 25% !important;
    }
    .point .timeline-card {
        width: 100% !important;
    }
    .Triangles {
        top: -1px !important;
        width: 100%;
        height: 30vh !important;
        z-index: 1;
        clip-path: polygon(100% 0, 0 0, 100% 23%);
    }
    .dot-span {
        height: 10px;
        width: 10px;
    }

    .popup {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: transparent;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .popup-content {
        background-color: transparent;
        margin: 15% auto;
        padding: 20px;
        width: 80%;
        text-align: center;
    }

    .close {
        color: #ffffff;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    #contact_form_bg {
        background-image: url(../images/contact-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
}

/* Admin css */
.bg-blue {
    background-color: #2785bb !important;
}
.f-blue {
    color: #2785bb !important;
}
.header-title {
    color: #fff !important;
}
.link {
    color: #2785bb !important;
}
/* =========================
 New Footer CSS
========================= */
.hmm-footer {
    background-color: #0c0c0c;
    font-family: "Montserrat", sans-serif !important;
}
.hmm-footer-logo {
    margin-bottom: 24px;
}
.footer-row {
    display: flex;
    justify-content: space-between; /* equal space between */
    align-items: flex-start;
    gap: 20px; /* optional spacing */
}

.footer-item {
    flex: 1; /* equal width */
}
.hmm-footer .social-media {
    margin-top: 16px;
}
.hmm-footer .social-media a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 28px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
    margin-right: 20px;
    transition: transform 0.3s ease;
}
.hmm-footer .social-media a:hover {
    transform: scale(1.1);
}
.hmm-footer .social-media a .icon {
    position: relative;
    color: #000;
    transition: 0.5s;
    z-index: 3;
    transition: 0.3s ease;
}
.hmm-footer-title {
    font-weight: 500;
    font-size: clamp(16px, 2vw, 22px);
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.hmm-footer-title:before {
    position: absolute;
    content: "";
    background: #4527a4;
    width: 45px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    -webkit-mask-image: linear-gradient(
        -75deg,
        rgba(244, 55, 55, 0.6) 50%,
        #f43737 50%,
        rgba(0, 0, 0, 1) 70%
    );
    -webkit-mask-size: 200%;
    mask-image: linear-gradient(
        -75deg,
        rgba(244, 55, 55, 0.6) 50%,
        #f43737 50%,
        rgba(0, 0, 0, 1) 70%
    );
    mask-size: 200%;
    animation: shine 2s infinite;
}

.hmm-footer-title:after {
    position: absolute;
    content: "";
    background: #000;
    width: 3px;
    height: 2px;
    left: 36px;
    bottom: 0px;
}
.hmm-footer-title:before {
    background: #fff;
}
.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-list li {
    margin-bottom: 16px;
}
.footer-menu-list a {
    display: inline-block;
    text-decoration: none;
    color: #8e8e90 !important;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.footer-menu-list a:hover {
    color: #fff !important;
    transform: translateX(6px);
}
/* Hiring badge */
.footer-hiring {
    display: flex;
    align-items: center;
    gap: 10px;
}

.badge-hiring {
    background: #ffffff1a;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}
/* Mobile responsive */
.footer-line-row {
    border-top: 0.5px solid #d4e7f14d;
    border-bottom: 0.5px solid #d4e7f14d;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-dot-span {
    height: 6px;
    width: 6px;
    background: #8e8e90;
    border-radius: 50%;
    display: inline-block;
}
.office-locations p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.hmm-footer .icon-bg {
    width: 30px;
    height: 30px;
    border-radius: 7.5px;
    border: 0.5px solid #3d3d3d;
    background: #ffffff0d;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        gap: 30px;
    }
}
/* =========================
 End New Footer CSS
========================= */

/* =========================
 Industries We Serve Page CSS
========================= */

/* ---- Section label ---- */
.iws-section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #2685b9;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

/* ---- Section containers (same pattern as .solution-container) ---- */
.iws-sector-container,

/* ---- AI-Forward Architecture ---- */
.iws-ai-section {
    background: #17557d;
}
.iws-section-label-light {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.iws-line-orange {
    border: 2px solid #f46526;
    width: 70px;
    border-radius: 2px;
}
.iws-ai-card {
    background: #d4e7f1 !important;
    border: 1px solid #e2edf5;
    border-radius: 14px;
    padding: 20px 18px;
    height: 100%;
}
.iws-ai-card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}
.iws-ai-card-icon {
    font-size: 22px;
    line-height: 1;
    color: #2685b9;
}
/* ---- What Makes Us Different ---- */
/* ---- Global Presence ---- */
.iws-global-section {
    background: #17557d;
}
.iws-country-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px 16px;
    background: rgba(255, 255, 255, 0.08);
    transition:
        background 0.25s,
        border-color 0.25s;
}
.iws-country-card p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.iws-country-card:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
}
.iws-country-flag {
    font-size: 36px;
    line-height: 1;
}

.iws-wmd-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 24px;
    border: 0.5px solid #d4e7f1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.iws-wmd-card::after {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: #dbeafe;
    border-radius: 50%;
    box-shadow: 0 0 120px 80px rgb(219 234 254 / 0%);
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}
.iws-wmd-card .card-body {
    padding: 36px 28px !important;
    align-items: center;
}
.iws-wmd-card .card-body h5 {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 24px;
    color: #0f172a !important;
}

.iws-wmd-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8e8e90 !important;
    flex-grow: 1;
    font-family: "Montserrat", sans-serif !important;
}
.iws-wmd-card img {
    width: 23px;
    height: 23px;
}
/* ---- Don't See Your Industry ---- */
/* ---- CTA Banner ---- */

.iws-nsi-box {
    padding: 48px 80px;
    background: #f8fafc !important;
    border: 0.5px solid #d4e7f1 !important;
}
@media (max-width: 768px) {
    .iws-nsi-box {
        padding: 40px 24px;
    }
}

/* ---- Industry Card extras ---- */
.iws-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.iws-icon-box i {
    font-size: 26px;
}
.iws-services-block {
    border-top: 1px solid #e8f0f6;
    padding-top: 14px;
}
.iws-services-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #8e8e90;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.iws-tag {
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #2685b9;
    background: #d1e8f5;
    padding: 5px 8px;
    border-radius: 4px;
    white-space: nowrap;
}
.iws-explore-link {
    font-size: 13px;
    font-weight: 700;
    color: #1b6ca8 !important;
    font-family: "Montserrat", sans-serif;
    transition: gap 0.2s ease;
    margin-top: auto !important;
}
.iws-explore-link:hover {
    color: #f46526 !important;
    gap: 10px !important;
}

/* ---- Responsive ---- */
/* ---- FAQ Section ---- */
.iws-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.iws-faq-item {
    border: 1px solid #d4e7f1;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.iws-faq-btn {
    width: 100%;
    background: #f8fafc;
    border: 0.5px #d4e7f1;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
}
.iws-faq-question {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.4;
    transition: color 0.2s;
}
.iws-faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: 1.5px solid #c5dce8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2685b9;
    transition:
        background 0.2s,
        color 0.2s,
        border-color 0.2s;
}
.iws-faq-btn[aria-expanded="true"] .iws-faq-question {
    color: #2685b9;
}
.iws-faq-btn[aria-expanded="true"] .iws-faq-icon {
    background: #2685b9;
    border-color: #2685b9;
    color: #fff;
}
.iws-faq-body {
    background-color: #f8fafc;
    padding: 0 22px 20px;
    font-size: 16px;
    color: #5a6a78;
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
    .iws-faq-btn {
        padding: 16px 16px;
    }
    .iws-faq-body {
        padding: 0 16px 16px;
    }
}

/* =========================
 End Industries We Serve Page CSS
========================= */

/* =========================
 Company Leadership Page CSS
========================= */

/* ---- Stats Strip ---- */
.cl-stats-strip {
    background: linear-gradient(96.4deg, #2685b9 0%, #1a6a97 100%);

    padding: 40px 0;
}

.cl-stat-item {
    text-align: center;
    padding: 16px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.cl-stat-item--last {
    border-right: none;
}

.cl-stat-num {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
}

.cl-stat-num span {
    font-size: 0.7em;
    font-weight: 400;
}

.cl-stat-label {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.75);
    margin: 8px 0 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .cl-stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 20px 16px;
    }

    .cl-stat-item--last {
        border-bottom: none;
    }
}

/* ---- Founder Section ---- */

.cl-profile-card {
    background: #ffffff;
    border: 1px solid #e8edf5;
    border-radius: 20px;
    padding: 32px 24px;
}

.cl-profile-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f1f5f9;
}

.cl-profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.cl-profile-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.cl-profile-badge {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    border-radius: 999px;
    padding: 4px 14px;
    margin-top: 8px;
}

.cl-profile-location {
    font-size: 13px;
    color: #64748b;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.cl-profile-location i {
    color: #2685b9;
}

.cl-linkedin-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #0a66c2;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 16px;
    transition: opacity 0.2s;
}

.cl-linkedin-btn:hover {
    opacity: 0.85;
}

.cl-bio-name {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 700;
    color: #212529;
    margin: 6px 0 0;
}

/* ---- Leadership Philosophy ---- */

.cl-phil-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.cl-phil-title {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 10px;
}

.cl-phil-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* ---- CTA Banner ---- */
/* =========================
 End Company Leadership Page CSS
========================= */

/* =========================
 Life at HMMBiz Page CSS
========================= */

.lah-culture-card {
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition:
        box-shadow 0.25s,
        transform 0.25s;
}

.lah-culture-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.lah-culture-card i {
    font-size: 1.8rem;
}
.lah-culture-card img {
    width: 30px;
    height: 30px;
}

.lah-culture-label {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 12px 0 0;
}

.lah-value-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 6px;
    padding: 4px 14px;
}

/* ---- Photo Gallery ---- */

.lah-gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 12px;
}

.lah-gallery-item {
    border-radius: 16px;
    overflow: hidden;
}

.lah-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.lah-gallery-item:hover img {
    transform: scale(1.04);
}

/* Col 1: tall, spans both rows */
.lah-col1 {
    grid-column: 1;
    grid-row: 1 / 3;
}

/* Row 1 */
.lah-r1c2 {
    grid-column: 2;
    grid-row: 1;
}
.lah-r1c3 {
    grid-column: 3;
    grid-row: 1;
}
.lah-r1c4 {
    grid-column: 4;
    grid-row: 1;
}

/* Row 2 */
.lah-r2c2 {
    grid-column: 2;
    grid-row: 2;
}
.lah-r2c3 {
    grid-column: 3 / 5;
    grid-row: 2;
} /* spans cols 3-4 */

@media (max-width: 768px) {
    .lah-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 160px);
    }

    .lah-col1 {
        grid-column: 1 / 3;
        grid-row: 1;
    }
    .lah-r1c2 {
        grid-column: 1;
        grid-row: 2;
    }
    .lah-r1c3 {
        grid-column: 2;
        grid-row: 2;
    }
    .lah-r1c4 {
        grid-column: 1;
        grid-row: 3;
    }
    .lah-r2c2 {
        grid-column: 2;
        grid-row: 3;
    }
    .lah-r2c3 {
        grid-column: 1 / 3;
        grid-row: 4;
    }
}
/* ---- Culture Pillars ---- */

/* =========================
 End Life at HMMBiz Page CSS
========================= */

/* =========================
 Our Values Page CSS
========================= */

.ov-value-row {
    margin-bottom: 80px;
}

.ov-value-row:last-child {
    margin-bottom: 0;
}
.ov-visual-card {
    border-radius: 20px;
    padding: 48px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Large faded number — top right, 1 cut off at right edge */
.ov-visual-num {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    user-select: none;
    opacity: 0.1;
    letter-spacing: -4px;
}

/* Decorative blob — top right, dark shade */
.ov-visual-card::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    opacity: 0.6;
}

/* Decorative blob — bottom left, light shade */
.ov-visual-card::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    opacity: 0.25;
}

.ov-visual-card--blue::before {
    background: #93c5fd;
}
.ov-visual-card--orange::before {
    background: #fdba74;
}
.ov-visual-card--purple::before {
    background: #c4b5fd;
}

.ov-visual-card--blue::after {
    background: #93c5fd;
}
.ov-visual-card--orange::after {
    background: #fdba74;
}
.ov-visual-card--purple::after {
    background: #c4b5fd;
}

.ov-visual-icon {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin: 0 auto 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.ov-visual-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
    position: relative;
    z-index: 1;
}

.ov-visual-sub {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .ov-value-row {
        margin-bottom: 48px;
    }
}
/* Focused on Impact section */
.ov-impact-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
/* =========================
 End Our Values Page CSS
========================= */

/* ============================================================
   CSR & Impact Page CSS
   ============================================================ */
.csr-commitment-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}
.csr-purpose-icon {
    font-size: 2.2rem;
}
@media (max-width: 768px) {
    .csr-commitment-title {
        font-size: 1.8rem;
    }
}
/* Initiatives section */
.csr-init-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}
.csr-init-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 24px 0;
}
.csr-init-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.csr-init-icon-wrap {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}
.csr-init-tag {
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}
.csr-init-name {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 4px 0 2px;
}
.csr-init-tagline {
    font-size: 16px;
    color: #8e8e90;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}
.csr-init-col-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #8e8e90;
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}
.csr-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.csr-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    color: #8e8e90;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5;
}
.csr-check-list li .bi-check-circle-fill {
    color: #16a34a;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}
.csr-check-list li img {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    object-fit: contain;
}
.csr-init-quote {
    border-left: 4px solid;
    border-radius: 8px;
    padding: 16px 20px;
}
.csr-init-quote p {
    font-size: 14px;
    color: #374151;
    margin: 0;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .csr-init-card {
        padding: 20px;
    }
}
/* Road Ahead section */
/* ============================================================
   End CSR & Impact Page CSS
   ============================================================ */

/* ============================================================
   What Our Clients Say Page CSS
   ============================================================ */
.wocs-quote-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    display: inline-block;
}
.wocs-stars {
    color: #f5a623;
    font-size: 1.2rem;
    letter-spacing: 3px;
    line-height: 1;
}
.wocs-quote-text {
    font-size: 15px;
    line-height: 1.7;
    color: #8e8e90;
    flex-grow: 1;
    margin-top: 16px;
    margin-bottom: 0;
}
.wocs-client {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #f0f4f8;
    margin-top: 20px;
}
.wocs-avatar {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.82rem;
    flex-shrink: 0;
}
.wocs-client-name {
    font-weight: 600;
    font-size: 16px;
    color: #0f172a;
    flex-grow: 0;
    margin: 0;
    line-height: 1.3;
}
.wocs-client-role {
    font-size: 13px;
    color: #8e8e90;
    flex-grow: 0;
    margin: 3px 0 0;
    line-height: 1.4;
}
/* ============================================================
   End What Our Clients Say Page CSS
   ============================================================ */

/* ============================================================
   Responsive Fixes — 5 New Pages
   ============================================================ */

/* Initiative card header icon — constrain SVG size */
.csr-init-head img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
}

/* AI-section mini-card icon — constrain SVG size */
.iws-ai-card img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    object-fit: contain;
}

/* Small tablet (576px–767px): CSR road-ahead 3-col → 2-col */
@media (min-width: 576px) and (max-width: 767.98px) {
    .csr-road-container .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* Phone (<576px) */
@media (max-width: 575.98px) {
    /* AI mini-cards: stack from 2-col to 1-col */
    .iws-ai-container .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .iws-wmd-card .card-body {
        padding: 24px 20px !important;
    }
    .ov-visual-card {
        padding: 32px 20px;
    }
    .csr-init-card {
        padding: 16px;
    }

    /* Gallery: slightly shorter rows on very small screens */
    .lah-gallery-grid {
        grid-template-rows: repeat(4, 130px);
    }

    /* NSI box: reduce padding */
    .iws-nsi-box {
        padding: 32px 16px;
    }
}

/* ============================================================
   Performance Marketing Page CSS
   ============================================================ */

/* Icon timeline row */
.pm-process-timeline {
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin-bottom: 16px;
    isolation: isolate;
}

/* Connecting line drawn behind the icons */
.pm-process-timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% / 6);
    right: calc(100% / 6);
    height: 1.5px;
    background: #cbd5e1;
    transform: translateY(-50%);
    z-index: -1;
}

/* Individual step icon (rounded square) */
.pm-step-icon {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* "Step N" pill badge */
.pm-step-badge {
    display: block;
    width: 90px !important;
    margin: 0 auto;
    padding: 4px 16px;
    border-radius: 20px;
    background: #2685b91a;
    color: #2685b9;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.pm-solutions-container {
    padding-bottom: 0;
}

.pm-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.pm-pain-box {
    background: #f8fafc;
    border: 0.5px solid #d4e7f1;
    border-radius: 20px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 768px) {
    .pm-pain-box {
        padding: 40px 24px;
    }
}

/* What Sets Us Apart section */
.pm-apart-section {
    background: #12517a;
}
.pm-apart-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pm-apart-label {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.pm-apart-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.pm-apart-subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 1.7;
}

.pm-apart-card {
    background: #ffffff1a;
    border: 0.5px solid #ffffff0f;
    border-radius: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    height: 100%;
}

.pm-apart-icon {
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.pm-apart-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.pm-apart-desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .pm-apart-container {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .pm-apart-title {
        font-size: 1.75rem;
    }
}

/* Industries section */
.pm-industries-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .pm-industries-container {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

/* ============================================================
   End Performance Marketing Page CSS
   ============================================================ */

/* ============================================================
   Resources Page CSS
   ============================================================ */

/* ---- Knowledge Hub Intro ---- */

.res-intro-divider {
    width: 60px;
    height: 3px;
    background: #f46526;
    border-radius: 2px;
    margin-bottom: 24px;
}

/* ---- Browser Mockup ---- */
.res-browser {
    width: 100%;
    max-width: 480px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
}

.res-browser__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 18px;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.res-browser__dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex-shrink: 0;
}

.res-browser__dot--red {
    background: #fc5f5a;
}
.res-browser__dot--yellow {
    background: #fdbf2d;
}
.res-browser__dot--green {
    background: #33c748;
}

.res-browser__url {
    flex: 1;
    height: 20px;
    background: #e2e8f0;
    border-radius: 6px;
    margin-left: 10px;
    max-width: 260px;
}

.res-browser__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #e2e8f0;
}

/* ---- Mini Cards ---- */
.res-mini-card {
    background: #ffffff;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.res-mini-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.res-mini-card__icon--blue {
    background: #eff6ff;
    color: #3b82f6;
}
.res-mini-card__icon--cyan {
    background: #ecfeff;
    color: #06b6d4;
}
.res-mini-card__icon--orange {
    background: #fff7ed;
    color: #f46526;
}
.res-mini-card__icon--purple {
    background: #f5f3ff;
    color: #8b5cf6;
}

.res-mini-card__lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.res-mini-card__line {
    display: block;
    height: 7px;
    border-radius: 4px;
    background: #e2e8f0;
}

.res-mini-card__line--dark {
    background: #94a3b8;
    height: 8px;
}
.res-mini-card__line--blue {
    background: #bfdbfe;
}
.res-mini-card__line--cyan {
    background: #a5f3fc;
}
.res-mini-card__line--orange {
    background: #fed7aa;
}
.res-mini-card__line--purple {
    background: #ddd6fe;
}

.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-85 {
    width: 85%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}

@media (max-width: 768px) {
    .res-browser {
        max-width: 100%;
    }

    .res-mini-card {
        padding: 16px 14px;
    }
}

/* ============================================================
   End Resources Page CSS
   ============================================================ */

/* ============================================================
   Client Support Page CSS
   ============================================================ */

/* ── Pills ── */
.cs-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
}

.cs-pill--orange {
    color: #f46526;
    border: 1px solid #fde8d8;
    background: #fff7ed;
}

.cs-pill--blue {
    color: #2685b9;
    border: 1px solid #d1e8f5;
    background: #e8f4fc;
}

.cs-pill--gray {
    color: #767676;
    border: 1px solid #ababab;
    background: #f5f5f5;
}

.cs-pill__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cs-pill__dot--orange {
    background: #f46526;
}
.cs-pill__dot--blue {
    background: #2685b9;
}

.cs-pill__icon {
    font-size: 12px;
}

/* ── Handle grid: dark text + equal height + vertical center ── */
.cs-handle-grid .col-md-6 {
    display: flex;
}

.cs-handle-grid .glow-card {
    justify-content: center;
}

.cs-handle-grid .glow-card__body {
    color: #0f172a;
}

/* ── SLA Table ── */
.cs-sla-table {
    background: #ffffff;
    border: 1px solid #e2eef5;
    border-radius: 16px;
    overflow: hidden;
}

.cs-sla-header,
.cs-sla-row {
    display: flex;
    align-items: center;
    padding: 18px 28px;
    gap: 16px;
}

.cs-sla-header {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: 0.05em;
}

.cs-sla-row {
    border-top: 1px solid #f1f5f9;
}

.cs-sla-col--priority {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 200px;
}

.cs-sla-col--issue {
    flex: 1;
    margin-bottom: 0;
}

.cs-sla-col--response {
    flex: 0 0 180px;
    text-align: right;
}

.cs-sla-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cs-sla-level {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cs-sla-badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 6px;
    border: 1px solid;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .cs-sla-header {
        display: none;
    }

    .cs-sla-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 18px 20px;
    }

    .cs-sla-col--priority,
    .cs-sla-col--issue,
    .cs-sla-col--response {
        flex: none;
        width: 100%;
        text-align: left;
    }
}

/* ── Ticket Card powered-by label ── */
.cs-ticket-card__powered {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
}

/* ============================================================
   Growth Tools Page CSS
   ============================================================ */

/* ── Feature Pills ── */
.gt-feature-pill {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    background: #f8fafc;
    border: 1px solid #e2ebf0;
    border-radius: 12px;
}

.gt-feature-pill__icon {
    font-size: 22px;
    flex-shrink: 0;
}

.gt-feature-pill__label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
}

@media (max-width: 768px) {
    .gt-feature-pill {
        padding: 14px 18px;
    }

    .gt-feature-pill__label {
        font-size: 15px;
    }
}

/* ── Tools Grid ── */
.gt-icon-bg {
    background: #eff6ff;
    border-radius: 12px;
    width: 56px;
    height: 56px;
}

.gt-icon-bi {
    font-size: 24px;
    color: #2685b9;
}

/* ── Our Approach Section ── */
.gt-approach-section {
    background: #17557d;
}

.gt-approach-container {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .gt-approach-container {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

/* ============================================================
   Awards & Certifications Page CSS
   ============================================================ */

.ac-award-icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #eff6ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-award-icon-wrap img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.ac-award-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background: #eff6ff;
    color: #2685b9;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ac-award-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ac-stat-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
}

.ac-stat-pill__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ac-stat-pill__title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}

.ac-stat-pill__sub {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

/* ============================================================
   Careers New Page — Job Cards
   ============================================================ */

.ac-job-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ac-job-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #1a6a97;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    border-radius: 100px;
    padding: 5px 14px;
    width: fit-content;
    margin-bottom: 16px;
}

.ac-job-card__dot {
    width: 8px;
    height: 8px;
    background: #16a34a;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.ac-job-card__title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.ac-job-card__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.ac-job-card__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #2685b9;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid #e2e8f0;
}

.ac-job-card__pill i {
    font-size: 14px;
    color: #2685b9;
}

.ac-job-card__toggle {
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2685b9;
    text-decoration: none;
    width: fit-content;
    transition: color 0.2s ease;
}

.ac-job-card__toggle:hover {
    color: #17456b;
    text-decoration: none;
}

.ac-job-card__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #475569;
    line-height: 1.7;
    margin-top: 12px;
    max-height: 130px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.45s ease;
}

.ac-job-card__desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(
        to bottom,
        rgba(248, 250, 252, 0) 0%,
        rgba(248, 250, 252, 1) 100%
    );
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ac-job-card__desc--expanded {
    max-height: 2000px;
}

.ac-job-card__desc--expanded::after {
    opacity: 0;
}

.ac-job-card__desc p,
.ac-job-card__desc ol,
.ac-job-card__desc ul {
    margin-bottom: 10px;
    font-size: 14px;
    color: #475569;
}

.ac-job-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

/* Smooth slow collapse animation for job cards */
.ac-job-card .collapsing {
    transition: height 0.45s ease;
}

@media (max-width: 767px) {
    .ac-job-card {
        padding: 20px;
        border-radius: 16px;
    }
    .ac-job-card__title {
        font-size: 18px;
    }
}

/* ============================================================
   RETAIL Page CSS
   ============================================================ */

.retail-plain-card {
    background: #ffffff;
    border: 1px solid #e8ecf0;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.retail-plain-card p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0f172a;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 768px) {
    .retail-plain-card {
        padding: 24px 20px;
    }

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

.retail-tech-card {
    background: #ffffff;
    border: 1px solid #e8ecf0;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    text-align: center;
}

.retail-tech-card__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.retail-tech-card__title {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .retail-tech-card {
        padding: 20px 18px;
    }
}

/* Who We Work With */
.retail-who-section {
    background-color: #17456b;
}

.retail-who-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 18px 22px;
}

.retail-who-item i {
    font-size: 22px;
    color: #ffffff;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.retail-who-item span {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .retail-who-item {
        padding: 14px 16px;
    }

    .retail-who-item span {
        font-size: 15px;
    }
}

/* 5-step timeline connector — overrides the 3-step left/right values */
.retail-process-timeline::before {
    left: calc(100% / 10);
    right: calc(100% / 10);
}

/* ============================================================
   AIRODESK — Ticket Analysis Card (Section 2)
   ============================================================ */

.pm-ticket-card {
    border-radius: 18px;
    border-width: 1px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 25px;
}
.pm-ticket-card__header {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 20px;
}

.pm-ticket-card__rows {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pm-ticket-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.pm-ticket-card__row:last-child {
    border-bottom: none;
}

.pm-ticket-card__label {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #475569;
}

.pm-ticket-card__value {
    font-family: "Red Hat Display", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    text-align: right;
}

.pm-ticket-card__value--red {
    color: #ef4444;
}

.pm-ticket-card__value--blue {
    color: #2685b9;
}
.pm-ticket-card__value--teal {
    color: #0d9488;
}
.pm-ticket-card__value--green {
    color: #22c55e;
}
.pm-ticket-card__value--violet {
    color: #7c3aed;
}

.pm-ticket-card__badge {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 4px;
}

.pm-ticket-card__badge--red {
    background: #fee2e2;
    color: #991b1b;
}

.pm-ticket-card__draft-label {
    font-family: "Montserrat", sans-serif;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2685b9;
    margin-bottom: 6px;
}
.pm-ticket-card__draft-label--red {
    color: #ef4444 !important;
}
.pm-ticket-card__draft-label--violet {
    color: #7c3aed !important;
}
.pm-ticket-card__draft-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    color: #475569 !important;
}

/* ============================================================
   AIRODESK — Core Features Section (Section 3)
   ============================================================ */

/* Outer card */
.pm-features-wrap {
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #f8fafc;
    overflow: hidden;
}

/* Each feature row */
.pm-features-row {
    display: flex;
    align-items: stretch;
    min-height: 360px;
}

.pm-features-divider {
    height: 1px;
    background: #e2e8f0;
}

/* Text half — 50% */
.pm-features-text {
    width: 50%;
    flex-shrink: 0;
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.pm-features-text__title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 13px;
}

.pm-features-text__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8e8e90;
    line-height: 1.75;
    margin: 0;
}

/* Visual half — 50% */
.pm-features-visual {
    width: 50%;
    flex-shrink: 0;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-left: 1px solid #e2e8f0;
}

/* Visual on the left (even rows) — swap border to right */
.pm-features-row .pm-features-visual:first-child {
    border-left: none;
    border-right: 1px solid #e2e8f0;
}

.pm-features-visual__img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .pm-features-row {
        flex-direction: column;
    }

    .pm-features-text,
    .pm-features-visual {
        width: 100%;
    }

    /* Always show image above text on mobile */
    .pm-features-visual {
        order: 1;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #e2e8f0;
        min-height: 240px;
    }

    .pm-features-text {
        order: 2;
        padding: 36px 24px;
    }

    .pm-features-row .pm-features-visual:first-child {
        border-right: none;
        border-top: none;
    }

    .pm-features-text__title {
        font-size: 20px;
    }
}

/* ============================================================
   UTILITY
   ============================================================ */
.mt-40 {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .mt-40 {
        margin-top: 32px;
    }
}

/* ============================================================
   AIRODESK — Why AiroDesk (Comparison Table)
   ============================================================ */

.pm-compare-table {
    background: #ffffff0f;
    border: 1px solid #ffffff1a;
    border-radius: 18px;
    overflow: hidden;
}

.pm-compare-table__head,
.pm-compare-table__row {
    display: flex;
    align-items: center;
}

.pm-compare-table__head {
    padding: 18px 28px;
    background: #ffffff;
    border-bottom: 1px solid #ffffff1a;
}

.pm-compare-table__row {
    padding: 18px 28px;
    border-bottom: 1px solid #ffffff0f;
}

.pm-compare-table__row:last-child {
    border-bottom: none;
}

.pm-compare-table__col-feature {
    flex: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.pm-compare-table__head .pm-compare-table__col-feature {
    font-weight: 700;
    color: #2685b9;
}
.pm-compare-table__col-feature-label {
    font-family: "Montserrat", sans-serif;
    flex: 1;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.pm-compare-table__col-airodesk,
.pm-compare-table__col-others {
    width: 120px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
}

.pm-compare-table__head .pm-compare-table__col-airodesk {
    font-weight: 700;
    color: #2685b9;
}

.pm-compare-table__head .pm-compare-table__col-others {
    font-weight: 700;
    color: #2685b9;
}

.pm-compare-table__check {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.pm-compare-table__dash {
    color: #94a3b8;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .pm-compare-table__head,
    .pm-compare-table__row {
        padding: 14px 18px;
    }

    .pm-compare-table__col-feature {
        font-size: 13px;
    }

    .pm-compare-table__col-airodesk,
    .pm-compare-table__col-others {
        width: 80px;
        font-size: 13px;
    }
}

/* ============================================================
   404 Error Page
   ============================================================ */

.error-404-section {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 38%, #ffffff 72%);
    overflow: hidden;
}

/* ---- SVG illustration ---- */
.error-404-svg {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
}

/* ---- Text block ---- */
.error-404__text {
    text-align: center;
}

.error-404__heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

/* ---- SVG Animations ---- */
@keyframes e404-float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes e404-blink {
    0%,
    40%,
    60%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.15;
    }
}

@keyframes e404-blink-alt {
    0%,
    15%,
    35%,
    100% {
        opacity: 1;
    }
    25% {
        opacity: 0.15;
    }
}

@keyframes e404-error-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}

@keyframes e404-swing {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-7deg);
    }
    80% {
        transform: rotate(6deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes e404-dash {
    from {
        stroke-dashoffset: 20;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* Float — server rack gently bobs */
.error-404-svg .e404-float {
    animation: e404-float 3.2s ease-in-out infinite;
}

/* Status lights */
.error-404-svg .e404-blink {
    fill: #22c55e;
    animation: e404-blink 1.8s ease-in-out infinite;
}

.error-404-svg .e404-blink-alt {
    fill: #22c55e;
    animation: e404-blink-alt 2.5s ease-in-out infinite;
}

.error-404-svg .e404-error {
    fill: #ef4444;
    animation: e404-error-pulse 0.8s ease-in-out infinite;
}

/* Electricity spark on the plug */
.error-404-svg .e404-error-stroke {
    animation: e404-error-pulse 0.8s ease-in-out infinite;
}

/* Swinging plug */
.error-404-svg .e404-swing {
    transform-origin: 0px 0px;
    animation: e404-swing 2.8s ease-in-out infinite;
}

/* Dashed cloud lines */
.error-404-svg .e404-dash path,
.error-404-svg .e404-dash line {
    stroke-dasharray: 8 6;
    animation: e404-dash 1.6s linear infinite;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .error-404-section {
        margin-top: 70px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .error-404__heading {
        font-size: 26px;
    }
    .error-404-svg {
        max-width: 360px;
    }
}

/* ============================================================
   Thank You Page
   ============================================================ */

.ty-section {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 50%);
}

/* ---- Animated checkmark ---- */
.ty-check {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.ty-check__ring {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #17456b, #1976d2);
    box-shadow: 0 8px 40px rgba(23, 69, 107, 0.25);
    animation: ty-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.ty-check__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #ffffff;
    animation: ty-check-in 0.4s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275)
        both;
}

@keyframes ty-pop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ty-check-in {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* ---- Heading ---- */
.ty-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .ty-section {
        margin-top: 70px;
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .ty-heading {
        font-size: 26px;
    }
}

/* ============================================================
   About Us New Page CSS
   ============================================================ */

/* ---- Section 2: Intro ---- */
.aun-intro__right {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}

/* Dark gradient card */
.aun-intro__card {
    background: linear-gradient(121.82deg, #2685b9 0%, #1a5f9a 100%);
    border-radius: 20px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    overflow: hidden;
}

/* Decorative circle blob — top right */
.aun-intro__card::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.aun-intro__card-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.aun-intro__card-heading {
    font-family: "Red Hat Display", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.aun-intro__card-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #ffffffbf;
    line-height: 1.7;
    margin-bottom: 17px;
}

/* Country pills — white on dark card */
.aun-intro__pill {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Floating badges */
.aun-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    min-width: 170px;
}

.aun-badge--top {
    top: 0;
    left: -10px;
}

.aun-badge--bottom {
    bottom: 0;
    right: -20px;
}

.aun-badge__icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.aun-badge__title {
    font-family: "Red Hat Display", sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.aun-badge__sub {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}
.aun-intro__card .glow-card__tag {
    border-radius: 25px;
}
@media (max-width: 768px) {
    .aun-intro__right {
        padding-top: 50px;
        padding-bottom: 55px;
    }
    .aun-intro__card-heading {
        font-size: 24px;
    }
    .aun-badge {
        min-width: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .aun-badge__title {
        font-size: 13px;
    }
}

/* ============================================================
   About Us New — Section 3: Timeline
   ============================================================ */

.aun-tl-section {
    background-color: #17456b;
    padding-top: 70px;
    padding-bottom: 70px;
}

.aun-tl-label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 12px;
}

.aun-tl-heading {
    font-family: "Red Hat Display", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.2;
}

.aun-tl-divider {
    width: 120px;
    height: 3px;
    background: #f46526;
    border-radius: 2px;
}

/* Nav buttons */
.aun-tl-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
    flex-shrink: 0;
    padding: 0;
}

.aun-tl-btn:hover {
    background: #f46526;
    border-color: #f46526;
}

/* Carousel wrapper — holds the shared line + swiper */
.aun-tl-carousel-wrap {
    position: relative;
}

/* Single continuous line — top set dynamically by positionTlLine() JS */
.aun-tl-line-bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
    z-index: 0;
    pointer-events: none;
}

/* Slide image card */
.aun-tl-img {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    overflow: hidden;
}

.aun-tl-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Dot row — floats over the shared line */
.aun-tl-dot-row {
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.aun-tl-connector__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f46526;
    flex-shrink: 0;
}

/* Slide text */
.aun-tl-name {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.aun-tl-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.65;
    margin-bottom: 8px;
}

.aun-tl-year {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .aun-tl-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .aun-tl-heading {
        font-size: 28px;
    }
    .aun-tl-img img {
        height: 160px;
    }
}

/* ============================================================
   ABOUT US NEW — Our Values Section
   ============================================================ */

.aun-val-card {
    border-radius: 16px;
    padding: 32px 28px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.aun-val-card--blue {
    background-color: #f0f7ff;
}
.aun-val-card--orange {
    background-color: #fff7ed;
}
.aun-val-card--purple {
    background-color: #f5f3ff;
}

/* Bottom accent line */
.aun-val-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0 0 16px 16px;
}
.aun-val-card--blue::after {
    background-color: #2685b9;
}
.aun-val-card--orange::after {
    background-color: #f46526;
}
.aun-val-card--purple::after {
    background-color: #7c3aed;
}

.aun-val-card__title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
}

/* Short bar under title */
.aun-val-card__bar {
    width: 36px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 18px;
}
.aun-val-card__bar--blue {
    background-color: #3e9bd9;
}
.aun-val-card__bar--orange {
    background-color: #f46526;
}
.aun-val-card__bar--purple {
    background-color: #7c5cde;
}

.aun-val-card__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 0;
}

.aun-val-cta {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1b6ca8 !important;
    text-decoration: none;
}
.aun-val-cta:hover {
    color: #2278b5 !important;
    text-decoration: underline;
}
.aun-val-cta span {
    margin-left: 4px;
}

@media (max-width: 768px) {
    .aun-val-card {
        padding: 24px 20px 34px;
    }
}

/* ============================================================
   FAQ Body — Clickable Links
   ============================================================ */
.iws-faq-body a {
    color: #2685b9 !important;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.iws-faq-body a:hover {
    color: #1a6a9a !important;
}

/* ============================================================
   Products Page — Product Showcase Section
   ============================================================ */

.prod-num-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e8f4fc;
    border: 0.5px solid #d1e8f5;
    border-radius: 8px;
    padding: 6px 14px 6px 6px;
    margin-bottom: 20px;
    width: fit-content;
}
.prod-num-badge__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #2685b9;
    color: #fff;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    flex-shrink: 0;
}
.prod-num-badge__label {
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2685b9;
    margin: 0;
}

.prod-cap-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 14px;
}

.prod-cap-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.prod-cap-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #8e8e90;
    margin-bottom: 12px;
    line-height: 1.5;
}
.prod-cap-list li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    margin-top: 1px;
}

.prod-mockup-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    display: block;
}

@media (max-width: 768px) {
    .prod-mockup-img {
        margin-top: 32px;
    }
}

.product-list {
    padding-top: 89px;
    padding-bottom: 89px;
}
.product-list:first-child {
    padding-top: 0;
    padding-bottom: 0;
}
.product-list:last-child {
    padding-top: 0;
    padding-bottom: 0;
}

/* ============================================================
   End Products Page CSS
   ============================================================ */

/* ============================================================
   Legal Pages CSS (Privacy Policy, Terms, Refund Policy)
   ============================================================ */

.legal-content {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 48px;
    background: #ffffff;
}

.legal-content__heading {
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 32px;
    margin-bottom: 8px;
}

.legal-content__list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.legal-content__list li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #8e8e90;
    line-height: 1.7;
    margin-bottom: 6px;
}

.legal-content__link {
    color: #2685b9;
    text-decoration: underline;
}

.legal-content__link:hover {
    color: #17456b;
}

@media (max-width: 767px) {
    .legal-content {
        padding: 24px 20px;
        border-radius: 14px;
    }
    .legal-content__heading {
        font-size: 16px;
        margin-top: 24px;
    }
}

/* ============================================================
   End Legal Pages CSS
   ============================================================ */

/* ============================================================
   Case Studies Index Page CSS
   ============================================================ */

.cs-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 0;
}

.cs-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    border: 1px solid #2685b9;
    color: #2685b9;
    background: #ffffff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.cs-filter-btn i {
    font-size: 15px;
    color: #17456b;
}

.cs-filter-btn:hover {
    border-color: #2685b9;
    background: #2685b9;
    color: #fff !important;
}

.cs-filter-btn:hover i {
    color: #fff;
}

.cs-filter-btn.active {
    background: #2685b9;
    border-color: #2685b9;
    color: #fff;
}

.cs-filter-btn.active i {
    color: #fff;
}

@media (max-width: 767px) {
    .cs-filter-wrap {
        gap: 10px;
    }
    .cs-filter-btn {
        font-size: 14px;
        padding: 9px 16px;
    }
}

.cs-filter-sticky {
    position: sticky;
    top: 80px; /* fallback; JS sets exact header height */
    z-index: 9998;
    background: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); */
    transition: top 0.3s ease-in-out;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .cs-filter-sticky {
        top: 60px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .cs-filter-sticky::-webkit-scrollbar {
        display: none;
    }
    .cs-filter-sticky .cs-filter-wrap {
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: 0 16px;
        margin-top: 0;
    }
}

/* ============================================================
   End Case Studies Index Page CSS
   ============================================================ */

/* ============================================================
   Case Studies Work Card (casestudies-new page only)
   ============================================================ */

.cs-work-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.cs-work-card:hover {
    box-shadow: 0 10px 36px rgba(22, 69, 107, 0.1);
    transform: translateY(-4px);
}

.cs-work-card__thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cs-work-card__thumb img {
    width: 100%;
    display: block;
}

.cs-work-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #cbd5e1;
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 500;
    color: #1e293b;
    white-space: nowrap;
}

.cs-work-card__body {
    padding: 22px 22px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cs-work-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cs-work-card__desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}

.cs-work-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    margin-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.cs-work-card__duration {
    font-size: 13px;
    color: #94a3b8;
}

.cs-work-card__cta {
    font-size: 14px;
    font-weight: 700;
    color: #2685b9;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition:
        gap 0.2s ease,
        color 0.2s ease;
}

.cs-work-card__cta:hover {
    color: #17456b;
    gap: 10px;
}

@media (max-width: 767px) {
    .cs-work-card__title {
        font-size: 15px;
    }
    .cs-work-card__body {
        padding: 16px 16px 0;
    }
    .cs-work-card__footer {
        padding: 14px 16px;
    }
}

/* ============================================================
   End Case Studies Work Card CSS
   ============================================================ */

/* ============================================================
   Utility — mt-48
   ============================================================ */
.mt-48 {
    margin-top: 48px;
}
@media (max-width: 768px) {
    .mt-48 {
        margin-top: 28px;
    }
}

/* ============================================================
   Case Study — Sticky Sidebar Card
   ============================================================ */
.cs-sticky-sidebar {
    position: sticky;
    top: 100px; /* fallback; JS sets exact value based on header visibility */
    align-self: flex-start;
}
@media (max-width: 768px) {
    .cs-sticky-sidebar {
        position: static;
    }
}

/* ============================================================
   Case Study — HealthTech Project Snapshot Card
   ============================================================ */

.pm-ticket-card--snapshot .pm-ticket-card__row {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}
.pm-ticket-card--snapshot .pm-ticket-card__label {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.pm-ticket-card--snapshot .pm-ticket-card__value {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    min-width: 120px;
    flex-shrink: 0;
}
/* ============================================================
   Products Mega Submenu  (pm = products mega)
   ============================================================ */
.pm-col {
    padding-right: 24px;
}
.pm-col + .pm-col {
    padding-left: 24px;
}
.pm-prod-name {
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
    margin: 0 0 2px 0;
}
.pm-prod-sub {
    font-size: 12px;
    color: #6d6d6d;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
}
.pm-feats {
    list-style: none !important;
    display: block !important;
    margin: 0;
    padding-top: 12px;
    padding-left: 0 !important;
    padding-right: 0;
    padding-bottom: 0;
    border-top: 1px solid #ebebeb;
}
.pm-feats li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px;
    font-size: 16px;
    color: #6D6D6D;
    font-family: "Montserrat", sans-serif !important;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    float: none;
}
.pm-feats li i {
    font-size: 14px;
    color: #6d6d6d;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    display: inline-block;
}

/* ============================================================
   Company Menu CTA (co-cta)
   ============================================================ */
.co-cta {
    justify-content: flex-start !important;
    gap: 0;
}
.co-cta-reach {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.co-cta-reach-label {
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
}
.co-cta-flags {
    display: flex;
    align-items: center;
    gap: 6px;
}
.co-cta-flags img {
    width: 32px !important;
    height: 20px !important;
    object-fit: cover;
    border-radius: 3px;
}
.co-cta-flags span {
    font-size: 22px;
    line-height: 1;
}
.co-cta-ind-title {
    font-weight: 700;
    font-size: 16px;
    color: #6D6D6D;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif !important;
}
.co-cta-ind-link {
    display: block;
    font-size: 13px;
    color: #3d3d3d;
    text-decoration: none;
    font-family: "Montserrat", sans-serif !important;
    padding-top: 6px;
    padding-bottom: 6px;
    transition: color 0.2s ease;
}
.co-cta-ind-link:hover {
    color: #1b6ca8;
}
.co-cta-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.co-cta-outline-btn {
    border: 1.5px solid #1b6ca8;
    color: #1b6ca8 !important;
    background: transparent;
}
.co-cta-outline-btn:hover {
    background: #1b6ca8;
    color: #ffffff !important;
}
/* ============================================================
   ROI Calculator — Who Can Use Cards
   ============================================================ */

.roi-who-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 16px;
    text-align: center;
    height: 100%;
}

.roi-who-card__label {
    font-family: "Red Hat Display", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    margin-top: 16px;
    margin-bottom: 0;
}


/* ============================================================
   Google Workspace — App Grid Cards
   ============================================================ */

.gw-app-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e2edf4;
    border-radius: 12px;
    justify-content: center;
}

.gw-app-card--wide {
    padding-left: 28px;
    padding-right: 28px;
}

.gw-app-card__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    object-fit: contain;
}

.gw-app-card__name {
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    color: #212529;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .gw-app-card {
        padding: 10px 12px;
        gap: 8px;
    }

    .gw-app-card__icon {
        width: 24px;
        height: 24px;
    }

    .gw-app-card__name {
        font-size: 13px;
    }
}

/* ============================================================
   Google Workspace — Pricing Plan Cards
   ============================================================ */

.gw-plan-card {
    background: #ffffff;
    border: 1px solid #e2edf4;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.gw-plan-card--popular {
    border-color: #34A853;
    box-shadow: 0 8px 32px rgba(38, 133, 185, 0.14);
}

.gw-plan-card--blue   { border-top: 4px solid #4285F4; }
.gw-plan-card--green  { border-top: 4px solid #34A853; }
.gw-plan-card--yellow { border-top: 4px solid #FBBC05; }
.gw-plan-card--red    { border-top: 4px solid #EA4335; }

.gw-plan-card__popular-badge {
    display: inline-block;
    background: linear-gradient(102.02deg, #34A853 0%, #1E9E44 100%);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 16px;
    border-radius:25px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.gw-plan-card__body {
    padding: 24px 20px 16px;
    flex: 1;
}

.gw-plan-card__name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2685b9;
    margin-bottom: 12px;
}

.gw-plan-card__price {
    font-family: "Red Hat Display", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.1;
    margin-bottom: 12px;
}

.gw-plan-card__price-unit {
    font-size: 16px;
    font-weight: 400;
    color: #8E8E90;
}

.gw-plan-card__contact-price {
    font-family: "Red Hat Display", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.gw-plan-card__best-for {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 16px;
}

.gw-plan-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gw-plan-card__features li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #212529;
    line-height: 1.5;
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.gw-plan-card__features li img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
    object-fit: contain;
}

.gw-plan-card__footer {
    padding: 16px 20px 24px;
}

.gw-plan-card__btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.gw-plan-card__btn--outline {
    background: transparent;
    border: 1.5px solid #2685b9;
    color: #2685b9 !important;
}

.gw-plan-card__btn--outline:hover {
    background: #2685b9;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .gw-plan-card__price {
        font-size: 32px;
    }

    .gw-plan-card__body {
        padding: 20px 16px 12px;
    }

    .gw-plan-card__footer {
        padding: 12px 16px 20px;
    }
}


/* ============================================================
   Clients Page — Responsive Table Grid
   ============================================================ */

@media (max-width: 767px) {
    .clients-table {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 1rem;
    }

    .clients-table thead {
        display: none;
    }

    .clients-table tbody {
        display: contents;
    }

    .clients-table tr {
        display: contents;
    }

    .clients-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ddd;
        padding: 0.5rem;
        position: relative;
        text-align: left;
    }

    .clients-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 0.5rem;
        font-weight: bold;
        white-space: nowrap;
    }
}

/* ============================================================
   Header Responsive Fixes
   ============================================================ */

/* 1. Web header: reduce logo + nav item spacing at 992px–1199px
      to prevent nav items from overflowing on smaller desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-logo {
        width: 140px;
    }
    .nav-item.ms-md-3 {
        margin-left: 0.35rem !important;
    }
    .nav-link.f-16 {
        font-size: 14px !important;
    }
}

/* 2. Logo: shrink slightly on very small phones (≤375px) */
@media (max-width: 375px) {
    .main-logo {
        width: 120px;
    }
}

/* 3. Mobile header: increase tap target for chevron toggle icons
      (minimum 44×44px touch target per accessibility guidelines) */
.mob-header .mobile_mega_menu {
    padding: 14px 12px;
    min-width: 44px;
    min-height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* 4. Mobile header: force ALL mega-menu submenus to render inline (static)
      inside the offcanvas up to 991px.
      Root cause: every nav li (Products, Portfolio, Company, Resources) has
      id="about-dropdown", and the old rule
      "#about-dropdown .mega-menu { width: 12% !important; left: 50% !important }"
      renders those submenus as tiny floating panels.
      Using #mobileMenu matches ID-level specificity and wins the cascade
      because it appears later in the file. */
@media (max-width: 991px) {
    #mobileMenu .mega-menu {
        position: static !important;
        display: none;
        width: 100% !important;
        left: auto !important;
        top: auto !important;
        margin-top: 5px !important;
    }
}


/* 5. Ensure offcanvas body scrolls independently when submenus expand */
#mobileMenu .offcanvas-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* ============================================================
   End Header Responsive Fixes
   ============================================================ */

/* ============================================================
   Product Inquiry Form Section CSS
   ============================================================ */

.pm-inquiry-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
    .pm-inquiry-card {
        padding: 28px 20px;
    }
}

.pm-form-section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1A7BBA;
    margin-bottom: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8edf2;
}

.pm-optional {
    font-size: 13px;
    font-weight: 400;
    color: #8e8e90;
}

.cus-textarea {
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #8e8e90 !important;
    border-radius: 0px !important;
    color: black !important;
    resize: vertical;
    padding-left: 0 !important;
    transition: border-color 0.2s ease;
}

.cus-textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-bottom-color: #1A7BBA !important;
}

.pm-consent-wrap {
    border-top: 1px solid #e8edf2;
    padding-top: 20px;
}

.pm-consent-check {
    background: #f0f7ff;
    border: 1px solid #cce4f7;
    border-radius: 8px;
    padding: 12px 14px;
}

.pm-consent-check--error {
    border-color: #dc3545;
    background: #fff5f5;
}

.pm-consent-error {
    font-size: 13px;
    color: #dc3545;
    margin-top: 4px;
}

/* ============================================================
   Product Thank-You Page CSS
   ============================================================ */

.pm-thankyou-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.pm-thankyou-icon {
    width: 80px;
    height: 80px;
    background: #e8f8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pm-thankyou-icon i {
    font-size: 40px;
    color: #28a745;
}

/* ---- What Happens Next steps (product thank-you) ---- */
.ty-steps {
    text-align: left;
    background: #f8faff;
    border: 1px solid #e0e8f7;
    border-radius: 12px;
    padding: 28px 32px;
}

.ty-steps__label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ty-steps__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ty-steps__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ty-steps__num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1a73e8;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.ty-steps__text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .ty-steps {
        padding: 20px 20px;
    }
}
/* ============================================================
   GLOW-CARD — Reusable Card Component
   Responsive: Mobile / Tablet / Desktop
   ============================================================ */

/* ============================================================
   1. CARD CONTAINER
   ============================================================ */
.glow-card {
  background: #ffffff;
  border-radius: 20px;
  border: 0.5px solid #D4E7F1;
  padding: 30px;
  width: 100%;
  min-width: 0; /* prevent overflow in flex/grid contexts */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
  cursor: default;
}

/* stretched-link: make card clickable */
.glow-card:has(.stretched-link) {
  cursor: pointer;
}

/* Hover — lift card */
.glow-card:hover {
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.08),
    0 16px 48px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

/* ============================================================
   2. GLOW BLOB — ::after pseudo-element
   ============================================================ */
.glow-card::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: #DBEAFE;
  border-radius: 50%;
  box-shadow: 0 0 120px 80px rgb(219 234 254 / 0%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.glow-card:hover::after {
  opacity: 0.85;
}

/* Ensure all card content sits above the glow blob */
.glow-card > * {
  position: relative;
  z-index: 1;
}

/* stretched-link: reset position so ::after anchors to .glow-card, not the <a> itself */
.glow-card .stretched-link {
  position: static;
}
.glow-card .stretched-link::after {
  z-index: 2;
}

/* ============================================================
   3. ICON WRAPPER
   ============================================================ */
.glow-card__icon-wrap {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* ============================================================
   4. ICON (SVG or <img>)
   ============================================================ */
.glow-card__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

/* ============================================================
   5. TITLE
   ============================================================ */
.glow-card__title {
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
  color: #0F172A;
  letter-spacing: -0.3px;
  line-height: 1.25;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ============================================================
   5b. TITLE LINK VARIANT
   ============================================================ */
.glow-card__title-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #2685B9 !important;
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}

.glow-card__title-link:hover {
  color: #17456B;
  text-decoration: none;
}

/* ============================================================
   6. BODY / DESCRIPTION TEXT
   ============================================================ */
.glow-card__body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #8E8E90;
  line-height: 1.65;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  word-break: break-word;
  flex: 1; /* pushes divider/tags/CTA to same vertical position across cards */
}

/* ============================================================
   7. DIVIDER
   ============================================================ */
.glow-card__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 18px;
  opacity: 100;
}

/* ============================================================
   8. SERVICES / SECTION LABEL
   ============================================================ */
.glow-card__services-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a99a8;
  margin: 0 0 10px;
}

/* ============================================================
   9. TAGS CONTAINER
   ============================================================ */
.glow-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

/* ============================================================
   10. INDIVIDUAL TAG / PILL
   ============================================================ */
.glow-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  background: #E8F4FC;
  color: #2685B9;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.01em;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease;
  cursor: default;
}

.glow-card__tag:hover {
  background: #e5e9f2;
}

/* Tag colour variants */
.glow-card__tag--blue {
  background: #EFF6FF;
  color: #2685b9;
  border-color: #BFDBFE;
}
.glow-card__tag--blue:hover { background: #DBEAFE; }

.glow-card__tag--green {
  background: #F0FDF4;
  color: #16A34A;
  border-color: #BBF7D0;
}
.glow-card__tag--green:hover { background: #DCFCE7; }

.glow-card__tag--orange {
  background: #FFF7ED;
  color: #EA580C;
  border-color: #FED7AA;
}
.glow-card__tag--orange:hover { background: #FFEDD5; }

.glow-card__tag--violet {
  background: #F5F3FF;
  color: #7C3AED;
  border-color: #DDD6FE;
}
.glow-card__tag--violet:hover { background: #EDE9FE; }

/* ============================================================
   11. CTA LINK
   ============================================================ */
.glow-card__cta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #1B6CA8 !important;
  text-decoration: none;
  letter-spacing: -0.1px;
  transition:
    gap 0.2s ease,
    color 0.2s ease;
}

.glow-card__cta:hover {
  color: #F46526 !important;
  gap: 9px;
}

.glow-card__cta-arrow {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  transition: transform 0.2s ease;
}

.glow-card__cta:hover .glow-card__cta-arrow {
  transform: translateX(3px);
}


/* ============================================================
   SEC TITLE — Secondary card title variant
   ============================================================ */
.glow-card_sec_title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0F172A;
  margin-bottom: 0;
}

/* ============================================================
   LIST — Feature/capability bullet list inside a card
   ============================================================ */
.glow-card__list-label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8E8E90;
  margin-bottom: 10px;
}

.glow-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.glow-card__list li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}

.glow-card__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #2685B9;
  font-weight: 700;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================

   Breakpoint scale:
   xs  — max  479px  (small phones)
   sm  — max  767px  (phones / large phones)
   md  — max 1023px  (tablets / landscape phones)
   lg  — min 1024px  (desktops — base styles above already target this)

   ============================================================ */


/* ------------------------------------------------------------
   XS — Small Phones  (≤ 479px)
   Goal: full-width single column, tighter padding, smaller type
   ------------------------------------------------------------ */
@media (max-width: 479px) {

  .glow-card {
    padding: 20px 16px;
    border-radius: 14px;
  }

  /* Shrink glow blob so it doesn't overwhelm small screen */
  .glow-card::after {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -60px;
    filter: blur(70px);
  }

  .glow-card__icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .glow-card__icon {
    width: 35px;
    height: 35px;
  }

  .glow-card__title {
    font-size: 16px;
    margin: 0 0 8px;
  }

  .glow-card__body {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 16px;
  }

  .glow-card__divider {
    margin: 0 0 14px;
  }

  .glow-card__services-label {
    font-size: 9.5px;
    margin: 0 0 8px;
  }

  .glow-card__tags {
    gap: 6px;
    margin: 0 0 16px;
  }

  .glow-card__tag {
    padding: 4px 10px;
    font-size: 11.5px;
  }

  .glow-card__cta {
    font-size: 12.5px;
  }
}


/* ------------------------------------------------------------
   SM — Phones / Large Phones  (480px – 767px)
   Goal: full-width, comfortable padding, readable type
   ------------------------------------------------------------ */
@media (min-width: 480px) and (max-width: 767px) {

  .glow-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .glow-card::after {
    width: 260px;
    height: 260px;
    top: -80px;
    right: -80px;
    filter: blur(85px);
  }

  .glow-card__icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .glow-card__icon {
    width: 24px;
    height: 24px;
  }

  .glow-card__title {
    font-size: 17px;
    margin: 0 0 10px;
  }

  .glow-card__body {
    font-size: 13.5px;
    margin: 0 0 18px;
  }

  .glow-card__divider {
    margin: 0 0 16px;
  }

  .glow-card__tags {
    gap: 7px;
    margin: 0 0 18px;
  }

  .glow-card__tag {
    padding: 4px 11px;
    font-size: 12px;
  }

  .glow-card__cta {
    font-size: 13px;
  }
}


/* ------------------------------------------------------------
   MD — Tablets / Landscape Phones  (768px – 1023px)
   Goal: may sit in a 2-col grid; preserve proportions
   ------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 1023px) {

  .glow-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .glow-card::after {
    width: 290px;
    height: 290px;
    top: -90px;
    right: -90px;
    filter: blur(90px);
  }

  .glow-card__icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    margin-bottom: 18px;
  }

  .glow-card__title {
    font-size: 18px;
  }

  .glow-card__body {
    font-size: 13.5px;
    margin: 0 0 20px;
  }

  .glow-card__tags {
    gap: 7px;
    margin: 0 0 18px;
  }

  .glow-card__tag {
    font-size: 12px;
  }
}


/* ------------------------------------------------------------
   LG — Desktops  (≥ 1024px)
   Base styles above handle this — no overrides needed.
   ------------------------------------------------------------ */


/* ------------------------------------------------------------
   Touch devices — disable hover lift (no cursor on touch)
   ------------------------------------------------------------ */
@media (hover: none) {
  .glow-card:hover {
    transform: none;
    box-shadow:
      0 2px 8px rgba(0, 0, 0, 0.06),
      0 8px 32px rgba(0, 0, 0, 0.04);
  }

  .glow-card:hover::after {
    opacity: 0.5;
  }

  .glow-card:active {
    transform: scale(0.99);
  }
}


/* ============================================================
   USAGE EXAMPLE
   ============================================================

   <div class="glow-card">
     <div class="glow-card__icon-wrap">
       <svg class="glow-card__icon"> ... </svg>
     </div>
     <h3 class="glow-card__title">Card Title</h3>
     <p class="glow-card__body">Description text goes here.</p>
     <hr class="glow-card__divider" />
     <p class="glow-card__services-label">Relevant Services</p>
     <div class="glow-card__tags">
       <span class="glow-card__tag">Mobile Apps</span>
       <span class="glow-card__tag">Web Development</span>
     </div>
     <a href="#" class="glow-card__cta">
       Explore Solutions
       <span class="glow-card__cta-arrow">→</span>
     </a>
   </div>

   ============================================================ */

/* ============================================================
   GLOW DOT — Pulsing indicator dot with halo ring
   Usage: <div class="glow-card__dot glow-card__dot--blue"></div>
   Variants: --blue  --green  --violet
   ============================================================ */

.glow-card__dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glow-card__dot::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
}

.glow-card__dot--blue {
  background: #2685B914;
}
.glow-card__dot--blue::after {
  background: #2685B9;
}

.glow-card__dot--green {
  background: #10B98124;
}
.glow-card__dot--green::after {
  background: #10B981;
}

.glow-card__dot--violet {
  background:#8B5CF624;
}
.glow-card__dot--violet::after {
  background: #8B5CF6;
}
/* ============================================================
GLOBAL CSS VARIABLES
============================================================ */

:root {
    --section-padding: 88px;
    --section-padding-mobile: 48px;
}

/* ============================================================
SECTION LABEL — Reusable uppercase section label
Used above headings across all new pages
============================================================ */

.section-label {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #2685b9;
    margin-bottom: 16px;
}
.section-label-white {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #ffffff;
}
/* Wrap HMMBiz (or any mixed-case word) in this span inside section-label to prevent uppercase transform */
.preserve-case {
    text-transform: none;
}

/* ============================================================
SECTION TITLE — Reusable section heading
Used below .section-label across all new pages
============================================================ */

.section-title {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0;
    vertical-align: middle;
    color: #0f172a;
    margin: 0;
}

.section-title span {
    color: #2685b9;
}

/* Tablet (max 1024px) */
@media (max-width: 1024px) {
    .section-title {
        font-size: 38px;
    }
}

/* Mobile (max 768px) */
@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
    .section-title {
        font-size: 26px;
    }
}

/* Very Small (max 360px) */
@media (max-width: 360px) {
    .section-title {
        font-size: 22px;
    }
}

/* ============================================================
SECTION DESC — Reusable section description / body paragraph
Used below .section-title across all new pages
============================================================ */

.section-desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    vertical-align: middle;
    color: #8E8E90;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .section-desc {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .section-desc {
        font-size: 14px;
    }
}

/* ============================================================
SECTION SUB TITLE — Large subtitle (24px) below hero or section headings
Sits between .section-title and .section-desc in the hierarchy
============================================================ */

.section-sub-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #8e8e90;
    display: flex;
    align-items: center;
    justify-self: center;
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .section-sub-title {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    .section-sub-title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .section-sub-title {
        font-size: 16px;
        line-height: 26px;
    }
}

/* ============================================================
SECTION SPACING — Utility classes for section padding
============================================================ */

.section-space {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
}
.section-space-top {
    padding-top: var(--section-padding);
}
.section-space-bottom {
    padding-bottom: var(--section-padding);
}

@media (max-width: 768px) {
    .section-space {
        padding-top: var(--section-padding-mobile);
        padding-bottom: var(--section-padding-mobile);
    }
    .section-space-top {
        padding-top: var(--section-padding-mobile);
    }
    .section-space-bottom {
        padding-bottom: var(--section-padding-mobile);
    }
}

/* ============================================================
PAGE HERO — Reusable hero section component
Used on: Industries We Serve, Company Leadership, and all new pages
============================================================ */

.page-hero {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 88px;
    background: linear-gradient(6.94deg, #ffffff 5.43%, #ecf5f9 94.57%);
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.page-hero > .container {
    width: 100%;
    position: relative;
    z-index: 4;
}

/* Ellipse 28 */
.page-hero::before {
    content: "";
    position: absolute;
    width: 183px;
    height: 183px;
    left: 37px;
    top: 176px;
    background: #f4652633;
    filter: blur(100px);
    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;
    pointer-events: none;
}

/* Ellipse 27 */
.page-hero::after {
    content: "";
    position: absolute;
    width: 183px;
    height: 183px;
    right: 70px;
    top: 49px;
    background: rgba(186, 230, 253, 0.6);
    filter: blur(75px);
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 2;
    pointer-events: none;
}

/* ── Badge ── */
.page-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border: 0.5px solid #d4e7f1;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: 12px;
    letter-spacing: 1px;
    color: #12517a;
}

.page-hero__badge img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    object-fit: contain;
}

.page-hero__badge i {
    font-size: 15px;
    color: #2685b9;
}

.page-hero__badge span {
    font-family: "Montserrat", sans-serif;
    color: #12517a;
    font-weight: 700 !important;
    font-size: 12px;
}

/* ── Title & Subtitle ── */
.page-hero__title {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.15;
    color: #0f172a;
    margin: 0;
}

.page-hero__title span {
    color: #2685b9;
}

.page-hero__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #8e8e90;
    line-height: 1.6;
    margin-top: 16px;
    margin-bottom: 0;
}

/* ── Stat Cards ── */
.page-hero__stat-card {
    background: rgba(255, 255, 255, 0.9);
    border: 0.5px solid #d4e7f1;
    border-radius: 16px;
    padding: 22px 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 2px 12px rgba(38, 133, 185, 0.06);
    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.page-hero__stat-card:hover {
    box-shadow: 0 6px 24px rgba(38, 133, 185, 0.12);
    transform: translateY(-3px);
}

.page-hero__stat-num {
    font-family: "Red Hat Display", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.page-hero__stat-label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 0;
}

/* ── Tablet (max 1024px) ── */
@media (max-width: 1024px) {
    .page-hero__title {
        font-size: 44px;
    }

    .page-hero__stat-num {
        font-size: 24px;
    }
}

/* ── Mobile (max 768px) ── */
@media (max-width: 768px) {
    .page-hero {
        margin-top: 70px;
        padding-top: 56px;
        padding-bottom: 40px;
    }

    .page-hero::before,
    .page-hero::after {
        display: none;
    }

    .page-hero__badge {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .page-hero__title {
        font-size: 36px;
    }

    .page-hero__subtitle {
        font-size: 17px;
    }

    .page-hero__stat-card {
        padding: 20px 12px;
    }

    .page-hero__stat-num {
        font-size: 20px;
    }

    .page-hero__stat-label {
        font-size: 12px;
        letter-spacing: 0.2px;
    }
}

/* ── Extra Small (max 480px) ── */
@media (max-width: 480px) {
    .page-hero {
        padding-top: 44px;
        padding-bottom: 32px;
    }

    .page-hero__title {
        font-size: 30px;
    }

    .page-hero__subtitle {
        font-size: 15px;
    }

    .page-hero__stat-num {
        font-size: 18px;
    }

    .page-hero__stat-label {
        letter-spacing: 0;
        font-size: 10px;
    }
}

/* ── Very Small (max 360px) ── */
@media (max-width: 360px) {
    .page-hero__title {
        font-size: 26px;
    }

    .page-hero__stat-card {
        padding: 16px 10px;
    }

    .page-hero__stat-num {
        font-size: 16px;
    }
}

/* ── Touch devices — disable hover lift ── */
@media (hover: none) {
    .page-hero__stat-card:hover {
        transform: none;
        box-shadow: 0 2px 12px rgba(38, 133, 185, 0.06);
    }

    .page-hero__stat-card:active {
        transform: scale(0.98);
    }
}

/* ============================================================
PAGE QUOTE — Reusable blockquote component
============================================================ */

.page-quote {
    border-left: 3px solid #2685b9;
    background: linear-gradient(96.86deg, #f0f7ff 0%, #e8f4fc 100%);
    border-radius: 10px;
    padding: 16px 20px;
    margin: 0;
    height: 100%;
}
.page-quote--red {
    border-left: 3px solid #ef4444 !important;
    background: #ef44440d !important;
}
.page-quote--violet {
    border-left: 3px solid #7c3aed !important;
    background: #7c3aed0d !important;
}
.page-quote p {
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: #2685b9;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
}
.page-quote .section-desc {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .page-quote {
        padding: 12px 16px;
    }

    .page-quote p {
        font-size: 13px;
    }
}

/* ============================================================
CTA BANNER
============================================================ */

.cta-banner {
    background: linear-gradient(180deg, #12517a 0%, #2685b9 100%);
    border-radius: 24px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.cta-banner__content {
    flex: 1;
    min-width: 0;
}

.cta-banner__title {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
}

.cta-banner__divider {
    width: 150px;
    border-top: 1px solid #f46526;
    margin-top: 16px;
}

.cta-banner__desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    font-family: "Montserrat", sans-serif;
    margin: 16px 0 0;
}

.cta-banner__action {
    flex-shrink: 0;
}

/* ── Tablet (max 1024px) ── */
@media (max-width: 1024px) {
    .cta-banner {
        padding: 40px;
        gap: 20px;
    }

    .cta-banner__title {
        font-size: 40px;
    }
}

/* ── Small Tablet / Large Mobile (max 768px) ── */
@media (max-width: 768px) {
    .cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
        border-radius: 20px;
        gap: 24px;
    }

    .cta-banner__title {
        font-size: 32px;
    }

    .cta-banner__divider {
        width: 120px;
        margin-top: 12px;
    }

    .cta-banner__desc {
        font-size: 15px;
        margin-top: 12px;
    }

    .cta-banner__action {
        width: 100%;
    }
}

/* ── Mobile (max 480px) ── */
@media (max-width: 480px) {
    .cta-banner {
        padding: 24px;
        border-radius: 16px;
        gap: 20px;
    }

    .cta-banner__title {
        font-size: 26px;
        line-height: 1.3;
    }

    .cta-banner__divider {
        width: 80px;
        margin-top: 10px;
    }

    .cta-banner__desc {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
}

/* ── Extra Small (max 360px) ── */
@media (max-width: 360px) {
    .cta-banner {
        padding: 20px;
        border-radius: 12px;
    }

    .cta-banner__title {
        font-size: 22px;
    }

    .cta-banner__desc {
        font-size: 13px;
    }
}

/* ============================================================
   Dark Glow Section Utility
   Reusable class for dark-background sections with a centred
   radial glow. Apply to any <section> alongside the class that
   sets the background colour.
   ============================================================ */

.dark-glow-section {
    position: relative;
    overflow: hidden;
}

.dark-glow-section::after {
    content: "";
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: #dbeafe;
    border-radius: 50%;
    box-shadow: 0 0 120px 80px rgb(219 234 254 / 0%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
}

/* ============================================================
   PRODUCT HERO EXTENSIONS
   Extends .page-hero for product pages that need a dashboard
   mockup, floating stat cards, and a feature strip.
   ============================================================ */

/* Override page-hero bottom padding so mockup sits flush */
.pm-hero {
    padding-bottom: 0;
    min-height: unset;
}

/* ---------- Mockup wrapper ---------- */
.pm-hero__mockup-wrap {
    position: relative;
    margin-top: 40px;
}

.pm-hero__mockup-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #0000000d;
}

.pm-hero__mockup-img {
    width: 100%;
    display: block;
}

/* ---------- Floating cards (use ac-stat-pill for card style) ---------- */

/* Top-right floater */
.pm-hero__floater--tr {
    position: absolute;
    top: 10%;
    right: -100px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
    z-index: 2;
    animation: pm-float-x 3s ease-in-out infinite;
}

/* Bottom-left floater */
.pm-hero__floater--bl {
    position: absolute;
    bottom: 90px;
    left: -100px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
    z-index: 2;
    animation: pm-float-x 3.5s ease-in-out infinite reverse;
}

@keyframes pm-float-x {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(12px);
    }
    100% {
        transform: translateX(0);
    }
}

/* ---------- Feature strip ---------- */
.pm-hero__strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 40px;
    padding-bottom: 90px;
}

.pm-hero__strip-pill {
    flex: 1 1 auto;
    /* max-width: 320px; */
}

/* ---------- Responsive ---------- */

/* Tablet — pull floaters inside the image boundary */
@media (max-width: 1199px) {
    .pm-hero__floater--tr {
        right: 12px;
        top: 8%;
    }
    .pm-hero__floater--bl {
        left: 12px;
        bottom: 8%;
    }
}

/* Large mobile — shrink floater text */
@media (max-width: 991px) {
    .pm-hero__floater--tr,
    .pm-hero__floater--bl {
        padding: 10px 14px;
        gap: 8px;
    }
    .pm-hero__floater--tr .ac-stat-pill__title,
    .pm-hero__floater--bl .ac-stat-pill__title {
        font-size: 14px;
    }
    .pm-hero__floater--tr .ac-stat-pill__sub,
    .pm-hero__floater--bl .ac-stat-pill__sub {
        font-size: 12px;
    }
    .pm-hero__floater--tr .ac-stat-pill__icon,
    .pm-hero__floater--bl .ac-stat-pill__icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 15px;
    }
}

/* Mobile — hide floaters, stack strip pills */
@media (max-width: 768px) {
    .pm-hero__mockup-wrap {
        margin-top: 32px;
    }

    .pm-hero__floater--tr,
    .pm-hero__floater--bl {
        display: none;
    }

    .pm-hero__strip {
        gap: 12px;
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .pm-hero__strip-pill {
        flex: 1 1 100%;
    }
}
