    .adcom_cms-panel {
        width: 100%;
        display: inline-block;
        background: linear-gradient(90deg, rgba(232, 246, 254, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
        padding: 20px 0;
    }
    
    .adcom_cms-content h1 {
        font-size: 30px;
        margin-bottom: 20px;
        font-style: italic;
    }
    
    .adcom_cms-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .adcom_vision-panel {
        width: 100%;
        display: inline-block;
        padding: 50px 0;
    }
    
    .adcome_vision-info {
        margin-bottom: 40px;
    }
    
    .adcome_about-heading {
        font-size: 30px;
        color: #4b849e;
        font-weight: 300;
        margin-bottom: 25px;
    }
    
    .adcome_about-heading span {
        font-weight: 500;
    }
    
    .adcom_vision-imgbox {
        display: flex;
        align-items: baseline;
        justify-content: center;
        height: 100%;
    }
    
    .bottom-img-p {
        align-items: flex-end;
    }
    
    .adcom_core-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .adcom_core-box-info {
        width: 20%;
        position: relative;
    }
    
    .adcom_core-box-info img {
        width: 100%;
    }
    
    .adcom_core-box-info p {
        font-size: 15px;
        width: 56%;
        position: absolute;
        right: 34px;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        margin: auto;
        height: 66px;
        color: #7c7c7c;
    }
    
    .adcom_customers-panel {
        width: 100%;
        display: inline-block;
        padding: 50px 0;
    }
    
    .adcom_customers-box {
        padding: 30px 5px 12px;
        background: #f3f3f3;
        border-radius: 20px;
        border: 4px solid #b3b4b4;
        border-top: none !important;
        box-shadow: inset 0px 0px 5px 2px rgba(0 0 0 / 5%);
        margin-top: 35px;
    }
    
    .adcom_customers-box h5 {
        background: #0f4c91;
        display: inline-block;
        padding: 12px 35px;
        position: relative;
        font-size: 14px;
        color: #fff;
        width: 60%;
        border-radius: 25px 25px 25px 0px;
        top: -52px;
        left: -16px;
        margin-bottom: -45px;
    }
    
    .adcom_customers-box h5:before {
        content: '';
        width: 10px;
        height: 45px;
        background: #0f4c91;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 33px;
        border-radius: 10px 0px 0px 10px;
    }
    
    .adcom_customers-box h5::after {
        content: '';
        width: 11px;
        height: 45px;
        background: #233960;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 40px;
        border-radius: 10px 0px 0px 10px;
    }
    
    .adcom_customers-box p {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin-bottom: 0;
        height: 65px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .adcom_customers-slider .item {
        margin: 0 9px;
    }
    
    .adcom_customers-slider .owl-controls {
        padding: 20px 20px 0;
        text-align: center;
    }
    
    .adcom_customers-slider .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        margin: 5px 5px;
        background: #808080;
    }
    
    .adcom_customers-slider .owl-dots .owl-dot.active span {
        background: #2e5598;
    }
    
    .adcom_aboutteam-panel {
        width: 100%;
        display: inline-block;
        padding: 50px 0 0;
    }
    
    .adcom_aboutteam-box {
        width: 100%;
        padding: 25px 15px 50px;
        background: #deefff;
        position: relative;
    }
    
    .adcom_aboutteam-box img {
        width: 215px;
        height: 155px;
        object-fit: contain;
        margin: 0px auto 20px;
        display: block;
        transform: translateX(25px);
    }
    
    .adcom_aboutteam-box h5 {
        font-size: 17px;
        text-align: center;
        color: #4c4d4f;
        margin-bottom: 25px;
        font-weight: 400;
    }
    
    .adcom_aboutteam-box h5 span {
        display: block;
        color: #41b2ee;
        font-weight: 500;
    }
    
    .adcom_aboutteam-box p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    
    .adcom_aboutteam-box::before,
    .adcom_aboutteam-box::after {
        content: "";
        height: 5px;
        background-color: #fff;
        position: absolute;
        bottom: 18px;
    }
    
    .adcom_aboutteam-box::before {
        width: 55px;
        left: 0;
    }
    
    .adcom_aboutteam-box::after {
        width: 150px;
        right: 0;
    }
    
    .services-tabing {
        width: 100%;
        padding: 25px 0;
        text-align: center;
    }
    
    .services-tabing a {
        display: inline-block;
        padding: 8px 15px;
        margin: 5px 18px 5px 0px;
        font-size: 16px;
        color: #000;
        box-shadow: 0px 3px 4px 3px rgba(241 241 241 /75%);
        transition: all .5s ease-in-out;
    }
    
    .services-tabing a span {
        margin-left: 5px;
        font-weight: 500;
    }
    
    .services-tabing a:hover,
    .services-tabing a.active {
        color: #45b2eb;
    }
    
    .adcom_services-list {
        width: 100%;
        display: inline-block;
        padding: 50px 0;
    }
    
    .adcom_services-list-content {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .adcom_services-list-content li {
        display: flex;
        align-items: center;
        margin: 15px 0;
        width: 45%;
    }
    
    .adcom_services-list-content li img {
        width: 75px;
        height: 75px;
        object-fit: contain;
        margin-right: 50px;
    }
    
    .adcom_services-list-content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0;
    }
    
    .adcom_services-list-content p strong {
        display: block;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .adcom_services-try-panel {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
    }
    
    .adcom_services-try-content {
        background: linear-gradient(180deg, rgba(219, 243, 255, 1) 340px, rgba(255, 255, 255, 1) 340px, rgba(255, 255, 255, 1) 100%);
    }
    
    .adcom_services-try-info {
        padding: 50px 0;
    }
    
    .try-top-info {
        width: 60%;
        margin-left: auto;
        padding: 20px;
        background: #dbf3ff;
        position: relative;
    }
    
    .try-top-info::after {
        content: "";
        width: 40%;
        height: 100px;
        margin-left: auto;
        padding: 20px;
        background: #dbf3ff;
        position: absolute;
        top: -55%;
        right: 0;
        z-index: -1;
        border-radius: 70px 70px 0 0;
    }
    
    .adcom_services-try-info h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 60px;
    }
    
    .btn-type-text {
        display: block;
        padding: 4px 15px;
        background: #42b1e9;
        color: #fff;
        width: 60%;
        font-size: 35px;
        border-radius: 50px;
        line-height: 40px;
        margin: 6px 0;
    }
    
    .adcom_services-expert-box {
        padding: 7px 0 20px;
    }
    
    .adcom_services-expert-box h4 {
        font-size: 35px;
        color: #1d2240;
        margin-bottom: 10px;
    }
    
    .adcom_services-expert-box p {
        font-size: 20px;
        margin-bottom: 5px;
        color: #1e223b;
    }
    
    .font {
        font-weight: 600;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }
    
    .adcom_services-tryimg img {
        width: 119%;
        transform: translateX(-70px);
    }
    /**********************Products Page************************/
    
    .adcom_product-tab {
        padding-left: 0px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .adcom_product-tab li {
        width: 25%;
        overflow: hidden;
        margin: 0px 5px;
    }
    
    .adcom_product-tab li a {
        width: 100%;
        height: 100%;
    }
    
    .adcom_product-tab li img {
        width: 100%;
        height: 285px;
        object-fit: cover;
        transition: all .5s ease-in-out;
    }
    
    .adcom_product-tab li h5 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 5px;
        background: #3aaee3;
        color: #fff;
        text-align: center;
        font-size: 17px;
        min-height: 60px;
    }
    
    .adcom_product-tab li a.active img,
    .adcom_product-tab li:hover img {
        height: 325px;
    }
    
    .adcom_product-content-panel {
        display: inline-block;
        width: 100%;
        padding: 30px 0;
    }
    /******************************************************************end*********************************/
    /********************************************************************service************************************************/
    /* =========================
   CARD (BORDER COMPLETELY REMOVE)
========================= */
    
    .card {
        border: 0 !important;
        border-width: 0 !important;
        border-style: none !important;
        box-shadow: none !important;
        /* Remove if you want shadow */
        border-radius: 16px;
        height: 100%;
        transition: all 0.3s ease;
    }
    /* Remove any outline */
    
    .card,
    .card * {
        outline: none !important;
    }
    /* =========================
   CARD IMAGE STYLE
========================= */
    
    .card-img-top {
        width: 289px;
        height: 170px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
        background-color: #f8f9fa;
        border: none !important;
        transition: all 0.3s ease;
    }
    /* Image Hover Only */
    
    .card-img-top:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    }
    /* =========================
   CARD TEXT
========================= */
    
    .card-body {
        padding-top: 10px;
    }
    
    .card-title {
        color: var(--untitled-ui-gray900);
        letter-spacing: normal;
        margin-top: 0;
        margin-bottom: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.25rem 20px;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .card-text {
        color: #6d6767;
        letter-spacing: normal;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }
    /* =========================
   EQUAL HEIGHT FIX
========================= */
    
    .row.g-4>[class*='col-'] {
        /* display: flex; */
    }
    
    .row.g-4 .card {
        flex: 1;
    }
    
    .uui-heading-subheading {
        color: var(--deep-sky-blue);
        margin-bottom: .75rem;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .uui-text-size-large {
        color: #6f6f70;
        letter-spacing: normal;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.125rem;
        line-height: 1.5;
    }
    /****************************************************Clients******************************/
    
    .img-box img {
        width: 100%;
        height: auto;
    }
    
    .content-box h2 {
        font-size: 32px;
    }
    
    .uui-testimonial08_rating-wrapper {
        align-items: center;
        display: flex;
        color: rgb(255, 196, 0);
    }
    
    .uui-heading-medium-5 {
        color: var(--untitled-ui-gray900);
        margin-top: 0;
        margin-bottom: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 1.3;
    }
    /******************************************************logo***************************/
    
    .trusted-wrapper {
        background-color: #f9fafb;
        border-radius: 8px;
    }
    /* Desktop Only (320px Side Gap) */
    
    @media (min-width: 1200px) {
        .trusted-wrapper {
            margin-left: 320px;
            margin-right: 320px;
        }
    }
    
    .uui-text-size-large-5 {
        font-size: 1.125rem;
    }
    /* Row Style */
    
    .trusted-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    /* 7 Logos Desktop */
    
    .logo-item {
        flex: 0 0 14.28%;
        max-width: 14.28%;
        padding: 20px;
        text-align: center;
    }
    
    .logo-item img {
        max-height: 60px;
        max-width: 100%;
        object-fit: contain;
    }
    /* Center Last Row */
    
    .center-row .logo-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* Tablet */
    
    @media (max-width: 992px) {
        .logo-item {
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
    /* Mobile */
    
    @media (max-width: 576px) {
        .logo-item {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    /**********************************slider***********************/
    /* Section clean */
    /* ========================
   Testimonial Section
======================== */
    
    .testimonial-section {
        padding: 70px 0;
        background: transparent;
        /* ensures no bg */
    }
    /* ========================
   Owl Carousel Flex Fix
======================== */
    
    #owl-demo .owl-stage {
        /* display: flex; */
        align-items: stretch;
        gap: 20px;
        /* 20px space between each card */
    }
    
    #owl-demo .owl-item {
        display: flex;
        flex: 1 0 auto;
        /* ensures cards stretch equally */
    }
    /* ========================
   Testimonial Card
======================== */
    
    .testimonial-card {
        background: #f9fafb;
        /* only card has bg */
        padding: 30px;
        border-radius: 20px;
        width: 100%;
        min-height: 440px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: 0.4s;
    }
    /* Highlight center card */
    
    .owl-item.center .testimonial-card {
        transform: scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }
    /* ========================
   Stars
======================== */
    
    .stars {
        color: #f4b400;
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .testimonial-card p {
        font-size: 1.15rem;
        line-height: 1.5;
        color: #333;
        font-weight: 600;
    }
    /* ========================
   Profile
======================== */
    
    .profile {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 20px;
    }
    
    .profile img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .profile .info h4 {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
    }
    
    .profile .info span {
        font-size: 13px;
        color: #777;
    }
    /* ========================
   Responsive Adjustments
======================== */
    
    @media (max-width: 992px) {
        #owl-demo .owl-stage {
            gap: 15px;
            /* slightly smaller gap for tablets */
        }
    }
    
    @media (max-width: 768px) {
        #owl-demo .owl-stage {
            flex-direction: column;
            gap: 20px;
            /* stack cards vertically on mobile */
        }
        .testimonial-card {
            min-height: auto;
            /* adjust height for stacked cards */
        }
    }
    /****************************************end********************************/
    /**************************************************aboutus****************************************/
    
    b,
    strong {
        font-weight: bold;
    }
    
    .aboutnimbus {
        text-align: justify;
        overflow-wrap: normal;
        border-radius: 0;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 25px;
        display: inline-block;
        position: static;
        top: 0;
        left: 35px;
        right: 35px;
    }
    /* Section */
    /* .nimbus-about-section {
    padding: 60px 0;
} */
    /* Paragraph */
    
    .nimbus-about-text {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 40px;
    }
    /* Card */
    
    .nimbus-about-card {
        border: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: 0.3s ease;
    }
    
    .nimbus-about-card:hover {
        transform: translateY(-5px);
    }
    /* Image */
    
    .nimbus-about-img {
        height: 300px;
        object-fit: cover;
        width: 400px;
    }
    
    .nimbus-about-body {
        text-align: center;
        padding: 25px;
    }
    
    .uui-button-link-2 {
        grid-column-gap: .5rem;
        /* color: var(--deep-sky-blue); */
        white-space: nowrap;
        background-color: #0000;
        justify-content: center;
        align-items: center;
        padding: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        text-decoration: none;
        transition: all .3s;
        display: flex;
    }
    
    .our-presence-section {
        background-color: #d8f0f8;
    }
    
    .presence-card {
        background: #ffffff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        height: 100%;
        font-size: 16px;
        line-height: 1.6;
        display: flex;
        align-items: center;
    }
    /* Text Style */
    
    .text-block-3 {
        font-size: 1.1rem;
        color: #333;
    }
    /* ✅ Mobile Optimization Only */
    
    @media (max-width: 576px) {
        .our-presence-section {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .presence-card {
            padding: 18px;
            font-size: 14px;
            border-radius: 8px;
            text-align: left;
        }
        .text-block-3 {
            font-size: 15px;
            line-height: 1.5;
        }
        .row.g-4 {
            row-gap: 15px;
        }
    }
    /* =================================== */
    /* FINAL MOBILE DESIGN UPGRADE */
    /* =================================== */
    
    @media (max-width: 576px) {
        /* Feature Box Layout */
        .feature-box {
            text-align: center;
            padding: 22px !important;
        }
        .feature-box .d-flex {
            flex-direction: column;
            align-items: center !important;
        }
        /* Icon Perfect Center */
        .feature-box .icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 18px auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        /* Icon SVG Size */
        .feature-box .icon svg {
            width: 26px;
            height: 26px;
        }
        /* Heading */
        .feature-box h3 {
            font-size: 18px;
            margin-bottom: 8px;
        }
        /* Text */
        .feature-box p {
            font-size: 14px;
            line-height: 1.5;
        }
    }
    /****************/
    
    .uui-heading-xxsmall-5 {
        color: var(--untitled-ui-gray900);
        letter-spacing: normal;
        margin-top: 0;
        margin-bottom: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .boider {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #00a9e2;
    }
    
    .icon {
        color: #00a9e2;
    }
    /*******************end*******/
    /*******************************slider*************/
    
    .management-section {
        padding: 56px 0 48px 0;
        background: #fff;
        overflow: hidden;
    }
    
    .header-area {
        padding: 0 0 44px 319px;
    }
    
    .header-area h2 {
        font-size: 34px;
        font-weight: 700;
        color: #1a1a1a;
        letter-spacing: -0.3px;
        margin-bottom: 10px;
        /* padding-left: 94px; */
    }
    
    .header-area p {
        font-size: 13.5px;
        color: #888;
        font-weight: 400;
        /* padding-left: 94px; */
    }
    
    .carousel-outer {
        overflow: hidden;
        width: 100%;
    }
    
    .carousel-track {
        display: flex;
        transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
        padding-left: 90px;
    }
    /* Desktop: ~4.8 cards visible with partial first */
    
    .team-card {
        flex: 0 0 calc(100% / 4.8);
        min-width: calc(100% / 4.8);
        padding-right: 20px;
    }
    
    .card-inner {
        padding-right: 10px;
    }
    
    .avatar-wrap {
        width: 76px;
        height: 76px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 18px;
        background: #e8e8e8;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .avatar-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    
    .avatar-initials {
        font-size: 22px;
        font-weight: 600;
        color: #999;
        user-select: none;
    }
    
    .member-name {
        font-size: 15px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 3px;
        letter-spacing: -0.1px;
    }
    
    .member-role {
        font-weight: 500;
        color: #6c4fc0;
        margin-bottom: 14px;
    }
    
    .member-bio {
        color: #555;
        line-height: 1.65;
        margin-bottom: 18px;
        font-weight: 400;
    }
    
    .linkedin-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 1.5px solid #c8c8c8;
        border-radius: 5px;
        text-decoration: none;
        transition: border-color 0.2s;
        cursor: pointer;
        background: #98a2b3;
        color: #ffffff;
    }
    
    .linkedin-btn:hover {
        border-color: #0077b5;
    }
    
    .linkedin-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .linkedin-btn svg path,
    .linkedin-btn svg rect,
    .linkedin-btn svg circle {
        fill: #ffffff;
        transition: fill 0.2s;
    }
    
    .linkedin-btn:hover svg path,
    .linkedin-btn:hover svg rect,
    .linkedin-btn:hover svg circle {
        fill: #0077b5;
    }
    
    .carousel-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 32px 40px 0 220px;
        padding-right: 40px;
        padding: 0 0 44px 350px;
    }
    
    .dots {
        display: flex;
        gap: 7px;
        align-items: center;
    }
    
    .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #d8d8d8;
        cursor: pointer;
        border: none;
        padding: 0;
        transition: background 0.25s;
        display: block;
        flex-shrink: 0;
    }
    
    .dot.active {
        background: #6c4fc0;
    }
    
    .arrows {
        display: flex;
        gap: 6px;
        padding: 0 340px;
    }
    /* Mobile fix */
    
    @media (max-width: 768px) {
        .arrows {
            padding: 0 15px;
            justify-content: center;
        }
    }
    
    .arr-btn {
        width: 45px;
        height: 45px;
        border: 1.5px solid #d0d0d0;
        border-radius: 40px;
        background: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: border-color 0.2s, background 0.2s;
    }
    
    .arr-btn:hover {
        border-color: #aaa;
        background: #f7f7f7;
    }
    
    .arr-btn svg {
        width: 16px;
        height: 16px;
        stroke: #555;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    /* ── TABLET ── */
    
    @media (max-width: 960px) {
        .header-area {
            padding: 0 28px 36px 28px;
        }
        .carousel-track {
            padding-left: 28px;
        }
        .team-card {
            flex: 0 0 calc(100% / 2.4);
            min-width: calc(100% / 2.4);
        }
        .carousel-controls {
            padding: 28px 28px 0 28px;
        }
    }
    /* ── MOBILE ── */
    
    @media (max-width: 540px) {
        .management-section {
            padding: 32px 0 28px 0;
        }
        .header-area {
            padding: 0 20px 24px 20px;
        }
        .header-area h2 {
            font-size: 22px;
            letter-spacing: -0.2px;
        }
        .header-area p {
            font-size: 12.5px;
        }
        .carousel-track {
            padding-left: 20px;
        }
        .team-card {
            flex: 0 0 calc(100% / 1.12);
            min-width: calc(100% / 1.12);
            padding-right: 16px;
        }
        .avatar-wrap {
            width: 64px;
            height: 64px;
            margin-bottom: 14px;
        }
        .avatar-initials {
            font-size: 18px;
        }
        .member-name {
            font-size: 14px;
        }
        .member-role {
            font-size: 12.5px;
            margin-bottom: 10px;
        }
        .member-bio {
            font-size: 12.5px;
            line-height: 1.6;
            margin-bottom: 14px;
        }
        .linkedin-btn {
            width: 28px;
            height: 28px;
        }
        .carousel-controls {
            padding: 20px 20px 0 20px;
        }
        .dot {
            width: 8px;
            height: 8px;
        }
        .arr-btn {
            width: 32px;
            height: 32px;
        }
    }
    /********************************/
    /* Image Box */
    
    .zoom-img {
        overflow: hidden;
        border-radius: 12px;
        border: 4px solid #6b9a82;
        height: 560px;
    }
    
    .zoom-img img {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
        transition: transform 0.6s ease-in-out;
    }
    
    .zoom-img:hover img {
        transform: scale(1.1);
    }
    /* Titles */
    
    .sub-title {
        color: #7f56d9;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .main-title {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 15px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }
    
    .main-title span {
        color: #6c757d;
        font-weight: 500;
    }
    
    .address {
        color: #555;
        margin-bottom: 20px;
    }
    /* Location List */
    
    .location-list {
        list-style: none;
        padding-left: 0;
    }
    
    .location-list li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        font-size: 1.125rem;
        line-height: 1.5;
        color: #676767;
    }
    
    .location-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f4ebff;
        color: #7f56d9;
        font-size: 13px;
        font-weight: bold;
        border-radius: 50%;
    }
    /* Buttons */
    
    .btn-group-custom .btn {
        margin-right: 10px;
        padding: 10px 20px;
        border-radius: 8px;
    }
    /* Responsive */
    
    @media (max-width: 991px) {
        .zoom-img {
            height: 400px;
        }
    }
    
    @media (max-width: 576px) {
        .zoom-img {
            height: 280px;
        }
        .main-title {
            font-size: 26px;
        }
        .btn-group-custom .btn {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }
    }
    
    .btn-white-custom {
        background-color: #ffffff;
        color: #000;
        border: 1px solid #ddd;
    }
    
    .btn-white-custom:hover {
        background-color: #f8f9fa;
    }
    
    .btn-primary-custom {
        background-color: #00a9e2;
        color: #fff;
        border: none;
    }
    
    .btn-primary-custom:hover {
        background-color: #0095c8;
    }
    /**********************sec slider*********************/
    
    .section-label {
        color: #0095c8;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
        padding: 0 50px 0 310px;
    }
    
    .section-title {
        font-size: 32px;
        font-weight: 700;
        color: #1a1a2e;
        margin-bottom: 40px;
        padding: 0 50px 0 310px;
    }
    
    .sapb-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 28px;
        padding: 0 50px 0 310px;
    }
    
    .sapb-arrows {
        display: flex;
        gap: 12px;
        padding-right: 15%;
    }
    /* Mobile Fix */
    
    @media (max-width: 768px) {
        .sapb-arrows {
            padding-right: 0;
            /* remove extra space */
            justify-content: center;
            /* center arrows */
            gap: 8px;
            /* thoda chhota gap */
        }
    }
    /* Mobile Fix */
    
    @media (max-width: 768px) {
        .section-label,
        .section-title,
        .sapb-controls {
            padding: 0 20px;
        }
    }
    
    .sapb-slider-wrapper {
        position: relative;
        overflow: hidden;
    }
    
    .sapb-slider-track {
        display: flex;
        gap: 16px;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    /* Desktop: 5 slides */
    
    .sapb-slide {
        flex: 0 0 calc(20% - 13px);
        min-width: calc(20% - 13px);
        border-radius: 4px;
        overflow: hidden;
        aspect-ratio: 3/4;
        background: #eee;
    }
    /* Mobile: 1 slide */
    
    @media (max-width: 600px) {
        .sapb-slide {
            flex: 0 0 100%;
            min-width: 100%;
        }
    }
    
    .sapb-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    /* Fade edges */
    
    .sapb-slider-wrapper::before,
    .sapb-slider-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        z-index: 2;
        pointer-events: none;
    }
    
    .sapb-slider-wrapper::before {
        left: 0;
        background: linear-gradient(to right, #fff, transparent);
    }
    
    .sapb-slider-wrapper::after {
        right: 0;
        background: linear-gradient(to left, #fff, transparent);
    }
    
    @media (max-width: 600px) {
        .sapb-slider-wrapper::before,
        .sapb-slider-wrapper::after {
            display: none;
        }
    }
    
    .sapb-dots {
        display: flex;
        gap: 8px;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .sapb-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #d0d0d0;
        cursor: pointer;
        transition: background 0.3s, transform 0.3s;
        border: none;
        padding: 0;
    }
    
    .sapb-dot.active {
        background: #0095c8;
        transform: scale(1.3);
    }
    
    .sapb-arrow-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1.5px solid #ccc;
        background: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: border-color 0.2s;
        font-size: 16px;
        color: #333;
    }
    
    .sapb-arrow-btn:hover {
        border-color: #0095c8;
        color: #0095c8;
    }
    
    .sapb-arrow-btn:disabled {
        opacity: 0.3;
        cursor: default;
    }
    /****************************************career*****************************/
    
    .section-padding {
        padding: 80px 0;
    }
    
    .form-card {
        border: 1px solid #71cdec;
        border-radius: 12px;
        padding: 25px;
        background: #fff;
    }
    
    .form-card .form-control,
    .form-card .form-select {
        height: 45px;
        border-radius: 6px;
    }
    
    .form-card textarea {
        min-height: 100px;
    }
    
    .image-box img {
        width: 100%;
        height: 1386px;
        object-fit: cover;
    }
    
    @media(max-width:991px) {
        .section-padding {
            padding: 50px 0;
        }
    }
    
    .text {
        background-color: #eff6fc;
        border-radius: 20px;
        width: 170px;
        text-align: center;
        color: #00bfff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        /* dot aur text ke beech space */
    }
    
    .dot {
        width: 8px;
        height: 8px;
        background-color: #00bfff;
        border-radius: 50%;
    }
    
    .custom-select {
        background-color: #f3f3f3;
        /* Light blue */
        color: #000;
        /* Text color */
        border: 1px solid #00a9e2;
        /* Border color */
    }
    /************************end**************************/
    /****************************************get quote*************/
    
    .getquot-section {
        padding: 80px 20px;
    }
    
    .getquot-container {
        max-width: 1200px;
        margin: auto;
        display: flex;
        gap: 80px;
        align-items: flex-start;
    }
    /* LEFT SIDE */
    
    .getquot-left-content {
        flex: 1;
    }
    
    .getquot-left-content h2 {
        font-size: 36px;
        margin-bottom: 15px;
        color: #1e293b;
    }
    
    .getquot-left-content p {
        color: #6b7280;
        margin-bottom: 30px;
    }
    
    .getquot-contact-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .getquot-info-item {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #0ea5e9;
        font-size: 15px;
    }
    
    .getquot-info-item i {
        font-size: 18px;
    }
    /* RIGHT FORM */
    
    .getquot-right-form {
        flex: 1.3;
        background: transparent;
    }
    
    .getquot-form {
        width: 100%;
    }
    
    .getquot-row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .getquot-form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    .getquot-form-group.full {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .getquot-label {
        font-size: 15px;
        margin-bottom: 6px;
        color: #374151;
    }
    
    .getquot-input,
    .getquot-select,
    .getquot-textarea {
        padding: 12px;
        border: 1px solid #d1d5db;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
        background: #fff;
    }
    
    .getquot-input:focus,
    .getquot-select:focus,
    .getquot-textarea:focus {
        border-color: #0ea5e9;
    }
    /* Radio Grid */
    
    .getquot-radio-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 40px;
        margin-top: 10px;
    }
    
    .getquot-radio-grid label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: normal;
    }
    /* Checkbox */
    
    .getquot-checkbox {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    .getquot-checkbox a {
        color: #0ea5e9;
        text-decoration: none;
    }
    /* Button */
    
    .getquot-submit-btn {
        width: 100%;
        padding: 4px;
        background: #0ea5e9;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        transition: 0.3s;
    }
    
    .getquot-submit-btn:hover {
        background: #0e7fa3;
    }
    /* ================= RESPONSIVE ================= */
    
    @media (max-width: 992px) {
        .getquot-container {
            flex-direction: column;
            gap: 50px;
        }
    }
    
    @media (max-width: 600px) {
        .getquot-row {
            flex-direction: column;
        }
        .getquot-radio-grid {
            grid-template-columns: 1fr;
        }
        .getquot-left-content h2 {
            font-size: 28px;
        }
    }
    
    .uui-text-style-link {
        color: var(--untitled-ui-gray600);
        text-decoration: underline;
        transition: color .3s;
    }
    
    .getquot-form-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        /* Desktop gap */
    }
    /* Mobile me thoda kam gap */
    
    @media (max-width: 576px) {
        .getquot-form-wrapper {
            gap: 18px;
        }
    }
    
    .getquot-submit-btn {
        padding: 12px;
        border: none;
        background-color: #00a9e2;
        color: white;
        border-radius: 6px;
        font-weight: 500;
    }
    /***************************************************************************faq********************************/
    /* Section Background */
    
    .nimbus-faq-section {
        padding: 80px 0;
    }
    /* Center Width Control */
    
    .nimbus-accordion {
        max-width: 900px;
        margin: 0 auto;
    }
    /* Heading */
    
    .nimbus-top-text {
        color: #6c63ff;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .nimbus-faq-header h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #111;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }
    
    .nimbus-sub-text {
        color: #6c757d;
        font-size: 15px;
        margin-bottom: 50px;
    }
    /* Accordion Style */
    
    .nimbus-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #e0e0e0;
        background: transparent;
    }
    
    .nimbus-accordion .accordion-button {
        background: transparent;
        box-shadow: none;
        padding: 22px 0;
        font-size: 1.125rem;
        font-weight: 500;
        color: #111;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }
    
    .nimbus-accordion .accordion-button:focus {
        box-shadow: none;
    }
    /* Remove default arrow */
    
    .nimbus-accordion .accordion-button::after {
        background-image: none;
        content: "+";
        font-size: 18px;
        font-weight: 600;
        color: #8c8c8c;
        border: 1px solid #cfcfcf;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Change to minus when open */
    
    .nimbus-accordion .accordion-button:not(.collapsed)::after {
        content: "-";
    }
    
    .nimbus-accordion .accordion-body {
        padding: 10px 0 25px 0;
        color: #555;
        font-size: 15px;
    }
    /***********************/
    /* .support-section {
        padding: 80px 0;
    }
     */
    
    .support-box {
        background: #f3f6f8;
        border-radius: 10px;
        padding: 50px 20px;
        max-width: 11000;
        margin: 0 auto;
    }
    
    .support-images {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .support-images img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fff;
        margin-left: -12px;
    }
    
    .support-images img:first-child {
        margin-left: 0;
    }
    
    .support-box h3 {
        color: var(--untitled-ui-gray900);
        letter-spacing: normal;
        margin-top: 0;
        margin-bottom: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .support-box p {
        font-size: 15px;
        color: #6c757d;
        margin-bottom: 25px;
    }
    
    .support-btn {
        display: inline-block;
        padding: 12px 28px;
        background: #00a9e2;
        color: #fff;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        transition: 0.3s ease;
    }
    
    .support-btn:hover {
        background: #00a9e2;
        color: #fff;
    }
    /***************************************media****************************/
    /***************************************************************************faq********************************/
    /* Section Background */
    
    .nimbus-faq-section {
        padding: 80px 0;
    }
    /* Center Width Control */
    
    .nimbus-accordion {
        max-width: 900px;
        margin: 0 auto;
    }
    /* Heading */
    
    .nimbus-top-text {
        color: #6c63ff;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .nimbus-faq-header h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #111;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }
    
    .nimbus-sub-text {
        color: #6c757d;
        font-size: 15px;
        margin-bottom: 50px;
    }
    /* Accordion Style */
    
    .nimbus-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #e0e0e0;
        background: transparent;
    }
    
    .nimbus-accordion .accordion-button {
        background: transparent;
        box-shadow: none;
        padding: 22px 0;
        font-size: 1.125rem;
        font-weight: 500;
        color: #111;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }
    
    .nimbus-accordion .accordion-button:focus {
        box-shadow: none;
    }
    /* Remove default arrow */
    
    .nimbus-accordion .accordion-button::after {
        background-image: none;
        content: "+";
        font-size: 18px;
        font-weight: 600;
        color: #8c8c8c;
        border: 1px solid #cfcfcf;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Change to minus when open */
    
    .nimbus-accordion .accordion-button:not(.collapsed)::after {
        content: "-";
    }
    
    .nimbus-accordion .accordion-body {
        padding: 10px 0 25px 0;
        color: #555;
        font-size: 15px;
    }
    /***********************/
    
    .nimbus-support-box {
        background: #f3f6f8;
        border-radius: 10px;
        padding: 50px 20px;
        max-width: 11000px;
        margin: 0 auto;
    }
    
    .nimbus-support-images {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .nimbus-support-images img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #fff;
        margin-left: -12px;
    }
    
    .nimbus-support-images img:first-child {
        margin-left: 0;
    }
    
    .nimbus-support-box h3 {
        color: var(--untitled-ui-gray900);
        letter-spacing: normal;
        margin-top: 0;
        margin-bottom: 0;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .nimbus-support-box p {
        font-size: 15px;
        color: #6c757d;
        margin-bottom: 25px;
    }
    
    .nimbus-support-btn {
        display: inline-block;
        padding: 12px 28px;
        background: #00a9e2;
        color: #fff;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        transition: 0.3s ease;
    }
    
    .nimbus-support-btn:hover {
        background: #00a9e2;
        color: #fff;
    }
    /***************************************media****************************/
    
    .nimbus-section-label {
        color: #6366f1;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.04em;
        margin-bottom: 6px;
        padding-left: 380px;
    }
    
    .nimbus-section-title {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        font-size: clamp(22px, 3vw, 32px);
        color: #1a1a2e;
        font-weight: 400;
        margin-bottom: 36px;
        padding-left: 380px;
    }
    
    .nimbus-carousel-outer {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .nimbus-carousel-track {
        display: flex;
        gap: 12px;
        padding-left: 380px;
        padding-right: 380px;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
    }
    
    .nimbus-card {
        flex: 0 0 400px;
        width: 400px;
        height: 600px;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    
    .nimbus-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }
    
    .nimbus-card:hover img {
        transform: scale(1.04);
    }
    
    .nimbus-card-label {
        position: absolute;
        top: 12px;
        left: 12px;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
        letter-spacing: 0.02em;
    }
    
    .nimbus-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #fff;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.2s;
    }
    
    .nimbus-nav-btn:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }
    
    .nimbus-nav-btn svg {
        width: 40px;
        height: 40px;
        stroke: #38bdf8;
        stroke-width: 2.5;
        fill: none;
    }
    
    .nimbus-nav-prev {
        left: 335px;
    }
    
    .nimbus-nav-next {
        right: 335px;
    }
    
    .nimbus-nav-btn:disabled {
        opacity: 0.35;
        cursor: default;
    }
    
    @media (max-width: 1200px) {
        .nimbus-section-label,
        .nimbus-section-title {
            padding-left: 100px;
        }
        .nimbus-carousel-track {
            padding-left: 100px;
            padding-right: 100px;
        }
        .nimbus-nav-prev {
            left: 55px;
        }
        .nimbus-nav-next {
            right: 55px;
        }
        .nimbus-card {
            flex: 0 0 180px;
            width: 180px;
        }
    }
    
    @media (max-width: 900px) {
        .nimbus-section-label,
        .nimbus-section-title {
            padding-left: 40px;
        }
        .nimbus-carousel-track {
            padding-left: 40px;
            padding-right: 40px;
        }
        .nimbus-nav-prev {
            left: 4px;
        }
        .nimbus-nav-next {
            right: 4px;
        }
        .nimbus-card {
            flex: 0 0 155px;
            width: 155px;
            height: 390px;
        }
    }
    
    @media (max-width: 600px) {
        .nimbus-section-label,
        .nimbus-section-title {
            padding-left: 16px;
        }
        .nimbus-carousel-track {
            padding-left: 16px;
            padding-right: 16px;
            gap: 8px;
        }
        .nimbus-card {
            flex: 0 0 120px;
            width: 120px;
            height: 240px;
            border-radius: 8px;
        }
        .nimbus-nav-btn {
            width: 34px;
            height: 34px;
        }
        .nimbus-nav-btn svg {
            width: 14px;
            height: 14px;
        }
        .nimbus-nav-prev {
            left: 2px;
        }
        .nimbus-nav-next {
            right: 2px;
        }
    }
    
    @media (max-width: 400px) {
        .nimbus-section-label,
        .nimbus-section-title {
            padding-left: 12px;
        }
        .nimbus-carousel-track {
            padding-left: 12px;
            padding-right: 12px;
            gap: 6px;
        }
        .nimbus-card {
            flex: 0 0 100px;
            width: 100px;
            height: 195px;
            border-radius: 8px;
        }
        .nimbus-card-label {
            font-size: 9px;
            top: 8px;
            left: 8px;
        }
    }
    /**********************************************privacy***/
    
    .heading-3 {
        justify-content: center;
        display: flex;
        position: static;
    }
    
    .rich-text-block {
        margin-left: 20px;
        margin-right: 20px;
    }
    /**********************************************************blogs************************************/
    
    .blog-size-button-1 {
        background-color: #00a9e2 !important;
        color: #fff !important;
        font-size: 16px;
        padding: 0 20px;
        height: 50px;
        border: none;
    }
    
    .blog-size-button-2 {
        color: #fff !important;
        font-size: 16px;
        padding: 0 20px;
        height: 50px;
        border: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    /* .color {
        color: #00a9e2;
    } */
    
    .bc {
        background-color: #ffffff;
        transition: 0.3s ease;
        border: 2px solid #00aae4;
        border-radius: 50px;
        /* fully rounded corners */
        width: 100%;
        max-width: 180px;
        padding: 10px;
        box-sizing: border-box;
        color: #000;
        text-align: center;
    }
    
    .bc:hover {
        background-color: #fcb34c;
        color: white;
        cursor: pointer;
    }
    
    .pagination-circle {
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 3px !important;
        background-color: #212529 !important;
        /* bg-dark */
        color: #fff !important;
        /* text-light */
        transition: background-color 0.3s ease;
    }
    /* Active page */
    
    .page-item.active .page-link.pagination-circle {
        background-color: #00abe5 !important;
        /* bg-danger */
        color: #fff !important;
    }
    /* Disabled state */
    
    .page-item.disabled .page-link.pagination-circle {
        background-color: #e9ecef !important;
        /* light gray */
        color: #adb5bd !important;
        /* muted text */
    }
    /* Hover effect */
    
    .page-link.pagination-circle:hover {
        background-color: #343a40 !important;
        /* darker gray */
        color: #fff !important;
    }
    
    .highlight-box-new {
        border-top: 3px solid #141414;
        padding: 5px 10px;
        width: 630px;
    }
    
    h3 {
        position: relative;
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 22px;
        font-weight: 200;
        margin: 0px;
        transition: all 500ms ease;
    }
    
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pagination-circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* Mobile Responsive */
    
    @media (max-width: 576px) {
        .pagination-circle {
            width: 34px;
            height: 34px;
            font-size: 14px;
        }
        .pagination {
            gap: 6px;
        }
    }
    /* Make image responsive */
    
    .new-shape-image {
        width: 100%;
        height: auto;
        display: block;
    }
    /* Mobile Responsive Fix */
    
    @media (max-width: 768px) {
        .l-shape-wrapper {
            display: block !important;
        }
        .l-shape-text {
            padding: 10px 0;
        }
        h1 {
            font-size: 22px !important;
        }
    }
    /***********************************singup*****************************/
    
    .login-box {
        max-width: 550px;
        margin: 60px auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    
    .login-header {
        /* background: #efefef; */
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid #ddd;
    }
    
    .login-header img {
        height: 45px;
    }
    
    .login-body {
        padding: 35px;
    }
    
    .login-title {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .form-control {
        height: 45px;
    }
    
    .sign-btn {
        background: #2d3338;
        color: #fff;
        padding: 10px 30px;
        border-radius: 6px;
    }
    
    .sign-btn:hover {
        background: #000;
    }
    
    .bottom-links {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    
    .bottom-links a {
        font-size: 14px;
        color: #333;
        text-decoration: underline;
    }
    
    hr {
        margin: 25px 0;
    }
    /********************************************login***************/
    
    .signup-card {
        max-width: 520px;
        margin: 60px auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    
    .signup-header {
        /* background: #efefef; */
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid #ddd;
    }
    
    .signup-header img {
        height: 45px;
    }
    
    .signup-body {
        padding: 35px;
    }
    
    .signup-text {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .form-control {
        height: 45px;
    }
    
    .signup-btn {
        background: #2d3338;
        color: #fff;
        padding: 10px 30px;
        border-radius: 6px;
    }
    
    .signup-btn:hover {
        background: #000;
    }
    
    .signin-link {
        text-align: center;
        margin-top: 15px;
    }
    
    .signin-link a {
        color: #00a9e2;
        font-weight: 600;
        text-decoration: none;
    }
    /*************************************************fpassword************/
    
    .reset-card {
        max-width: 520px;
        margin: 80px auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }
    
    .reset-header {
        /* background: #efefef; */
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid #ddd;
    }
    
    .reset-header img {
        height: 45px;
    }
    
    .reset-body {
        padding: 40px;
    }
    
    .reset-title {
        color: #00a9e2;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .reset-text {
        text-align: center;
        color: #555;
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .form-control {
        height: 45px;
        border-radius: 6px;
    }
    
    .reset-btn {
        width: 100%;
        background: linear-gradient(90deg, #1c1f23, #2b3036);
        color: #fff;
        padding: 12px;
        border-radius: 6px;
    }
    
    .reset-btn:hover {
        background: #000;
    }
    
    .login-link {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
    }
    
    .login-link a {
        color: #00a9e2;
        text-decoration: none;
        font-weight: 600;
    }
    /*************************************************************moredeailsbtn*/
    
    .author-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #000;
        color: #fff;
        padding: 8px 22px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        transition: 0.3s;
    }
    
    .author-btn:hover {
        background: #333;
        color: #fff;
        transform: translateY(-2px);
    }
    
    .bg {
        background-color: rgb(248, 248, 248);
        width: 176%;
        height: 36px;
    }
    /*********************************************************about sec*/
    
    @media (max-width: 767px) {
        .nimbus-about-card {
            width: 100% !important;
            margin: 0 auto;
        }
        .nimbus-about-img {
            height: auto !important;
            max-width: 100%;
        }
        .nimbus-about-body {
            padding: 1rem !important;
        }
        .uui-button-link-2 {
            display: flex !important;
            justify-content: space-between;
            width: 100% !important;
        }
        .aboutnimbus {
            font-size: 14px;
            line-height: 1.6;
        }
    }