:root {
    --ds-uk-nw-bar-cst-main-blue: #3f4766;
    --ds-uk-nw-bar-cst-green: #13224d;
}

.swal2-container {
    z-index: 100002 !important;
    /* Modal se zyada z-index */
}

/* Header */
.ds-uk-nw-bar-cst-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 12px 0;
}

.ds-uk-nw-bar-cst-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.ds-uk-nw-bar-cst-logo img {
    height: 50px;
}

.ds-uk-nw-bar-cst-nav-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Buttons */
.ds-uk-nw-bar-cst-btn-call,
.ds-uk-nw-bar-cst-btn-quote {
    background: var(--ds-uk-nw-bar-cst-main-blue);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    margin: auto;
    max-width: max-content;
    border: none;
    font-size: 13px;
}

.ds-uk-nw-bar-cst-btn-call:hover,
.ds-uk-nw-bar-cst-btn-quote:hover {
    background: #000;
    transform: translateY(-2px);
}

/* Hamburger */
.ds-uk-nw-bar-cst-hamburger {
    display: none;
    font-size: 26px;
    cursor: pointer;
    color: var(--ds-uk-nw-bar-cst-main-blue);
    transition: 0.3s ease;
}

/* Mobile Drawer with Slide Animation */
.ds-uk-nw-bar-cst-mobile-drawer {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    gap: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9998;
    overflow: hidden;
    max-height: 0;
    /* Hidden by default */
    transition: max-height 0.4s ease-out, padding 0.3s ease;
}

.ds-uk-nw-bar-cst-mobile-drawer.active {
    max-height: max-content;
    padding: 5px 20px 20px 20px;
    gap: 5px;
}

.ds-mob-drawer-link {
    text-align: center;
    color: black;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
}

/* Modal Animation */
.ds-uk-nw-bar-cst-modal-content {
    background: #fff;
    margin: 50px auto;
    padding: 35px;
    border-radius: 15px;
    width: 90%;
    max-width: 480px;
    position: relative;
    animation: dsSlideDown 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes dsSlideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Phone Field Fix */
.iti {
    width: 100% !important;
    display: block !important;
}

/* Responsive */
@media (max-width: 768px) {
    .ds-uk-nw-bar-cst-nav-right {
        display: none;
    }

    .ds-uk-nw-bar-cst-hamburger {
        display: block;
    }

    .ds-uk-nw-bar-cst-mobile-footer {
        display: grid;
    }

    .ds-uk-nw-bar-cst-logo img {
        height: 35px;
    }
}

/* Other form styles remain same as your previous code */
.ds-uk-nw-bar-cst-modal {
    display: none;
    position: absolute;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.ds-uk-nw-bar-cst-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.ds-uk-nw-bar-cst-form-group {
    margin-bottom: 10px;
}

.ds-uk-nw-bar-cst-form-group input,
.ds-uk-nw-bar-cst-form-group select {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #253690;
    border-radius: 10px;
    font-size: 15px;
    color: black;
    outline: none;
}

.ds-uk-nw-bar-cst-submit-btn {
    width: 100%;
    background: var(--ds-uk-nw-bar-cst-green);
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.ds-uk-nw-bar-cst-mobile-footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.ds-uk-nw-bar-cst-mob-btn {
    padding: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* First header section */
:root {
    --ds-uk-nw-ppc-first-sect-cst-blue: #3f4766;
    --ds-uk-nw-ppc-first-sect-cst-light-bg: #f9fbff;
    --ds-uk-nw-ppc-first-sect-cst-text: #0000;
}

.ds-uk-nw-ppc-first-sect-cst-hero {
    background: white;
    padding: 100px 0 40px 0;
    overflow: hidden;
    position: relative;
}

.ds-uk-nw-ppc-first-sect-cst-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ds-uk-nw-ppc-first-sect-cst-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
}

/* Left Side Content Styles */
.ds-uk-nw-ppc-first-sect-cst-content-left {
    flex: 1;
}

.ds-uk-nw-ppc-first-sect-cst-main-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    color: black;
    margin-bottom: 25px;
}

.ds-uk-nw-ppc-first-sect-cst-lead-text {
    font-size: 16px;
    line-height: 1.7;
    color: black;
    font-weight: 400;
    margin-bottom: 30px;
}

.ds-uk-nw-ppc-first-sect-cst-lead-text strong {
    font-weight: 500;
}


.ds-uk-nw-ppc-first-sect-cst-rating-div {
    margin-top: 40px;
}

/* Right Side Form Styles - Modern Look */
.ds-uk-nw-ppc-first-sect-cst-form-right {
    flex: 0 0 420px;
}

.ds-uk-nw-ppc-first-sect-cst-glass-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #13224d;
}

.ds-uk-nw-ppc-first-sect-cst-form-header {
    text-align: center;
    margin-bottom: 20px;
}

.ds-uk-nw-ppc-first-sect-cst-form-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: black;
    margin-bottom: 0px;
}

.ds-uk-nw-ppc-first-sect-cst-input-row {
    margin-bottom: 10px;
}

.ds-uk-nw-ppc-first-sect-cst-input-row input,
.ds-uk-nw-ppc-first-sect-cst-input-row select {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #7aa2cb;
    border-radius: 10px;
    font-size: 15px;
    background: #ffffff;
    transition: 0.3s;
}

.ds-uk-nw-ppc-first-sect-cst-input-row input:focus,
.ds-uk-nw-ppc-first-sect-cst-input-row select:focus {
    border-color: var(--ds-uk-nw-ppc-first-sect-cst-blue);
    outline: none;
    box-shadow: 0 0 0 4px rgba(63, 71, 102, 0.05);
}

.ds-uk-nw-ppc-first-sect-cst-btn-submit {
    width: 100%;
    background-color: var(--ds-uk-nw-ppc-first-sect-cst-blue);
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.ds-uk-nw-ppc-first-sect-cst-btn-submit:hover {
    background-color: #2e354f;
    transform: scale(1.01);
}

.img-brand-ds {
    max-width: 100px;
    height: auto;
    display: block;
}

.img-provider-wdth-simp-dsuk {
    width: 100px;
}

/* Tablet & Mobile Responsiveness */
@media (max-width: 991px) {
    .ds-uk-nw-ppc-first-sect-cst-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 0;
    }

    .ds-uk-nw-ppc-first-sect-cst-main-title {
        font-size: 36px;
    }

    .ds-uk-nw-ppc-first-sect-cst-form-right {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .ds-uk-nw-ppc-first-sect-cst-hero {
        padding: 80px 0 30px 0;
    }

    .ds-uk-nw-ppc-first-sect-cst-main-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .ds-uk-nw-ppc-first-sect-cst-glass-card {
        padding: 25px;
    }

    .ds-uk-nw-ppc-first-sect-cst-lead-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .img-provider-wdth-simp-dsuk {
        width: 100px;
    }

}

/* First header section End */
/* Seocond section */
.ds-uk-nw-crtfd-cst-section {
    padding: 5px 0 40px 0;
}

.ds-uk-nw-crtfd-cst-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Timeline section */
.timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* max-width: 1000px; */
    margin: 100px auto;
    padding: 20px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(217, 217, 217, 1);
    transform: translateY(-50%);
}

.timeline-item {
    text-align: center;
    position: relative;
    width: 18%;
}

.dot-cst-timeline {
    width: 15px;
    height: 15px;
    background: rgb(161 171 209 / 35%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #13224d;
    padding: 5px !important;
}

.text-top {
    position: absolute;
    top: -90px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.text-top .spH-num {
    font-weight: 600;
    color: #13224d;
    font-size: 40px;
}

.text-top .spP-P {
    font-weight: 600;
    color: rgb(58 54 54);
    margin-bottom: 0;
    line-height: normal;

}

.text-bottom {
    position: absolute;
    /* bottom: -50px; */
    /* left: 50%; */
    width: 100%;
    top: 15px;
    /* transform: translateX(-50%); */
}

.text-bottom .spH-num {
    font-weight: 600;
    color: #13224d;
    font-size: 40px;
}

.text-bottom .spP-P {
    font-weight: 600;
    color: rgb(58 54 54);
    margin-bottom: 0;
    line-height: normal;
}

.tollfree-hovr:hover {
    color: #13224d;
}

/* Hide mobile view by default */
.timeline-mobile {
    display: none;
}

.timeline-desktop {
    display: block;
}

@media (max-width: 768px) {


    .timeline-desktop {
        display: none;
    }

    .timeline-mobile {
        display: block;
    }

    .mobile-timeline {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        background: rgba(217, 217, 217, 1);
    }

    .mobile-item {
        width: 100%;
        text-align: center;
        padding: 15px;
        margin-bottom: 10px;
        background: rgb(57 86 200 / 20%);
        border: 2px solid #13224d;
        border-radius: 10px;
    }

    .spH-num {
        font-size: 24px;
        font-weight: 600;
        color: #13224d;
    }

    .spP-P {
        font-size: 15px;
        color: black;
        font-weight: 600;
    }

    .tollfree-hovr:hover {
        color: #13224d;
    }
}

/* Timeline section End */
/* Seocond section End */
/* Solutions cards */
.ds-uk-nw-solns-cst-sct-section {
    padding: 50px 0;
    background-color: #ffffff;
}

.ds-uk-nw-solns-cst-sct-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ds-uk-nw-solns-cst-sct-main-title {
    font-size: 30px;
    color: black;
    margin-bottom: 45px;
    font-weight: 600;
}


.ds-uk-nw-solns-cst-sct-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* --- Attractive Card Design --- */
.ds-uk-nw-solns-cst-sct-card {
    background-color: #ffffff;
    padding: 35px 25px;
    border-radius: 12px;
    /* Permanent Border - Jo aap ne manga tha */
    border: 1px solid #13224d;
    border-bottom: 4px solid #13224d;
    /* Dynamic Stream Brand accent */

    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

/* --- Minimal Hover Effect --- */
.ds-uk-nw-solns-cst-sct-card:hover {
    transform: translateY(-8px);
    /* Card sirf thora upar move hoga */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    /* No color change or border change on hover as requested */
}

.ds-uk-nw-solns-cst-sct-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 25px;
}

.ds-uk-nw-solns-cst-sct-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ds-uk-nw-solns-cst-sct-title {
    font-size: 18px;
    color: #13224d;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.ds-uk-nw-solns-cst-sct-desc {
    font-size: 14px;
    color: black;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* --- Responsive Adjustments --- */

@media (max-width: 1024px) {
    .ds-uk-nw-solns-cst-sct-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .ds-uk-nw-solns-cst-sct-grid {
        grid-template-columns: 1fr;
    }

    .ds-uk-nw-solns-cst-sct-main-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 25px;
    }

    .ds-uk-nw-solns-cst-sct-card {
        text-align: center;
        align-items: center;
    }
}

/* Solutions cards End */
/* CTA */
.uk-ppc-d365-form-popup-cta-section {
    padding: 50px 0;
    background: linear-gradient(90deg, #b7bed5 0%, #c7c7f0 100%);
}

.uk-ppc-d365-form-popup-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.uk-ppc-d365-form-popup-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.uk-ppc-d365-form-popup-col-left {
    flex: 0 0 55%;
}

.uk-ppc-d365-form-popup-col-right {
    flex: 0 0 45%;
    text-align: right;
}

.uk-ppc-d365-form-popup-cta-title {
    font-size: 36px;
    color: black;
    line-height: 1.2;
    margin-bottom: 10px;
}

.uk-ppc-d365-form-popup-cta-title span {
    font-weight: 600;
    color: #000;
}

.uk-ppc-d365-form-popup-cta-sub {
    font-size: 20px;
    color: black;
    margin-bottom: 25px;
}

.uk-ppc-d365-form-popup-modal-left-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 25px;
    color: white;
    font-weight: 400;
}

.uk-ppc-d365-form-popup-modal-left-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: white;
}

.uk-ppc-d365-form-popup-modal-contact-details h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    color: white;
}

.uk-ppc-d365-form-popup-modal-contact-details p {
    margin-bottom: 8px;
}

.uk-ppc-d365-form-popup-modal-contact-details a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;

}

.uk-ppc-d365-form-popup-modal-contact-details a:hover {
    text-decoration: underline;
}

.uk-ppc-d365-form-popup-btn-green {
    background-color: #13224d;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

.uk-ppc-d365-form-popup-btn-green:hover {
    background-color: black;
    transform: translateY(-2px);
}

.uk-ppc-d365-form-popup-cta-image {
    max-width: 100%;
    border-radius: 15px;
}

/* Modal Styling */
.uk-ppc-d365-form-popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    /* Agar content bada ho to pura modal scroll hoga */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling for iOS */
    padding: 20px 0;

}

.uk-ppc-d365-form-popup-modal-content {
    background-color: #fff;
    margin: 40px auto;
    /* Isse modal hamesha center mein rahega */
    max-width: 850px;
    width: 95%;
    /* Choti screens ke liye width adjustment */
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.uk-ppc-d365-form-popup-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
    z-index: 10;
}

.uk-ppc-d365-form-popup-modal-row {
    display: flex;
    flex-wrap: wrap;
}

.uk-ppc-d365-form-popup-modal-col-info {
    flex: 0 0 40%;
    background-color: #13224d;
    padding: 40px;
    color: white;
}

.uk-ppc-d365-form-popup-modal-col-form {
    flex: 0 0 60%;
    padding: 40px;
}

.uk-ppc-d365-form-popup-form-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
}

.uk-ppc-d365-form-popup-input-group {
    margin-bottom: 15px;
}

.uk-ppc-d365-form-popup-input-group input,
.uk-ppc-d365-form-popup-input-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.uk-ppc-d365-form-popup-btn-black {
    width: 100%;
    background: #13224d;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
}

@media (max-width: 768px) {

    .uk-ppc-d365-form-popup-col-left,
    .uk-ppc-d365-form-popup-col-right {
        flex: 0 0 100%;
        text-align: center;
        padding-bottom: 25px;
    }

    .uk-ppc-d365-form-popup-modal-col-info,
    .uk-ppc-d365-form-popup-modal-col-form {
        flex: 0 0 100%;
        width: 100%;
        padding: 30px 20px;
        /* Thora compact padding */
    }

    .uk-ppc-d365-form-popup-modal-row {
        flex-direction: column;
    }

    .uk-ppc-d365-form-popup-modal-content {
        margin: 10% auto;
    }

    .uk-ppc-d365-form-popup-modal-left-text {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .uk-ppc-d365-form-popup-cta-section {
        padding: 40px 0 10px 0;
    }

    .uk-ppc-d365-form-popup-cta-title {
        font-size: 23px;
    }

    .uk-ppc-d365-form-popup-btn-green {
        font-size: 13px;
    }

    .uk-ppc-d365-form-popup-cta-sub {
        font-size: 18px;
    }
}

/* CTA End */
/* Service section */
/* Container & Section */
/* Container & Section */
.ds-uk-nw-srvs-cst-sct-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.ds-uk-nw-srvs-cst-sct-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ds-uk-nw-srvs-cst-sct-main-heading {
    font-size: 30px;
    color: black;
    text-align: left;
    margin-bottom: 50px;
    font-weight: 600;
}

/* Grid Layout */
.ds-uk-nw-srvs-cst-sct-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Modern Card Design - Border ab hamesha rahega */
.ds-uk-nw-srvs-cst-sct-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    /* Yahan border hamesha visible rahega */
    border: 2px solid #e1e4e8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

/* Animation on Hover - Border color aur shadow update hogi */
.ds-uk-nw-srvs-cst-sct-card:hover {
    transform: translateY(-10px);
    border-color: #13224d;
    /* Hover pe Dynamics Stream ka dark blue color */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Image Styling */
.ds-uk-nw-srvs-cst-sct-img-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    /* Image ke niche halki si line takay content se alag nazar aaye */
    border-bottom: 1px solid #eee;
}

.ds-uk-nw-srvs-cst-sct-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ds-uk-nw-srvs-cst-sct-card:hover .ds-uk-nw-srvs-cst-sct-img-wrapper img {
    transform: scale(1.08);
}

/* Content Styling */
.ds-uk-nw-srvs-cst-sct-content {
    padding: 30px;
    flex-grow: 1;
}

.ds-uk-nw-srvs-cst-sct-title {
    font-size: 20px;
    color: #13224d;
    margin-bottom: 15px;
    font-weight: 600;
}

.ds-uk-nw-srvs-cst-sct-desc {
    font-size: 15px;
    color: black;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* === Responsive Breakpoints === */

/* Tablets (Max 991px) */
@media (max-width: 991px) {
    .ds-uk-nw-srvs-cst-sct-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Mobile (Max 767px) */
@media (max-width: 767px) {
    .ds-uk-nw-srvs-cst-sct-section {
        padding: 30px 0;
    }

    .ds-uk-nw-srvs-cst-sct-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ds-uk-nw-srvs-cst-sct-main-heading {
        font-size: 22px;
        text-align: center;
    }

    .ds-uk-nw-srvs-cst-sct-content {
        padding: 25px;
    }

    .ds-uk-nw-srvs-cst-sct-title {
        font-size: 20px;
    }
}


/* Service section End */
/* Client section */
/* Section Styles */
.ds-uk-nw-clnts-cst-sct-wrapper {
    background: linear-gradient(135deg, #171641 0%, #0d2141 100%);
    /* Modern Dark Gradient */
    padding: 50px 0;
    overflow: hidden;
}

.ds-uk-nw-clnts-cst-sct-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.ds-uk-nw-clnts-cst-sct-header {
    text-align: left;
    margin-bottom: 50px;
}

.ds-uk-nw-clnts-cst-sct-main-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.ds-uk-nw-clnts-cst-sct-sub-title {
    color: #94a3b8;
    /* Soft blue-grey text */
    font-size: 18px;
    margin: 0;
}

/* Grid Layout */
.ds-uk-nw-clnts-cst-sct-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 logos per row on desktop */
    gap: 20px;
}

/* Logo Card Item */
.ds-uk-nw-clnts-cst-sct-item {
    background: rgba(255, 255, 255, 0.07);
    /* Subtle glass effect */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* Logo Image Styling */
.ds-uk-nw-clnts-cst-sct-logo {
    max-width: 100%;
    max-height: 90px;
    /* Initially grayscale */
    transition: all 0.4s ease;

}

/* Hover Animation */
.ds-uk-nw-clnts-cst-sct-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: #5ca34a;
    /* Dynamics Stream Green touch */
    transform: translateY(-5px);
    /* Lift effect */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.ds-uk-nw-clnts-cst-sct-item:hover .ds-uk-nw-clnts-cst-sct-logo {
    filter: grayscale(0%) brightness(1.2);
    /* Colors back on hover */
    opacity: 1;
    transform: scale(1.05);
    /* Slight grow */
}

/* === Responsive Settings === */

/* Tablet (Max 1024px) */
@media (max-width: 1024px) {
    .ds-uk-nw-clnts-cst-sct-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Small Tablet / Large Phone (Max 768px) */
@media (max-width: 768px) {
    .ds-uk-nw-clnts-cst-sct-header {
        text-align: center;
    }

    .ds-uk-nw-clnts-cst-sct-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .ds-uk-nw-clnts-cst-sct-main-title {
        font-size: 20px;
    }

    .ds-uk-nw-clnts-cst-sct-sub-title {
        font-size: 16px;
    }
}

/* Mobile (Max 480px) */
@media (max-width: 480px) {
    .ds-uk-nw-clnts-cst-sct-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-uk-nw-clnts-cst-sct-item {
        height: 100px;
    }

    .ds-uk-nw-clnts-cst-sct-logo {
        max-height: 65px;
    }


}

/* Client section End */
/* Industries section */
/* Section Wrapper */
.ds-uk-nw-industrs-cst-sct-wrapper {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.ds-uk-nw-industrs-cst-sct-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styling */
.ds-uk-nw-industrs-cst-sct-header {
    text-align: center;
    margin-bottom: 50px;
}

.ds-uk-nw-industrs-cst-sct-main-title {
    font-size: 30px;
    color: black;
    font-weight: 600;
    margin: 0 auto;
}

/* Grid Layout */
.ds-uk-nw-industrs-cst-sct-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Modern Card Design */
.ds-uk-nw-industrs-cst-sct-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid #13224d;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.ds-uk-nw-industrs-cst-sct-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* Card Content */
.ds-uk-nw-industrs-cst-sct-card-title {
    font-size: 20px;
    color: #13224d;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

/* Blue underline like modern SaaS design */
.ds-uk-nw-industrs-cst-sct-card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #13224d;
    border-radius: 2px;
}

.ds-uk-nw-industrs-cst-sct-card-text {
    font-size: 15px;
    color: black;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* === Responsiveness === */

/* Tablets (Max 1024px) */
@media (max-width: 1024px) {
    .ds-uk-nw-industrs-cst-sct-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (Max 767px) */
@media (max-width: 767px) {
    .ds-uk-nw-industrs-cst-sct-wrapper {
        padding: 50px 0;
    }

    .ds-uk-nw-industrs-cst-sct-main-title {
        font-size: 20px;
    }

    .ds-uk-nw-industrs-cst-sct-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ds-uk-nw-industrs-cst-sct-card {
        padding: 30px 20px;
    }
}

/* Industries section End */