﻿.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;
}

@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');


.container-fluid {
    padding: 0 80px;
}


.banner_sec_train {
    position: relative;
}

    .banner_sec_train img {
        width: 100%;
        object-fit: cover;
        height: 550px;
        border-bottom: 5px solid #d4232c;
    }

.breadcumb_sec_new {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    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;
    }

.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: 10px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px #00000029;
}

    .about_tabs_sec_inner ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

        .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 20px;
                border-radius: 10px;
                font-size: 14px;
                font-weight: 600;
                color: #1e4eab;
                display: flex;
                align-items: center;
                flex-direction: column;
                position: relative;
                gap: 10px;
                text-decoration: none;
            }

            .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(45deg);
                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;
                }

.right_tab_single {
    display: none;
    animation: fadeIn 0.4s ease;
}

    .right_tab_single.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.right_tab_single {
    position: relative;
}




.tab-content-section {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 0px;
}

.tab-content {
    display: none;
    background: white;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.4s ease;
}

    .tab-content.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content h2 {
    font-size: 28px;
    color: #1e3a8a;
    font-weight: 700;
    margin: 0px 0 10px 0;
}

.tab-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Tender List Styling */
.tender-list {
    margin-top: 20px;
}

.tender-item {
    padding: 15px 20px 30px 20px;
    background: #f8f9fa;
    border-left: 4px solid #1e3a8a;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0px 0px 2px 1px #1e3a8a99;
}

    .tender-item h5 {
        position: relative;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background: #1e3a8a;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        font-family: 'Lato';
    }

    .tender-item:hover {
        background: #e3f2fd;
        transform: translateX(5px);
    }

    .tender-item p a {
        color: #1e3a8a;
        font-weight: 600;
        font-family: 'Lato';
    }

    .tender-item h3 {
        font-size: 18px;
        color: #1e3a8a;
        margin-bottom: 8px;
        font-family: 'Lato';
    }

    .tender-item p {
        font-size: 16px;
        color: #000;
        font-family: 'Lato';
        margin-bottom: 10px;
    }

    .tender-item .tender-meta {
        display: flex;
        gap: 20px;
        font-size: 13px;
        color: #999;
    }

        .tender-item .tender-meta span {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #591216;
            font-weight: 600;
        }

.tender_flex {
    position: relative;
    display: flex;
    gap: 15px;
}

.view_tender_btn {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 2px 10px;
    border-radius: 5px;
    color: #3F51B5;
    border: 1px dashed;
}

.pdf_modals_sec {
    position: relative;
    z-index: 999999;
}

    .pdf_modals_sec .modal-dialog {
        width: 600px;
        margin: 30px auto;
        top: 10%;
    }

    .pdf_modals_sec .modal-body {
        position: relative;
        padding: 0px 0px;
    }

    .pdf_modals_sec button.close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 99;
        opacity: 1;
        color: #000;
        font-size: 25px;
    }

.pdf_modals_sec_body {
    position: relative;
    padding: 20px 50px;
}

    .pdf_modals_sec_body h6 {
        position: relative;
        font-size: 25px;
        color: #364f7f;
        font-weight: 600;
        border-bottom: 1px dotted #364f7f;
        margin: 0 0 30px 0;
        text-align: center;
        padding-bottom: 10px;
    }

.related_pdf_body {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    display: grid;
}

.related_pdf_body_single {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

    .related_pdf_body_single img {
        width: 35%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 10px;
        border-radius: 10px;
    }

    .related_pdf_body_single a {
        position: relative;
        text-align: center;
    }

.download_icn {
    font-size: 16px;
    color: #e5252a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination_tenders_sec {
    position: relative;
    margin-top: 30px;
}

    .pagination_tenders_sec ul {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

        .pagination_tenders_sec ul li {
            position: relative;
            display: inline-block;
        }

            .pagination_tenders_sec ul li a {
                height: 30px;
                width: 30px;
                position: relative;
                display: flex;
                align-items: center;
                background: #fff;
                color: #354e7e;
                justify-content: center;
                border-radius: 10px 0;
                border: 1.5px solid #354e7e;
                font-size: 16px;
                font-weight: 500;
            }

                .pagination_tenders_sec ul li a.active {
                    background: #354e7e;
                    color: #fff;
                }

.right_tab_single {
    position: relative;
}

.tab_content_area {
    position: relative;
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    margin: 20px 0 0 0;
}

.right_tab_single_head {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .right_tab_single_head h6 {
        position: relative;
        font-size: 30px;
        color: #3b4a9a;
        font-weight: 600;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        /* .right_tab_single_head h6:after {
    position: absolute;
    content: '';
    top: 10px;
    background: url(../images/wave.png);
    height: 70px;
    width: 70px;
    background-size: cover;
    right: 48%;
} */

        .right_tab_single_head h6:before {
            position: relative;
            left: -20px;
            height: 2px;
            width: 100px;
            background: #3b4a9a;
            border-radius: 5px;
            content: '';
            top: 0;
        }

        .right_tab_single_head h6:after {
            position: relative;
            right: -20px;
            height: 2px;
            width: 100px;
            background: #3b4a9a;
            border-radius: 5px;
            content: '';
            top: 0;
        }

.new_head {
    position: relative;
}
/* .new_head.right_tab_single_head h6:before {
    left: 25%;
}

.new_head.right_tab_single_head h6:after {
    right: 25%;
} */

.new_head_tender {
    position: relative;
}
/* .new_head_tender.right_tab_single_head h6:before {
    left: 15%;
}

.new_head_tender.right_tab_single_head h6:after {
    right: 15%;
} */



.right_tab_single_pdf_viewer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 20px;
}

.single_pdf_viewer {
    position: relative;
    padding: 15px;
    border-radius: 10px;
    background: #dce7fa;
    border: 1px dashed #5ea5f7;
}

    .single_pdf_viewer img {
        width: 25px;
    }

.single_pdf_viewer_right {
    position: absolute;
    right: 20px;
    top: 30px;
}

    .single_pdf_viewer_right ul {
        display: block;
    }

        .single_pdf_viewer_right ul li a {
            position: relative;
            display: inline-block;
            color: #6c4bf3;
            font-weight: 500;
            font-size: 16px;
        }

.tender_body {
    position: relative;
    grid-template-columns: repeat(4, 1fr);
}

    .tender_body .single_pdf_viewer_right {
        position: relative;
        right: 0;
        top: 0;
    }

.single_pdf_viewer_left h5 {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    font-family: 'Lato';
}









