
    .custom-web-development .hire-form .form-box {
        background: #fff;
        border-radius: 16px;
        padding-inline: 16px;
        padding-block: 16px;
        /* box-shadow: 0 2px 5px #fff; */
        border: 2px dashed #D0DBFF;
    }

    /* New changes start */
    .header-top {
        background: linear-gradient(270deg, #0039FF, #406AFF, #7C99FF, #75A8FF, #0039FF);
    }

    .content-item-style {
        font-size: 16px;
        font-weight: 400;
    }


    .hero-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        /* Ensures the overlay is behind the content */
    }

    .hero-banner .container {

        position: relative;
        z-index: 1;
        /* Ensures content appears above the overlay */
    }

    /* Remove background */
    .crm-content-left,
    .crm-content-right {
        background-color: transparent !important;
        box-shadow: none !important;
    }


    .crm-section {
        background: url('/public/assets/images/number background.png');
        background-image:
            url('/public/assets/images/number background.png'),
            linear-gradient(140deg, #EFF3FF, #D9E2FF);
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: cover, cover;
    }


    /* logo list css */
    .logo_list {
        list-style: none;
        gap: 3em;
        padding-left: 0;
        display: flex;
        align-items: center;
        margin-top: auto;
        margin-bottom: 0;
    }

    .img-fluid2 {
        max-height: 50px;
        max-width: 150px;
    }

    /* form custom input fields */
    .form__group {
        position: relative;
        padding: 15px 20px;
        width: 100%;
    }

    .form__group2 {
        position: relative;
        padding: 15px 20px;
        width: 100%;
    }

    .form__group3 {
        position: relative;
        padding: 15px 20px;
        width: 50%;
    }

    .form__field {
        font-family: inherit;
        width: 100%;
        border: none;
        border-bottom: 2px solid #9b9b9b;
        outline: 0;
        font-size: 14px;
        color: #333333;
        padding: 7px 0;
        background: transparent;
        transition: border-color 0.2s;
    }

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown~.form__label {
        font-size: 14px;
        cursor: text;
        top: 20px;
    }

    .form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 14px;
        color: #333333;
        pointer-events: none;
        font-weight: 400;
    }

    .form__field:focus {
        padding-bottom: 6px;
        font-weight: 500;
        border-width: 3px;
        border-image: linear-gradient(to right, #116399, #38caef);
        border-image-slice: 1;
    }

    .form__field:focus~.form__label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 17px;
        color: #035d74ff;
        font-weight: 500;
    }

    /* reset input */
    .form__field:required,
    .form__field:invalid {
        box-shadow: none;
    }

    /* form button */
    .btn-secondary2 {
        background: linear-gradient(140deg, #B3FCFF, #B8C8FF);
        border: none;
        border-radius: 8px;
        color: #333333;
        font-weight: 500;
        font-size: 18px;
        padding: 10px 30px;
    }

    .crm-card {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .crm-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .crm-card img {
        max-height: 150px;
        object-fit: contain;
    }

    .crm-card-grid .col-12 {
        display: flex;
    }


    /* Responsive overrides (optional) */
    @media (max-width: 767.98px) {

        .form__group3 {
            width: 100%;
        }

        .logo_list {
            margin-bottom: 40px;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .img-fluid2 {
            max-height: 40px;
            max-width: 90px;
        }

    }

    @media (min-width: 767.98px) {
        .form__group {
            width: 50%;
        }
    }


    /* new changes end */
    .custom-web-development .hire-form .form-box h4 {
        background: -webkit-linear-gradient(90deg, #00f8ff 0, #001dff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .custom-web-development .hero-banner .hero-banner-content h1 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .custom-web-development .hire-form .form-box .form-control {
        background: #f0f0f0;
        color: #212529;
        font-size: 16px;
        line-height: 16px;
        padding: 10px 20px;
    }

    .custom-web-development .hire-form .form-box .form-control:focus {
        background-color: #f0f0f0 !important;
    }

    .custom-web-development .hire-form .form-box .form-control::placeholder {
        font-size: 14px;
        line-height: 16px;
        color: #212529;
    }

    .custom-web-development .hire-form .form-box .alert-error {
        font-size: 16px;
        line-height: 24px;
        color: red;
        font-weight: 600;
        padding-left: 1.5rem;
        text-align: left;
    }

    .custom-web-development .hire-form .form-box .btn-secondary {
        background: linear-gradient(269deg, #00f8ff 0, #001dff 100%);
        border: none;
    }

    .custom-web-development .hire-form .form-box .btn-secondary:hover {
        background: linear-gradient(90deg, #00f8ff 0, #001dff 100%);
    }

    .custom-web-development .hire-form .form-box .captchText2 img {
        height: 40px;
        width: 100%;
        border-radius: 8px;
    }

    .custom-web-development .request-form-section .request-main-box .form-box .form-control {
        background: #fff;
        color: #000061;
    }

    .custom-web-development .request-form-section .request-main-box .form-box .btn-secondary {
        background: linear-gradient(269deg, #00f8ff 0, #001dff 100%);
        border: none;
    }

    .custom-web-development .request-form-section .request-main-box .form-box .btn-secondary:hover {
        background: linear-gradient(90deg, #00f8ff 0, #001dff 100%);
    }

    @media screen and (max-width:991px) {
        .custom-web-development .hire-form .form-box .captchText2 img {
            height: 40px;
        }
    }

    @media screen and (max-width:767px) {
        .custom-web-development .hero-banner {
            padding-top: 90px;
            padding-bottom: 60px;
        }

        .custom-web-development .hire-form .form-box .captchText2 img {
            height: 35px;
        }
    }

    /* CRM section list CSS */

    .content-box {
        padding: 40px;
        border-radius: 20px;
    }

    .content-box-right {
        padding: 30px 30px 30px 60px;
        border-radius: 20px;
    }

    .light-bg {
        background-color: #F5F7FF;
        /* Lavender mist */
    }

    .dark-bg {
        background-color: #0052FF;
        /* Dark blue */
        color: white;
    }

    .section-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
    }

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

    .custom-list li {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
    }

    .custom-list li strong {
        display: inline-block;
        margin-bottom: 3px;
    }

    .list-icon {
        width: 35px;
        height: 35px;
        margin-right: 20px;
        flex-shrink: 0;
    }

    .white-list li {
        color: #fff;
    }
    .card-body .common-list1 li{
        color: #656565 ;
        font-size: 16px;
        font-weight: 500;
    }

    .card-body:hover .common-list1 li{
        color: #333333 ;
        font-size: 16px;
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .content-box {
            margin-bottom: 20px;
        }

        .content-box-right {
            padding: 40px 30px 30px 30px;
            border-radius: 20px;
            margin: 0px 12px;
        }

        .custom-list li {
            display: grid;
        }

        .list-icon {
            margin-bottom: 10px;
        }
    }

    .hero-banner {
        /* Gradient LAST so it’s underneath everything */
        background-image:
            url('/public/assets/images/circuit background.png'),
            /* left image */
            url('/public/assets/images/grid background.png'),
            /* right image */
            linear-gradient(140deg, #B3FCFF, #B8C8FF);
        /* gradient */

        background-position: left center, right center, center center;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 50% 100%, 50% 100%, cover;
    }

    /* Mobile view: stack top and bottom */
    @media (max-width: 767.98px) {
        .hero-banner {
            background-position: center top, center bottom, center center;
            background-size: 100% 50%, 100% 50%, cover;
        }
    }

    /* Left column overlap */
    .crm-left {
        position: relative;
        z-index: 2;
        /* On top */
    }

    /* Right column pushed under left */
    .crm-right {
        position: relative;
        z-index: 1;
    }

    /* Default (Desktop) */
    @media (min-width: 768px) {
        .crm-left {
            margin-right: -60px;
            /* overlap into right */
            z-index: 2;
        }

        .crm-right {
            flex: 0 0 45%;
            /* slightly wider than 50% */
            max-width: 45%;
            z-index: 1;
        }
    }

    /* Mobile */
    @media (max-width: 767.98px) {
        .crm-left {
            order: 1;
            margin-bottom: -40px;
            /* overlap downwards */
        }

        .crm-right {
            order: 2;
            flex: 0 0 100%;
            /* full width */
            /* max-width: 100%; */
        }
    }

    /* feature section */
    .features-section {
        position: relative;
        padding: 60px 15px;
        background: linear-gradient(140deg, #B3FCFF, #B8C8FF);
        /* Light background */
        overflow: hidden;
        /* Hide circles overflow */
    }

    /* Decorative circles base */
    .circle {
        position: absolute;
        border-radius: 50%;
        z-index: 0;
        /* Behind text */
    }

    /* Left circle - blue */
    .circle-left {
        width: 250px;
        height: 250px;
        top: -50px;
        left: -80px;
        background: rgba(0, 174, 255, 0.15);
        box-shadow: 0 0 120px rgba(0, 174, 255, 0.5);
        filter: blur(20px);
    }

    /* Right circle - purple */
    .circle-right {
        width: 250px;
        height: 250px;
        bottom: -50px;
        right: -80px;
        background: rgba(138, 43, 226, 0.15);
        box-shadow: 0 0 120px rgba(138, 43, 226, 0.5);
        filter: blur(20px);
    }

    /* Text styles */
    .features-heading {
        font-weight: 600;
        font-size: 42px;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
        /* Keep above circles */
    }

    .features-subheading {
        font-weight: 600;
        font-size: 22px;
        color: #333333;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
    }

    .features-description {
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        max-width: fit-content;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    /* Tablet adjustments */
    @media (max-width: 991px) {

        .circle-left,
        .circle-right {
            width: 200px;
            height: 200px;
        }
    }

    /* Mobile adjustments */
    @media (max-width: 767px) {
        .circle-left {
            width: 150px;
            height: 150px;
            top: -40px;
            left: -60px;
        }

        .circle-right {
            width: 150px;
            height: 150px;
            bottom: -40px;
            right: -60px;
        }

        .features-heading {
            font-size: 22px;
        }

        .features-subheading {
            font-size: 16px;
        }

        .features-description {
            font-size: 13px;
            padding: 0 10px;
        }
    }

    /* spectrum of service section css */
    .spectrum-section {
        padding: 60px 0px;
        position: relative;
    }

    .section-title-spectrum {
        font-weight: 600;
        font-size: 36px;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2;
        text-align: center;
    }

    .section-subtitle-spectrum {
        font-weight: 400;
        font-size: 18px;
        color: #333333;
        text-align: center;
        margin-bottom: 40px;
        text-align: center;
    }

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

    .scroll-left {
        height: 560px;
        overflow-y: scroll;
        /* direction: rtl; */
        /* moves scrollbar to left */
        scrollbar-width: auto;
        /* for Firefox */
        scrollbar-color: transparent transparent;
    }

    /* Inner content: Flip back to LTR so text is normal */
    .scroll-left>* {
        direction: ltr;
    }

    /* Optional: Remove horizontal scrollbar if you don't want it */
    .scroll-left::-webkit-scrollbar {
        width: 10px;
    }

    .scroll-left::-webkit-scrollbar-track {
        background: transparent;
    }

    .scroll-left::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 6px;
    }

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

    .service-list li {
        display: flex;
        gap: 20px;
        padding: 25px 20px;
        /* border-left: 3px solid transparent; */
        transition: all 0.3s ease;
        align-items: flex-start;
        border-left-color: #E3EAFF;
        text-align: left;
    }

    .service-list li:hover {
        border-left-color: #0039FF;

    }

    .service-list li:hover .service-content p {
        color: #333333;
    }

    .service-list li:hover .service-title {
        color: #0039FF;

    }

    .service-content p {
        font-size: 16px;
        color: #656565;
        margin: 0;
        line-height: 1.5;
    }

    .service-list li:hover .service-content p {
        color: #333333;
    }

    .service-title {
        /* flex: 0 0 50%; fixed width on desktop */
        font-weight: 600;
        color: #333333;
        min-width: 40%;
        /* minimum width */

    }

    .service-list li.active .service-title {
        color: #0039FF;
    }

    .service-content h4 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 8px;
        line-height: 1.5;
    }


    /* Scroll progress bar container */
    .scroll-progress {
        position: fixed;
        left: 0;
        top: 0;
        width: 4px;
        /* thin bar */
        height: 100vh;
        /* covers full height of viewport */
        background: transparent;
        z-index: 999;
    }

    /* Scroll progress indicator */
    .scroll-progress::before {
        content: '';
        display: block;
        width: 100%;
        height: var(--progress-height, 0%);
        background: #0039FF;
        transition: height 0.2s ease-out;
    }

    .video-block {
        width: 753px;
        height: 322.03px;
        border-radius: 10px;
        top: 850px;
        /* Only use if this needs to be offset manually */
        left: 150px;
        /* Only use if this needs to be offset manually */
        transform: rotate(0deg);
        opacity: 1;
        overflow: hidden;
    }

    .video-block-box {
        height: 322.03px;
    }

    .client-engagement-section {

        background-image:
            url('/public/assets/images/circuit background.png'),
            linear-gradient(140deg, #B3FCFF, #B8C8FF);
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: cover, cover;
        padding: 60px 0px;
    }

    .service-engagement-section {

        background-image:
            url('/public/assets/images/number background.png'),
            linear-gradient(140deg, #EFF3FF, #D9E2FF);
        background-position: center center, center center;
        background-repeat: no-repeat, no-repeat;
        background-size: cover, cover;
        padding: 60px 0px;
    }

    .engagement-card {
        background-image: url('/public/assets/images/svg/Vector-dark.svg');
        /* white box bg image */

        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        border-radius: 16px;
        /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
        text-align: left;
        height: 100%;
    }

    .engagement-card:hover {
        background-image: url('/public/assets/images/svg/Vector-box.svg');
    }

    .engagement-card h6,
    .engagement-card p {
        font-size: 16px;
        color: #333333;
        margin-bottom: 0px;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FFFFFF;
        /* default gray */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease;
        margin-bottom: 20px;
    }


    .icon-circle svg path {
        transition: fill 0.3s ease;
        fill: #8EA4E5;
        /* default icon color */
    }

    /* Hover: blue bg + white icon */
    .engagement-card:hover .icon-circle {
        background-color: #0039FF;
    }

    .engagement-card:hover .icon-circle svg path {
        fill: #fff;
    }

    .engagement-card2 {
        background-image: url('/public/assets/images/cardImage2.png');
        background-size: 100% 100%;
        /* Match width of container */
        background-position: top center;
        background-repeat: no-repeat;

        border-radius: 16px;
        text-align: left;
        height: 100%;
    }
      .vision {
        border-right-style: dashed;
        padding-right: 20px;
        border-color: #94ADFF;
    }

    .mission {
        padding-left: 30px;
    }

    .engagement-card2:hover {
        /* background-image: url('/public/assets/images/whiteCard.png'); */
        background-image: url(/public/assets/images/card-with-blue-border.png) !important;
        background-size: 100% 100%;
        /* Match width of container */
        background-position: top center;
        background-repeat: no-repeat;
    }

    .engagement-card:hover {
        background-image: url(/public/assets/images/card-with-blue-border.png) !important;
        background-size: 100% 100% !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    .engagement-card2 h6,
    .engagement-card2 p {
        font-size: 16px;
        color: #333333;
        margin-bottom: 0px;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FFFFFF;
        /* default gray */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s ease;
        margin-bottom: 20px;
    }


    .icon-circle svg path {
        transition: fill 0.3s ease;
        fill: #8EA4E5;
        /* default icon color */
    }

    /* Hover: blue bg + white icon */
    .engagement-card2:hover .icon-circle {
        background-color: #0039FF;
    }

    .engagement-card2:hover .icon-circle svg path {
        fill: #fff;
    }


    .request-btn {
        background-color: white;
        color: #333;
        padding: 10px 20px;
        border: none;
        border-radius: 8px;
        font-weight: 500;
        font-size: 18px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

    .request-btn:hover {
        background-color: #0026cc;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        color: #fff;
    }

    .btn-secondary2:hover {
        background: #0026cc !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        color: #fff !important;
    }
    .text-align-left {
        text-align: left;
    }

    .section-title-spectrum2 {
        font-weight: 700;
        font-size: 36px;
        text-transform: uppercase;
        color: #333333 !important;
        /* margin-bottom: 10px !important; */
        text-align: left;
        line-height: 1.2;
    }
        .width-50 {
        width: 50px;
    }
     .pb-30 {
        padding-bottom: 20px;
    }


    .first-vission-box {
        border-right-style: dashed;
        padding-right: 20px;
        border-color: #94ADFF;
        padding-bottom: 20px;
    }

    .third-vission-box {
        border-right-style: dashed;
        padding-right: 20px;
        border-color: #94ADFF;
        border-top-style: dashed;
        padding-top: 20px;
    }

    .fourth-vission-box {
        border-color: #94ADFF;
        border-top-style: dashed;
        padding-top: 20px;
    }
    .pl-30 {
        padding-left: 30px;
    }
    .card-title2 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .card-body:hover p {
        color: #333;
        font-weight: 500;
    }

    .card-body:hover .card-title2 {
        color: #0039FF;
    }

    /* Mobile styles */
    @media (max-width: 768px) {
          .pl-30 {
            padding-left: 10px;
        }
         .first-vission-box {
            border: none;
        }

        .third-vission-box {
            border: none;
        }

        .fourth-vission-box {
            border: none;
        }
        .vision {
            border-right-style: none;
            /* border-bottom-style: dashed; */
            padding-bottom: 30px;
            padding-left: 0;

        }

        .mission {
            padding-left: 0px;
            /* padding-top: 20px; */
        }
        .service-list li {
            flex-direction: column;
            gap: 10px;
        }

        .experience-image-box .experience-img {
            max-height: 350px;
        }

        .service-title {
            flex: none;
            font-size: 18px;
        }

        .section-subtitle-spectrum {
            text-align: left;
            padding: 0px 10px;
        }

        .service-content {
            max-width: 100%;
            /* limit width for better readability */
        }

        .service-title {
            max-width: 100%;
            text-align: left;
        }

        .service-list li {
            padding: 20px 0px;
        }

        .section-title-spectrum {
            font-size: 24px;
            text-align: center;
        }
    }

    /* why choose us section */
    .why-choose-us {
        text-align: center;
        padding: 50px 15px;
    }


    .feature-title {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .feature-card p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
    }

    .feature-card2 p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
    }

    /* Responsive */
    /* Desktop / Tablet */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background: #F0F4FF;
        border-radius: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        border: 1px solid #CDD6EF;
        overflow: hidden;
    }

    .features-grid2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        background: #F0F4FF;
        border-radius: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        border: 1px solid #CDD6EF;
        overflow: hidden;
    }

    .feature-card {
        background: transparent;
        border: 0.5px solid #CDD6EF;
        padding: 20px;
        text-align: left;
        color: #333333;
    }

    .feature-card2 {
        background: transparent;
        border: 0.5px solid #CDD6EF;
        padding: 20px;
        text-align: left;
        color: #333333;
    }
    .feature-card2:hover p {
        color: #333;
    }

    .feature-card2:hover .feature-title {
        color: #0039FF;
    }

    .feature-card2:hover {

        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    }

    /* Remove double border overlap for desktop */
    .feature-card:nth-child(3n + 1) {
        border-left: none;
    }

    .feature-card:nth-child(-n + 3) {
        border-top: none;
    }

    .feature-card:nth-child(3n) {
        border-right: none;
    }

    .feature-card:nth-last-child(-n + 3) {
        border-bottom: none;
    }

    .feature-card2:nth-child(2n + 1) {
        border-left: none;
    }

    .feature-card2:nth-child(-n + 2) {
        border-top: none;
    }

    .feature-card2:nth-child(2n) {
        border-right: none;
    }

    .feature-card2:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    /* Tablet: 2-column layout */
    @media (max-width: 992px) {
        .features-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .feature-card {
            border: 0.5px solid #CDD6EF;
        }

        .feature-card:nth-child(2n + 1) {
            border-left: none;
        }

        .feature-card:nth-child(-n + 2) {
            border-top: none;
        }

        .feature-card:nth-child(2n) {
            border-right: none;
        }

        .feature-card:nth-last-child(-n + 2) {
            border-bottom: none;
        }

        .features-grid2 {
            grid-template-columns: repeat(1, 1fr);
        }

        .feature-card2 {
            border: 0.5px solid #CDD6EF;
        }

        .feature-card2:nth-child(1n + 1) {
            border-left: none;
        }

        .feature-card2:nth-child(-n + 1) {
            border-top: none;
        }

        .feature-card2:nth-child(1n) {
            border-right: none;
        }

        .feature-card2:nth-last-child(-n + 1) {
            border-bottom: 0.5px solid #CDD6EF !important;
        }
    }

    /* Mobile: stack cards cleanly */
    @media (max-width: 576px) {
        .features-grid {
            grid-template-columns: 1fr;
        }

        .feature-card {
            border-left: none !important;
            border-right: none !important;
            border-top: none !important;
            border-bottom: 0.5px solid #CDD6EF !important;
        }

        /* Remove bottom border for last card */
        .feature-card:last-child {
            border-bottom: none;
        }

        .feature-card2 {
            border-left: none !important;
            border-right: none !important;
            border-top: none !important;
            border-bottom: 0.5px solid #CDD6EF !important;
        }

        /* Remove bottom border for last card */
        .feature-card2:last-child {
            border-bottom: 0.5px solid #CDD6EF !important;
        }
    }

    /* custom web industry styles */
    .section-title-industry {
        font-weight: 600;
        font-size: 36px;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2;
        text-align: center;
    }

    .industries-section {
        background: linear-gradient(140deg, #B3FCFF, #B8C8FF);
        position: relative;
        padding: 60px 20px;
        text-align: center;
        color: #333333;
        overflow: hidden;
        /* allow circles to overflow if needed */
        z-index: 1;
        /* create stacking context for proper layering */
    }

    .industries-section .circle {
        position: absolute;
        border-radius: 50%;
        z-index: 0;
        /* behind the text but above the background */
    }

    .industries-section .circle-left {
        width: 250px;
        height: 250px;
        top: -50px;
        left: -80px;
        left: -80px;
        /* background: rgba(0, 174, 255, 0.15);
        box-shadow: 0 0 120px rgba(0, 174, 255, 0.5); */
        filter: blur(20px);
    }

    .industries-section .circle-right {
        width: 250px;
        height: 250px;
        bottom: -50px;
        /* push it slightly below the section */
        background: rgba(0, 57, 255, 0.2);
        box-shadow: 0 0 120px rgba(0, 57, 255, 0.6);
        right: -80px;
        filter: blur(20px);
    }

    /* Tablet */
    @media (max-width: 991px) {

        .industries-section .circle-left,
        .industries-section .circle-right {
            width: 200px;
            height: 200px;
        }

        .industries-section .circle-right {
            bottom: -40px;
            /* adjust for smaller height */
            right: -60px;
        }
    }

    /* Mobile */
    @media (max-width: 767px) {
        .industries-section .circle-left {
            width: 150px;
            height: 150px;
            top: -40px;
            left: -60px;
        }

        .industries-section h2 {
            text-align: left;
            font-size: 24px;
        }

        .industries-section .circle-right {
            width: 150px;
            height: 150px;
            bottom: -30px;
            /* closer to the bottom */
            right: -50px;
        }
    }

    .industries-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        text-align: left;
        /* max-width: 900px; */
        /* margin: 0 auto 40px; */
    }

    .industries-list ul {
        list-style: none !important;
        /* Remove browser bullets */
        padding-left: 0 !important;
        /* Remove default left indentation */
        margin: 0;
        justify-content: center;
        display: inline-grid;
    }

    .industries-list li {
        list-style: none !important;
        /* Just to be safe */
        margin-bottom: 14px;
        position: relative;
        font-size: 18px;
        font-weight: 400;
        align-items: center;
        /* vertical centering */
        gap: 10px;
        /* space between icon and text */
    }

    /* Custom bullet */
    .industries-list li::before {
        content: none !important;
    }

    .industries-list li img {
        width: 15px;
        /* increase icon size */
        height: 15px;
        /* increase icon size */
        flex-shrink: 0;
        /* prevent icon from shrinking */
        margin-right: 15px;
        /* space between icon and text */
    }

    .industries-btn {
        text-align: center;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .industries-list {
            grid-template-columns: 1fr;
            text-align: left;
            gap: 0px;
        }

        .industries-list ul {
            justify-content: left;
        }
    }

    /* FAQ section css */

    .accordion-item {
        border: none;
        margin-bottom: 8px;
        border-radius: 10px;
        overflow: hidden;
    }

    .accordion-button {
        background: #fff;

        font-weight: 600;
        border: 1px solid #F6F6F6;
        padding: 16px 20px;
        border: none;
        box-shadow: none;
        font-size: 16px;
    }

    .accordion-button.collapsed {
        background: #fff;
        /* White background */
        border: 1px solid #ddd;
        /* Light gray border */
        border-radius: 10px;
        /* Keep same rounded corners */
    }

    .accordion-button:not(.collapsed) {
        background: #F0F4FF;
        color: #202A3C;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-body {
        background: #fff;
        padding: 16px 20px;
        color: #637589;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        background-color: #F0F4FF;
    }

    /* Custom icons for accordion */
    .accordion-button::after {
        background-image: none !important;
        /* Remove arrow icon */
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        font-weight: 500;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        content: '+';
        margin-left: auto;
        /* Keep it fixed at the right */
    }

    .accordion-button:not(.collapsed)::after {
        content: '–';
        transform: rotate(180deg);
    }

    /* Right Side Card */
    .faq-card {
        background: #f0f6ff;
        padding: 30px 20px;
        border-radius: 12px;
        text-align: center;
    }

    .faq-card-icon {
        font-size: 40px;
        color: #333;
        margin-bottom: 30px;
        margin-top: 60px;
    }

    .faq-card h5 {
        font-weight: 600;
        font-size: 20px;
        margin: 20px 0px;
        padding: 0px 30px
    }

    .faq-card p {
        font-size: 14px;
        color: #2E4156;
        margin: 20px 0px;
        padding: 0px 30px;
        line-height: 1.5;
    }

    .faq-btn {
        display: inline-block;
        padding: 10px 20px;
        background: #F0F4FF;
        color: #fff;
        border-radius: 6px;
        text-decoration: none;
    }

    /* custom web development css */
    /* Section */
    .custom-web-dev {
        padding: 60px 0;
        text-align: center;
        font-family: 'General Sans', sans-serif;
        background: #fff;
    }

    .section-subtitle {
        max-width: 750px;
        margin: 10px auto 40px;
        color: #555;
        font-size: 15px;
        line-height: 1.6;
    }

    /* Layout */
    .web-dev-content {
        display: flex;
        justify-content: center;
        align-items: stretch;
        /* makes children match height */
        gap: 50px;
        flex-wrap: wrap;
    }

    .orbit-container {
        position: relative;
        flex: 1 1 auto;
        /* allow it to grow */
        display: flex;
        justify-content: center;
        align-items: center;
        /* center orbit vertically */
        overflow: hidden;
        min-height: 100%;
        /* match parent height */
    }

    .orbit-wrapper {
        position: relative;
        width: min(80vw, 320px);
        height: min(80vw, 320px);
        border-radius: 50%;
        background-image: url('/public/assets/images/Custom Web Development.png');
        background-size: 100% 100%;
        /* Match width of container */
        background-position: top center;
        background-repeat: no-repeat;
    }

    .video-thumbnail .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 48px;
        color: white;
        opacity: 0.9;
    }

    .video-thumbnail .video-title {
        position: absolute;
        bottom: 40px;
        left: 15px;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 24px;
        padding: 3px 6px;
        border-radius: 3px;
    }

    .testimonial-card {
        background: linear-gradient(128.92deg, #B3FCFF 19.68%, #B8C8FF 83.99%);
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        align-content: center;
        text-align: center;
        position: relative;
    }

    /* Larger size for desktop */
    @media (min-width: 1024px) {
        .orbit-wrapper {
            width: 88%;
            /* bigger for desktop */
            height: 110%;
        }
    }

    @media (max-width: 768px) {

        .video-thumbnail .play-button img {
            width: 60px;
            /* smaller play button on mobile */
        }

        .video-thumbnail .video-title {
            font-size: 16px;
            bottom: 20px;
            left: 10px;
        }

        .testimonial-card {
            margin-top: 20px;
            /* space between video and testimonial */
            padding: 15px;
            font-size: 14px;
            text-align: center;
            max-width: 95%;
        }

        .testimonial-card h5 {
            font-size: 20px;
        }

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

        .video-thumbnail {
            position: relative;
            width: 100%;
            height: auto;
        }

        .video-thumbnail img.video-poster {
            display: block;
            width: 100%;
            height: auto;
            min-height: 250px;
            /* ensure it has a minimum height */
        }

    }


    /* Right Column */
    .text-content {
        text-align: left;
    }

    .info-card {
        background: #f8faff;
        border-radius: 12px;
        padding: 20px 15px;
        margin-bottom: 15px;
        transition: box-shadow 0.3s;
    }

    .info-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    /* Icon + Title Alignment */
    .card-header {
        display: flex;
        align-items: center;
        gap: 10px;
        /* space between icon and title */
        margin-bottom: 20px;
    }

    .card-header img {
        width: 30px;
        /* adjust as needed */
        height: 30px;
    }

    .card-title {
        font-size: 16px;
        font-weight: 400;
        color: #1247FF;
        /* same blue as your design */
        margin: 0;
    }


    .info-card p {
        font-size: 16px;
        color: #637589;
        margin-top: 5px;
        line-height: 1.5;
    }

    /* Buttons */
    .buttons {
        display: flex;
        gap: 15px;
        margin-top: 20px;
    }

    .btn-primary {
        background: linear-gradient(140deg, #80FBFF, #88A3FF);
        color: #333333;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s;
    }

    .btn-primary:hover {
        background: linear-gradient(90deg, #00b0e6, #005ccc);
        color: white;
    }

    .btn-outline {
        position: relative;
        display: inline-block;
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 8px;
        /* works now */
        background: linear-gradient(white, white) padding-box,
            /* inner white */
            linear-gradient(90deg, #80FBFF, #88A3FF) border-box;
        /* gradient border */
        border: 2px solid transparent;
        /* needed for border-box gradient */
        transition: all 0.3s ease;
    }

    .btn-outline:hover {
        background: linear-gradient(90deg, #80FBFF, #88A3FF) padding-box,
            linear-gradient(90deg, #80FBFF, #88A3FF) border-box;
        color: white;
    }

    /* Section styling */
    /* .spectrum-section {
            font-family: "General Sans", sans-serif;
            padding: 60px 20px;
            background: #fff;
            color: #222;
        }

        .section-title {
            text-align: center;
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .section-subtitle {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 40px;
            font-size: 16px;
            line-height: 1.6;
            color: #555;
        } */

    .services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* always 2 items per row */
        gap: 20px;
    }

    /* Service item */
    .service-item {
        background: #fff;
        padding: 20px;
        /* border-left: 3px solid #007bff; */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        text-align: left;
        border-radius: 5px;
    }

    .service-item:hover {
        transform: translateY(-5px);

    }

    .service-item:hover h3 {
        color: #0039FF;

    }

    .service-item:hover p {
        color: #333;

    }

    .service-item h3 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .service-item p {
        font-size: 16px;
        line-height: 1.5;
        color: #656565;
    }

    /* Last item full width */
    .service-item.full-width {
        grid-column: span 2;
    }

    .experience-image-box .experience-img {
        border-radius: 10px;
        height: 700px;
        width: 100%;
    }

    .services-grid2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* always 2 items per row */
        gap: 20px;
    }

    /* Responsive for mobiles (1 column) */
    @media (max-width: 768px) {
        .services-grid {
            grid-template-columns: 1fr;
        }

        .service-item.full-width {
            grid-column: span 1;
            /* single column on mobile */
        }

        .services-grid2 {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }

        .orbit-wrapper {
            min-height: 400px;
            /* smaller orbit on mobile */
            min-width: 100%;
        }

        .text-content {
            text-align: left;
        }

        .buttons {
            justify-content: center;
        }

        /* Make text stack nicely */
        .text-content {
            max-width: 100%;
            padding: 0 15px;
        }

        /* Reduce icon size on mobile */
        .icon {
            width: 45px;
            height: 45px;
        }

        .icon img {
            width: 22px;
        }

        /* Reduce center logo size */
        .center-icon img {
            width: 40px;
        }

        .experience-image-box {
            margin-top: 30px;
        }
    }

    .btn-secondary3 {
        background: linear-gradient(140deg, #B3FCFF, #B8C8FF);
        border: none;
        border-radius: 8px;
        color: #333333;
        font-weight: 500;
        font-size: 18px;
        box-shadow: 0 0px 18px rgba(0, 0, 0, 0.25);
        padding: 10px 30px;
    }

    .video-iframe {
        width: 100%;
        min-height: 350px;
        border-radius: 10px;
        overflow: hidden;
    }

    .checked-icon {
        width: 13px;
        height: 13px;
        background-color: #0052FF;
        /* Blue fill */
        border-radius: 50%;
        /* Circle */
        position: relative;
        display: inline-block;
        margin-right: 8px;
        /* Space between icon and text */
    }

    .checked-icon::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 2px;
        width: 4px;
        height: 8px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        /* Checkmark shape */
    }

    .checked-icon2 {
        width: 13px;
        height: 13px;
        background-color: #FFFFFF;
        /* Blue fill */
        border-radius: 50%;
        /* Circle */
        position: relative;
        display: inline-block;
        margin-right: 8px;
        /* Space between icon and text */
    }

    .checked-icon2::after {
        content: "";
        position: absolute;
        left: 4px;
        top: 2px;
        width: 4px;
        height: 8px;
        border: solid #0052FF;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        /* Checkmark shape */
    }

    .common-list1>li {
        margin-bottom: 8px !important;
    }

    .common-list2>li {
        margin-bottom: 8px !important;
    }

    .service-img-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .services-img {
        width: 50%;
    }

    .service-box:hover {
        background-image: url(/public/assets/images/card-with-blue-border.png) !important;
        background-size: 100% 100% !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    .feature-card p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        color: #656565;
    }

    .feature-card:hover p {
        color: #333;
    }

    .feature-card:hover .feature-title {
        color: #0039FF;
    }

    .feature-card:hover {

        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    }

    .features-subheading2 {
        font-weight: 600;
        font-size: 22px;
        color: #333333;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
        text-transform: none !important;
    }
