.bg-navy-custom {
    background-color: #062d60;
}

.text-accent-cyan {
    color: #00d4bd;
}

.text-navy-custom {
    color: #062d60 !important;
}

/* 2. Hero Section (Compact & Responsive) */
.hero-slim {
    height: calc(50vh - 100px);
    min-height: 350px;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}


.hero-bg-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('{{ asset("assets/images/hero-image.png") }}');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 0.8;
    z-index: -1;
}


.btn-premium-cyan {
    background: linear-gradient(135deg, #00d4bd 0%, #00a896 100%);
    border: none;
    color: #062d60;
    font-weight: 700;
    padding: 10px 25px;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 212, 189, 0.2);
    text-decoration: none;
    display: inline-block;
}

.btn-premium-cyan:hover {
    background: linear-gradient(135deg, #00a896 0%, #008274 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 212, 189, 0.4);
    color: #062d60;
}

.btn-outline-cyan {
    background: rgba(0, 212, 189, 0.05);
    border: 2px solid #00d4bd;
    color: #00d4bd;
    font-weight: 600;
    padding: 10px 25px;
    transition: all 0.3s ease;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-cyan:hover {
    background: #00d4bd;
    color: #062d60 !important;
    transform: translateY(-2px);
}


.stats-overlap-container {
    position: relative;
    z-index: 10;
    margin-top: -50px;
}

.stats-card {
    background: #ffffff;
    border: 1px solid #00d4bd !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 4px 0 !important;
}

.stats-card h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.stats-card p {
    font-size: 0.75rem !important;
    margin-top: -2px;
}


@media (min-width: 768px) {
    .col-md-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .border-md-end {
        border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
}

@media (max-width: 767px) {
    .hero-slim {
        height: auto !important;
        min-height: 280px;
        display: block !important;
        padding-top: 45px !important;
        padding-bottom: 90px !important;
    }

    .hero-slim h1 {
        font-size: 1.8rem !important;
        line-height: 1.2;
    }

    .hero-slim p {
        font-size: 0.85rem !important;
        margin-bottom: 15px !important;
        max-width: 90% !important;
    }

    .hero-bg-side {
        opacity: 0.15;
        background-size: 70% !important;
        background-position: right 20% !important;
    }

    .stats-overlap-container {
        margin-top: -65px;
    }

    .stats-card {
        padding: 8px 0 !important;
    }

    .stats-card h3 {
        font-size: 1.3rem;
    }

    .col-6 {
        border-bottom: 1px solid #f5f5f5;
        padding: 10px 0;
    }

    .col-6:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-slim {
        height: auto;
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .hero-bg-side {
        opacity: 0.2;
    }
}

/* end here hero section */


/* css for about page productvity  */
.about-section-compact {
    background-color: #f8fbff;
    padding: 40px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-accent-cyan {
    color: #00d4bd;
}

.gauge-card-mini {
    background: #ffffff;
    border: 2px solid #062d60;
    border-radius: 16px;
    padding: 45px 30px;
    width: 380px;
    min-height: 340px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gauge-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #062d60;
    margin-bottom: 25px;
}


.gauge-container {
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.gauge-body-shape {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #eef2f6;
    border-top-left-radius: 120px 240px;
    border-top-right-radius: 120px 240px;
    overflow: hidden;
}

.gauge-fill-color {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0082a4;
    transform-origin: center top;
    transform: rotate(0turn);
    transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.gauge-inner-cover {
    position: absolute;
    width: 84%;
    height: 168%;
    background: #ffffff;
    border-radius: 50%;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30%;
}

.gauge-percent-text {
    font-size: 2rem;
    font-weight: 800;
    color: #062d60;
}

.gauge-placeholders {
    margin-top: 30px;
}

.ph-line {
    height: 7px;
    background: #f1f4f8;
    border-radius: 10px;
    margin: 10px auto;
}

.ph-short {
    width: 45%;
}

.ph-long {
    width: 85%;
}


.about-heading {
    font-size: 1.85rem;
    font-weight: 800;
    color: #062d60;
    line-height: 1.2;
    margin-bottom: 15px;
}

.about-description p {
    font-size: 0.98rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify;
}

.btn-schedule-call {
    background-color: #062d60;
    ;
    color: white;
    border: none;
    padding: 12px 28px;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-schedule-call:hover {
    background-color: #0082a4;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(238, 108, 99, 0.3);
}

/* mission css start here */
.mission-vision-value {
    width: 100%;
    background-color: #f4f7f6;
    padding: 40px 0;
    margin: 0;
}

.main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15%;
}

.info-card {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 25px;
    border: 1px solid #e0e6e4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    border-color: #3fa684;
}

/* --- Zig-Zag Logic start here --- */
.info-card:nth-child(even) {
    flex-direction: row-reverse;
}

.info-card:nth-child(even) .info-content {
    padding-left: 30px;
    padding-right: 0;
}

.info-content {
    flex: 2;
    padding-right: 30px;
}

.info-content h2 {
    color: #3e3e70;
    font-family: 'Segoe UI', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.info-content p {
    color: #555;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}


.info-image-wrapper {
    flex: 0.6;
    display: flex;
    justify-content: center;
}

.info-image-wrapper img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 992px) {
    .main-wrapper {
        padding: 0 5%;
    }
}

@media (max-width: 768px) {

    .info-card,
    .info-card:nth-child(even) {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
    }

    .info-content,
    .info-card:nth-child(even) .info-content {
        padding: 15px 0 0 0;
    }

    .info-image-wrapper img {
        max-height: 80px;
    }
}

/* end here mission css */


/* strat here chairman and director */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.founder-section {
    font-family: 'Poppins', sans-serif;
    padding: 60px 5%;
    background: linear-gradient(135deg, #f5f7fa 0%, #e3eeff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: 1100px;
    width: 100%;
}

.founder-grid {
    display: flex;
    align-items: center;
    gap: 40px;
    /* Spacing between image and text */
}

/* Image Container - Strictly Visible to prevent blink */
.founder-image {
    flex: 0 0 35%;
    display: flex;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    left: 0 !important;
}

.founder-image img {
    width: 100%;
    max-height: 450px;
    min-height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    /* Transition yahan handle hogi - Smooth and No Blink */
    transition: transform 0.6s cubic-bezier(0.15, 0.85, 0.35, 1), box-shadow 0.6s ease;
    display: block;
}

/* Hover Effect in CSS (JS ki zaroorat nahi hai) */
.founder-image img:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 30px 60px rgba(0, 188, 212, 0.25);
}

.founder-content {
    flex: 1;
}

.founder-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #062d60;
    margin-bottom: 4px;
    line-height: 1.2;
    font-weight: 600;
}

.cyan-text {
    color: #00bcd4 !important;
}

.text-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;
}

/* Responsive Fixes */
@media (max-width: 992px) {
    .founder-grid {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .founder-image {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        flex: none;
    }

    .founder-image img {
        max-height: 350px;
        min-height: auto;
    }

    .founder-content h2 {
        font-size: 28px;
    }

    .text-block p {
        text-align: center;
    }
}

/* end here our chairman */


/* our values start here */
.value-card-basic:hover {
    background: #fdfdfd !important;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(0, 143, 161, 0.15) !important;
    transition: all 0.3s ease-in-out;
}

.value-card-light:hover h5 {
    color: #007bff !important;
}

/* end here our value */



/* achivement css */



/* end here awar achievement */



/* meet our founder */

/* 1. Universal Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 2. Section Styling */
.founder-section {
    padding: 40px 0;
    background-color: #f5f8fb;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
}

.container-fluid {
    width: 100%;
    max-width: 1030px;
    /* Centered narrow box */
    padding: 0 15px;
    margin: 0 auto;
}

/* 3. Main Box - Blue Border & Grid */
.founder-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    /* Increased Image Width */
    gap: 20px;
    /* Reduced gap between image and text */
    background-color: #ffffff;
    border: 1px solid #062d60;
    padding: 20px;
    /* Tight padding to keep text aligned to borders */
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(62, 180, 207, 0.25);
    align-items: start;
    overflow: hidden;
    width: 100%;
}

/* 4. Image Styling - No Hover Effects */
.founder-image {
    width: 100%;
    pointer-events: none;
    /* Mouse interaction disable kar di taaki hover na ho */
}

.founder-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    transition: none !important;
    /* Kisi bhi tarah ka animation block */
    transform: none !important;
}

/* 5. Content Area - Edge to Edge Alignment */
.founder-content {
    width: 100%;
    padding: 0 5px;
    /* Minimal side spacing for sharp alignment */
    overflow-wrap: break-word;
}

.founder-name {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 1px;
}

.founder-title {
    font-size: 17px;
    color: #0056b3;
    font-weight: 600;
    margin-bottom: 4px;
}

.qualifications {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}

/* 6. Highlight Box (Custom Background) */
.info-highlight-box {
    background-color: #f0f7ff;
    border-left: 3px solid #0056b3;
    padding: 15px;
    /* Compact padding */
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    border-radius: 0 8px 8px 0;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
}

.info-highlight-box1 {
    background-color: #f0f7ff;
    border-right: 4px solid #0056b3;
    padding: 15px 20px 15px 15px;
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    border-radius: 10px 0 0 10px;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
}


.text-block p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;

    /* Perfect Justification Logic */
    text-align: justify;
    text-justify: inter-word;
    /* Spelling fixed: inter-word */

    /* Start aur End perfect management ke liye padding fix */
    word-spacing: -0.5px;
}


.mission-statement {
    background-color: #062d60;
    color: #ffffff;
    padding: 18px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    margin-top: 10px;
    width: 100%;
}


@media (max-width: 991px) {
    .founder-grid {
        grid-template-columns: 1fr;
        padding: 15px;
    }

    .founder-image img {
        max-height: 350px;
    }
}

/* end here meet our founder */


/* productvity css start here */
#productivityBox {
    display: block !important;
    opacity: 1 !important;
    margin-left: 0px !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    /* Hover के लिए */
}

/* Gauge की शुरुआती हालत */
#productivityFill {
    transform: rotate(0turn);
}

/* productvity css end here */


/* start here map section */


/* end here map section */

/* talk to exper */

.btn-talk-expert {
    background-color: #0082a4;
    color: #ffffff;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.btn-talk-expert:hover {
    background-color: #006b86;
    color: #ffffff;
}

.card-info .btn-talk-expert {
    margin-top: 15px;
    width: fit-content;
    align-self: center;
}

/* end here talk to exper */

/* modal for talked to expert start here  */

/* Modal Container Styling */
.modal-content {
    border: 1px solid rgba(0, 130, 164, 0.2);
    /* Soft blue border */
    border-radius: 20px;
    /* More rounded for a modern feel */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    /* Deep soft shadow */
    overflow: hidden;
    background: #ffffff;
}

/* Header Styling */
.modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 20px 25px;
    background: linear-gradient(to right, #f8fafc, #ffffff);
}

.modal-title {
    color: #1e293b;
    /* Darker for better readability */
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Input Fields (Forms) */
.modal-body {
    padding: 30px 25px;
}

.form-label {
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    color: #334155;
    transition: all 0.3s ease;
    background-color: #f8fafc;
}

/* Soft Glow on Focus */
.form-control:focus {
    background-color: #fff;
    border-color: #0082a4;
    box-shadow: 0 0 0 4px rgba(0, 130, 164, 0.1);
    /* Soft Blue Glow */
    outline: none;
}

/* Submit Button Refined */
.modal-body button[type="submit"] {
    background-color: #0082a4;
    border: none;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 10px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.modal-body button[type="submit"]:hover {
    background-color: #006b86;
    transform: translateY(-1px);
    /* Very subtle lift */
}

/* Close Button Styling */
.btn-close {
    background-size: 12px;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.btn-close:hover {
    opacity: 1;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 20px;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-title {
        font-size: 1.1rem;
    }
}

/* modal end here to talked to expert here */


/* 1. Section & Layout Settings */
.achievements-section {
    background-color: #f8f9fa;
    padding: 2.5rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-family: sans-serif;
}

.section-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-header h2 {
    color: #052c5c;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.section-header h2 span {
    color: #00d285;
}

.header-line {
    width: 40px;
    height: 3px;
    background: #00d285;
    margin: 0 auto;
}

/* 2. Marquee Engine */
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-marquee 25s linear infinite;
    align-items: center;
}

.award-item {
    flex: 0 0 auto;
    padding: 0 10px;
    /* Cards ke beech ka gap */
}

/* 3. THE CARD: ULTIMATE FULL COVER FIX */
.award-card {
    width: 220px;
    height: 140px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden !important;

    /* No gaps policy */
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

/* 4. THE IMAGE: FORCE BLEED TO EDGES */
.award-card img {
    /* Image ko absolute karke corners tak stretch karna */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;

    /* Cover logic taaki gap na dikhe */
    object-fit: cover !important;
    object-position: center !important;

    /* No effects/transparency */
    display: block !important;
    opacity: 1 !important;
    filter: none !important;
    transition: none !important;
}

/* 5. Animation Keyframes */
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 6. Mobile Optimization */
@media (max-width: 768px) {
    .award-card {
        width: 150px;
        height: 100px;
    }

    .section-header h2 {
        font-size: 18px;
    }
}