﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* font-family: "Roboto", sans-serif; */
html {
    scroll-behavior: smooth;
}

body {
    /* font-family: "Roboto", sans-serif; */
    font-family: "Lato", sans-serif;
}

.spacer1px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 1px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer5px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 5px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer15px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 15px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer10px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 10px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer20px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 20px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer30px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 30px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer50px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 50px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

.spacer80px {
    clear: both;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 50px;
    background: none;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border: none;
}

:focus-visible {
    outline: 3px solid #000;
    outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    border-radius: 6px;
}

.container-fluid {
    padding: 0 80px;
}

.banner_sec_train {
    position: relative;
}

    .banner_sec_train img {
        width: 100%;
        object-fit: cover;
        height: 400px;
    }

.breadcumb_sec_new {
    position: absolute;
    bottom: 0px;
    z-index: inherit;
    background: #ff043a;
    left: 75px;
    padding: 0 50px;
    border-radius: 4px 4px 0 0;
}

    .breadcumb_sec_new h6 {
        position: relative;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

.about_tabs_sec {
    background: linear-gradient(to right, rgb(224, 234, 252), rgb(207, 222, 243));
    padding: 30px 0;
}

.about_tabs_sec_inner {
    position: relative;
    padding: 0 0 10px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px #00000029;
    transition: all 0.4s ease;
    overflow: hidden;
}

    .about_tabs_sec_inner ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding: 0 5px 10px 5px;
        margin: 0;
    }

        .about_tabs_sec_inner ul li {
            position: relative;
            display: block;
            border-radius: 10px;
            text-align: center;
        }

            .about_tabs_sec_inner ul li a {
                padding: 15px 5px;
                border-radius: 10px;
                font-size: 11px;
                font-weight: 600;
                color: #1e4eab;
                display: flex;
                align-items: center;
                flex-direction: column;
                position: relative;
                gap: 10px;
                text-align: center;
                font-family: "Lato";
                text-decoration: none;
                pointer-events: auto;
                line-height:20px;
            }

            .about_tabs_sec_inner ul li:hover a:before {
                opacity: 0;
            }

            .about_tabs_sec_inner ul li a:before {
                position: absolute;
                content: "";
                height: 20px;
                width: 20px;
                bottom: 0;
                transform: rotate(46deg);
                bottom: -10px;
                z-index: 1;
                background: linear-gradient(117deg, #0052bf, #e11c23);
                opacity: 0;
            }

            .about_tabs_sec_inner ul li:hover a {
                background: linear-gradient(135deg, #354e7e, #5fa8fc);
                color: #fff;
            }

            .about_tabs_sec_inner ul li a img {
                width: 45px;
            }

            .about_tabs_sec_inner ul li.active a,
            .about_tabs_sec_inner ul li:hover a {
                background: linear-gradient(135deg, #354e7e, #5fa8fc);
                color: #fff;
            }

                .about_tabs_sec_inner ul li.active a:before {
                    opacity: 1;
                }

/* menu Scrollbar */

.about_tabs_sec_inner {
    overflow: hidden;
}

    .about_tabs_sec_inner ul {
        overflow-x: auto;
        scroll-behavior: smooth;
        list-style: none;
        scrollbar-width: thin;
        scrollbar-color: #667eea70 #f0f0f0;
        overflow-y: hidden;
        width: 98%;
        margin: 0 auto;
        cursor: grab;
    }

        /* Cursor changes when dragging */
        .about_tabs_sec_inner ul.active {
            cursor: grabbing;
            scroll-behavior: auto;
        }

        .about_tabs_sec_inner ul::-webkit-scrollbar {
            height: 8px;
        }

        .about_tabs_sec_inner ul::-webkit-scrollbar-track {
            background: #f0f0f0;
            border-radius: 10px;
        }

        .about_tabs_sec_inner ul::-webkit-scrollbar-thumb {
            background: #667eea;
            border-radius: 10px;
        }

            .about_tabs_sec_inner ul::-webkit-scrollbar-thumb:hover {
                background: #5568d3;
            }

    .about_tabs_sec_inner ul {
        scroll-snap-type: x mandatory;
    }

        /* Disable scroll snap when dragging */
        .about_tabs_sec_inner ul.active {
            scroll-snap-type: none;
        }

        .about_tabs_sec_inner ul li {
            scroll-snap-align: start;
        }

    /* FIXED: Fade overlays - now positioned correctly and not hiding content */
    .about_tabs_sec_inner::before,
    .about_tabs_sec_inner::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 40px;
        pointer-events: none;
        z-index: 2;
    }

    /* .about_tabs_sec_inner::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.about_tabs_sec_inner::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
} */

    .about_tabs_sec_inner ul li {
        flex: 0 0 155px;
    }

.project_inner_main {
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.project_inner_main_head {
    position: relative;
}

    .project_inner_main_head h6 {
        position: relative;
        font-size: 35px;
        font-weight: 600;
        color: #333;
        font-family: "Lato";
        margin-bottom: 30px;
    }

        .project_inner_main_head h6 span {
            color: #e11b22;
        }

    .project_inner_main_head p {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        color: #2e4d9a;
        font-family: "Lato";
        margin-bottom: 25px;
    }

.project_inner_main_body {
    position: relative;
    margin:30px 0 0 0;
}

    .project_inner_main_body p {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #555;
        font-family: "Lato";
        margin-bottom: 15px;
        line-height: 25px;
        text-align: justify;
    }

.project_img_sec {
    position: relative;
    width: 60%;
    margin: 0 auto 20px;
}

    .project_img_sec img {
        width: 100%;
        object-fit: cover;
        transition:0.5s ease-in-out;
    }
        .project_img_sec img:hover {
            transform: scale(1.02);
            transition: 0.5s ease-in-out;
        }

.project_inner_main_body h5 {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #354e7e;
    font-family: "Lato";
    margin-bottom: 15px;
    display: inline-block;
    font-style: italic;
}

    .project_inner_main_body h5:after {
        content: "";
        position: absolute;
        right: -80px;
        height: 3px;
        width: 70px;
        background: #fd3239;
        z-index: 1;
        top: 12px;
        display:none;
    }

.project_inner_grid_sec {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    grid-gap: 30px;
}

.project_inner_grid_sec_left {
    position: relative;
}

.project_inner_grid_sec_right {
    position: relative;
}

.project_inner_grid_sec_right_top {
    position: relative;
}

    .project_inner_grid_sec_right_top img {
        object-fit: cover;
        border: 5px solid #dcdee1;
    }

        .project_inner_grid_sec_right_top img:nth-child(1) {
            width: 65%;
        }

        .project_inner_grid_sec_right_top img:nth-child(2) {
            width: 60%;
            position: absolute;
            right: 0;
            bottom: -60%;
        }

        .project_inner_grid_sec_right_top img:nth-child(3) {
            width: 230px;
            height: 230px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 0;
        }

.sticky_top {
    position: sticky;
    top: 130px;
    height: fit-content;
}

.project_ststion_sec {
    position: relative;
    display: flex;
    gap: 40px;
    flex-direction: column;
    margin:30px 0 0 0;
}

.project_ststion_sec_single .content-block {
    position: relative;
    padding: 20px 45px;
    background: #f1f1f1;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .project_ststion_sec_single .content-block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        transition: height 0.4s ease;
    }

.project_ststion_sec_single .block-title {
    font-size: 30px;
    font-weight: 700;
    color: #3a5282;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "Lato";
}

.project_ststion_sec_single .block-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #003bac 0%, #ff6c71 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato";
    display:none;
}

.project_ststion_sec_single .block-content {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    font-family: "Lato";
    text-align: justify;
}

.project_ststion_sec_single .content-block:hover::before {
    height: 100%;
}

.gradient_text_new_gt {
    font-weight: 700;
    background: linear-gradient(to right, #631215, #09255a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.button-56 {
    align-items: center;
    background-color: #fee6e3;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #111;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-56:after {
        background-color: #111;
        border-radius: 8px;
        content: "";
        display: block;
        height: 48px;
        left: 0;
        width: 100%;
        position: absolute;
        top: -2px;
        transform: translate(8px, 8px);
        transition: transform 0.2s ease-out;
        z-index: -1;
    }

    .button-56:hover:after {
        transform: translate(0, 0);
    }

    .button-56:active {
        background-color: #ffdeda;
        outline: 0;
    }

    .button-56:hover {
        outline: 0;
    }

@media (min-width: 768px) {
    .button-56 {
        padding: 0 40px;
    }
}

.safety_fea_main_sec {
    position: relative;
    margin-top: 30px;
    padding: 0 15px;
}

.safety_fea_main_sec_single {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    margin-bottom: 50px;
}

.safety_fea_main_sec_single_left {
    position: relative;
}

.safety_fea_main_sec_single_right {
    position: relative;
    margin-top: 40px;
}

    .safety_fea_main_sec_single_right img {
        width: 100%;
        object-fit: cover;
        height: auto;
        
        border-radius: 10px;
    }

.safety_fea_main_sec_single_left h6 {
    position: relative;
    font-family: "Lato";
    font-size: 24px;
    color: #354e7e;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-style:italic;
}

.safety_fea_main_sec_single_left p {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    font-family: "Lato";
    text-align: justify;
    font-style:italic;
}

.safety_fea_main_sec_single_left ul {
    display: block;
    position: relative;
}

    .safety_fea_main_sec_single_left ul li {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #555;
        font-family: "Lato";
        text-align: justify;
        margin-bottom: 5px;
        padding-left: 25px;
    }

        .safety_fea_main_sec_single_left ul li:before {
            position: absolute;
            content: "\f178";
            font-family: "FontAwesome";
            left: 0;
            color: #102f69;
            font-size: 15px;
        }

.rainfall_monitoring_system_right {
    position: relative;
}

.rainfall_monitoring_system_right {
    position: relative;
}

    .rainfall_monitoring_system_right img {
        width: 100%;
        object-fit: cover;
        height: auto;
       /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        padding: 10px;*/
        border-radius: 10px;
    }
        
        img.rain_img_2 {
            position: relative;
            left: 0;
            bottom: 0;
            width: auto;
            height: auto;
            border-radius: 5px;
            margin: 0 auto;
            text-align: center;
            display: flex;
            margin-top: 20px;
        }

.sticky_top_new_rain {
    position: sticky;
    top: 170px;
    height: fit-content;
}

.saety_table_operation {
    position: relative;
    padding: 30px;
    box-shadow: rgb(58 82 130 / 60%) 0px 3px 6px, rgb(245 0 0 / 17%) 0px 3px 6px;
    width: 90%;
    margin: 50px auto 0;
    border-radius: 5px;
}

    .saety_table_operation .card {
        background: white;
        border-radius: 16px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .saety_table_operation table {
        width: 100%;
        border-collapse: collapse;
    }

        .saety_table_operation table thead {
            background: #f8fafc;
            border-bottom: 2px solid #e2e8f0;
        }

        .saety_table_operation table th {
            padding: 20px;
            text-align: center;
            font-weight: 600;
            font-size: 16px;
            color: #162539;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-right: 1px solid #e2e8f0;
            font-family: "Lato";
        }

            .saety_table_operation table th:first-child {
                text-align: left;
                padding-left: 30px;
                border-left: 4px solid #3b82f6;
            }

            .saety_table_operation table th:last-child {
                border-right: none;
            }

        .saety_table_operation table tbody tr {
            border-bottom: 1px solid #f1f5f9;
            transition: background-color 0.2s ease;
        }

            .saety_table_operation table tbody tr:hover {
                background: #f8fafc;
            }

            .saety_table_operation table tbody tr:last-child {
                border-bottom: none;
            }

            .saety_table_operation table tbody tr td {
                padding: 20px;
                text-align: center;
                color: #334155;
                font-size: 16px;
                font-family: "Lato";
            }

                .saety_table_operation table tbody tr td:first-child {
                    text-align: left;
                    padding-left: 30px;
                    font-weight: 600;
                    color: #3f5383;
                    border-left: 4px solid transparent;
                    font-family: "Lato";
                }

            .saety_table_operation table tbody tr:hover td:first-child {
                border-left-color: #3b82f6;
            }

.split-cell {
    display: inline-block;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Year badges */
thead th:nth-child(2)::before,
thead th:nth-child(3)::before,
thead th:nth-child(4)::before,
thead th:nth-child(5)::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.saety_table_operation table thead th:nth-child(2)::before {
    background: #10b981;
}

.saety_table_operation table thead th:nth-child(3)::before {
    background: #f59e0b;
}

.saety_table_operation table thead th:nth-child(4)::before {
    background: #ef4444;
}

.saety_table_operation table thead th:nth-child(5)::before {
    background: #8b5cf6;
}

.kmz_file_btn {
    position: relative;
    display: inline-block;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 600;
    color: #043491;
    border-bottom: 1px dashed #ff0000;
    text-shadow: 1px 0px 2px #6e6e6eab;
    font-style: italic;
}

.sabarmati_right_sec {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.sabarmati_right_sec_left {
    position: relative;
}

    .sabarmati_right_sec_left img {
        width: 100%;
        object-fit: cover;
        border-radius: 200px 200px 200px 0;
        height: 600px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        border: 5px solid #ccc;
    }

.sabarmati_right_sec_right {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

    .sabarmati_right_sec_right div {
        position: relative;
    }

    .sabarmati_right_sec_right p {
        position: absolute;
        bottom: 40px;
        background: #d2d8e5;
        color: #000;
        width: 75%;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        left: 40px;
        right: 0;
        border-radius: 5px;
        padding: 5px;
        font-family: 'Lato';
        font-weight: 600;
    }

    .sabarmati_right_sec_right img {
        width: 100%;
        object-fit: cover;
        height: 300px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        border: 5px solid #ccc;
    }

        .sabarmati_right_sec_right img:nth-child(1) {
            border-radius: 200px 200px 0 200px;
        }

        .sabarmati_right_sec_right img:nth-child(2) {
            border-radius: 200px 0 200px 200px;
        }

.walk_video_sec {
    position: relative;
    width: 50%;
    margin: 0 auto;
    height: 500px;
    box-shadow: inset rgb(253 22 22 / 41%) 0px 25px 50px -12px;
    padding: 15px;
    border-radius: 5px;
}

.reports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.report-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

    .report-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 0;
    }

    .report-card:hover::before {
        opacity: 1;
    }

/*    .report-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    }*/

    .report-card > * {
        position: relative;
        z-index: 1;
    }

.report-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.report-number {
    background: linear-gradient(135deg, #e55259 0%, #727272 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    letter-spacing: 0.5px;
    font-family: "Lato";
}

.report-status-container {
    display: flex;
    align-items: center;
    gap: 6px;
    display:none;
}

.report-status {
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.status-text {
    font-size: 12px;
    color: #10b981;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.report-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #354e7e 0%, #777fe1 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    transition: transform 0.3s ease;
}

/*.report-card:hover .report-icon {
    transform: rotateY(180deg);
}*/

.report-icon svg {
    width: 30px;
    height: 30px;
    stroke: white;
    stroke-width: 2;
}

.report-title {
    font-size: 21px;
    color: #364f7f;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.4;
    font-family: "Lato";
}

.report-description {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "Lato";
}

.report-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.report-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #491111;
    font-weight: 600;
}

    .report-meta svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
    }

.report-link {
    background: linear-gradient(135deg, #37507f 0%, #5954b5 100%);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    font-family: "Lato";
}

    .report-link:hover {
        /*        transform: translateX(5px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);*/
        color: white;
    }

    .report-link svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        transition: transform 0.3s ease;
    }

    .report-link:hover svg {
        transform: translateX(3px);
    }

.related-doc-card {
    margin-top: 20px;
    padding: 16px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 12px;
    border: 2px dashed rgba(102, 126, 234, 0.3);
}

    .related-doc-card .label {
        font-size: 0.8rem;
        color: #667eea;
        margin-bottom: 8px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .related-doc-card a {
        color: #764ba2;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: transform 0.2s ease;
        font-size: 16px;
    }

        .related-doc-card a:hover {
            transform: translateX(5px);
            text-decoration: underline;
        }

.stats-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #667eea;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .reports-grid {
        grid-template-columns: 1fr;
    }

    .header h1 {
        font-size: 2.5rem;
    }

    .header p {
        font-size: 1rem;
    }

    .shape {
        display: none;
    }
}

/* Loading animation */
.report-card {
    animation: cardAppear 0.6s ease backwards;
}

    .report-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .report-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .report-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    .report-card:nth-child(4) {
        animation-delay: 0.4s;
    }

    .report-card:nth-child(5) {
        animation-delay: 0.5s;
    }

    .report-card:nth-child(6) {
        animation-delay: 0.6s;
    }

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* online application form */

.application_form {
    margin-top: 30px;
}

.form_container {
    width: 60%;
    margin: 0 auto;
    background-color: white;
    padding: 25px 70px;
    border-radius: 20px;
    box-shadow: 0px 6px 10px rgb(55 122 234);
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 3px solid #f76161;
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    background: #245df3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-family: "Lato";
    margin: 0 0 10px 0;
}

.form-subtitle {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    font-family: "Lato";
}

.form-section {
    margin-bottom: 35px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
    border-radius: 15px;
    border-left: 4px solid #3864db;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #394f8a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3a5282;
    margin-bottom: 10px;
    font-family: "Lato";
    text-transform: uppercase;
}

    .form-label i {
        color: #fa4047;
        font-size: 16px;
    }

.required {
    color: #ef4444;
    margin-left: 3px;
}

.input-wrapper {
    position: relative;
}

.form_control {
    width: 100%;
    padding: 13px 15px 13px 45px;
    font-size: 14px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
    font-family: "LATO";
    color: #000;
    font-weight: 500;
}

    .form_control:focus {
        outline: none;
        border-color: #667eea;
        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    }

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #394f8a;
    font-size: 16px;
    display:none;
}

select.form_control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

textarea.form_control {
    resize: vertical;
    min-height: 120px;
    padding-left: 15px;
}

.input-with-button {
    display: flex;
    gap: 10px;
}

    .input-with-button .input-wrapper {
        flex: 1;
    }

.btn {
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Lato";
}

.btn-primary {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    }

.btn-dark {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 15px 50px;
    font-size: 16px;
}

    .btn-dark:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(31, 41, 55, 0.4);
    }

.form-text {
    font-size: 13px;
    color: #6b7280;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.file-upload {
    position: relative;
}

    .file-upload input[type="file"] {
        opacity: 0;
        position: absolute;
        width: 0;
        height: 0;
    }

.file-upload-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    border: 2px dashed #667eea;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #667eea;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .file-upload-label:hover {
        background: linear-gradient(135deg, #27458d 0%, #667eea 100%);
        color: white;
        border-style: solid;
    }

.file-name {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 10px;
    margin: 25px 0;
    border-left: 4px solid #f59e0b;
}

    .checkbox-group input[type="checkbox"] {
        margin-top: 4px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        accent-color: #667eea;
    }

    .checkbox-group label {
        font-size: 13px;
        line-height: 1.7;
        color: #92400e;
        cursor: pointer;
        font-weight: 500;
    }

.captcha-section {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
    border: 2px solid #86efac;
    background-color: #c2fbd7;
}

.captcha-header {
    font-size: 16px;
    font-weight: 700;
    color: #166534;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-image {
    background: white;
    padding: 20px 25px;
    border: 2px solid #86efac;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.2);
}

.captcha-text {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #166534;
    font-style: italic;
    user-select: none;
}

.captcha-help {
    font-size: 13px;
    color: #166534;
    margin-top: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.captcha-refresh {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

    .captcha-refresh:hover {
        text-decoration: underline;
    }

.form-footer {
    margin-top: 35px;
    text-align: center;
}

.readonly-input {
    background-color: #f9fafb;
    cursor: not-allowed;
}

.application_sec_text_page {
    position: relative;
    margin-top: 30px;
}

    .application_sec_text_page h3 {
        position: relative;
        margin: 10px 0 20px 0;
        color: #061c6f;
        font-family: "Lato";
        font-size: 22px;
        font-weight: 600;
    }

    .application_sec_text_page p {
        position: relative;
        margin: 0px 0 10px 0;
        color: #555;
        font-family: "Lato";
        font-size: 16px;
        font-weight: 500;
    }

    .application_sec_text_page ul {
        position: relative;
        margin: 0 0 10px 0px;
        padding: 0;
    }

        .application_sec_text_page ul li {
            position: relative;
            margin-bottom: 10px;
            color: #555;
            font-family: "Lato";
            font-size: 16px;
            font-weight: 500;
            padding-left: 25px;
        }

            .application_sec_text_page ul li:after {
                content: "\f178";
                position: absolute;
                left: 0;
                top: 0px;
                font-family: "FontAwesome";
                color: #061c6f;
                font-size: 16px;
            }

.proj_cont_sec {
    position: relative;
    margin-top: 30px;
    padding: 0 40px;
}

.proj_cont_sec_single {
    position: relative;
    margin-bottom: 20px;
}

.office-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.info-section {
    padding: 30px 40px;
    background: linear-gradient(135deg, #e5eeff 0%, #f8f9fa 100%);
}

.header {
    margin-bottom: 25px;
}

.company-name {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0;
    line-height: 1.3;
    margin-top: 10px;
}

.company-abbr {
    font-size: 16px;
    color: #667eea;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    margin: 10px 0 15px 0;
}

.info-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    /* display: none; */
}

.info-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea, #3a5282);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

    .info-icon svg {
        width: 20px;
        height: 20px;
        fill: white;
    }

.info-content {
    flex: 1;
}

.info-label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.info-text {
    font-size: 16px;
    color: #375080;
    line-height: 1.6;
    font-family: 'Lato';
    font-weight: 600;
}

    .info-text a {
        color: #354e7e;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        font-family: 'Lato';
    }

        .info-text a:hover {
            color: #764ba2;
            text-decoration: underline;
        }

.map-section {
    position: relative;
    background: #e9ecef;
    height: 440px;
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }

.rating-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.rating-stars {
    color: #ffa500;
    font-size: 18px;
}

.rating-text {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
}

.reviews-count {
    font-size: 12px;
    color: #6c757d;
    margin-left: 5px;
}

.action-buttons {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    display: none;
}

.btn {
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
    }

.btn-secondary {
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
}

    .btn-secondary:hover {
        background: #667eea;
        color: white;
        transform: translateY(-2px);
    }

@media (max-width: 968px) {
    .office-card {
        grid-template-columns: 1fr;
    }

    .map-section {
        min-height: 400px;
    }

    .info-section {
        padding: 35px 25px;
    }

    .company-name {
        font-size: 24px;
    }

    .action-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    body {
        padding: 20px 10px;
    }

    .info-section {
        padding: 25px 20px;
    }

    .company-name {
        font-size: 20px;
    }

    .rating-badge {
        top: 10px;
        right: 10px;
        padding: 8px 12px;
    }
}

.proj_cont_grid_sec_new {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

    .proj_cont_grid_sec_new .proj_cont_sec_single .office-card {
        grid-template-columns: 1fr;
    }

        .proj_cont_grid_sec_new .proj_cont_sec_single .office-card .map-section {
            height: 280px;
        }

        .proj_cont_grid_sec_new .proj_cont_sec_single .office-card .info-section {
            padding: 30px 40px 0 40px;
        }


.file-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
}

.file-icon.pdf-icon {
    width: 36px;
    height: 44px;
    background: #fff;
    border: 2px solid #e63946;
    border-radius: 4px;
    position: relative;
    font-weight: 700;
    font-size: 11px;
    color: #e63946;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6px;
    box-sizing: border-box;
}

    /* folded corner */
    .file-icon.pdf-icon::after {
        content: "";
        position: absolute;
        top: -2px;
        right: -2px;
        width: 14px;
        height: 14px;
        background: #ff0000;
        border-left: 2px solid #e63946;
        border-bottom: 2px solid #e63946;
        clip-path: polygon(100% 0, 0 0, 100% 100%);
    }

    /* PDF label */
    .file-icon.pdf-icon span {
        line-height: 1;
    }


.download-icon {
    margin-left: auto;
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

    /* arrow */
    .download-icon::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 50%;
        width: 2px;
        height: 10px;
        background: #555;
        transform: translateX(-50%);
    }

    /* arrow head */
    .download-icon::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        width: 8px;
        height: 8px;
        border-left: 2px solid #555;
        border-bottom: 2px solid #555;
        transform: translateX(-50%) rotate(-45deg);
    }

    /* base line */
    .download-icon span {
        position: absolute;
        bottom: 2px;
        left: 4px;
        right: 4px;
        height: 2px;
        background: #555;
    }

/* hover effect */
.file-item:hover .download-icon::before,
.file-item:hover .download-icon::after,
.file-item:hover .download-icon span {
    border-color: #e63946;
    background: #e63946;
}


















/* Timeline Style */
.timeline-container {
    max-width: 100%;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
}

    .timeline-item::before {
        content: '';
        position: absolute;
        left: 40px;
        top: 60px;
        bottom: -20px;
        width: 2px;
        background: #e9ecef;
    }

    .timeline-item:last-child::before {
        display: none;
    }

.timeline-dot {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #354e7e, #354e7e);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    z-index: 1;
}

.timeline-content {
    flex: 1;
    background: white;
    padding: 20px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 34%);
    transition: all 0.3s ease;
}

/*    .timeline-content:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }*/

    .timeline-content h3 {
        color: #354e7e;
        margin: 0px 0 20px 0;
        font-size: 23px;
        font-family: 'Lato';
        font-weight: 600;
    }

.card-files {
    margin-top: 1rem;
}

.file-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem;
    margin: 0.5rem 0;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
}

    .file-item:hover {
        background: #e3f2fd;
        transform: translateX(5px);
    }

.file-icon {
    width: 35px;
    height: 35px;
    background: #3498db;
    color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.file-name {
    flex: 1;
    font-size: 16px;
    color: #555;
    font-weight: 500;
    font-family: 'Lato';
}



.noc_appl_cert {
    display: flex;
    gap: 20px;
    margin-top: 35px;
}

.noc_application {
    max-width: 100%;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
    border-radius: 5px;
    margin: 0 15px;
}

.application {
    background-color: #1e3a5f;
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.application_left {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    font-family: 'Lato';
}

.application_right {
    font-size: 14px;
    position: relative;
    font-weight: 500;
    font-family: 'Lato';
}

.content {
    padding: 25px;
}

.application_title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: #27458d;
}

.application_text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    font-family: 'Lato';
    font-weight: 500;
}

.info_row {
    display: flex;
    flex-direction: column;
}

.info_label {
    font-weight: 600;
    color: #354d8d;
    font-size: 16px;
    font-family: 'Lato';
}

.info_value {
    color: #555;
    flex: 1;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
}

.approved_badge {
    background-color: #28a745;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.divider_new {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.two_column {
    display: flex;
    align-items: center;
}

.column {
    flex: 1;
}


.app-slider .slick-list {
    margin: 0 -10px;
}



.app-slider button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -75px;
    left: 45%;
    background: #354e7e;
    height: 50px;
    width: 50px;
}

.app-slider .slick-prev:before {
    color: #fff;
}

.app-slider button.slick-next.slick-arrow {
    position: absolute;
    bottom: -75px;
    right: 45%;
    background: #354e7e;
    height: 50px;
    width: 50px;
}

.app-slider .slick-next:before {
    color: #fff;
}

.new_padd {
    padding-bottom: 60px;
}




.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    align-items:center;
}

/* Map Section */
.map-section-new {
    position: relative;
}

.map-container-new {
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #354e7e;
}

.state-labels {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(255 255 255 / 57%);
    letter-spacing: 2px;
}

.label-gujarat {
    top: 20%;
    left: 5%;
}

.label-maharashtra {
    top: 20%;
    right: 5%;
}

/* Route Line */
.route-line {
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
    border-radius: 3px;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
    box-shadow: 0 0 20px rgba(231, 76, 60, 0.4);
    animation: drawLine 2s ease forwards;
    transform-origin: left;
}

@keyframes drawLine {
    from {
        width: 0;
    }

    to {
        width: 90%;
    }
}

/* Stations */
.station {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: fadeInStation 0.6s ease forwards;
    opacity: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .station:hover {
        transform: translateY(-50%) scale(1.1);
    }

.station-dot {
    width: 20px;
    height: 20px;
    background: #e74c3c;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(231, 76, 60, 0.6);
    animation: pulse 2s infinite;
    position: relative;
    z-index: 2;
}

@keyframes pulse {

    0%, 100% {
        box-shadow: 0 0 15px rgba(231, 76, 60, 0.6);
    }

    50% {
        box-shadow: 0 0 25px rgba(231, 76, 60, 0.9);
    }
}

.station-name {
    position: absolute;
    top: 50px;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    color: #153a80;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    font-size: 13px;
    font-family: 'Lato';
}

.station.bottom .station-name {
    top: auto;
    bottom: 50px;
}

/* Animated Train */
.train {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    animation: trainMove 15s ease-in-out infinite;
    z-index: 10;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    transition: transform 0.5s ease;
}

    .train img {
        width: 120px;
    }

@keyframes trainMove {
    0% {
        left: 5%;
        transform: translateY(-50%) scaleX(1);
    }

    48% {
        left: 90%;
        transform: translateY(-50%) scaleX(1);
    }

    50% {
        left: 90%;
        transform: translateY(-50%) scaleX(-1);
    }

    98% {
        left: 5%;
        transform: translateY(-50%) scaleX(-1);
    }

    100% {
        left: 5%;
        transform: translateY(-50%) scaleX(1);
    }
}

/* Stats Section */
.stats-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.state-info {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.state-card {
    flex: 1;
    min-width: 150px;
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 32%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    animation: fadeInUp 0.8s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .state-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .state-card.gujarat {
        border-top: 4px solid #f39c12;
    }

    .state-card.dnh {
        border-top: 4px solid #3498db;
    }

    .state-card.maharashtra {
        border-top: 4px solid #e91e63;
    }

.state-map {
    font-size: 3rem;
}

.state-name {
    font-weight: bold;
    color: #2c3e50;
    font-size: 16px;
    font-family: 'Lato';
}

.state-distance {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato';
}

/* Stat Cards */

.stat-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: white;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 37%);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    animation: fadeInUp 0.8s ease;
    transition: all 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.stat-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    flex-shrink: 0;
}

    .stat-icon.speed {
        background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    }

    .stat-icon.stations {
        background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    }

    .stat-icon.time {
        background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
    }

    .stat-icon.distance {
        background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    }

.stat-info {
    flex: 1;
}

.stat-value {
    font-size: 18px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 0.3rem;
    font-family: 'Lato';
}

.stat-label {
    color: #555;
    font-size: 14px;
    margin-bottom: 0.2rem;
    font-family: 'Lato';
}

.stat-sublabel {
    color: #95a5a6;
    font-size: 0.85rem;
    font-size: 14px;
}

/* Station List */
.stations-list {
    background: white;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 44%);
    margin-top: 2rem;
    animation: fadeInUp 1s ease;
}

    .stations-list h3 {
        color: #2c3e50;
        font-size: 20px;
        margin: 0 0 32px 0;
        font-weight: 600;
        font-family: 'Lato';
    }

.stations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.station-item {
    padding: 1rem;
    background: #d8e6ff;
    border-radius: 10px;
    border-left: 4px solid #e74c3c;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #354e7e;
    font-weight: 600;
    font-family: 'Lato';
}

    .station-item:hover {
        background: #e3f2fd;
        border-left-color: #2196F3;
        transform: translateX(5px);
    }

.station-number {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0.5rem;
}

.station-item:hover .station-number {
    background: #2196F3;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInStation {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}





.all_stations_content_main {
    position: relative;
    margin-top: 40px;
}























@media screen and (min-width: 1700px) and (max-width: 1910px) {
    .container {
        width: 1600px;
    }

    .about_tabs_sec_inner ul {
        gap: 22px;
    }

        .about_tabs_sec_inner ul li a {
            font-size: 17px;
        }

    .right_tab_single_head h6 {
        font-size: 40px;
    }

    .right_tab_single_head p {
        font-size: 25px;
        margin-top: 15px;
    }

    .right_tab_single_body p {
        font-size: 14px;
        line-height: 1.9;
    }

    .pare_link_sec a {
        font-size: 20px;
    }

    .ab_img_sec {
        padding: 50px 0 0 0;
    }

    .menuzord-menu > li > a {
        font-size: 20px;
    }

    .proj_logo img {
        width: 205px;
    }

    .logo-title-part h2 {
        font-size: 20px;
    }

    .logo-title-part h3 {
        font-size: 18px;
    }

    ul.top-list li a {
        font-size: 20px;
    }

    .lang-dropdown {
        font-size: 20px;
    }

    .search-fld {
        font-size: 20px;
    }

    .search-btm i {
        font-size: 20px !important;
    }

    .menuzord-menu ul.dropdown li a {
        font-size: 16px;
        padding: 8px 15px;
    }

    
}




.all_station_single {
    position: relative;
    width: 90%;
    margin: 0 auto;
    box-shadow: rgb(54 79 127 / 58%) 0px 7px 29px 0px;
    padding: 10px;
}

    .all_station_single img {
        width: 100%;
        object-fit: cover;
    }

.sing_sta H6 {
    margin-bottom: 15px;
}

.website_policies_sec {
    position: relative;
}

.website_policies_sec_single {
    position: relative;
    margin-bottom: 20px;
}

    .website_policies_sec_single h6 {
        position: relative;
        color: #364f7e;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Lato';
        border-bottom: 2px dashed #e61b22;
        padding-bottom: 15px;
        display: inline-block;
    }

    .website_policies_sec_single p {
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #555;
        font-family: 'Lato';
    }

        .website_policies_sec_single p strong {
            color: #3a5282;
        }




:root {
    --bg-primary: #fafbfc;
    --bg-secondary: #ffffff;
    --text-primary: #0d1b2a;
    --text-secondary: #415a77;
    --accent-blue: #0077b6;
    --accent-cyan: #00b4d8;
    --accent-light: #90e0ef;
    --border-color: #e0e7ee;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: var(--bg-secondary);
    border-radius: 20px;
    border: 2px solid var(--border-color);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-sm);
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

    .faq-item:nth-child(1) {
        animation-delay: 0.1s;
    }

    .faq-item:nth-child(2) {
        animation-delay: 0.2s;
    }

    .faq-item:nth-child(3) {
        animation-delay: 0.3s;
    }

    .faq-item:nth-child(4) {
        animation-delay: 0.4s;
    }

    .faq-item.active {
        border-color: #364f7f;
        box-shadow: var(--shadow-lg);
        transform: translateY(-4px);
    }

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 30px;
    cursor: pointer;
    user-select: none;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
}

.faq-item.active .faq-question {
    background: linear-gradient(135deg, rgba(0, 119, 182, 0.03), rgba(0, 180, 216, 0.03));
}

.question-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.question-number {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #354e7e, #6e80a3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .question-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}

.question-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.toggle-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid var(--border-color);
}

.faq-item.active .toggle-icon {
    background: linear-gradient(135deg, #e11b228c, #375080);
    border-color: #673AB7;
    transform: rotate(180deg);
}

.toggle-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--text-secondary);
    transition: stroke 0.3s ease;
}

.faq-item.active .toggle-icon svg {
    stroke: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    max-height: 800px;
    opacity: 1;
}

.answer-content {
    padding: 0 32px 32px 32px;
    border-top: 2px solid var(--border-color);
    margin-top: 0;
    animation: slideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .answer-content {
    padding-top: 28px;
}

.answer-text {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

    .answer-text strong {
        font-weight: 700;
        color: var(--accent-blue);
    }

.answer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 10px 20px;
    background: rgba(0, 119, 182, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 119, 182, 0.2);
}

    .answer-link:hover {
        background: rgba(0, 119, 182, 0.15);
        gap: 12px;
        transform: translateX(4px);
    }

    .answer-link svg {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
    }

    .answer-link:hover svg {
        transform: translateX(4px);
    }

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.tag {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(0, 119, 182, 0.1), rgba(0, 180, 216, 0.1));
    border: 1px solid rgba(0, 180, 216, 0.3);
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--accent-blue);
    letter-spacing: 0.3px;
}

.stat-highlight {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, rgba(0, 119, 182, 0.05), rgba(144, 224, 239, 0.05));
    border-left: 4px solid var(--accent-cyan);
    border-radius: 12px;
    margin: 16px 0;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent-blue);
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.4;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    body {
        padding: 60px 16px;
    }

    .header {
        margin-bottom: 48px;
    }

    .faq-question {
        padding: 20px;
    }

    .question-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .question-content {
        gap: 16px;
    }

    .question-text {
        font-size: 1rem;
    }

    .answer-content {
        padding: 20px;
    }

    .faq-item.active .answer-content {
        padding-top: 20px;
    }

    .stat-number {
        font-size: 1.5rem;
    }
    .sabarmati_right_sec_left p {
        position: absolute;
        bottom: 204px;
        background: #d2d8e5;
        color: #000;
        width: 75%;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        left: 3px;
        right: 0;
        border-radius: 5px;
        padding: 5px;
        font-family: 'Lato';
        font-weight: 600;
    }

   
}
.officer_text {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #183267;
    font-family: 'Lato';
}

.sabarmati_right_sec_left p {
    position: absolute;
    bottom: 204px;
    background: #d2d8e5;
    color: #000;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    left: 3px;
    right: 0;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Lato';
    font-weight: 600;
}



.safety_fea_main_sec_single:first-child {
    grid-template-columns: 1fr;
}
.new_grid_sec_new {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 60px !important;
}
.map_img_sec{
    position:relative;
}
.map_img_sec img{
    width:100%;
    border-radius:10px;
}