/* =======================
   Global Styles
======================= */
body,
footer {
    font-family: 'Soleto', sans-serif;
}

p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 1.25em;
    color: rgb(51, 51, 51);
}


/* =======================
   Navbar
======================= */

/* Logo */
.logo-img {
    height: 60px;
    object-fit: contain;
}

/* Always hide the checkbox */
.menu-btn {
    display: none;
}

/* Default (Desktop) */
.menu-icon {
    display: none;
}

.custom-collapse {
    position: static;
    height: auto;
    width: auto;
    box-shadow: none;
    padding-top: 0;
    left: 0;
}

.navbar{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    padding: 15px 0px;
}

.navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

nav .custom-collapse ul {
    border-bottom: 1px solid rgba(44, 191, 240, 0.5);
}

/* Navbar link underline only on hover */
.navbar-nav .nav-link {
    position: relative;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    transition: color 0.3s ease;
}

.custom-collapse ul li {
    padding: 5px 10px;
}

/* Show underline only when hovering */
.navbar-nav .nav-link:hover::after {
    width: 100%;
}

nav .custom-collapse ul li.current-menu-item, nav .custom-collapse ul li:hover {
    border-bottom: 3px solid #33cc67 !important;
}


/* iPad & Mobile */
@media (max-width: 991px) {
    .custom-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 250px;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
        transition: left 0.4s ease;
        padding-top: 80px;
        z-index: 1050;
    }

    .menu-btn:checked~.custom-collapse {
        left: 0;
    }

    .navbar-nav .nav-item a {
        padding-left: 15px;
        border-bottom: 1px solid #000;
    }

    .menu-icon {
        cursor: pointer;
        display: inline-block;
        padding: 20px;
        z-index: 1100;
    }

    .menu-icon .navicon {
        background: #333;
        display: block;
        height: 2px;
        width: 25px;
        position: relative;
        transition: background 0.2s ease-out;
    }

    .menu-icon .navicon:before,
    .menu-icon .navicon:after {
        content: '';
        background: #333;
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        transition: all 0.2s ease-out;
    }

    .menu-icon .navicon:before {
        top: 7px;
    }

    .menu-icon .navicon:after {
        top: -7px;
    }

    .menu-btn:checked~.menu-icon .navicon {
        background: transparent;
    }

    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
        top: 0;
    }

    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
        top: 0;
    }
}


@media (max-width:425px) {
    nav .custom-collapse ul li.current-menu-item, nav .custom-collapse ul li:hover {
    border-bottom: none !important;
}

nav .custom-collapse ul {
    border-bottom: none !important
}
    
}


/* =======================
   Hero main banner
======================= */

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-img {
    object-fit: cover;
    width: 100%;
    height: auto;
    height: 60vh;
}

@media (max-width: 767.98px) {
    .hero-img {
        height: 60vh;
    }
}


/* =======================
   Lastest News section
======================= */

.lastest-news-section .container h2 {
    color: rgb(93, 81, 69) !important;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}

.lastest-news-section .container small {
    line-height: 21px !important;
    font-weight: bold !important;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    color: #000 !important;
    font-size: 12px !important;
}

.lastest-news-section .container h5 {
    line-height: 30px !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    font-size: 23px !important;
    color: rgb(51, 51, 51);
    font-weight: 400;
}

.lastest-news-section .container p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 1.25em;
}

.news-section-card {
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 20%);
    border: none;
    padding: 10px;
}

.news-section-card h5 {
    line-height: 28px;
    font-size: 23px;
    color: #000;
}

.news-section-card p {
    color: #000;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
}

.news-section-card .news-read-more a {
    border-radius: 20px;
    padding: 8px 30px 8px !important;
}

.news-read-more-btn {
    text-decoration: none;
    line-height: 1.2em;
    font-size: 18px;
    border: 1px solid rgb(51, 204, 103);
    border-radius: 20px;
    padding: 8px 25px 5px !important;
    color: rgb(51, 204, 103);
}

/* =======================
   Explore section
======================= */

.custom-card .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.custom-card .card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.custom-card .card:hover{
    text-decoration: underline;
}

.explore-card .custom-card .card-body:hover h5 {
    color: midnightblue;
}

.custom-card img {
    object-fit: cover;
}

.card-body {
    padding-left: 15px;
}

.explore-card-section {
    display: flex;
    flex-direction: row;
}

.explore-section .explore-card-section img {
    width: 146px;
    height: 146px;
    border-bottom-left-radius: 5%;
    border-top-left-radius: 5%;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 5% 0%;
}

.explore-section .explore-card-section .card-body h5 {
    color: #000;
    font-size: 23px !important;
    margin-bottom: 10px;
    font-weight: 400 !important;
    line-height: 40px !important;
}

.explore-section .explore-card-section .card-body p {
    color: rgb(93, 81, 69) !important;
    font-size: 15px !important;
    font-family: inherit !important;
    font-weight: normal;
    line-height: 1.2em !important;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .custom-card img {
        max-width: 45%;
        max-height: 150px;
    }
}

@media(max-width:1024px) {
    .card-body {
        padding: 0px !important;
        padding-left: 10px !important;
        padding-top: 10px !important;

    }

    .card-body .card {
        height: 125px !important;
    }

    .explore-section .explore-card-section img {
        width: 125px !important;
        height: 125px !important;
    }

    .explore-section .explore-card-section .card-body p {
        font-size: 14px !important;
    }
}

@media (width: 768px) {
    .explore-section .explore-card-section .card-body p {
        font-size: 12px !important;
    }
}


/* =======================
   Footer section
======================= */

.social-icon {
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon.twitter:hover {
    color: #1da1f2;
}

.social-icon.linkedin:hover {
    color: #0077b5;
}

.social-icon.facebook:hover {
    color: #1877f2;
}

.social-icon.instagram:hover {
    background: linear-gradient(45deg, #feda75, #d62976, #4f5bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
    background: #303131;
}

/* .footer-link {
    color: #ddd;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    transition: color 0.3s ease;
} */

/* .footer-link:hover {
    color: #1da1f2;
    text-decoration: underline;
} */

footer .menu-footer-menu-left-container ul, footer .menu-footer-menu-right-container ul{
    list-style-type: none;
}

footer ul li a{
    color: #ddd;
    text-decoration: none;
    display: block;
    margin: 5px 0;
    transition: color 0.3s ease;
}

footer ul li a:hover{
    color: #1da1f2;
    text-decoration: underline;
}


.footer-logo {
    max-height: 100px;
    width: auto;
}


footer .social-media-section a {
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

footer .copy-right-sec p{
  color: #fff !important;
}


@media (max-width: 768px) {
    .footer-logo {
        max-height: 70px;
    }

    footer .social-media-section a {
        width: 25px;
        height: 25px;
    }

    .social-icon {
        font-size: 12px;
    }

    footer .menu-footer-menu-left-container ul{
        padding-left: 0px !important;
    }

    footer .menu-footer-menu-right-container ul{
        padding-left: 0px !important;
    }
}

/* Vertical Lines */
@media (min-width: 768px) {
    .footer-col {
        padding: 0 20px;
    }

    .footer-logo {
        max-height: 75px;
    }
}


/* ===================================================================================================================
                                                       About us page
=================================================================================================================== */
.subheading {
    font-size: 30px !important;
    color: rgb(93, 81, 69) !important;
    text-transform: uppercase !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* =======================
   Milestone section
======================= */

.timeline {
    position: relative;
    margin: 0 auto;
    padding: 2rem 0;
    width: 100%;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #d4e4f7;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    padding: 1rem 2rem;
    position: relative;
    width: 50%;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    right: -30px;
    background-color: #00bfff;
    border: 15px solid #d3dce5;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item.green-dot::before {
    background-color: rgb(51, 204, 103);
    ;
}

.timeline-item.right::before {
    left: -35px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

.timeline-content {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
}

.timeline-content h5 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .timeline::after {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 3rem;
        padding-right: 0;
        text-align: left !important;
    }

    .timeline-item::before {
        left: -10px;
    }

    .timeline-item.right::before {
        left: -10px;
    }

    .timeline-item.left,
    .timeline-item.right {
        left: 0;
    }
}

@media (max-width:600px) {
    .timeline {
        width: 80%;
    }
}



/* ===================================================================================================================
                                                       Tender page
=================================================================================================================== */

.reactoutInfo ul {
    list-style-type: none;
}

.reactoutInfo ul li i,
.reactoutInfo ul li a {
    color: #33cc67;
}

.procurementPolicy p {
    margin-bottom: 30px;
}

.procurementPolicy h2 {
    margin-bottom: 20px;
}

.detail-procurement-btn a {
    background: transparent;
    color: #33cc67;
    border: 1px solid #33cc67;
    padding: 15px 25px !important;
    border-radius: 25px;
}

.table-description,
td {
    font-size: 15px !important;
}

.tender-table .table-description a {
    color: rgb(51, 204, 103);
}


@media (max-width: 1024px) {
    .tender-table .tender-apply-now .news-read-more-btn {
        white-space: nowrap;
        font-size: 14px;
    }
}

@media (max-width:426px) {
    .reactoutInfo ul {
        flex-direction: column;
        gap: 10px;
    }

    .procurementPolicy {
        margin-top: 0px !important;
    }
}



/* ===================================================================================================================
                                                       News page
=================================================================================================================== */

.news-image-content-section .col-md-8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-image-content-section .col-md-8 a {
    text-decoration: none;
    color: #2db772;
}

.news-content-section-btn a {
    padding: 10px 30px !important;
    border-radius: 25px;
    background-color: #33cc67;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news-content-section h2 {
    margin: 8px 0px;
    font-size: 30px;
}

.news-content-section small {
    line-height: 21px !important;
    font-weight: bold !important;
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
    font-size: 12px !important;
    color: #424242;
    font-style: normal;
    letter-spacing: 2px;
}

.news-image-section {
    width: 300px;
}

.news-image-section a img {
    height: 225px;
    width: 100%;
}

@media (max-width:425px) {
    .news-content-section {
        margin-bottom: 20px;
    }
}