
/**=======first section=============**/
/* ================= HERO SECTION START ================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

/* Sabhi pages ke banners ke liye common code */


.hero-sectionMobile {
    background-image: url('/images/MobileDev.png');
}

.hero-sectionDesktopSoft {
    background-image: url('/images/DesktopDev.png');
}
/* Mobile View (Default - up to 767px) */
.hero-sectionDigitalmarketing {
    position: relative;
    width: 100%;
    /* aspect-ratio lagane se image ki height mobile screen ki width ke hisab se automatic set hogi */
    aspect-ratio: 1000 / 350; /* Jo ki aapki DigitalMarketing.jpg ka exact ratio hai */

    background-image: url('/images/DigitalMarketing.png');
    background-size: contain; /* Poori image bina kate screen mein fit hogi */
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

/* Tablet & Desktop View (768px and up) */
@media (min-width: 768px) {
    .hero-sectionDigitalmarketing {
        aspect-ratio: auto; /* Desktop par ratio hatakar exact height denge */
        min-height: 350px; /* Aapki desktop height */
        background-size: cover; /* Desktop par full screen fill karega */
    }
}


.hero-Crmsection {
    background-image: url('/images/CRMDev.png');
}

/* Badi screens (Laptops/Desktops) ke liye height fix karna */
        @media (min-width: 1024px) {
            .hero-section,
            .hero-sectionMobile,
            .hero-sectionDesktopSoft,
            .hero-sectionDigitalmarketing,
            .hero-Crmsection {
                aspect-ratio: auto; /* Desktop par ratio hatakar exact heights denge */
                padding: 0 80px;
            }

            .hero-section {
                min-height: 450px;
            }

            .hero-sectionMobile, .hero-sectionDesktopSoft {
                min-height: 306px;
            }

            .hero-sectionDigitalmarketing, .hero-Crmsection {
                min-height: 350px;
            }
        }
        /*.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(3, 21, 51, 0.85) 0%, rgba(0, 102, 255, 0.75) 50%, rgba(0, 191, 255, 0.65) 100% );
}*/

        .hero-content {
            position: relative;
            z-index: 2;
            width: 100%;
            color: #fff;
            padding: 0 8%;
        }

        .hero-breadcrumb {
            font-size: 16px;
            margin-bottom: 20px;
        }

            .hero-breadcrumb a {
                color: #fff;
                text-decoration: none;
            }

            .hero-breadcrumb span {
                margin: 0 10px;
                opacity: 0.8;
            }
        /* Capabilities grid (svhro- prefixed styles moved from view into CSS) */
        .svhro-capabilities-page {
            max-width: 1350px;
            margin: 0 auto;
            padding: 1rem;
            width: 100%;
        }

        .svhro-hero-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            align-items: center;
        }

        .svhro-capabilities-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
            margin-top: 1.5rem;
        }

        .svhro-capability-card {
            position: relative;
            height: 16rem;
            border-radius: 0.8rem;
            overflow: hidden;
            border: 1px solid #c6c6cd;
            cursor: pointer;
            transition: all 0.35s ease;
            background: #f3f4f6;
        }

            .svhro-capability-card img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

        .svhro-card-overlay {
            position: absolute;
            inset: 0;
            background-color: rgba(0,0,0,0.35);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            transition: background-image .3s ease, background-color .3s ease;
        }

        .svhro-capability-card:hover .svhro-card-overlay {
            background-image: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
        }

        .svhro-card-title {
            color: #fff;
            font-size: 1.25rem;
            font-weight: 700;
            text-align: center;
            text-shadow: 0 2px 6px rgba(0,0,0,0.6);
        }

        @media (max-width: 1024px) {
            .svhro-capabilities-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .svhro-hero-section {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 640px) {
            .svhro-capabilities-grid {
                grid-template-columns: 1fr;
            }
        }

        .hero-content {
            font-family: 'Poppins',sans-serif;
            position: relative;
            z-index: 2;
            margin-top: 130px;
            width: 100%;
            max-width: 1200px;
        }

        .hero-title {
            color: rgb(255, 255, 255);
            font-size: 42px;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 15px;
            font-family: 'Poppins', sans-serif;
            margin-left: 30px;
        }

        .hero-breadcrumb {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
            padding-left: 30px;
        }

            .hero-breadcrumb a,
            .hero-breadcrumb span,
            .hero-breadcrumb p {
                color: #fff;
                text-decoration: none;
                font-size: 17px;
                font-family: 'Poppins', sans-serif;
                font-weight: 500;
            }
        /* ================= HERO RESPONSIVE ================= */

        @media (max-width: 992px) {

            .hero-section {
                padding: 0 40px;
                min-height: 350px;
            }

            .hero-title {
                font-size: 48px;
            }

            .hero-breadcrumb a,
            .hero-breadcrumb span,
            .hero-breadcrumb p {
                font-size: 18px;
            }
        }

        @media (max-width: 576px) {

            .hero-section {
                padding: 0 20px;
                min-height: 300px;
            }

            .hero-title {
                font-size: 34px;
            }

            .hero-breadcrumb a,
            .hero-breadcrumb span,
            .hero-breadcrumb p {
                font-size: 14px;
            }
        }
        /* ================= HERO SECTION END ================= */
        /* ================= SEC 1 ================= */

        .sec1 {
            width: 100%;
            height: 500px;
            display: flex;
        }

        .sec1-image {
            width: 50%;
            height: 100%;
        }

            .sec1-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

        .sec1-content {
            width: 50%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 80px;
            background: #f8fafc;
        }

            .sec1-content h2 {
                font-size: 55px;
                margin-bottom: 25px;
                color: #111827;
            }

            .sec1-content p {
                font-size: 18px;
                line-height: 1.8;
                color: #4b5563;
            }
        /**==========Section 3===========================**/
        /* ================= SEC 3 ================= */

        .sec3 {
            width: 100%;
            padding: 30px 100px;
            background: #f5f5f5;
            font-family: 'Poppins',sans-serif;
        }
        /* ================= CONTENT ================= */

        .sec3-content {
            max-width: 1200px;
            margin-bottom: 60px;
        }

        .sec3-title {
            font-size: 42px;
            font-weight: 800;
            color: #050b5c;
            font-family: 'Poppins',sans-serif;
            line-height: 1.1;
            margin-bottom: 45px;
        }

        .sec3-text {
            font-size: 17px;
            line-height: 1.5;
            color: #374151;
            font-family: 'Poppins', sans-serif;
            margin-bottom: 19px;
            max-width: 1400px;
        }
        /* ================= IMAGES ================= */

        .sec3-images {
            display: flex;
            gap: 40px;
            align-items: center;
        }

        .sec3-image-box {
            width: 420px;
            height: 370px;
            border-radius: 20px;
            overflow: hidden;
            flex-shrink: 0;
        }

            .sec3-image-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        /* ================= RESPONSIVE ================= */

        @media (max-width: 992px) {

            .sec3 {
                padding: 60px 30px;
            }

            .sec3-title {
                font-size: 46px;
            }

            .sec3-text {
                font-size: 18px;
            }

            .sec3-images {
                flex-direction: column;
            }

            .sec3-image-box {
                width: 100%;
                height: 320px;
            }
        }

        @media (max-width: 576px) {

            .sec3-title {
                font-size: 34px;
            }

            .sec3-text {
                font-size: 16px;
                line-height: 1.7;
            }

            .sec3-image-box {
                height: 250px;
            }
        }
        /**===========first section========================**/
        .sec5 {
            width: 100%;
            padding: 80px 100px;
        }
        /* ================= CONTAINER ================= */

        .sec5-container {
            display: flex;
            align-items: stretch;
            gap: 50px;
        }
        /* ================= IMAGE ================= */

        .sec5-image {
            width: 60%;
            height: 394px;
            border-radius: 18px;
            overflow: hidden;
        }

            .sec5-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
        /* ================= CARD ================= */

        .sec5-card {
            width: 25%;
            background: #eef3fa;
            border: 1px solid #5ca9ff;
            border-radius: 18px;
            padding: 10px 4px;
        }
        /* ================= TITLE ================= */

        .sec5-title {
            font-size: 34px;
            font-weight: 700;
            color: #04135f;
            margin-bottom: 32px;
            padding: 0px 10px;
        }

        .sec5-line {
            width: 170px;
            height: 3px;
            background: #3b82f6;
            margin-bottom: 10px;
        }
        /* ================= DETAILS ================= */

        .sec5-details p {
            font-size: 18px;
            color: #4b5563;
            line-height: 1.7;
            margin-bottom: 8px;
            padding: 0px 10px;
        }

        .sec5-details strong {
            color: #1f2937;
        }
        /* ================= SOCIALS ================= */

        .sec5-socials {
            display: flex;
            align-items: center;
            gap: 26px;
            margin-top: 28px;
        }

            .sec5-socials a {
                width: 58px;
                height: 58px;
                border-radius: 50%;
                background: white;
                display: flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                color: #2563eb;
                font-size: 22px;
                font-weight: 700;
                transition: 0.3s;
            }

                .sec5-socials a:hover {
                    transform: translateY(-5px);
                }
        /* ================= RESPONSIVE ================= */

        @media (max-width: 1200px) {

            .sec5-container {
                flex-direction: column;
            }

            .sec5-image,
            .sec5-card {
                width: 100%;
            }
        }

        @media (max-width: 768px) {

            .sec5 {
                padding: 50px 20px;
            }

            .sec5-image {
                height: 350px;
            }

            .sec5-card {
                padding: 35px 25px;
            }

            .sec5-title {
                font-size: 30px;
            }

            .sec5-details p {
                font-size: 18px;
                margin-bottom: 25px;
            }
        }
        /**================**/
        .sec8-container {
            font-family: 'Poppins', sans-serif;
            max-width: 1041px;
            padding: 50px 20px;
            background: #ffffff;
        }

        .sec8-title {
            font-size: 42px;
            font-weight: 800;
            color: #050b5c;
            text-align: left;
            padding-left: 100px;
            margin-bottom: 50px;
        }

        .sec8-content {
            max-width: 820px;
            margin: 0 auto 60px;
        }

        .sec8-paragraph {
            font-size: 17px;
            line-height: 1.65;
            color: #374151;
            text-align: center;
        }

        .sec8-highlight {
            position: relative;
            display: inline-block;
            font-weight: 500;
            color: #1f2937;
        }

            .sec8-highlight::after {
                content: '';
                position: absolute;
                bottom: 3px;
                left: -6px;
                right: -6px;
                height: 26px;
                background: #3b82f6;
                border-radius: 9999px;
                opacity: 0.15;
                z-index: -1;
            }

        .sec8-columns {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 50px;
            max-width: 800px;
            margin: 0 auto;
        }

        .sec8-column {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .sec8-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
        }

        .sec8-check {
            color: #3b82f6;
            font-size: 17px;
            line-height: 1;
            margin-top: 2px;
        }

        .sec8-feature {
            font-size: 15px;
            font-weight: 600;
            color: #1f2937;
        }
        /* Responsive */
        @media (max-width: 768px) {
            .sec8-container {
                padding: 60px 15px;
            }

            .sec8-title {
                font-size: 36px;
            }

            .sec8-paragraph {
                font-size: 17px;
            }
        }



        .sec9-container {
            font-family: 'Inter', system-ui, sans-serif;
            padding: 60px 20px;
            background: #0f172a;
        }

        .sec9-banner {
            max-width: 1200px;
            margin: 0 auto;
            background: linear-gradient(90deg, #3b82f6 0%, #6366f1 45%, #8b5cf6 100%);
            border-radius: 24px;
            padding: 28px 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
            position: relative;
        }

        .sec9-left {
            display: flex;
            align-items: center;
            gap: 28px;
        }

        .sec9-icon-circle {
            width: 98px;
            height: 98px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .sec9-chat-icon {
            width: 48px;
            height: 48px;
            position: relative;
        }

            .sec9-chat-icon svg {
                width: 100%;
                height: 100%;
                filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
            }

        .sec9-text {
            color: white;
        }

        .sec9-main-heading {
            font-size: 29px;
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 6px;
        }

        .sec9-subtext {
            font-size: 17.5px;
            font-weight: 400;
            opacity: 0.95;
        }

        .sec9-button {
            background: white;
            color: #1e2937;
            font-size: 16px;
            font-weight: 600;
            padding: 16px 34px;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }

            .sec9-button:hover {
                transform: translateY(-3px);
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            }
        /* Responsive */
        @media (max-width: 768px) {
            .sec9-banner {
                flex-direction: column;
                text-align: center;
                padding: 35px 30px;
                gap: 25px;
            }

            .sec9-icon-circle {
                width: 82px;
                height: 82px;
            }

            .sec9-main-heading {
                font-size: 26px;
            }
        }
        /* HEADER */
        .header {
            position: sticky;
            top: 0;
            z-index: 999;
            background: #fff;
            box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        }

        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }

        .logo-text {
            font-size: 24px;
            font-weight: 700;
            color: #0f172a;
        }
        /* Desktop Menu */
        .main-nav .nav-list {
            display: flex;
            align-items: center;
            gap: 30px;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-link {
            text-decoration: none;
            color: #334155;
            font-weight: 500;
            transition: 0.3s;
        }

            .nav-link:hover,
            .nav-link.active {
                color: #188bf6;
            }
        /* Mobile Toggle */
        .mobile-toggle {
            display: none;
            width: 40px;
            height: 40px;
            background: transparent;
            border: none;
            cursor: pointer;
            position: relative;
        }

            .mobile-toggle span {
                display: block;
                width: 25px;
                height: 3px;
                margin: 5px auto;
                background: #188bf6;
                border-radius: 5px;
                transition: 0.3s;
            }
        /* Mobile Design */
        @media (max-width: 991px) {

            .mobile-toggle {
                display: block;
            }

            .main-nav {
                position: fixed;
                top: 75px;
                right: -100%;
                width: 280px;
                height: calc(100vh - 75px);
                background: #ffffff;
                box-shadow: -5px 0 20px rgba(0,0,0,0.1);
                transition: 0.4s ease;
                padding: 30px 20px;
                overflow-y: auto;
            }

                .main-nav.active {
                    right: 0;
                }

                .main-nav .nav-list {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 0;
                }

                    .main-nav .nav-list li {
                        width: 100%;
                        border-bottom: 1px solid #e2e8f0;
                    }

                        .main-nav .nav-list li a {
                            display: block;
                            width: 100%;
                            padding: 15px 0;
                            font-size: 16px;
                        }
            /* Hamburger Animation */
            .mobile-toggle.active span:nth-child(1) {
                transform: rotate(45deg) translate(6px, 6px);
            }

            .mobile-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .mobile-toggle.active span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -5px);
            }
        }

        @media (max-width: 576px) {

            .logo-text {
                font-size: 20px;
            }

            .main-nav {
                width: 100%;
            }
        }

        body {
            margin: 0;
        }
        /**==========FIRST SECTION CSS ENDS HERE**/
        .svhro-capabilities-page {
            max-width: 1350px;
            margin: 0 auto;
            padding: 1rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 1.5rem;
        }
        /* Hero Section */
        .svhro-hero-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            align-items: center;
        }

        .svhro-hero-content h2 {
            font-size: 2.3rem;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.01em;
            color: #000000;
            margin-bottom: 1rem;
        }

        .svhro-hero-content p {
            font-size: 1.2rem;
            line-height: 1.4;
            color: #45464d;
            max-width: 90%;
        }
        /* Contact Form */
        .svhro-contact-form-container {
            background-color: #ffffff;
            border: 1px solid #c6c6cd;
            padding: 1.5rem;
            border-radius: 0.5rem;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }

            .svhro-contact-form-container h3 {
                font-size: 1.5rem;
                font-weight: 600;
                margin-bottom: 1rem;
                color: #000000;
            }

        .svhro-contact-form {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .svhro-form-group {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .svhro-form-label {
            font-size: 0.875rem;
            font-weight: 500;
            color: #45464d;
        }

        .svhro-form-input,
        .svhro-form-select,
        .svhro-form-textarea {
            width: 100%;
            background-color: #f2f4f6;
            border: 1px solid #c6c6cd;
            border-radius: 0.125rem;
            padding: 0.75rem;
            font-family: inherit;
            font-size: 1rem;
            outline: none;
            transition: all 0.2s ease;
        }

            .svhro-form-input:focus,
            .svhro-form-select:focus,
            .svhro-form-textarea:focus {
                border-color: #0058be;
                box-shadow: 0 0 0 2px rgba(0, 88, 190, 0.2);
            }

        .svhro-form-textarea {
            resize: none;
            height: 3rem;
        }

        .svhro-submit-button {
            background-color: #000000;
            color: #ffffff;
            font-weight: 500;
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 0.125rem;
            cursor: pointer;
            transition: background-color 0.2s, transform 0.1s;
            margin-top: 0.5rem;
        }

            .svhro-submit-button:hover {
                background-color: #0058be;
            }

            .svhro-submit-button:active {
                transform: scale(0.95);
            }
        /* Capabilities Grid */
        .svhro-capabilities-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1rem;
        }

        .svhro-capability-card {
            position: relative;
            height: 16rem;
            border-radius: 0.8rem;
            overflow: hidden;
            border: 1px solid #c6c6cd;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

            .svhro-capability-card:hover {
                transform: scale(1.03);
                box-shadow: 0 20px 25px -5px rgba(0, 88, 190, 0.2), 0 10px 10px -5px rgba(0, 88, 190, 0.1);
                border-color: #0058be;
            }

            .svhro-capability-card img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .svhro-card-overlay {
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            transition: background-image 0.4s ease;
        }

        .svhro-capability-card:hover .svhro-card-overlay {
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
        }

        .svhro-card-title {
            color: #ffffff;
            font-size: 1.5rem;
            font-weight: 700;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }
        /* Responsive */
        @media (max-width: 1024px) {
            .svhro-hero-section {
                grid-template-columns: 1fr;
            }

            .svhro-hero-content h2 {
                font-size: 2.25rem;
            }

            .svhro-capabilities-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 640px) {
            .svhro-capabilities-grid {
                grid-template-columns: 1fr;
            }
        }
        /**==========FIRST SECTION CSS ENDS HERE**/
        /**======SECOND SECTION CSS STARTS HERE==================**/
        .svsnd-tech-section {
            padding: 1.5rem 5rem;
            max-width: 1516px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: #041C45;
            color: #ffffff;
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
        }

        .svsnd-tech-header {
            margin-bottom: 2rem;
            max-width: 800px;
        }

        .svsnd-tech-overline {
            display: block;
            font-size: 0.75rem;
            font-weight: 600;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.2em;
            margin-bottom: 0.5rem;
            opacity: 0.9;
        }

        .svsnd-tech-title {
            font-size: 2.3rem;
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.01em;
            margin-bottom: 1.5rem;
            color: #ffffff;
        }

        .svsnd-tech-description {
            font-size: 1.125rem;
            color: #cbd5e1;
            max-width: 40rem;
        }

        .svsnd-tech-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 1.5rem;
        }

        @media (min-width: 768px) {
            .svsnd-tech-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .svsnd-tech-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        .svsnd-tech-card {
            background-color: #0f172a;
            border: 1px solid rgba(255, 255, 255, 0.15);
            padding: 1.2rem;
            border-radius: 0.7rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            text-decoration: none;
            color: inherit;
        }


            .svsnd-tech-card:hover {
                transform: translateY(-8px);
                background-color: #16213e;
                box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
                border-color: rgba(255, 255, 255, 0.4);
            }

        .svsnd-icon-container {
            color: rgba(255, 255, 255, 0.5);
            display: flex;
            align-items: center;
            justify-content: flex-start;
            height: 2rem;
            width: 2rem;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }

        .svsnd-tech-card:hover .svsnd-icon-container {
            color: #ffffff;
            transform: scale(1.05);
        }

        .material-symbols-outlined {
            font-size: 24px !important;
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
        }

        .svsnd-tech-card-content {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .svsnd-tech-card-title {
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.3;
            color: #ffffff;
        }

        .svsnd-tech-tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .svsnd-tech-tag {
            padding: 4px 8px;
            background-color: rgba(255, 255, 255, 0.1);
            color: #cbd5e1;
            border-radius: 0.125rem;
            font-size: 0.625rem;
            font-weight: 600;
            text-transform: uppercase;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        /**======SECOND SECTION CSS ENDS HERE===================**/
        /**========THIRD SECTION CSS STARTS HERE================**/
        .svtrd-main-section {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.5rem 5rem;
            background-color: #f7f9fb;
            color: #191c1e;
            font-family: 'Inter', sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .svtrd-container {
            max-width: 1440px;
            width: 100%;
            margin: 0 auto;
        }
        /* Header Section */
        .svtrd-content-header {
            margin-bottom: 2.5rem;
        }

        .svtrd-badge-wrapper {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: #0058be;
            margin-bottom: 0.5rem;
        }

        .svtrd-badge-line {
            width: 32px;
            height: 2px;
            background-color: #0058be;
        }

        .svtrd-badge-text {
            font-size: 0.875rem;
            font-weight: 500;
            letter-spacing: 0.01em;
            text-transform: uppercase;
        }

        .svtrd-title {
            font-size: 2.2rem;
            font-weight: 700;
            color: #0f172a;
            line-height: 1.2;
            letter-spacing: -0.01em;
            margin-bottom: 1rem;
        }

        .svtrd-description {
            font-size: 1.1rem;
            line-height: 1.5;
            color: #45464d;
            max-width: 1200px;
        }
        /* Cards Section */
        .svtrd-cards-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
        }

        .svtrd-trust-card {
            background-color: #ffffff;
            border: 1px solid #c6c6cd;
            padding: 0.8rem;
            border-radius: 0.5rem;
            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex;
            gap: 1.5rem;
            opacity: 0;
            transform: translateY(20px);
        }

            .svtrd-trust-card:hover {
                box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
                transform: translateY(-2px);
            }

        .svtrd-icon-container {
            flex-shrink: 0;
            width: 35px;
            height: 35px;
            background-color: #eceef0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.5rem;
            color: #0058be;
        }

            .svtrd-icon-container .material-symbols-outlined {
                font-size: 28px;
            }

        .svtrd-card-content h3 {
            font-size: 1rem;
            font-weight: 600;
            color: #0f172a;
            line-height: 0.2;
            margin-bottom: 0.5rem;
            transition: color 0.3s ease;
        }

        .svtrd-trust-card:hover .svtrd-card-content h3 {
            color: #0058be;
        }

        .svtrd-card-content p {
            font-size: 0.8rem;
            line-height: 1.4;
            color: #45464d;
        }

        @media (max-width: 1024px) {
            .svtrd-title {
                font-size: 2.25rem;
            }

            .svtrd-cards-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 640px) {
            .svtrd-main-section {
                padding: 2.5rem 1rem;
            }
        }
        /**==========THIRD SECTION CSS ENDS HERE================**/
        /**==========FOURTH SECTION CSS STARTS HERE============***/
        .svfaq-main-section {
            background-color: #f7f9fb;
            color: #191c1e;
            font-family: 'Inter', system-ui, sans-serif;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        /* Hero Section */
        .svfaq-faq-hero {
            padding: 1rem;
            text-align: center;
            background-color: #f7f9fb;
        }

        .svfaq-faq-hero-title {
            font-size: 2.25rem;
            font-weight: 800;
            color: #000000;
            text-transform: uppercase;
            letter-spacing: -0.02em;
            margin-bottom: 0.5rem;
            line-height: 1.1;
        }

        @media (min-width: 768px) {
            .svfaq-faq-hero-title {
                font-size: 2.5rem;
                text-align: left;
                padding-left: 35px;
            }

            .svfaq-faq-hero {
                padding-left: 2.5rem;
                padding-right: 2.5rem;
            }
        }

        .svfaq-faq-hero-subtitle {
            max-width: 42rem;
            color: #45464d;
            text-align: left;
            padding-left: 35px;
            font-size: 1.1rem;
            font-weight: 400;
            line-height: 1.75;
        }
        /* FAQ Container */
        .svfaq-faq-container {
            padding: 1rem 0rem;
            max-width: 84rem;
            margin: 0 auto;
        }

        @media (min-width: 768px) {
            .svfaq-faq-container {
                padding-left: 2.5rem;
                padding-right: 2.5rem;
            }
        }

        .svfaq-accordion-list {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .svfaq-accordion-item {
            background-color: #ffffff;
            border: 1px solid #c6c6cd;
            border-radius: 0.5rem;
            overflow: hidden;
            transition: all 0.2s ease;
        }

            .svfaq-accordion-item:hover {
                box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
            }

        .svfaq-accordion-trigger {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.5rem;
            text-align: left;
            background: none;
            border: none;
            cursor: pointer;
            font-family: inherit;
        }

            .svfaq-accordion-trigger:focus {
                outline: none;
                box-shadow: inset 0 0 0 2px rgba(0, 88, 190, 0.2);
            }

        .svfaq-accordion-title {
            font-size: 1rem;
            font-weight: 600;
            color: #000000;
            line-height: 1.4;
        }

        .svfaq-accordion-icon {
            color: #0058be;
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .svfaq-accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border-top: 1px solid rgba(198, 198, 205, 0.5);
        }

        .svfaq-accordion-inner {
            padding: 2.5rem;
            padding-top: 0;
        }

        .svfaq-accordion-text {
            color: #45464d;
            font-size: 1rem;
            font-weight: 400;
        }
        /* Active State */
        .svfaq-accordion-item.active .svfaq-accordion-content {
            max-height: 500px;
        }

        .svfaq-accordion-item.active .svfaq-accordion-icon {
            transform: rotate(180deg);
        }
        /* Tech Badges */
        .svfaq-badge-container {
            margin-top: 1.5rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .svfaq-badge {
            background-color: #f2f4f6;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #45464d;
            border: 1px solid #c6c6cd;
        }
        /* Material Symbols */
        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
            display: inline-block;
            vertical-align: middle;
        }
        /**===========FOURTH SECTION CSS ENDS HERE===============**/
        /**=========FIFTH SECTION CSS STARTS HERE================**/
        .svcta-main-section {
            font-family: 'Inter', sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem 5rem;
        }
        /* Banner Section Container */
        .svcta-cta-banner {
            width: 100%;
            display: flex;
            justify-content: center;
        }
        /* Main Banner Wrapper */
        .svcta-cta-banner-container {
            position: relative;
            background-color: #0d1b2a;
            border-radius: 2rem;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: 1440px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        }
        /* Content Areas */
        .svcta-cta-content {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 2.5rem 2rem;
            z-index: 10;
        }

        .svcta-cta-visual {
            position: relative;
            flex: 1;
            min-height: 250px;
        }
        /* Typography */
        .svcta-cta-heading {
            color: #ffffff;
            font-size: 1.875rem;
            font-weight: 800;
            letter-spacing: -0.025em;
            line-height: 1.2;
        }
        /* Image Styling */
        .svcta-cta-image {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: right;
        }
        /* Button Overlay & Style */
        .svcta-cta-button-wrapper {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 1.5rem;
        }

        .svcta-cta-button {
            display: inline-block;
            background-color: #0d1b2a;
            color: #ffffff;
            font-weight: 700;
            font-size: 1.125rem;
            padding: 1rem 2rem;
            border-radius: 9999px;
            text-decoration: none;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

            .svcta-cta-button:hover {
                transform: scale(1.05);
                filter: brightness(1.1);
            }
        /* Responsive Breakpoints */
        @media (min-width: 768px) {
            .svcta-cta-banner-container {
                flex-direction: row;
                align-items: stretch;
            }

            .svcta-cta-content {
                padding: 0 0 0 3rem;
            }

            .svcta-cta-heading {
                font-size: 2.25rem;
            }

            .svcta-cta-visual {
                min-height: auto;
            }

            .svcta-cta-button {
                padding: 1rem;
                font-size: 1rem;
            }
        }

        @media (min-width: 1024px) {
            .svcta-cta-content {
                padding-left: 4rem;
            }

            .svcta-cta-heading {
                font-size: 2rem;
            }

            .svcta-cta-button-wrapper {
                justify-content: flex-start;
                padding-left: 5rem;
            }

            .svcta-heading-break {
                display: block;
            }
        }

        @media (min-width: 1280px) {
            .svcta-cta-content {
                padding-left: 3rem;
            }
        }

        .svcta-heading-break {
            display: none;
        }
        /**=========FIFTH SECTION ENDS HERE=====================**/
        .svhro-capabilities-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            width: 100%;
        }

        .svhro-capability-card {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
        }

            .svhro-capability-card img {
                width: 100%;
                height: 280px;
                object-fit: cover;
                display: block;
            }

        .svhro-capabilities-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        @media (max-width: 992px) {
            .svhro-capabilities-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .svhro-capabilities-grid {
                grid-template-columns: 1fr;
            }
        }

/* =========================================================
   ENQUIRY FORM SECTION LAYOUT IMPROVEMENTS
   Ensures the new enqf-card sits well in the hero grid
   ========================================================= */

/* Increase padding in the hero section for breathing room */
.svhro-capabilities-page {
    padding: 3.5rem 2rem;
}

/* Left content: slightly wider than form, centered vertically */
.svhro-hero-section {
    grid-template-columns: 1.15fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Left prose improvements */
.svhro-hero-content h2 {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.02em;
    color: #0d1b2a;
    margin-bottom: 1.1rem;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
}
.svhro-hero-content h1 {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.02em;
    color: #0d1b2a;
    margin-bottom: 1.1rem;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
}
.svhro-hero-content p {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
    max-width: 100%;
}

/* CTA link inside hero content */
.svhro-hero-content a.svhro-hero-cta,
.svhro-hero-content a.svhro-submit-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d1b2a;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: background .25s, transform .15s;
}
.svhro-hero-content a.svhro-hero-cta:hover,
.svhro-hero-content a.svhro-submit-button:hover {
    background: #188bf6;
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

/* Sticky form on scroll: keep form in view while reading long content */
@media (min-width: 992px) {
    .svhro-hero-section > *:last-child {
        position: sticky;
        top: 88px;
    }
}

/* ── Responsive layout fixes ─────────────────────────────── */
@media (max-width: 1024px) {
    .svhro-hero-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .svhro-hero-section > *:last-child {
        position: static;
    }
    .enqf-card {
        max-width: 100%;
    }
    .svhro-capabilities-page {
        padding: 2.5rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .svhro-hero-content h2,
    .svhro-hero-content h1 {
        font-size: 1.65rem;
    }
    .svhro-capabilities-page {
        padding: 2rem 1rem;
    }
}