    .custom_button_accordian {
        background-color: #1d1d1dff !important;
    }

    .para_text {
        text-align: justify;
        color: #9a9a9a;
    }

    .hero {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        min-height: 60vh;
        padding: 40px;
        color: #fff;
        border-radius: 12px;
        margin: 10px 0px 0px;
        background: #0b427d;
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        overflow: hidden;
    }

    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .content {
        flex: 1 1 320px;
        max-width: 600px;
    }

    .content h1 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .content p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .actions {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }

    .actions .call,
    .actions .chat {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 1rem;
    }

    .actions i {
        font-size: 2rem;
    }

    .actions strong {
        font-size: 1.2rem;
    }

    .robot {
        flex: 1 1 280px;
        text-align: center;
    }

    .robot img {
        max-width: 100%;
        height: auto;
    }

    @media (max-width: 768px) {
        .hero {
            flex-direction: column;
            text-align: center;
        }

        .actions {
            justify-content: center;
        }

        .actions .call,
        .actions .chat {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
    }



    .why-choose-us {
        max-width: 800px;
        padding: 20px 0px;
    }

    .why-choose-us h2 {
        font-size: 32px;
        margin-bottom: 20px;
        font-family: 'Jost-Medium';
    }

    .features-list {
        list-style: none;
        padding-left: 0;
    }

    .features-list li {
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.6;
        display: flex;
        align-items: flex-start;
        color: #9a9a9a;
    }

    .dot {
        width: 7px;
        height: 7px;
        background-color: #00aaff;
        border-radius: 50%;
        margin-right: 12px;
        margin-top: 10px;
        flex-shrink: 0;
    }


    .popular-categories {
        background-color: #1e1e1e;
        color: #ffffff;
        border-radius: 12px;
        padding: 20px;
    }

    .popular-categories h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .popular-categories ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .popular-categories li {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid #444;
        color: #bdb6b6;
        font-size: 18px;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .popular-categories li:last-child {
        border-bottom: none;
    }

    .popular-categories li:hover {
        color: #ffffff;
    }

    .icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #007BFF;
        color: #1e1e1e;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        font-size: 12px;
        font-weight: bold;
        flex-shrink: 0;
        transition: background-color 0.3s ease;
    }

    .popular-categories li:hover .icon-circle {
        background-color: #0165cfff;
    }

    .icon-circle i {
        font-size: 10px;
    }

    .category-link {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #bdb6b6;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .category-link:hover {
        color: #ffffff;
    }

    .text_class_title_head {
        font-size: 25px;
        font-family: 'Jost-Regular';
        color: #c4c4c4 !important;
    }

    .text_class_title_sub {
        font-size: 19px;
        font-family: 'Jost-Regular';
        color: #c4c4c4 !important;
    }

    .para_promo ul li {
        color: #9a9a9a;
    }


    .newsletter-box {
        background-color: #007BFF;
        padding: 30px 25px;
        border-radius: 15px;
        color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .newsletter-text {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .newsletter-form input {
        width: 100%;
        padding: 12px;
        margin-bottom: 12px;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        color: #000;
    }

    .newsletter-form input::placeholder {
        color: #aaa;
    }

    .newsletter-form button {
        width: 100%;
        padding: 12px;
        background-color: #000;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        transition: background 0.3s ease;
    }

    .newsletter-form button:hover {
        background-color: #222;
    }


    .category-link.active {
        color: #fff;
    }

    .category-link.active .fas {
        color: #fff;
    }

    .small_icon i {
        font-size: 24px;
    }

    .mission-img {
        border-radius: 10px;
    }

    .inner_img_box {
        position: relative;
        height: auto;
        width: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        overflow: hidden;
    }

    .inner_img_box img {
        height: auto;
        width: 100%;
        background-position: center;
        background-size: cover;
    }

    .elementor-post__badge {
        position: absolute;
        top: 16px;
        right: 16px;
        background-color: #007bffb0;
        color: #fff;
        font-size: 0.65rem;
        font-weight: 600;
        line-height: 1;
        padding: 6px 14px;
        border-radius: 999px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    @media (max-width: 480px) {
        .elementor-post__badge {
            font-size: 0.55rem;
            padding: 4px 10px;
            top: 10px;
            right: 10px;
        }
    }

    .Blog-card {
        background: linear-gradient(145deg, #1b1b1b, #121212);
        border-radius: 16px;
        transition: all 0.3s ease;
    }

    .blogCradBdyShDes {
        font-size: 0.85rem;
        color: #777;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
    }

    .authDet {
        font-size: 0.9rem;
        color: #777;
        padding: 0px 0px 10px;
    }

    .text_class_title_white {
        font-size: 20x;
        font-family: 'Jost-Medium';
    }

    .blogCradBdyShDes {
        font-family: 'Jost-Regular';
    }

    .text_class_read_btn {
        text-decoration: none;
        color: #1961ba;
        font-family: 'Jost-Medium';
        font-size: 18px;
        /* display: flex; */
        gap: 6px;
        transition: color 0.3s ease;
        justify-content: center;
    }

    .text_class_read_btn i {
        font-size: 1rem;
        margin-left: 4px;
        transform: rotate(-35deg);
        transition: 0.3s ease-in-out;
        border-radius: 50px;
        color: #1961ba;
    }

    .text_class_read_btn:hover i {
        color: #fff;
        transform: rotate(0deg);
    }

    .text_class_read_btn:hover {
        color: #fff;
    }

    .blog-item {
        display: flex;
        margin-bottom: 15px;
        border-bottom: 1px solid #363636;
    }

    .blog-thumb {
        width: 100px;
        height: 55px;
        object-fit: cover;
        border-radius: 5px;
        margin-right: 10px;
    }

    .blog-info {
        flex: 1;
    }

    .blog-title {
        font-size: 13px;
        margin: 0 0 5px;
        font-family: 'Jost-Regular';
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    .blog-title a {
        text-decoration: none;
        color: #bebebe;
    }

    .blog-title a:hover {
        color: #bebebe;
    }

    .blog-meta {
        font-size: 13px;
        color: #777;
    }

    .blog-meta i {
        color: #777;
    }

    @media screen and (max-width: 768px) {
        /* .blogCradBdyShDes {
            font-size: 0.85rem;
            color: #777;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            -moz-box-orient: vertical;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 1;
        } */

        .latest-blogs-card {
            padding: 15px;
        }

        .blog-title {
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            -moz-box-orient: vertical;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 1;
        }

        .blog-meta {
            font-size: 11px;
            overflow: hidden;
            text-overflow: ellipsis;
            -moz-box-orient: vertical;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            -webkit-line-clamp: 3;
        }

        .blog-thumb {
            width: 90px;
            height: 65px;
        }
    }

    @media screen and (max-width: 480px) {
        .blog-thumb {
            width: 80px;
            height: 60px;
        }

        .blog-title {
            font-size: 13px;
        }
    }

    .heading_blog {
        text-decoration: none;
    }

    .heading_blog_text {
        text-decoration: none;
    }

    .heading_blog_text:hover {
        color: #fff;
    }

    /* blog / web development */
    .custom-blog-container {
        max-width: 800px;
        /* margin: 0 auto; */
        /* border: 1px solid #ccc; */
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        font-family: 'Arial', sans-serif;
    }

    .custom-blog-scroll {
        /* max-height: 600px; */
        /* max-height: 2152.61px; */
        overflow-y: auto;
        padding: 20px;
        scroll-behavior: smooth;
    }

    .custom-blog-scroll::-webkit-scrollbar {
        width: 7px;
    }

    .custom-blog-scroll::-webkit-scrollbar-thumb {
        background: #3a3a3a;
        border-radius: 4px;
    }

    .custom-cover-image {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 15px 15px 0px 0px;
    }

    .custom-cover--image {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .custom-meta-info {
        font-size: 1rem;
        color: #8b8b8b;
        margin-bottom: 15px;
        font-family: 'Jost-Regular';
    }

    .custom-heading {
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 10px;
        color: #e2e2e2;
        font-family: 'Jost-Regular';
    }

    .custom-subheading {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 8px;
        color: #e2e2e2;
        font-family: 'Jost-Regular';
    }

    .custom-sub-subheading {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 8px;
        color: #e2e2e2;
        font-family: 'Jost-Regular';
    }

    .custom-description {
        font-size: 1.1rem;
        font-family: 'Jost-Regular';
        margin-bottom: 15px;
        color: #999;
    }

    .custom-list {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .custom-list li {
        margin-bottom: 8px;
        font-size: 17px;
    }

    .custom-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        font-size: 1.1rem;
        border-radius: 10px;
        font-family: 'Jost-Regular';
    }

    .custom-table th,
    .custom-table td {
        border: 1px solid #484848;
        padding: 10px;
        text-align: left;
        color: #acacac;
        font-family: 'Jost-Regular';
    }

    .custom-table th {
        background-color: #202020;
        font-family: 'Jost-Regular';
    }

    /* responsive scroll box */
    @media screen and (max-width: 576px) {
        .custom-heading {
            font-size: 1.25rem;
        }

        .custom-subheading {
            font-size: 1.05rem;
        }

        .custom-description,
        .custom-list li {
            font-size: 1rem;
        }

        .custom-meta-info {
            font-size: 0.9rem;
        }

        .custom-blog-scroll {
            padding: 15px;
        }

        .custom-table {
            font-size: 0.95rem;
        }
    }

    /* responsive scroll box */
    .text_class_services_section_certificate {
        background: linear-gradient(rgb(37 35 35), #110f0f);
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    /* share box */
    .share-container {
        text-align: center;
        background-color: #1e1e1e;
        border-radius: 12px;
        padding: 20px;
    }

    .share-container h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .social--icons {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .social--icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        color: white;
        font-size: 20px;
        text-decoration: none;
    }

    .facebook {
        background-color: #3b5998;
    }

    .linkedin {
        background-color: #0077b5;
    }

    .twitter {
        background-color: #000000;
    }

    .whatsapp {
        background-color: #25d366;
    }

    .copylink {
        background-color: #888888;
    }

    .social--icons a i {
        color: white;
    }

    /* .share--buttons button {
        margin-right: 10px;
        border-radius: 50px;
        width: 45px;
        height: 45px;
        background: #000;
        text-align: center;
        position: relative;
        color: #fff;
    }

    .share--buttons button i {
        position: absolute;
        left: 11px;
        top: 9px;
    }

    .share--buttons button.copylink {
        background: #959595;
        cursor: pointer;
    } */



    /* trusted company responsive */

    .growth_img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        object-fit: contain;
    }

    /* Responsive Fixes */
    @media (max-width: 768px) {
        .row.g-0.my-auto {
            flex-direction: column;
        }

        .left_side_growth {
            text-align: left;
            align-items: flex-start !important;
        }

        .growth_img {
            margin-top: 20px;
        }

        .proposal_btn {
            display: inline-block !important;
            margin-top: 15px;
        }

    }

    /* hand mob responsive */

    @media (max-width: 576px) {
        .bordered-bottom {
            border-bottom: 1px solid;
            border-image: linear-gradient(to left, #1375ff, #000000) 1;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .bordered-bottom {
            border-right: 1px solid;
            border-image: linear-gradient(to bottom, #1375ff, #000000) 1;
        }
    }

    @media (min-width: 1025px) {
        .bordered-bottom {
            border-right: 1px solid;
            border-image: linear-gradient(to bottom, #1375ff, #000000) 1;
        }
    }

    @media (min-width: 576px) and (max-width: 760px) {
        .download_class_card_wrapper {
            margin-top: 60px;
            max-height: 100%;
        }
    }

    @media (min-width: 400px) and (max-width: 576px) {
        .download_class_card_wrapper {
            margin-top: -30px;
            max-height: 100%;
        }
    }

    /* .tall-card {
        min-height: 76.5%;
    }

    @media (min-width: 1025px) {

        .tall-card {
            min-height: 73.5%;
        }
    } */

    .iti--separate-dial-code {
        width: 100%;
    }

    .navbar-nav {
        gap: 7px;
    }

    .about_img {
        width: 100%;
        /* height: auto; */
        margin-bottom: 20px;
        border-radius: 8px;
        max-height: 287px;
        max-width: 493px;
        background-size: contain;
    }

    .text-blog {
        text-decoration: none;
        color: #fff;
    }

    .text-blog:hover {
        text-decoration: none;
        color: #fff;
    }

    .footer-adr span {
        display: block;
        color: #c4c4c4 !important;
        text-decoration: none;
        margin-bottom: 8px;
        transition: color 0.3s ease;
    }

    .customlist li {
        color: #999 !important;
    }

    /* carrers page */
    .nav-button-link {
        display: block;
        padding: 8px 15px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 5px;
        border-radius: 6px;
        text-decoration: none;
        transition: 0.3s;
        border-bottom: 1px solid transparent;
    }

    .nav-button-link:hover {
        background: #111;
        color: #fff;
        border-bottom: 1px solid #172f99ff;
    }

    .nav-button-link.active {
        background: #111;
        color: #fff;
        border-bottom: 1px solid #172f99ff;
    }

    .product_cust_box {
        padding: 20px;
    }

    .career-badge-box {
        font-size: 14px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        border: #3c2ea8 1px solid;
        color: #dadadaff;
        gap: 5px;
    }

    .dot-text {
        padding-left: 20px;
    }

    #more1,
    #more2,
    #more3,
    #more4,
    #more5,
    #more6 {
        display: none;
    }

    /* .btn-more-less {
        color: #3c2ea8;
        font-style: italic;
    }

    .btn-more-less:hover {
        color: #2e238b;
    } */
    #myBtn1,
    #myBtn3 {
        display: inline-block;
        padding: 8px 16px;
        color: #3521cc !important;
        font-style: italic;
        cursor: pointer;
        border-radius: 6px;
        transition: 0.3s;
    }

    #myBtn1,
    #myBtn3:hover {
        color: #1a0d79;
    }


    .career-heading {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #e2e2e2;
        font-family: 'Jost-Regular';
    }


    .text_class_title_sub_clamp {
        font-size: 19px;
        font-family: 'Jost-Regular';
        color: #c4c4c4 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }