html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
    text-align: justify;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.about-content {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 20px;
    line-height: 1.6;
}


    /*logo*/
    .logo {
    height: 40px;
    width: auto;
}


/*Banner section*/
.carousel-item {
    height: 100vh;
    position: relative;
}

    .carousel-item img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        filter: brightness(1.3) contrast(0.9);
    }

    .carousel-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(240, 248, 255, 0.6) 100%);
        z-index: 1;
    }

@media (max-width: 768px) {
    .carousel-item {
        height: 80vh;
        min-height: 500px;
    }

    .banner-heading {
        font-size: 2rem;
    }

    .banner-subheading {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .carousel-item {
        height: 70vh;
        min-height: 450px;
    }

    .banner-heading {
        font-size: 1.5rem;
    }

    .banner-subheading {
        font-size: 1rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 40px;
        height: 40px;
    }
}

.carousel-caption {
    color: #1a1a1a;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.banner-heading {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #0d47a1;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.9);
}

.banner-subheading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(13, 71, 161, 0.6);
    filter: invert(1);
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(13, 71, 161, 0.9);
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
}




/*Navbar*/
.nav-link:hover {
    color: dodgerblue !important;
}


/*footer*/
footer a:hover {
    color: #ffc107 !important;
    text-decoration: underline !important;
}

.footer-logo {
    height: 20px;
    width: auto;
}


.nciipc-models-section {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
}

.nciipc-section-heading {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: #2c3e50;
}

.nciipc-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    perspective: 1000px;
}

.nciipc-flip-card {
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    cursor: pointer;
}

    .nciipc-flip-card:hover {
        transform: rotateY(180deg);
    }

.nciipc-card-front, .nciipc-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nciipc-card-front {
    background-color: #f2f1f0;
    border: 2px solid #e0e0e0;
}

.nciipc-card-back {
    background-color: #2c3e50;
    color: white;
    transform: rotateY(180deg);
}

.nciipc-flip-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.nciipc-flip-card p {
    font-size: 1rem;
    line-height: 1.6;
}

.nciipc-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #3498db;
}




.mission-banner {
    min-height: 300px;
    color: white;
}

.mission-banner-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 8px;
}

.mission-card {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

    .mission-card .mission-icon {
        font-size: 3rem;
        color: #0069d9;
    }

.section-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #003366;
}

.core-value-card {
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

    .core-value-card .core-value-icon {
        font-size: 2.5rem;
        color: #28a745;
    }


.custom-container {
    background-color: #fff6ec;
    border-radius: 20px;
    max-width: 1200px;
    width: 100%;
    min-height: 300px;
    margin-top: 100px;
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .custom-container {
        margin-top: 50px;
        padding: 2rem 1rem;
        border-radius: 10px;
    }
}

.custom-button {
    background-color: #ffcc99;
    color: #000;
    border: none;
    padding: 0.5rem 2rem;
}

.custom-text-muted {
    text-align: center;
}


.blog-container {
    max-width: 1200px!important;
    margin: 0 auto;
}

.blog-item {
    transition: all 0.2s ease-in-out;
}

    .blog-item:hover {
        background-color: #f8f9fa;
        transform: translateY(-2px);
    }

.blog-icon i {
    width: 40px;
    height: 40px;
}

.blog-card {
    transition: all 0.3s ease;
    border-radius: 18px;
    background: #fff;
    min-height: 280px;
    padding: 10px;
}

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
    }

    .blog-card .card-body {
        display: flex;
        flex-direction: column;
    }

    .blog-card h5 {
        font-size: 1.05rem;
        line-height: 1.4;
    }

    .blog-card p {
        color: #6c757d;
    }

    .blog-card .bi-journal-text {
        color: #0d6efd;
    }

    .blog-card .text-primary {
        transition: color 0.3s ease;
    }

    .blog-card:hover .text-primary {
        color: #0056b3;
    }

.blog-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.blog-detail {
    max-width: 1100px!important;
    margin: 0 auto;
}

    .blog-detail .card {
        background-color: #ffffff;
        transition: all 0.3s ease;
    }

        .blog-detail .card:hover {
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }

.blog-content p {
    margin-bottom: 1rem;
    color: #444;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 1.5rem;
    color: #222;
}

.blog-content a {
    color: #0d6efd;
    text-decoration: underline;
}

    .blog-content a:hover {
        text-decoration: none;
    }

.btn-link i {
    transition: transform 0.2s ease;
}

.btn-link:hover i {
    transform: translateX(-3px);
}
.back-btn i {
    transition: transform 0.2s ease, color 0.2s ease;
}

.back-btn:hover i {
    transform: translateX(-3px);
    color: #0d6efd;
}
.arrow-back {
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
}

    .arrow-back:hover {
        transform: translateX(-4px);
        color: #0d6efd;
    }



/*HomePage CSS*/

/* Section Background Colors */
.section-bg-1,
.section-bg-2,
.section-bg-3,
.section-bg-4,
.section-bg-5,
.section-bg-6,
.section-bg-7,
.section-bg-8,
.section-bg-9,
.section-bg-10 {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    padding: 1.5rem 0 !important;
    position: relative;
    overflow: hidden;
}

    .section-bg-1::before,
    .section-bg-2::before,
    .section-bg-3::before,
    .section-bg-4::before,
    .section-bg-5::before,
    .section-bg-6::before,
    .section-bg-7::before,
    .section-bg-8::before,
    .section-bg-9::before,
    .section-bg-10::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image:
            radial-gradient(circle at 20% 50%, rgba(255, 152, 0, 0.03) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(13, 71, 161, 0.03) 0%, transparent 50%),
            radial-gradient(circle at 40% 20%, rgba(255, 215, 0, 0.02) 0%, transparent 50%);
        pointer-events: none;
        z-index: 0;
    }

    .section-bg-1 > *,
    .section-bg-2 > *,
    .section-bg-3 > *,
    .section-bg-4 > *,
    .section-bg-5 > *,
    .section-bg-6 > *,
    .section-bg-7 > *,
    .section-bg-8 > *,
    .section-bg-9 > *,
    .section-bg-10 > *  {
        position: relative;
        z-index: 1;
    }

/* Responsive padding for sections */
@media (max-width: 768px) {
    .section-bg-1, .section-bg-2, .section-bg-3,
    .section-bg-4, .section-bg-5, .section-bg-6,
    .section-bg-7, .section-bg-8, .section-bg-9,
    .section-bg-10 {
        padding: 1rem 0 !important;
    }
}

.hero-section {
    background: url('/images/home/latestbanner.png') no-repeat center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    background: rgba(255, 255, 255, 0.30);
    position: absolute;
    top: 0;
    left: 0;
}

.navbar {
    background: transparent !important;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.95);
        padding: 1rem;
        border-radius: 8px;
        margin-top: 1rem;
    }

    .homepage-navbar .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.95);
    }

    .unified-navbar .navbar-collapse {
        background-color: rgba(13, 71, 161, 0.95);
    }

    .navbar-nav {
        gap: 0.5rem;
    }

    .navbar-toggler {
        border: 2px solid currentColor;
        padding: 0.5rem;
    }

    .navbar-toggler i {
        font-size: 1.5rem;
    }
}

.hero-content {
    flex-grow: 1;
    flex-direction: column;
    z-index: 2;
}

.hero-title {
    font-weight: bold;
    margin-left: -30rem !important;
    margin-bottom: 0;
    color: wheat;
    
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-weight: bold;
    margin-top: 0;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width:850px) {
    .hero-title {
        font-size: xx-large;
    }

    .hero-subtitle {
        font-size: x-large;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 100vh;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .hero-section .container {
        width: 100%;
    }
}

@media (max-width:600px) {
    .hero-title {
        font-size: larger;
    }

    .hero-subtitle {
        font-size: large;
    }

    .hero-section {
        height: 100vh;
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .hero-section .container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.nav-link {
    font-size: 1.1rem;
}

.btn-login {
    background-color: #1E75BB;
    font-weight: bold;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    padding: 8px 18px;
    transition: background-color 0.3s ease;
}

    .btn-login:hover {
        background-color: #13558C !important;
    }


.features-bg {
    background-color: #1861AC;
}
.roundedc {
    border-radius: 1rem !important;
}


.roundedr {
    border-radius: .5rem !important;
}
/*download page css*/
.download-section {
    padding: 60px 0;
    max-width: 1200px;
    margin: 90px auto;
}


.main-heading {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.resource-section {
    margin-top: 60px;
    position: relative;
}

    .resource-section::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 10%;
        right: 10%;
        height: 1px;
        background-color: #e0e0e0;
    }

.resource-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-resource-btn {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-danger {
    background-color: #b02a37 !important;
    border-color: #b02a37 !important;
}

.btn-success {
    background-color: #0f5132 !important;
    border-color: #0f5132 !important;
}

@media (max-width: 768px) {
    .resource-section::before {
        left: 5%;
        right: 5%;
    }

    .resource-title {
        min-height: auto;
    }
}



/*about page css*/

.domain-card {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    height: 100%;
    min-height: 80px;
    transition: transform 0.2s;
}

    .domain-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.domain-icon {
    background-color: #0056b3;
    color: white;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-has {
    background-color: #1861AC;
    color: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media(min-width:1250px) {
    .model {
        border-left: 1px solid #A3A3A3;
        padding-left: 120px;
    }
}

@media(min-width:768px) {
    .features {
        border-left: 1px solid #A3A3A3;
        position: relative;
        top: 12px;
        height: 70px;
    }
}

.domain-content {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.maturity-levels {
    margin-bottom: 10rem;
}

.maturity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.maturity-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.maturity-pill {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ddd;
    min-width: 200px;
    height: 60px;
}

.maturity-level {
    padding: 0 15px;
    font-weight: bold;
    width: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 100%;
}

.maturity-code {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    width: 70px;
    height: 100%;
}


.ml-0-border {
    border: 1px solid #800000
}

.ml-1-border {
    border: 1px solid #ff0000
}

.ml-2-border {
    border: 1px solid #ffa500;
}

.ml-3-border {
    border: 1px solid #ffff00;
}

.ml-4-border {
    border: 1px solid #90ee90;
}

.ml-5-border {
    border: 1px solid #008000;
}

.ml-0 {
    background-color: #800000;
}

.ml-1 {
    background-color: #ff0000;
}

.ml-2 {
    background-color: #ffa500;
}

.ml-3 {
    background-color: #ffff00;
    color: black;
}

.ml-4 {
    background-color: #90ee90;
    color: black;
}

.ml-5 {
    background-color: #008000;
}

.maturity-description {
    margin-left: 20px;
    font-size: 14px;
    max-width: 300px;
    line-height: 1.4;
}


@media (max-width: 768px) {
    .maturity-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.content-page {
    max-width: 900px;
    margin: 120px auto 100px auto;
    padding: 20px;
}

@media (max-width: 768px) {
    .content-page {
        margin: 80px auto 60px auto;
        padding: 15px;
    }
}

/*.cookie{
    background:lightgray;
}*/

/*.video-wrapper {
    margin-bottom: 30px;
}

    .video-wrapper video {
        width: 100%;
        min-height: 300px;
        border-radius: 8px;
        background: #000;
    }*/

thead {
    display: none;
}

.main-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar {
    z-index: 100;
    transition: background-color 0.3s ease;
}

.navbar-border {
    border-bottom: 2px solid #A6A6A6;
    background-color: white !important;
    position: fixed;
    top: 0;
    width: 100%;
}

.homepage-navbar {
    background-color: black !important;
    position: fixed;
    top: 0;
    width: 100%;
}

/*.unified-navbar {
    background-color: #0d47a1 !important;
    position: fixed;
    top: 0;
    width: 100%;
}*/
.unified-navbar {
    background: linear-gradient( to bottom, #1e5aa8, /* top (slightly deep blue) */
    #2b6cb0, /* mid */
    #3fa9f5 /* bottom (image jaisa light blue/cyan touch) */
    ) !important;
    position: fixed;
    top: 0;
    width: 100%;
    /* Bottom shadow for separation */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
.text-orange {
    color: #ff9800 !important;
}

.navbar-toggler-orange {
    color: #ff9800;
    border-color: #ff9800;
}

.navbar-toggler-orange i {
    color: #ff9800;
}

@media (max-width: 768px) {
    .navbar-border, .homepage-navbar, .unified-navbar {
        position: relative;
    }

    body {
        padding-top: 0 !important;
    }
}


.nav-link {
    font-weight: 500;
    padding: 8px 15px;
}

    .nav-link:hover, .nav-link.active {
        color: #1861AC !important;
        text-decoration: underline;
    }

.btn-login {
    color: white;
    background-color: #1861AC;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-login:hover {
        background-color: rgba(255, 255, 255, 0.9);
        transform: translateY(-2px);
    }

.content {
    flex: 1;
}

.footer {
    background-color: #f8f9fa;
    color: #6c757d;
    margin-top: auto;
}

@media (max-width: 768px) {
    .footer {
        position: relative !important;
        margin-top: 3rem;
    }

    .footer .container {
        flex-direction: column !important;
        text-align: center !important;
        gap: 1rem;
        padding: 1.5rem 1rem !important;
    }

    .footer .container > div:last-child {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer .container > div:last-child a {
        margin: 0 !important;
        padding: 0.5rem 0;
    }
}


/* wwwroot/css/workforce-management.css */
/*.header-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.back-btn {
    background-color: lightblue;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
    cursor: pointer;
}

.back-btn:hover {
    background-color: #0056b3;
}*/

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.title-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-box {
    background-color: #007bb6;
    color: white;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 18px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
}

.back-btn {
    background-color: #007bb6;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}












.main-layout {
    position: relative;
}

.content {
    position: relative;
    z-index: 1; /* Keep content below sidebar */
}

/* Ensure no global styles interfere */
body .rz-sidebar-container {
    right: 0 !important;
    left: auto !important;
}

.textbox-full {
    width: 100%;
}

.rz-form-field {
    margin-bottom: 1rem;
}

.rz-row {
    margin-bottom: 1rem;
}

.rz-textbox::placeholder,
.rz-textarea::placeholder {
    color: #666;
    opacity: 1;
}

/* Custom dialog styles */
.custom-registration-dialog {
    width: 50vw;
    min-width: 500px;
    max-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 2000;
    animation: slideInRight 0.3s ease-in-out;
}

/* Animation for right sidebar slide-in */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Animation for right sidebar slide-out */
@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Ensure dialog container is above other content */
.rz-dialog-container {
    z-index: 2000 !important;
    right: 0 !important;
    left: auto !important;
}

/* Ensure dialog itself is interactive */
.rz-dialog {
    z-index: 2001 !important;
    color: #333;
    background-color: #fff;
    overflow-y: auto;
    pointer-events: auto !important;
}

/* Lower z-index for main layout content */
.navbar, .footer {
    z-index: 1000;
}

/* Modern Compact CSE Registration - Contemporary Design */
/*.cse-modern-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #fafbfc;
    overflow: hidden;
}*/

.cse-modern-container {
    display: flex;
    height: 92vh;
    flex-direction: column;
    background: #fafbfc;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Modern Header */
.cse-modern-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f5f9;
    padding: 0.8rem 1rem;
    border-radius: 10px;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-icon-badge {
    background: #e0f2fe;
    color: #2563eb;
    padding: 0.6rem;
    border-radius: 10px;
    font-size: 1.2rem;
}

.header-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.header-title-modern {
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.5rem;
    background: #eff6ff;
    color: #1e40af;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    width: fit-content;
}

.close-btn-modern {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .close-btn-modern:hover {
        background: #f3f4f6;
        color: #111827;
        border-color: #d1d5db;
    }





/* Modern Container */
.cse-modern-container {
    display: flex;
    height: 92vh;
    flex-direction: column;
    background: #fafbfc;
    overflow: hidden; /* Prevent nested scrolls */
}

/* Modern Body */
.cse-modern-body {
    flex: 1;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    overflow: auto;
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #bbb #f0f0f0;
}

    /* Chrome, Edge, Safari scrollbar */
    .cse-modern-body::-webkit-scrollbar {
        width: 6px; /* Adjust to 4px if you want even thinner */
    }

    .cse-modern-body::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 10px;
    }

    .cse-modern-body::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 10px;
    }

        .cse-modern-body::-webkit-scrollbar-thumb:hover {
            background-color: #999;
        }


/* Form Grid */
.form-grid-modern {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    max-width: 850px; /* Keeps the form nicely centered */
    margin: 0 auto;
}

/* Form Sections */
.form-section-modern {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Full Width Utility */
.full-width {
    width: 100%;
}

/* Section Header */
.section-header-modern {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 1.25rem;
    background: #c2c7c7;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

    .section-header-modern i {
        color: #1861AC;
        font-size: 1rem;
    }

/* Form Fields */

.fields-row-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}


.form-field-modern {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.field-label-modern {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
}

.label-text {
    color: #374151;
}

.required-dot {
    width: 6px;
    height: 6px;
    background: #ef4444;
    border-radius: 50%;
    display: inline-block;
}

/* Modern Inputs */
.input-modern {
    height: 38px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    padding: 0.5rem 0.875rem !important;
    font-size: 0.875rem !important;
    color: #111827 !important;
    background: #fff !important;
    transition: all 0.15s ease !important;
}

    .input-modern:hover {
        border-color: #9ca3af !important;
    }

    .input-modern:focus {
        border-color: #1861AC !important;
        box-shadow: 0 0 0 3px rgba(24, 97, 172, 0.08) !important;
        outline: none !important;
    }

    .input-modern:disabled {
        background: #f9fafb !important;
        color: #9ca3af !important;
        cursor: not-allowed !important;
    }

.textarea-modern {
    min-height: 68px !important;
    height: auto !important;
    resize: vertical !important;
    padding: 0.625rem 0.875rem !important;
}

/* Input with Icon */
.input-with-icon-modern {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon-modern i {
        position: absolute;
        left: 0.875rem;
        color: #9ca3af;
        font-size: 0.875rem;
        pointer-events: none;
        z-index: 1;
    }

    .input-with-icon-modern .input-modern.has-icon {
        padding-left: 2.5rem !important;
    }

/* Error Text */
.error-text-modern {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.75rem;
    color: #ef4444;
    margin-top: 0.25rem;
}

    .error-text-modern i {
        font-size: 0.875rem;
    }

/* Modern Footer */
.footer-modern {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.footer-hint {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #6b7280;
}

    .footer-hint i {
        color: #10b981;
        font-size: 1rem;
    }

.footer-actions-modern {
    display: flex;
    gap: 0.75rem;
}

/* Modern Buttons */
.btn-modern {
    height: 38px;
    padding: 0 1.25rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-cancel {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}

    .btn-cancel:hover {
        background: #f9fafb;
        border-color: #9ca3af;
    }

.btn-submit {
    background: #2563eb !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 2px 4px rgba(24, 97, 172, 0.2) !important;
    height: 38px !important;
    padding: 0 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    text-transform: capitalize !important;
}

    .btn-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(24, 97, 172, 0.3) !important;
    }

    .btn-submit:active {
        transform: translateY(0);
    }

/* Scrollbar — keep consistent look if needed */
.cse-modern-body::-webkit-scrollbar {
    width: 6px;
}

.cse-modern-body::-webkit-scrollbar-track {
    background: transparent;
}

.cse-modern-body::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

    .cse-modern-body::-webkit-scrollbar-thumb:hover {
        background: #9ca3af;
    }

/* Responsive */
@media (max-width: 768px) {
    .cse-modern-body {
        padding: 1rem 1.25rem;
    }

    .form-grid-modern {
        max-width: 100%;
    }

    .fields-row-modern {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .footer-modern {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
        padding: 1rem 1.25rem;
    }

    .footer-actions-modern {
        flex-direction: column;
    }

    .btn-modern {
        width: 100%;
    }

    .footer-hint {
        justify-content: center;
    }
}

.cse-modern-headers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
    border-radius: 16px;
    background: #c2c7c7;
    margin-bottom: 20px;
}

.header-title-moderns {
    font-size: 1.125rem;
    font-weight: 600;
    color: black;
    margin: 0;
    letter-spacing: -0.025em;
    margin-left: 10px;
}

.close-btn-moderns {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fields-row-modern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    position: relative;
}

.captchaContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Add the vertical divider */
.fields-row-modern::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 50%;
    width: 1px;
    background-color: #dee2e6; /* soft gray divider line */
}

@media (max-width: 768px) {
    .fields-row-modern::before {
        display: none;
    }
}

.align-start {
    align-items: flex-start;
}

.stacked-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.form-field-modern {
    width: 100%;
}

.stacked-right {
    flex-direction: column;
}

.modern-container {
    
    height: 92vh;
    background: #f9fafb;
    font-family: "Segoe UI", sans-serif;
}

.modern-card {
    border-radius: 16px;
    width: 600px;
    padding: 1.5rem 2rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* HEADER */
.modern-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f5f9;
    padding: 0.8rem 1rem;
    border-radius: 10px;
}

.captchaContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.header-icon {
    background: #e0f2fe;
    color: #2563eb;
    padding: 0.6rem;
    border-radius: 10px;
    font-size: 1.2rem;
}

/*.header-title {
    font-weight: 700;
    color: #1e3a8a;
    margin: 0;
}
*/
.header-subtitle {
    font-size: 0.8rem;
    color: #64748b;
}

.header-close {
    background: transparent;
    border: none;
    font-size: 1.2rem;
    color: #475569;
    cursor: pointer;
}

/* BUTTONS */
.btn-login {
    background: #2563eb;
    color: white !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    border: none;
}

    .btn-login:hover {
        background: #1d4ed8;
    }

.btn-register {
    background: #f97316;
    color: white !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    border: none;
}

    .btn-register:hover {
        background: #ea580c;
    }

/* SECURE TEXT */
.secure-text {
    font-size: 0.9rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* INPUTS */
.input-group-text {
    border-radius: 8px 0 0 8px;
}

.form-control {
    border-radius: 0 8px 8px 0;
}

.form-label {
    font-weight: 600;
    color: #1e293b;
}

.text-danger.small {
    font-size: 0.8rem;
}

.hero-description {
    color: white;
    white-space: normal;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 1.1rem;
}

.features-bg {
    background-color: #0b1c3d;
}

    .features-bg ul {
        list-style-type: "✔ ";
        padding-left: 1.5rem;
        font-size: 1rem;
        line-height: 1.7;
    }

    .features-bg li {
        margin-bottom: 0.75rem;
    }
.mission-bg {
    background: linear-gradient(135deg, #0b1c3d, #132b5b);
}

    .mission-bg h2 {
        color: #ffffff;
        letter-spacing: 1px;
    }

    .mission-bg h4 {
        color: #00bfff;
    }

    .mission-bg p {
        color: #f8f9fa;
        font-size: 1.1rem;
        line-height: 1.8;
        margin: 0 auto;
        max-width: 900px;
    }
.terms-content h4 {
    color: #0b1c3d;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.terms-content p {
    line-height: 1.7;
    font-size: 1.05rem;
    color: #333;
}

.terms-content ul {
    margin-left: 1.5rem;
    line-height: 1.6;
    font-size: 1.05rem;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .flip-card {
        height: 180px;
    }
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 1rem;
}

.flip-card-front {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front * {
    color: black !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.flip-card-back {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    transform: rotateY(180deg);
    border: 1px solid #1a252f;
}
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




/* ===== FRONT COLORS ===== */

.col-lg-3:nth-child(1) .flip-card .flip-card-front {
    background: #fef2f2;
    color: #7f1d1d;
    border: 1px solid #fecaca;
}

.col-lg-3:nth-child(2) .flip-card .flip-card-front {
    background: #eff6ff;
    color: #1e3a8a;
    border: 1px solid #bfdbfe;
}

.col-lg-3:nth-child(3) .flip-card .flip-card-front {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.col-lg-3:nth-child(4) .flip-card .flip-card-front {
    background: #fffbeb;
    color: #78350f;
    border: 1px solid #fde68a;
}

.col-lg-3:nth-child(5) .flip-card .flip-card-front {
    background: #f5f3ff;
    color: #4c1d95;
    border: 1px solid #ddd6fe;
}

.col-lg-3:nth-child(6) .flip-card .flip-card-front {
    background: #fdf4ff;
    color: #701a75;
    border: 1px solid #f5d0fe;
}

.col-lg-3:nth-child(7) .flip-card .flip-card-front {
    background: #f0fdfa;
    color: #134e4a;
    border: 1px solid #99f6e4;
}

.col-lg-3:nth-child(8) .flip-card .flip-card-front {
    background: #f8fafc;
    color: #1f2937;
    border: 1px solid #e2e8f0;
}

/* ===== BACK COLORS (slightly darker shade) ===== */

.col-lg-3:nth-child(1) .flip-card .flip-card-back {
    background: #fee2e2;
    color: #7f1d1d;
}

.col-lg-3:nth-child(2) .flip-card .flip-card-back {
    background: #dbeafe;
    color: #1e3a8a;
}

.col-lg-3:nth-child(3) .flip-card .flip-card-back {
    background: #d1fae5;
    color: #065f46;
}

.col-lg-3:nth-child(4) .flip-card .flip-card-back {
    background: #fef3c7;
    color: #78350f;
}

.col-lg-3:nth-child(5) .flip-card .flip-card-back {
    background: #ede9fe;
    color: #4c1d95;
}

.col-lg-3:nth-child(6) .flip-card .flip-card-back {
    background: #fae8ff;
    color: #701a75;
}

.col-lg-3:nth-child(7) .flip-card .flip-card-back {
    background: #ccfbf1;
    color: #134e4a;
}

.col-lg-3:nth-child(8) .flip-card .flip-card-back {
    background: #e2e8f0;
    color: #1f2937;
}










/* Apply animation */
.fade-slide {
    opacity: 0;
    animation: fadeSlideIn 1.2s ease-out forwards;
}

.fade-delay {
    animation-delay: 0.4s;
}
 /*features*/
.features-container {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

.feature-card {
    background: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    position: relative;
}

    .feature-card:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateX(5px);
    }

    .feature-card:nth-child(1):hover {
        border-left-color: #3498db;
    }

    .feature-card:nth-child(2):hover {
        border-left-color: #e74c3c;
    }

    .feature-card:nth-child(3):hover {
        border-left-color: #2ecc71;
    }

    .feature-card:nth-child(4):hover {
        border-left-color: #f39c12;
    }

    .feature-card:nth-child(5):hover {
        border-left-color: #9b59b6;
    }

    .feature-card:nth-child(6):hover {
        border-left-color: #1abc9c;
    }

    .feature-card:nth-child(7):hover {
        border-left-color: #e67e22;
    }

    .feature-card:nth-child(8):hover {
        border-left-color: #34495e;
    }

    .feature-card:nth-child(9):hover {
        border-left-color: #16a085;
    }

    .feature-card:nth-child(10):hover {
        border-left-color: #c0392b;
    }

    .feature-card:nth-child(11):hover {
        border-left-color: #8e44ad;
    }

    .feature-card:nth-child(12):hover {
        border-left-color: #27ae60;
    }

.feature-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.feature-description {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 0;
}

.feature-short {
    display: block;
}

.feature-full {
    display: none;
}

/* CSS-only toggle using checkbox */
.read-more-checkbox {
    display: none;
}

.read-more-label {
    color: #3498db;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-top: 0.75rem;
    transition: color 0.3s ease;
}

    .read-more-label:hover {
        color: #2980b9;
    }

    .read-more-label::after {
        content: 'Read More →';
        transition: margin-left 0.3s ease;
    }

    .read-more-label:hover::after {
        margin-left: 5px;
    }

/* When checkbox is checked */
.read-more-checkbox:checked ~ .feature-description .feature-short {
    display: none;
}

.read-more-checkbox:checked ~ .feature-description .feature-full {
    display: block;
}

.read-more-checkbox:checked ~ .read-more-label::after {
    content: 'Read Less ↑';
}

.mt-section {
    margin-top: 4rem;
}



/* misson and vision*/
.mission-animate {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.vision-animate {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}

    .mission-animate.show,
    .vision-animate.show {
        opacity: 1;
        transform: translateX(0);
    }


    /* term & condition*/
.terms-wrapper {
    min-height: 100vh;
}

.terms-container {
    max-width: 90%;
    margin: 0 auto;
    background: white;
}

.terms-header {
    display:flex !important;
    align-items: start !important;
    justify-content:start !important;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #0066cc;
}

    .terms-header h1 {
        color: #1a1a1a;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .terms-header p {
        color: #666;
        font-size: 1rem;
    }

.terms-section {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-left: 4px solid #0066cc;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .terms-section:hover {
        background: #e9ecef;
        transform: translateX(5px);
    }

    .terms-section h4 {
        color: #0066cc;
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #0066cc;
    color: white;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 700;
}

.terms-section p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.terms-section ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.terms-section li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.75rem;
    position: relative;
}

.subsection-title {
    font-weight: 600;
    color: #333;
    margin-top: 1rem;
}

.highlight-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 4px;
}

    .highlight-box p {
        margin: 0;
        color: #856404;
    }

.contact-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin-top: 3rem;
}

    .contact-section h4 {
        color: white !important;
        margin-bottom: 1rem;
    }

.last-updated {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #e9ecef;
    color: #666;
    font-style: italic;
}

.definition-item {
    background: white;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.definition-term {
    font-weight: 700;
    color: #0066cc;
}

@media (max-width: 768px) {
    .terms-container {
        padding: 1.5rem;
        margin: 0 1rem;
    }

    .terms-header h1 {
        font-size: 1.8rem;
    }

    .terms-section {
        padding: 1rem;
    }
}

/*hero*/

.hero-section {
    background-size: cover;
    min-height: 80vh;
    position: relative;
}

.hero-overlay {
    background: rgba(255, 255, 255, 0.30);
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-descriptions {
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    white-space: normal;
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.highlight-text {
    font-size: 1.4em; /* bigger than normal */
    font-weight: 600; /* bold look */
    /* wheat color */
}

@media (max-width: 576px) {
    .hero-descriptions {
        font-size: 14px !important;
    }


    .hero-section {
        height: 100vh !important;
        min-height: 100vh !important;
        display: flex !important;
        align-items: center !important;
    }
}

/*ribbion*/
.info-ribbon {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    border-radius: 20px;
    margin: 2rem auto;
    max-width: 92%;
    padding: 2rem 3rem !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
}

    .info-ribbon::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(135deg, #ff9800, #ffd700, #ff9800);
        border-radius: 20px;
        z-index: -1;
        opacity: 0.6;
    }

    .info-ribbon::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transition: left 0.8s ease;
    }

    .info-ribbon:hover::after {
        left: 100%;
    }

    .info-ribbon .container {
        position: relative;
        z-index: 1;
    }

    .info-ribbon h5 {
        letter-spacing: 1px;
        color: #fff !important;
        font-weight: 700;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        font-size: 1.3rem;
        background: linear-gradient(135deg, #ffffff 0%, #ffd700 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    }

    .info-ribbon .btn-light {
        background: linear-gradient(135deg, #ff9800 0%, #ffd700 100%);
        color: #1a1a2e;
        border: 2px solid #ffd700;
        transition: all 0.4s ease;
        border-radius: 50px;
        padding: 0.85rem 2.5rem;
        font-weight: 700;
        box-shadow: 0 8px 20px rgba(255, 152, 0, 0.4);
        position: relative;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

        .info-ribbon .btn-light::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            transform: translate(-50%, -50%);
            transition: width 0.6s, height 0.6s;
        }

        .info-ribbon .btn-light:hover::before {
            width: 300px;
            height: 300px;
        }

        .info-ribbon .btn-light:hover {
            background: linear-gradient(135deg, #ffd700 0%, #ff9800 100%);
            color: #1a1a2e;
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 12px 30px rgba(255, 215, 0, 0.6);
            border-color: #ff9800;
        }

        .info-ribbon .btn-light i {
            transition: transform 0.4s ease;
            position: relative;
            z-index: 1;
        }

        .info-ribbon .btn-light:hover i {
            transform: rotate(360deg) scale(1.2);
        }

        .info-ribbon .btn-light span {
            position: relative;
            z-index: 1;
        }

@media (max-width: 768px) {
    .info-ribbon {
        border-radius: 20px;
        margin: 0.75rem auto;
        padding: 1.25rem 1.5rem !important;
    }

    .info-ribbon h5 {
        font-size: 1rem !important;
        margin-bottom: 1rem;
    }

    .info-ribbon .btn-light {
        font-size: 0.9rem;
        padding: 0.6rem 1.5rem;
        border-radius: 40px;
    }
}

@media (max-width: 576px) {
    .info-ribbon {
        border-radius: 15px;
        margin: 0.5rem auto;
        padding: 1rem 1rem !important;
        max-width: 98%;
    }

    .info-ribbon h5 {
        font-size: 0.9rem !important;
    }

    .info-ribbon .btn-light {
        font-size: 0.85rem;
        padding: 0.5rem 1.25rem;
    }
}
        .web-title{
            font-size:34px !important

        }
.web-description {
    font-size: 18px !important
}

@media (max-width: 768px) {
    .web-title {
        font-size: 24px !important;
    }

    .web-description {
        font-size: 16px !important;
    }

    .hero-descriptions {
        font-size: 16px !important;
    }
}

.info-ribbon-modern {
    background: linear-gradient(to right, #0d47a1, #1e88e5);
    box-shadow: 0 0 12px rgba(0, 188, 212, 0.4);
}

.text-cyan {
    color: #00e5ff;
}

.btn-assessment {
    background: linear-gradient(to right, #6a1b9a, #283593);
    color: #ffffff;
    border: none;
    box-shadow: 0 0 10px rgba(106, 27, 154, 0.6);
    transition: all 0.3s ease;
}

    .btn-assessment:hover {
        background: linear-gradient(to right, #7b1fa2, #3949ab);
        box-shadow: 0 0 14px rgba(106, 27, 154, 0.8);
    }

.info-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .info-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .info-card p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

@media (max-width: 768px) {
    .info-card {
        margin-bottom: 1rem;
    }

    .info-card p {
        font-size: 0.85rem;
    }

    .info-card .display-5 {
        font-size: 2rem !important;
    }
}
  /*  models*/
.service-section {
    min-height: 600px;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 0 !important;
    margin: 0 !important;
}

.service-section .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.service-section .row {
    margin: 0 !important;
}

@media (max-width: 991px) {
    .service-section {
        min-height: auto;
        padding: 0 !important;
    }
}

.left-panel {
    background: linear-gradient(135deg, rgba(70, 100, 120, 0.95), rgba(90, 120, 140, 0.95));
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    border-radius: 8px 0 0 8px;
}

.service-menu {
    width: 100%;
    max-width: 360px;
}

.service-item {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.05rem;
}

    .service-item:first-child {
        border-radius: 8px 8px 0 0;
    }

    .service-item:last-child {
        border-radius: 0 0 8px 8px;
    }

    .service-item:hover {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.4);
        transform: translateX(5px);
    }

    .service-item.active {
        background: #0d47a1;
        border-color: #0d47a1;
        transform: translateX(10px);
    }

    .service-item i {
        margin-right: 0.75rem;
        font-size: 1.2rem;
    }

    .service-item .bi-chevron-right {
        margin-right: 0;
        margin-left: auto;
        font-size: 1rem;
    }

.right-panel {
    background: white;
    min-height: 600px;
    padding: 60px 16px 16px 16px;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.intro-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 3rem;
    font-size: 1.05rem;
}

.divider {
    width: 60px;
    height: 3px;
    background: #0d47a1;
    margin: 2rem 0;
}

.service-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.service-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.btn-get-started {
    border: 2px solid #0d47a1;
    color: #0d47a1;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

    .btn-get-started:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 71, 161, 0.3);
    }

.content-wrapper {
    opacity: 1;
    transition: opacity 0.3s ease;
}

    .content-wrapper.fade-out {
        opacity: 0;
    }

@media (max-width: 991px) {
    .left-panel {
        border-radius: 8px 8px 0 0;
        min-height: auto;
    }

    .right-panel {
        border-radius: 0 0 8px 8px;
        min-height: auto;
    }

    .section-title {
        font-size: 2rem;
    }

    .service-title {
        font-size: 1.5rem;
    }
}


/*modelsdetaisl*/
.service-section {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    /* background-color: #f5f5f5; */
}

/* Service Header Mobile */
.service-header-mobile {
    display: none;
}

/* Hamburger Menu Button */
.hamburger-menu-btn {
    display: none;
    background: #fff;
    border: 2px solid #0d47a1;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.hamburger-menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #0d47a1;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger-menu-btn:hover {
    background: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hamburger-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* Current Service Label */
.current-service-label {
    display: none;
}

.service-label-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0d47a1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Menu Overlay */
.menu-overlay {
    display: none;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .service-header-mobile {
        display: flex;
        align-items: center;
        gap: 15px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        padding: 10px 15px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .hamburger-menu-btn {
        display: flex;
    }

    .current-service-label {
        display: flex;
        align-items: center;
        flex: 1;
        min-width: 0;
    }

    .menu-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .service-section .left-panel {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        z-index: 999;
        transition: left 0.3s ease;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 0 12px 12px 0;
    }

    .service-section .left-panel.menu-open {
        left: 0;
    }

    .service-section .container {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .service-section .row {
        margin: 0 !important;
    }

    .service-section .col-lg-7 {
        width: 100%;
    }
}

/* Extra small mobile devices */
@media (max-width: 576px) {
    .service-header-mobile {
        gap: 10px;
        padding: 8px 12px;
    }

    .hamburger-menu-btn {
        width: 45px;
        height: 45px;
    }

    .service-label-text {
        font-size: 0.95rem;
    }

    .current-service-label i {
        font-size: 1rem !important;
    }
}

.left-panel {
    background: linear-gradient(135deg, rgba(70, 100, 120, 0.95), rgba(90, 120, 140, 0.95));
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    border-radius: 8px 0 0 8px;
}

.service-menu {
    width: 100%;
    max-width: 360px;
}

.service-item {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.05rem;
}

.service-item:first-child {
    border-radius: 8px 8px 0 0;
}

.service-item:last-child {
    border-radius: 0 0 8px 8px;
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateX(5px);
}

.service-item.active {
    background: #0d47a1;
    border-color: #0d47a1;
    transform: translateX(10px);
}

.service-item i {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.service-item .bi-chevron-right {
    margin-right: 0;
    margin-left: auto;
    font-size: 1rem;
}

.right-panel {
    background: white;
    min-height: 600px;
    padding: 60px 16px 16px 16px;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.intro-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 3rem;
    font-size: 1.05rem;
}

.divider {
    width: 60px;
    height: 3px;
    background: #0d47a1;
    margin: 2rem 0;
}

.service-title {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.service-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.btn-get-started {
    border: 2px solid #0d47a1;
    color: #0d47a1;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

    .btn-get-started:hover {
        background: #2952a3;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 71, 161, 0.3);
    }

.content-wrapper {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.content-wrapper.fade-out {
    opacity: 0;
}

/* Details Page Styles */
/*.details-hero {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: white;
    padding: 5rem 0;
    margin-bottom: 3rem;
}

    .details-hero h1 {
        font-size: 3rem;
        font-weight: 600;
        margin-bottom: 1rem;
        color: white;
    }*/
.details-hero {
    background: linear-gradient(135deg, #004e92, #000428);
    position: relative;
    overflow: hidden;
}

.details-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}

.details-hero .icon-circle {
    background: rgba(255, 255, 255, 0.15);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.details-hero i {
    color: #ffffff;
}

.details-hero h1 {
    color: #ffffff;
    letter-spacing: 0.5px;
}

.details-hero p {
    color: #e0e0e0;
    max-width: 700px;
}

.model-title-banner {
    background: #bfcde0;
    border-bottom: 1px solid #dee2e6;
    margin-top: 67px;
    z-index: 1;
    position: relative;
}

    .model-title-banner i {
        color: #0d6efd;
    }

    .model-title-banner h2 {
        font-size: 1.6rem;
        color: #212529;
    }


@media (max-width: 768px) {
    .model-title-banner {
        margin-top: 0px !important;
    }
}







.details-hero .lead {
    font-size: 1.3rem;
    opacity: 0.95;
}

.details-content {
    padding: 3rem 0;
}

.feature-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
    border-left: 4px solid #0d47a1;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.feature-card h4 {
    color: #0d47a1;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-card p {
    color: #666;
    line-height: 1.7;
}

.benefit-item {
    display: flex;
    align-items: start;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.benefit-item i {
    color: #0d47a1;
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.benefit-item div h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.benefit-item div p {
    color: #666;
    margin-bottom: 0;
}

.back-button {
    background: #6c757d;
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.back-button:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

@media (max-width: 991px) {
    .left-panel {
        border-radius: 8px 8px 0 0;
        min-height: auto;
    }

    .right-panel {
        border-radius: 0 0 8px 8px;
        min-height: auto;
    }

    .section-title {
        font-size: 2rem;
    }

    .service-title {
        font-size: 1.5rem;
    }

    .details-hero h1 {
        font-size: 2rem;
    }

    .details-hero .lead {
        font-size: 1.1rem;
    }
}


/*features*/

.cscmm-features-wrapper {
    max-width: 1200px;
    margin: 5rem auto;
    padding: 0 20px;
}


.cscmm-features-wrappers {
    
    padding: 5px 10px;
}




.cscmm-section-heading {
    text-align: center;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3rem;
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .cscmm-section-heading {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .cscmm-features-wrapper {
        padding: 0 15px;
        margin: 2rem auto;
    }
}

.cscmm-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .cscmm-features-grid {
        grid-template-columns: 1fr;
    }
}

.cscmm-feature-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

    .cscmm-feature-item:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateX(5px);
    }

    .cscmm-feature-item:nth-child(1):hover {
        border-left-color: #3498db;
    }

    .cscmm-feature-item:nth-child(2):hover {
        border-left-color: #e74c3c;
    }

    .cscmm-feature-item:nth-child(3):hover {
        border-left-color: #2ecc71;
    }

    .cscmm-feature-item:nth-child(4):hover {
        border-left-color: #f39c12;
    }

    .cscmm-feature-item:nth-child(5):hover {
        border-left-color: #9b59b6;
    }

    .cscmm-feature-item:nth-child(6):hover {
        border-left-color: #1abc9c;
    }

    .cscmm-feature-item:nth-child(7):hover {
        border-left-color: #e67e22;
    }

    .cscmm-feature-item:nth-child(8):hover {
        border-left-color: #34495e;
    }

    .cscmm-feature-item:nth-child(9):hover {
        border-left-color: #16a085;
    }

    .cscmm-feature-item:nth-child(10):hover {
        border-left-color: #c0392b;
    }

.cscmm-feature-heading {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.cscmm-feature-text {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 0;
}

.cscmm-short-desc {
    display: block;
}

.cscmm-full-desc {
    display: none;
}

.cscmm-toggle-check {
    display: none;
}

.cscmm-toggle-btn {
    display: none;
}

.cscmm-toggle-check {
    display: none;
}

.cscmm-short-desc {
    display: none;
}

.cscmm-full-desc {
    display: block;
}

.cscmm-more-link {
    display: block;
    text-align: center;
    margin-top: 2rem;
}

.cscmm-more-btn {
    display: inline-block;
    padding: 10px 10px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
}

    .cscmm-more-btn:hover {
        background: #2980b9;
        box-shadow: 0 4px 8px rgba(52, 152, 219, 0.4);
        transform: translateY(-2px);
    }

.cscmm-back-link {
    display: inline-block;
    margin-bottom: 2rem;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .cscmm-back-link:hover {
        color: #2980b9;
    }

    .cscmm-back-link::before {
        content: '← ';
    }

.cscmm-hidden-features {
    display: none;
}

/* Show all features when target is active */
#all-features:target ~ .cscmm-features-wrapper .cscmm-hidden-features {
    display: block;
}

#all-features:target ~ .cscmm-features-wrapper .cscmm-more-link {
    display: none;
}

#all-features:target ~ .cscmm-features-wrapper .cscmm-back-link {
    display: inline-block;
}

.cscmm-back-link {
    display: none;
}

/*domain process practice questions*/

.left-panel {
    background: linear-gradient(135deg, #4a6b8a 0%, #5d7fa3 100%);
    padding: 30px 0;
    border-radius: 12px 0 0 12px;
}

.service-menu {
    padding: 0;
}

.service-item {
    padding: 18px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    border-left: 4px solid transparent;
    margin: 5px 0;
}

    .service-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .service-item.active {
        background: #2952a3;
        color: #fff;
        border-left-color: #fff;
    }

    .service-item span {
        display: flex;
        align-items: center;
        gap: 12px;
    }

.menu-icon {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.service-item.active .menu-icon,
.service-item:hover .menu-icon {
    opacity: 1;
}

.right-panel {
    padding: 60px 16px 16px 16px;
    border-radius: 0 12px 12px 0;
    color: #fff;
}

.content-wrapper {
    opacity: 1;
    transition: opacity 0.3s ease;
}

    .content-wrapper.fade-out {
        opacity: 0;
    }

.service-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.service-icon-wrapper {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2), inset 0 -2px 5px rgba(0, 0, 0, 0.05), inset 0 2px 5px rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    min-height: 80px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

    .service-icon-wrapper:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

.service-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.service-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
}

.service-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #212529;
    margin-bottom: 25px;
}

.service-stats {
    margin-top: 30px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgb(255 255 255);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .stat-card:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.25);
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2f4b7c;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.stat-label {
    font-size: 0.85rem;
    color: #2f4b7c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*.btn-get-started {
    background: #fff;
    color: #2952a3;
    border: 2px solid #fff;
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    margin-top: 25px;
}

    .btn-get-started:hover {
        background: #2952a3;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
    }*/


.btn-get-started {
    background: #2952a3; /* Blue background by default */
    color: #fff; /* White text */
    border: 2px solid #2952a3; /* Match border color */
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    margin-top: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .btn-get-started:hover {
        background: #1f3f85; /* Slightly darker blue on hover */
        border-color: #1f3f85;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(41, 82, 163, 0.3);
    }










/* Responsive Design */
@@media (max-width: 991px) {
    .left-panel {
        border-radius: 12px 12px 0 0;
    }

    .right-panel {
        border-radius: 0 0 12px 12px;
    }
}

@@media (max-width: 768px) {
    .service-header {
        flex-direction: column;
        text-align: center;
    }

    .service-icon-wrapper {
        min-width: 70px;
        min-height: 70px;
        padding: 15px;
    }

    .service-icon {
        width: 40px;
        height: 40px;
    }

    .service-title {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 1.75rem;
    }

    .stat-card {
        padding: 15px;
    }

    .right-panel {
        padding: 60px 16px 16px 16px;
    }

    .menu-icon {
        width: 20px;
        height: 20px;
    }
}

/*models_update*/


.stats-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .stats-card:hover {
        transform: translateY(-5px);
    }

.stats-icon {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.stats-card h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
}

.stats-card p {
    color: #666;
    margin: 0;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .stats-card {
        padding: 1.5rem 1rem;
    }

    .stats-card h3 {
        font-size: 2rem;
    }

    .stats-card p {
        font-size: 1rem;
    }

    .stats-icon {
        font-size: 2rem;
    }
}

.domains-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.domain-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

    .domain-card:hover {
        border-color: #0d6efd;
        background: #f8f9fa;
        transform: translateX(5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.domain-number {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.domain-name {
    flex: 1;
    font-weight: 500;
    font-size: 1.1rem;
    color: #333;
}

.domain-arrow {
    font-size: 1.5rem;
    color: #0d6efd;
    transition: transform 0.3s ease;
}

.domain-card:hover .domain-arrow {
    transform: translateX(5px);
}


/*domaincards*/
.domain-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 16px;
    align-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .domain-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 576px) {
    .domain-card {
        padding: 12px;
    }

    .domains-grid {
        grid-template-columns: 1fr;
    }
}

.domain-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #66b2ff);
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.domain-content {
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.2rem;
}

.domain-text {
    letter-spacing: 1px;
}

Image-details{
    width:400px;
    height:500px;
}
.pmargin {
    margin-left: 3rem;
}

/*aboutus*/
.about-content {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 20px;
    line-height: 1.6;
}

    .about-content section {
        margin-bottom: 30px;
    }

    .about-content h4 {
        color: #2c3e50;
        margin-bottom: 15px;
        font-size: 1.5em;
    }

    .about-content p {
        margin-bottom: 15px;
        text-align: justify;
    }

    .about-content ol {
        margin-left: 20px;
    }

        .about-content ol li {
            margin-bottom: 10px;
        }

.mission-vision-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mission, .vision {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    border-left: 4px solid #007bff;
}

@media (max-width: 768px) {
    .mission-vision-section {
        grid-template-columns: 1fr;
    }

    .about-content {
        padding: 15px;
        margin: 2rem auto;
    }

    .about-content h4 {
        font-size: 1.3em;
    }
}

/* ==================================== */
/* TABLET RESPONSIVE (768px - 991px)   */
/* ==================================== */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    .web-title {
        font-size: 28px !important;
    }

    .web-description {
        font-size: 18px !important;
    }

    .service-title {
        font-size: 1.8rem;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-get-started {
        padding: 0.6rem 2rem;
        font-size: 0.85rem;
    }

    .info-card .display-5 {
        font-size: 2.5rem !important;
    }
}

/* ==================================== */
/* MOBILE RESPONSIVE (max-width: 576px) */
/* ==================================== */
@media (max-width: 576px) {
    .btn-primary, .btn-success, .btn-login {
        font-size: 0.875rem;
        padding: 0.5rem 0.5rem;
    }

    .navbar-brand img {
        height: 30px !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .service-icon-wrapper {
        min-width: 60px !important;
        min-height: 60px !important;
        padding: 15px !important;
    }

    .service-icon {
        width: 35px !important;
        height: 35px !important;
    }
}



.cookie-box {
    width: 380px!important;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 10000;
    animation: fadeIn 0.4s ease-in;
}

.cookie-header {
    background-color: #1E88E5;
    color: white;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
}

.cookie-body {
    padding: 16px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.cookie-link {
    color: #1E88E5;
    text-decoration: none;
    font-weight: 500;
}

    .cookie-link:hover {
        text-decoration: underline;
    }

.cookie-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    border-top: 1px solid #e0e0e0;
}

.reject-btn {
    background-color: white !important;
    border: 1px solid #1E88E5 !important;
    color: #1E88E5 !important;
}

.accept-btn {
    background-color: #1E88E5 !important;
    color: white !important;
}

/* Full Policy Dialog */
.cookie-policy-dialog {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    font-family: 'Segoe UI', sans-serif;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 10001;
    animation: fadeIn 0.4s ease-in;
}

.cookie-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1E88E5;
    color: white;
    padding: 12px 16px;
    border-radius: 10px 10px 0 0;
}

.cookie-dialog-body {
    padding: 16px;
    color: #333;
    font-size: 14px;
}

.cookie-dialog-footer {
    padding: 12px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.close-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}


/* Hamburger Button */
/* Hamburger Button */
.hamburger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1051;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .hamburger-btn:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .hamburger-btn.active {
        background: rgba(0, 180, 255, 0.2);
        border: 1px solid rgba(0, 180, 255, 0.5);
    }

        .hamburger-btn.active:hover {
            background: rgba(0, 180, 255, 0.3);
        }

        /* X Icon when active */
        .hamburger-btn.active i {
            color: #fff;
            font-size: 1.5rem;
            font-weight: bold;
        }

/* Hamburger Lines */
.hamburger-line {
    width: 24px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    margin: 3px 0;
    transition: all 0.3s ease;
}

/* Sidebar Overlay */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    animation: fadeIn 0.3s ease forwards;
}

/* Sidebar Container - Updated with Navy Blue Background */
.sidebar {
    position: fixed;
    top: 70px;
    right: -350px;
    width: 320px;
    background: white;
    color: #ffffff;
    z-index: 1050;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    height: auto;
    opacity: 0;
}

    .sidebar.open {
        right: 20px;
        opacity: 1;
    }

/* Sidebar Links Container */
.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Sidebar Items - Updated with Navy Theme */
.sidebar-item {
    text-decoration: none;
    color: #1a1a2e;
    padding: 5px 5px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    background: #d3d3d33d;
}

    .sidebar-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 3px;
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .sidebar-item i {
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    /* Hover State */
    .sidebar-item:hover {
        background: #3e3e92;
        color: white;
        transform: translateY(-3px) scale(1.05);
    }

        .sidebar-item:hover::before {
            transform: scaleY(1);
        }

        .sidebar-item:hover i {
            transform: scale(1.1);
        }

    /* Active/Selected State */
    .sidebar-item.active {
        color: #ffa500 !important;
        border-color: rgba(255, 165, 0, 0.5);
    }

        .sidebar-item.active::before {
            transform: scaleY(1);
        }

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sidebar {
        right: -100%;
        width: 280px;
    }

        .sidebar.open {
            right: 0;
            border-radius: 0;
        }
}


/*align-left*/
.align-left{
    display:flex;
    align-items:start;
    justify-content:start;
}



/*---------------------------------------OTP Dialog-------------------------------*/
.otp-actions {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

    .otp-actions .rz-button {
        font-size: 12px !important;
        padding: 4px 10px !important;
    }



























/*.benefits-section {
    text-align: center;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

    .benefits-section .highlight {
        color: #0b5c9f;
        font-weight: bold;
    }

.subtitle {
    margin-top: -10px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #444;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 25px;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.benefit-card {
    background: #edf5ff;
    padding: 18px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

    .benefit-card h4 {
        margin-bottom: 6px;
        color: #0b5c9f;
        font-size: 17px;
    }

    .benefit-card p {
        font-size: 14px;
        color: #333;
    }*/

/* Center image styling */
/*.center-graphic {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .center-graphic img {
        width: 230px;
        height: auto;
    }*/

/* Specific grid positioning */
/*.top-left {
    grid-row: 1;
    grid-column: 1;
}

.top-center {
    grid-row: 1;
    grid-column: 2;
}

.top-right {
    grid-row: 1;
    grid-column: 3;
}

.middle-left {
    grid-row: 2;
    grid-column: 1;
}

.middle-right {
    grid-row: 2;
    grid-column: 3;
}

.bottom-left {
    grid-row: 3;
    grid-column: 1;
}

.bottom-center {
    grid-row: 3;
    grid-column: 2;
}

.bottom-right {
    grid-row: 3;
    grid-column: 3;
}*/




/*.benefits-section {
    text-align: center;
    padding: 40px 0;
}

.highlight {
    color: #0d2c6c;
    font-weight: bold;
}

.subtitle {
    margin-bottom: 30px;
    color: #555;
}*/

/* Common center width (same for top, image, bottom) */
/*.center-block {
    width: 300px;*/ /* Set your desired width */
    /*margin: 0 auto;
}*/

/* Center Cards */
/*.center-card {
    background: #5CA0E0;
    padding: 20px;
    text-align: left;
}*/

/* Center Image Card (same width as center-card) */
/*.center-image-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid transparent;
}

    .center-image-card img {
        width: 100%;
        height: auto;
    }*/

/* Middle Layout */
/*.middle-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin: 40px 0;
}*/

/* Columns */
/*.column-left, .column-right {
    width: 28%;
}

.benefit-card {
    background: #5CA0E0;
    padding: 18px 20px;
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 2rem;
}





.center-card h6 {
    color: #fff;
    position: relative;
    display: inline-block;*/ /* IMPORTANT — makes underline match text width */
    /*margin-bottom: 10px;
}

    .center-card h6::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;*/ /* Takes full width of the text */
        /*height: 2px;
        background: #fff;*/ /* White underline */
    /*}

.center-card p {
    color: #fff;
}

.benefit-card h6 {
    color: #fff;
    position: relative;
    display: inline-block;*/ /* IMPORTANT — makes underline match text width */
    /*margin-bottom: 10px;
}

    .benefit-card h6::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;*/ /* Takes full width of the text */
        /*height: 2px;
        background: #fff;*/ /* White underline */
    /*}

.benefit-card p {
    color: #fff;
}*/








/* Responsive */
/*@media (max-width: 992px) {
    .middle-wrapper {
        flex-direction: column;
    }

    .column-left, .column-right {
        width: 100%;
    }

    .center-block {
        width: 80%;
    }
}*/






.benefits-section {
    text-align: center;
    
}

.highlight {
    color: #0d2c6c;
    margin-left: 10rem!important;
}

.subtitle {
    margin-bottom: 30px;
    color: #555;
}

/* Common center width (for top & bottom cards) */
.center-block {
    width: 300px; /* Keep top & bottom card width */
    margin: 0 auto;
}

/* Center Cards (Top & Bottom) */
.center-card {
    background: #5CA0E0;
    padding: 20px;
    text-align: left;
}

/* Center Image Card — Wider than top & bottom */
/*.center-image-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid transparent;
    width: 420px;*/ /* Increased width */
    /*margin: 0 auto;*/ /* Keep it centered */
/*}*/

    .center-image-card img {
        width: 100%;
        height: auto;
    }

/* Middle Layout */
/*.middle-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;*/ /* Reduced spacing between left and right sides */
    /*margin: 40px 0;
}*/

/* Columns */
.column-left, .column-right {
    width: 26%; /* Slightly narrower to balance bigger center image */
}

.benefit-card {
    background: #5CA0E0;
    padding: 18px 20px;
    margin-bottom: 2rem;
    text-align: left;
}

    /* Headings + underline styling */
    .center-card h6,
    .benefit-card h6 {
        color: #fff;
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

        .center-card h6::after,
        .benefit-card h6::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 100%;
            height: 2px;
            background: #fff;
        }

    .center-card p,
    .benefit-card p {
        color: #fff;
    }

/* Responsive */
@media (max-width: 992px) {
    .middle-wrapper {
        flex-direction: column;
        gap: 20px;
    }

/*    .column-left, .column-right {
        width: 100%;
    }*/

    .center-block,
    .center-image-card {
        width: 80%;
    }
}

.column-left, .column-right {
    width: 26%;
    margin-top: -54px;
}

.middle-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    /* margin: -31px 0; */
}


.center-image-card {
    background: white;
    /* padding: 15px; */
    border-radius: 10px;
    border-left: 0px solid transparent;
    width: 420px;
    margin: -2px auto;
}

.secfeat-wrapper {
    padding: 80px 20px;
}

.secfeat-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #1e293b;
}

.secfeat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 30px;
    
   
}
@media (max-width: 768px) {
    .secfeat-grid {
        grid-template-columns: 1fr;
    }
}

.secfeat-card {
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    border: 1px solid transparent;
}

    /* Soft topic-based colors */
    .secfeat-card:nth-child(1) {
        background: #eef4ff;
        border-color: #dbeafe;
    }

    .secfeat-card:nth-child(2) {
        background: #f0fdf4;
        border-color: #dcfce7;
    }

    .secfeat-card:nth-child(3) {
        background: #fff7ed;
        border-color: #ffedd5;
    }

    .secfeat-card:nth-child(4) {
        background: #fdf4ff;
        border-color: #f3e8ff;
    }

    .secfeat-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 35px rgba(0,0,0,0.08);
    }

.secfeat-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e293b;
}

    .secfeat-title i {
        font-size: 20px;
    }

.secfeat-text {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
}

.secfeat-more {
    text-align: center;
    margin-top: 25px;
}

.secfeat-btn {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

    .secfeat-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(37,99,235,0.3);
    }



/* ABOUT US BAR */
.about-bar {
    background: linear-gradient(to right, #54baba, #257baa);
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    color: #2c2c2c;
    margin-bottom: 25px;
}

/* MAIN CONTAINER */
.intro-container {
    width: 95%;
    margin: auto;
    font-family: Arial, sans-serif;
}

/* HEADING */
.intro-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

    .intro-heading span {
        font-weight: 900;
    }

    .intro-heading::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        bottom: -4px;
        left: 0;
    }

/* WRAPPER FOR TWO COLUMNS */
.intro-content-wrapper {
    position: relative; /* Required for z-index layering */
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 15px;
}

/* LEFT BLUE ROUNDED PARAGRAPH BOX */
.left-box {
    width: 61%;
    background: white;
    padding: 25px;
    border-radius: 22px;
    border: 1px solid #bcd4e8;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 5; /* 🟦 Card above the image */
}


    .left-box p {
        margin-bottom: 12px;
        line-height: 1.55;
        font-size: 14.5px;
        color: #333;
    }

/* RIGHT IMAGE SECTION */
.right-img {
    width: 65%;
    text-align: right;
    position: relative;
    z-index: 1; /* 🟥 Image behind the card */
    /* Overlap adjustments to match screenshot exactly */
    margin-left: -100px;
    margin-top: -40px;
}

    .right-img img {
        width: 100%;
        height: auto;
        display: block;
    }












/* Container */
.key-benefits-section {
    text-align: start;
    padding: 40px 0;
}

/* Heading container */
.key-benefits-heading {
    display: inline-block;
    position: relative;
   
    margin-bottom: 15px;
}

/* "Key" smaller */
.key-part {
    font-size: 20px; /* smaller font */
    font-weight: 600;
/*    color: #0d2c6c;*/
}

/* "Benefits" larger */
.benefits-part {
    font-size: 30px; /* larger font */
    font-weight: 700;
/*    color: #0d2c6c;*/
}

/* Underline slightly shifted to the right */
.key-benefits-heading::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 15%; /* shifted slightly to the right */
    width: 85%; /* underline width reduced accordingly */
    height: 3px;
    background-color: #0d2c6c;
    border-radius: 2px;
}

/* Subtitle */
.subtitle {
    
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left :1rem;                
}

.mission-vision-wrapper {
    position: relative;
    z-index: 1;
   
}

.mission-vision-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    position: relative;
    overflow: visible;
}

.card-section {
    position: relative;
    padding-top: 165px; 
}

.image-wrapper {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; /* increased z-index for image */
}

    .image-wrapper img {
      
        max-width: 410px;
        border-radius: 20px;
       
    }

.content-wrapper {
    background: #fff;
    padding: 30px 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 92%;
    min-height: 16rem !important;
}

    .content-wrapper h3 {
        color: #002B6B;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .content-wrapper p {
        color: #444;
        font-size: 1rem;
        text-align: justify;
    }








    /*.service-icon {
    width: 65px;
    height: 65px;
}

.service-title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #1B4F8C;
}

.service-description {
    font-size: 0.95rem;
    line-height: 1.4;
}

.stats-box {
    background: #e6e6e6;
    border-radius: 5px;
}

.stat-number {
    font-size: 1.4rem;
    font-weight: bold;
}

.stat-label {
    font-size: 1rem;
}

.blue { color: #1b5fe0; }
.green { color: #1da650; }
.purple { color: #7c3dd6; }
.orange { color: #d46a20; }
*/


/* General Right Panel */
.right-panel {
    background: #fff;
    min-height: 100%;
}

/* Upper Section */
.agnostic-section {
    padding: 10px 0;
}

.icon-container img.service-icon {
    width: 70px;
    height: 70px;
}

.agnostic-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1B4F8C;
}

.agnostic-description {
    font-size: 0.95rem;
    line-height: 1.4rem;
    color: #333;
}

/* Divider */
.divider {
    border-top: 2px solid #ccc;
    width: 100%;
}

/* Stats Box */
.stats-box {
    background: #e6e6e6;
    border-radius: 6px;
    padding: clamp(8px, 2.5vw, 14px);
    text-align: center;
}

.stat-number {
    font-size: clamp(1rem, 4vw, 1.4rem);
    font-weight: 600;
    line-height: 1.2;
}

.stat-label {
    font-size: clamp(0.8rem, 3vw, 1rem);
    display: block;
    margin-top: 4px;
}


/* Colors matching screenshot */
.blue {
    color: #1b5fe0;
}

.green {
    color: #1da650;
}

.purple {
    color: #7c3dd6;
}

.orange {
    color: #d46a20;
}

/* Menu Icons (Left Panel) */
.menu-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.decorative-separator {
    
    height: 2px;
    background: linear-gradient(to right, transparent, #0d2c6c, transparent);
    margin: 60px auto;
    border-radius: 2px;
    position: relative;
}

    .decorative-separator::after {
        content: "◆";
        color: #0d2c6c;
        font-size: 20px;
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 0 10px;
    }
/*.smooth-bar {
    width: 1200px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #007bff, #0056b3);
    position: relative;
    overflow: hidden;
}

    .smooth-bar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: rgba(255, 255, 255, 0.25);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }*/
.smooth-bar {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: linear-gradient(90deg, #ffffff, #bfcde0);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 2px 6px rgba(0, 0, 0, 0.1);
}



/*.heiv{
    min-height:300px!important;
}*/


.video-wrapper video {
    border-radius: 14px;
}

.video-wrapper {
    transition: transform 0.3s ease;
}

    .video-wrapper:hover {
        transform: translateY(-5px);
    }

/* -------------------------- Content area ---------------------------- */
/*.content-page {
    max-width: 1200px;
    margin: auto;
}*/

.intro {
    font-size: 18px;
    line-height: 1.65;
}






/* -------------------------- Banner ---------------------------- */
/* -------------------------- Video Styling ---------------------------- */
.video-wrapper video {
    border-radius: 14px;
}

.video-wrapper {
    transition: transform 0.3s ease;
}

    .video-wrapper:hover {
        transform: translateY(-5px);
    }

/* -------------------------- Layout & Text ---------------------------- */
.content-pages {
    max-width: 1200px;
    margin: auto;
}

.heiv {
    min-height: 300px !important;
}

.intro {
    font-size: 18px;
    line-height: 1.65;
}

.arrow-back {
    cursor: pointer;
    font-size: 1.2rem; /* arrow size */
    color: #0d6efd; /* Bootstrap primary color */
    transition: color 0.2s ease;
}

    .arrow-back:hover {
        color: #0056b3; /* darker on hover */
    }
.kbadge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
     color: #fff; 
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2rem;
}


.text-capitalize {
    text-transform: capitalize;
}




/* HERO */
.cscmm-hero-section {
    position: relative;
    
    overflow: hidden;
}

.cscmm-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CURVE */
.cscmm-hero-curve {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0;
}

    .cscmm-hero-curve svg {
        display: block;
        width: 100%;
        height: 120px;
    }

    .cscmm-hero-curve path {
        fill: white;
    }

    .cscmm-hero-curve::before {
        content: "";
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(to bottom, rgba(13, 59, 102, 0.4), transparent);
    }

/* ABOUT */
/*.cscmm-about-section {
    background: #f3f5f9;
    padding: 10px 0;
}*/

.cscmm-about-title {
    font-weight: 700;
    color: #2c4a63;
}

.cscmm-about-underline {
    width: 100%;
    height: 2px;
    background: #d6dce5;
    margin: 10px 0 20px;
}

.cscmm-about-text {
    color: #6c757d;
    max-width: 900px;
}

/* FEATURE WRAPPER */
.cscmm-feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

/* CARD */
.cscmm-feature-card {
    background: white;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    flex: 0 0 calc(25% - 20px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .cscmm-feature-card:hover {
        transform: translateY(-5px);
    }

/* ICON BOX */
.cscmm-icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
}

/* COLORS */
.cscmm-blue {
    background: #1e73be;
}

.cscmm-teal {
    background: #17a2b8;
}

.cscmm-dark {
    background: #2c3e50;
}

.cscmm-grid {
    background: #007bff;
}

.cscmm-green {
    background: #28a745;
}

/* TEXT */
.cscmm-feature-card h6 {
    font-weight: 600;
    color: #2c4a63;
}

.cscmm-feature-card p {
    font-size: 14px;
    color: #6c757d;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
    .cscmm-hero-section {
        height: 500px !important;
    }

    .cscmm-feature-card {
        flex: 0 0 48%;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .cscmm-hero-section {
        height: 350px !important;
    }

    .cscmm-about-title {
        font-size: 20px;
    }

    .cscmm-about-text {
        font-size: 14px;
    }

    .cscmm-feature-wrapper {
        flex-direction: column;
    }

    .cscmm-feature-card {
        flex: 100%;
        padding: 15px;
    }

    .cscmm-icon-box {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}



/* Main Ribbon */
/*.cscmm-ribbon {
    background: linear-gradient(90deg, #0f0c29, #1a1f71, #24243e);
    overflow: hidden;
    border-radius:1.5rem!important;
}*/

/* Glow Background Effect */
/*.cscmm-ribbon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(0, 255, 255, 0.3), transparent 40%), radial-gradient(circle at 70% 50%, rgba(255, 0, 255, 0.3), transparent 40%);
    animation: cscmmMoveGlow 6s linear infinite alternate;
    z-index: 0;
}

@keyframes cscmmMoveGlow {
    from {
        transform: translateX(-40px);
    }

    to {
        transform: translateX(40px);
    }
}*/

/* Shield Icon */
/*.cscmm-shield-icon {
    font-size: 40px;
    color: #00f7ff;
    text-shadow: 0 0 15px #00f7ff;
}*/

/* Title */
/*.cscmm-ribbon-title {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: wheat;
}

.cscmm-highlight-text {
    color: wheat;
    text-shadow: 0 0 10px #00f7ff;
}*/

/* Button */
/*.cscmm-glow-btn {
    background: linear-gradient(90deg, #ff00cc, #3333ff);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 40px;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(255, 0, 204, 0.6);
    transition: all 0.3s ease-in-out;
}

    .cscmm-glow-btn:hover {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(255, 0, 204, 0.9);
    }*/


/* Main Section */
.cscmm-curve-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 800px;
    display: flex;
    align-items: center;
}

/* Background Image */
.cscmm-curve-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
  /*  filter: brightness(1.2) opacity(0.8);*/
}








/* Dark Overlay */
.cscmm-curve-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    z-index: 2;
}

/* Content Layer */
.cscmm-curve-hero .container {
    position: relative;
    z-index: 3;
}

/* Bottom Curve */
.cscmm-curve-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0;
    z-index: 4;
}

    .cscmm-curve-shape svg {
        display: block;
        width: 100%;
        height: 120px;
    }

    .cscmm-curve-shape path {
        fill: #ffffff; /* Match next section background */
    }




/* Action Cards */
.cscmm-action-card {
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 25px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

    /* Hover Effect */
    .cscmm-action-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    }

/* Icon Styling */
.cscmm-card-icon {
    font-size: 42px;
    min-width: 50px;
}
.rbtn {
    border-radius: .5rem!important;
}
.hb{
    margin-bottom:10rem!important
} 


/*.cyber-ribbon {
    position: relative;*/
   /* border-radius: 7px;*/
    /*overflow: hidden;
    background: linear-gradient(to bottom, #ffffff 60%, #f8fafc);
    border: 1px solid rgba(56, 189, 248, 0.2);*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);*/
/*}


.cyber-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/images/home/10.png') repeat-x bottom;
    background-size: 100% auto;
    animation: waveMove 12s linear infinite;
    opacity: 0.9;
}*/
/*.cyber-ribbon {
    position: relative;
    overflow: hidden;

    background: linear-gradient(to bottom, #ffffff 60%, #f8fafc);
    border: none;*/ /* ❌ remove strip feel */
/*}*/

/* wave bg */
/*.cyber-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    background: url('/images/home/10.png') repeat-x bottom;
    background-size: 100% auto;

    animation: waveMove 12s linear infinite;
    opacity: 0.9;
}

@keyframes waveMove {
    from { background-position-x: 0; }
    to { background-position-x: 1000px; }
}*/

/* ✅ curve overlay */
/*.cyber-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.cyber-shape path {
    fill: #ffffff;*/ /* match page background */
/*}*/

/* content stays above */
/*.cyber-ribbon .container {
    position: relative;
    z-index: 2;
}*/

/*@keyframes waveMove {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 1000px;
    }
}
.bb {
    margin-bottom: 8rem;
}

.cyber-ribbon .container {
    position: relative;
    z-index: 2;
}*/


.cyber-title {
    font-size: 16px;
    color: white!important;
}

.cyber-highlight {
    color: white!important;
    font-weight: 600;
}

.cyber-icon {
    font-size: 30px;
    color: white!important;
}


.cyber-btn {
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    border: none;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgba(40, 0, 180, 0.6);
   /* transition: all 0.3s ease-in-out;*/
}

    
    .cyber-btn:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 0 25px rgba(40, 0, 180, 0.9);
    }


@media (max-width: 768px) {
    .cyber-btn {
        width: 100%;
        text-align: center;
    }
}
.cpadding {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pw {
    font-size: 16px;
}


 .cyber-ribbon {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    background: linear-gradient(to bottom, #ffffff 60%, #f8fafc);
    border: 1px solid rgba(56, 189, 248, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}


.cyber-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/images/home/10.png') repeat-x bottom;
    background-size: 100% auto;
   /* animation: waveMove 12s linear infinite;*/
    opacity: 0.9;
}


@keyframes waveMove {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 1000px;
    }
}

.bb {
    margin-bottom: 8rem;
}

.cyber-ribbon .container {
    position: relative;
    z-index: 2;
}


.cyber-title {
    font-size: 16px;
    color: white !important;
}

.cyber-highlight {
    color: white !important;
    font-weight: 600;
}

.cyber-icon {
    font-size: 30px;
    color: white !important;
}


.cyber-btn {
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    border: none;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgba(40, 0, 180, 0.6);
    transition: all 0.3s ease-in-out;
}


    .cyber-btn:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 0 25px rgba(40, 0, 180, 0.9);
    }


@media (max-width: 768px) {
    .cyber-btn {
        width: 100%;
        text-align: center;
    }
}

.cyber-hero {
    position: relative;
    background: linear-gradient(to bottom, #f4f7fb, #eef3f9);
   
    overflow: hidden;
}

/* Content Layout */
.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Left Section */
.hero-left {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 700px;
    margin-left: -40rem !important;
}
.hero-right {
    margin-right: -65rem !important;
}
.hbottom {
    margin-bottom: 10rem !important;
}

.shield-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2f6fed, #1c4ed8);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

/* Text */
.hero-text h1 {
    font-size: 32px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.4;
    margin: 0;
}

.hero-text .bold {
    font-weight: 700;
}

.hero-text .highlight {
    display: block;
    font-weight: 700;
    color: #2f6fed;
}

/* Button */
.hero-btn {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    padding: 7px 13px;
    border-radius: 12px;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(59,130,246,0.3);
    transition: 0.3s ease;
}

    .hero-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 15px 30px rgba(59,130,246,0.4);
    }

/* Wave Background */
.wave-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px!important;
    background: url('/images/home/4.png') no-repeat bottom center;
    background-size: cover;
    z-index: 1;
   
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .hero-left {
        flex-direction: column;
    }

    .hero-text h1 {
        font-size: 24px;
    }
}




@media (max-width: 768px) {
    .hero-title {
        font-size: 13px;
        line-height: 1.2;
        margin-right: -28rem !important;
    }
}
@media (max-width: 768px) {

    .benefits-section .middle-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    .benefits-section .column-left,
    .benefits-section .column-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        
        margin-top: 2rem!important;
    }
    

    .benefits-section .benefit-card {
        width: 100%;
        padding: 15px;
        text-align: left;

    }

    .benefits-section .center-block {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .benefits-section .center-card {
        width: 100%;
        padding: 15px;
        text-align: left;
    }

    .benefits-section .center-image-card {
        width: 100%;
        display: flex;
        justify-content: center;
       
    }

        .benefits-section .center-image-card img {
            width: 80%;
            height: auto;
        }

    /* Text fix (important for your issue) */
    .benefits-section .benefit-card p,
    .benefits-section .center-card p {
        word-break: normal;
        white-space: normal;
    }
}








/* Mobile Responsive Fix */
@media (max-width: 768px) {

    .cyber-ribbon .container {
        padding: 10px 12px;
    }

        /* Stack properly */
        .cyber-ribbon .container > div {
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
            gap: 8px;
        }

    /* Icon + text alignment */
    .cyber-ribbon .d-flex.align-items-center {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    /* Title text */
    .cyber-title {
        font-size: 13px;
        line-height: 1.5;
    }

    /* Button full width */
    .cyber-btn {
        width: 100%;
        max-width: 280px;
        font-size: 14px;
        padding: 8px 12px;
    }

    /* Icon size adjust */
    .cyber-icon i {
        font-size: 20px;
    }
}





@media (max-width: 768px) {

    /* Reset the breaking margins */
    .hero-left {
        margin-left: 0 !important;
        max-width: 100%;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
    }

    .hero-right {
        margin-right: 0 !important;
        width: 100%;
    }

    .hbottom {
        margin-bottom: 0 !important;
    }

    /* Stack layout */
    .hero-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    /* Text adjustment */
    .hero-text h1 {
        font-size: 18px;
        line-height: 1.1;
    }

    /* Icon resize */
    .shield-icon {
        width: 50px;
        height: 50px;
        font-size: 22px;
        border-radius: 14px;
    }

    /* Button full width */
    .hero-btn {
        width: 100%;
        justify-content: center;
        font-size: 14px;
        padding: 10px;
    }

    /* Wave height fix */
    .wave-bg {
        height: 180px !important;
        background-size: cover;
    }
}