/* Created By : Vishal on 18-06-2025 */

@import url('theme-variables.css');

:root {
    --swiper-navigation-size: 20px !important;
}


/*--- banner hero area - starts ---*/

/* for slider - starts */
/* .hero-area .carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-area .carousel-track {
    position: relative;
    min-height: 750px;
}

.hero-area .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    visibility: hidden;
}

.hero-area .slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.hero-area .slide h2 {
    opacity: 0;
    transform: translateY(20px);
}

.hero-area .slide p {
    opacity: 0;
    transform: translateY(20px);
}

.hero-area .slide a {
    opacity: 0;
    transform: translateY(20px);
}

.hero-area .nav-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    background: transparent;
    color: white;
    border: 1px solid var(--white);
    padding: 0 0 3px;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
    width: 45px;
    height: 45px;
    transition: none;
    opacity: 0;
}

.hero-area .nav-btn:hover {
    background-color: var(--white);
    color: var(--color);
}

.hero-area .prev-btn {
    left: 20px;
}

.hero-area .next-btn {
    right: 20px;
} */

/* for slider - ends */

/* swiper - starts */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 20px) !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 20px) !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    top: var(--swiper-navigation-top-offset, 38%) !important;
    border: 1px solid #ffffff6b;
    border-radius: 50%;
    color: #ffffff6b !important;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        border: 1px solid #fff;
        background-color: #fff;
        color: #033f68 !important;
    }
/* swiper - ends */


/* for hero content - starts */
.hero-area {
    position: relative;
    min-height: 750px;
    background: #000;
}

    .hero-area .swiper,
    .hero-area .swiper-wrapper,
    .hero-area .swiper-slide {
        min-height: 750px;
    }

.reveal-wrapper {
    overflow: hidden;
    display: inline-block;
}

.swiper-slide {
    background: #000;
}

.slide-progress-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    z-index: 20;
}

.slide-progress-bar {
    height: 100%;
    width: 0;
    background-color: #ffc107; /* Yellow */
}

.hero-area .bg-overlay {
    background: linear-gradient(135deg, #00000099 20%, transparent 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-area .hero-content {
    padding-top: 7rem;
    padding-bottom: 7rem;
    position: relative;
    z-index: 2;
}

    .hero-area .hero-content h2 {
        /* margin-bottom: 1.5rem; */
        font-weight: 600;
        font-size: 4rem;
        color: #fff;
    }

    /* .hero-area .hero-content p {
    font-size: 1.2rem;
} */

    .hero-area .hero-content a.btn {
        padding: 1.2rem 1.8rem;
        border-radius: 50px;
    }

.hero-area .hero-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .hero-area .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.hero-area .hero-figure-counts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    min-height: 160px;
    display: flex;
    align-items: center;
    background-color: var(--hero-figure-bg);
    backdrop-filter: blur(2px);
}

    .hero-area .hero-figure-counts .figure-counts,
    .hero-figure-counts .figure-counts {
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .hero-area .hero-figure-counts .figure-counts h2,
        .hero-figure-counts .figure-counts h2 {
            font-size: 4rem;
            font-weight: 600;
            margin-bottom: .3rem;
            color: #fff;
        }

            .hero-area .hero-figure-counts .figure-counts h2 sup,
            .hero-figure-counts .figure-counts h2 sup {
                top: -.4em;
                font-size: .7em;
                margin-left: 6px;
            }

        .hero-area .hero-figure-counts .figure-counts span,
        .hero-figure-counts .figure-counts span {
            font-weight: 300;
        }

/* for hero content - ends */

/*--- banner hero area - ends ---*/


/* notification ticker - starts */
.notification-ticker-bar {
    background: var(--notification-bg);
    padding: 10px 20px;
    overflow: hidden;
}

    .notification-ticker-bar .notification-label {
        flex-shrink: 0;
        font-weight: 600;
        color: #8A6D02;
        margin-right: 15px;
        border-right: 1px solid var(--border);
        padding: 10px 15px 10px 0;
    }

        .notification-ticker-bar .notification-label i {
            font-size: 1.5rem;
        }

        .notification-ticker-bar .notification-label h6 {
            font-weight: 700;
        }

    .notification-ticker-bar .notification-scroller {
        overflow: hidden;
        position: relative;
        height: 50px;
        display: flex;
        align-items: center;
    }

    .notification-ticker-bar .notification-items {
        display: flex;
        gap: 50px;
        list-style: none;
        padding-left: 0;
        white-space: nowrap;
        /* animation: scrollLeft 30s linear infinite; */
        animation-name: scrollLeft;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        margin-left: 300px;
    }

@keyframes scrollLeft {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-VAR_WIDTHpx);
    }
}

.notification-ticker-bar .notification-items li {
    white-space: nowrap;
    /* font-size: 15px; */
    position: relative;
    color: var(--color);
}

    .notification-ticker-bar .notification-items li::before {
        content: "•";
        color: #888;
        margin-right: 8px;
    }

/* notification ticker - ends */

/* leader area - starts */

.leader-area .about-us {
    /* margin-top: 3rem; */
    width: 95%;
}

.leader-area .leader-card {
    /* padding: 20px; */
    margin: 20px 20px 0;
    padding-bottom: 20px;
}

    .leader-area .leader-card p {
        color: var(--solid-grey);
        font-size: 1rem;
    }

.leader-area .leader-img {
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 50%;
    /* border: 3px solid #E8E7E3; */
}

/* leader area - ends */

/* mining summary - starts */

.mining-summary {
    background-color: var(--bg-grey-100);
    padding: 4rem 0;
}

    .mining-summary .summary-card {
        height: 100%;
        border-radius: 16px;
        padding: 0rem 1.8rem 1.8rem;
        background: var(--card-bg);
        box-shadow: var(--card-box-shadow);
    }

        .mining-summary .summary-card .summary-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 1rem;
            margin-top: 2rem;
        }

            .mining-summary .summary-card .summary-icon.icon-orange {
                background-color: var(--light-orange-100);
                color: #D97706;
            }

            .mining-summary .summary-card .summary-icon.icon-blue {
                background-color: var(--light-blue-100);
                color: #1447E6;
            }

            .mining-summary .summary-card .summary-icon.icon-green {
                background-color: var(--light-green-100);
                color: #008236;
            }

        .mining-summary .summary-card h4 {
            font-size: 2.2rem;
            margin-bottom: .2rem
        }

    .mining-summary .chart-container {
        width: 130px;
        height: 130px;
        margin-top: -9px;
        margin-right: -10px;
        /* margin: 0 auto; */
    }

    .mining-summary .legend-dot {
        height: 14px;
        width: 14px;
        display: inline-block;
        border-radius: 50%;
    }

.legend .legend-style {
    /*width: 80px; */
    /* height: 26px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 61px;
    padding: 0.1rem 0.6rem;
}

.mining-summary .legend-dot.minor-orange {
    background-color: #FBBF72;
}

.mining-summary .legend-dot.major-orange {
    background-color: #FC8D62;
}

.mining-summary .legend-dot.minor-purple {
    background-color: #C3D0F7;
}

.mining-summary .legend-dot.major-purple {
    background-color: #8397D6;
}

.mining-summary .legend-dot.minor-green {
    background-color: #90D9AE;
}

.mining-summary .legend-dot.major-green {
    background-color: #5BBC83;
}

/* mining summary - ends */


/* major-minor map details - starts */
.major-minor-map-details {
    background-color: var(--bg-grey-200);
}

    .major-minor-map-details .map-box {
        height: 100%;
        min-height: 500px;
    }

        .major-minor-map-details .map-box img {
            width: 100%;
        }

        .major-minor-map-details .map-box .highlight {
            fill: #251700;
            stroke: #fff;
            stroke-miterlimit: 10;
            stroke-width: .5px;
        }

.st0 {
    font-size: 10px;
    fill: #ffffff
}

.st0, .st1, .st2 {
    isolation: isolate;
}

.st3, .st4 {
    fill: #808080;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: .5px;
    transition: all 0.3s ease-in-out;
}

.st4 {
    fill-rule: evenodd;
}

.st2 {
    font-size: 10px;
    fill: #ffffff
}

.fill-coal {
    fill: #7E0A0A;
}

.fill-iron {
    fill: #B90000;
}

.fill-uranium {
    fill: #C27F32;
}

.fill-bauxite {
    fill: #D4B56F;
}

.fill-mica {
    fill: #f1ba7b;
}

.major-minor-map-details .legend {
    font-size: 14px;
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    margin-top: 1rem;
}

.major-minor-map-details .rounded-box {
    background: var(--card-bg);
    border-radius: 15px;
    box-shadow: var(--card-box-shadow);
    padding: 20px;
}

.major-minor-map-details .nav-pills {
    gap: 20px;
}

    .major-minor-map-details .nav-pills .nav-link {
        color: var(--color);
        border-radius: 25px;
        border: 1px solid transparent;
    }

        .major-minor-map-details .nav-pills .nav-link:hover {
            color: var(--navtab-pill-hover-color);
        }

        .major-minor-map-details .nav-pills .nav-link:focus,
        .major-minor-map-details .nav-pills .nav-link.active {
            background-color: var(--btn-theme-yellow);
            border: 1px solid var(--navtab-border);
            border-radius: 25px;
            color: var(--btn-theme-yellow-text);
        }

.major-minor-map-details .table-hover > tbody > tr:hover > * {
    /* --bs-table-color-state: var(--bs-table-hover-color); */
    --bs-table-bg-state: var(--map-table-hover-bg);
}

/* major-minor map details - ends */


/* Our Services css Starts  */
.service {
    padding: 4rem 0;
}

.service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-auto-rows: 1fr;
    /* <--- this fixes unequal heights */
    gap: 0;
    margin-top: 4rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* opacity: 0.1; */
    min-height: 250px;
}

    .service-item.service-item-modify {
        background-color: var(--bg-grey-300);
        background-image: url(../images/box-pattern.png);
        background-repeat: no-repeat;
        right: 0;
        align-items: center;
        bottom: 0;
        background-size: cover;
        height: 100%;
        justify-content: center;
    }

        .service-item.service-item-modify .img-conatiner .content-description .service-item-content {
            position: absolute;
            bottom: 0;
            left: 39px;
            transform: translateY(-42%);
            color: #292929;
            transition: transform 0.4s ease, color 0.4s ease;
        }

        .service-item.service-item-modify .img-conatiner img {
            position: relative;
            z-index: 1;
        }

.view-all-btn {
    padding: 0.4rem 1.2rem;
    /* controls height & width - reduce here for smaller button */
    border-radius: 12px;
    /* rounded corners */
    font-size: 1rem;
    /* adjust as needed */
    line-height: 1.2;
    /* reduce extra vertical height */
    display: inline-flex;
    align-items: center;
    /* centers text & icon vertically */
    justify-content: center;
    gap: 0.4rem;
}

.service-item .content {
    padding: 1rem;
    /* you can control padding inside */
}

.img-conatiner {
    position: relative;
}

.content-description {
    position: absolute;
    background: var(--box-white-opacity-0-1);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: background 0.4s ease;
}

.service-item:hover .content-description {
    background: transparent;
}

.service-item:hover .content-description {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.service-item-content {
    position: absolute;
    bottom: 0;
    left: 39px;
    transform: translateY(-42%);
    color: var(--color);
    transition: transform 0.4s ease, color 0.4s ease;
}

    .service-item-content h5 {
        font-size: 1.5rem;
        font-weight: 300;
        margin-bottom: 0.7rem;
        transition: font-weight 0.3s ease, letter-spacing 0.3s ease, color 0.3s ease;
    }

    .service-item-content p {
        margin-bottom: 0;
    }

    .service-item-content i {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        display: inline-block;
        transition: opacity 0.4s ease;
    }

.service-item:hover .service-item-content i {
    opacity: 0;
}

.service-item:hover .service-item-content h5 {
    font-weight: 500;
    color: #fff;
}

.service-item:hover .service-item-content {
    transform: translateY(-20%);
    /* Bring it down smoothly on hover */
    color: #fff;
}

.service-item .icon {
    font-size: 2.9rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.bg-image {
    color: #fff;
    background-size: cover;
    background-position: center;
}

.know-more {
    border: 1px solid #333;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    display: inline-block;
    color: #333;
    text-decoration: none;
    margin-top: 1rem;
    transition: background 0.3s, color 0.3s;
}

    .know-more:hover {
        background: #333;
        color: #fff;
    }

/* Our Services css Ends  */

/* Active Tenders css Starts  */
.active-tenders {
    /*    background-color: var(--dark-brown-700);*/
    background-image: url(../images/activetenderbg.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 4rem 0;
    background-size: cover;
}

    .active-tenders::after {
        position: absolute;
        content: "";
        background-image: url(../images/footer-pattern-two.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        left: 0;
        bottom: 0;
        background-size: cover;
        height: 500px;
        width: 226px;
        z-index: 99;
    }

.status-badge .dot {
    width: 10px;
    height: 10px;
    background-color: #00c853;
    border-radius: 50%;
}

.status-badge .dot1 {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

.active-tenders .section-title-modify h3 {
    color: #fff;
}

.tender-card {
    position: relative;
    background-color: #fff;
    color: #fff;
    border-radius: 30px;
    padding: 2.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

    .tender-card:hover {
        background-color: #DBAE1B;
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    }

        .tender-card:hover .tender-title {
            color: #fff !important;
        }

        .tender-card:hover .tender-desc,
        .tender-card:hover .tender-footer,
        .tender-card:hover .deadline, .tender-card:hover .time-date, .tender-card:hover .time-date small {
            color: #fff !important;
        }

/*.tender-card:hover .status-badge {
    background-color: #47391f61;
}*/

.tender-icon {
    width: 78px;
    height: 78px;
    background-color: #E4B400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2.3rem;
}

.tender-card:hover .tender-icon {
    background-color: #fff;
    color: #E4B400;
}

.status-badge {
    background-color: #F5F5F5;
    color: #474747;
    padding: 0.2rem 0.8rem;
    border-radius: 1rem;
    font-size: 1.125rem;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.1rem;
}

    .status-badge .dot {
        width: 10px;
        height: 10px;
        background-color: #00c853;
        border-radius: 50%;
    }

.tender-title {
    font-size: 1.75rem;
    font-weight: 400;
    margin: 1.3rem 0;
    /*    color: #fff;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tender-desc {
    color: #474747 !important;
    margin-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tender-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f4c10f;
    font-weight: 500;
    margin-top: 1.5rem;
    font-size: 2rem;
}


.deadline {
    color: #ddd;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.view-all {
    color: #fff;
    background-color: #3c2e1e;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    transition: background 0.3s ease;
}

    .view-all:hover {
        background-color: #5e4b31;
        color: #fff;
    }

.time-date {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--color);
}

    .time-date i {
        font-size: 1.5rem;
    }

    .time-date small {
        display: block;
        font-weight: 300;
        color: #474747 !important;
    }
/* Active Tenders css Ends  */

/* Map css */

/* .map-container {
    width: 500px;
    height: 400px;
  } */
.coal-legend {
    fill: #642929;
}

.iron-legend {
    fill: #AF0808;
}

.uranium-legend {
    fill: #C27F32;
}

.bauxite-legend {
    fill: #366FC4;
}

.mica-legend {
    fill: #08CCFF;
}

.legend-style.all-legend {
    background: #fee27a;
}

.map-container svg {
    width: 100%;
    height: 100%;
}

/* .popup-box {
    position: absolute;
    display: none;
    color: white;
    width: 200px;
    border-radius: 0.5rem;
    background-color: green;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  } */
.text-brown {
    color: #894024;
}

.map-description {
    pointer-events: none;
    position: absolute;
    font-size: 15px;
    background: white;
    padding: 10px 15px;
    z-index: 5;
    line-height: 1;
    margin: 0 auto;
    color: #767777;
    border-radius: 5px;
    box-shadow: 0 0 4px 1px #4c4c4c78;
    transform: translate(-50%, -50%);
    display: none;
    /* font-family: "Baloo 2", sans-serif; */
    font-optical-sizing: auto;
}

.map-enabled.light-fill {
    fill: #a5886b !important;
    transition: .3s ease-in-out;
}

.map-enabled {
    stroke: #fff;
    stroke-width: 1px;
}

.map-description.active {
    display: block
}

.map-description::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    filter: drop-shadow(0px 2px 1px #4c4c4c60);
}
/* Map css */

/* Circular and Notification css Starts  */

.notifition-btn .btn-download-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.notifition-btn:hover .btn-download-icon {
    transform: translateY(-3px);
}

.circular-notification {
    padding: 4rem 0;
}

.circular-notification-card {
    border-radius: 30px;
    padding: 2.5rem;
    background: var(--card-bg);
    gap: 1.1rem;
    position: relative;
    opacity: 1;
    box-shadow: var(--card-box-shadow);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download-btn {
    background-color: #ffcd00;
    color: #000;
    font-weight: 600;
    border-radius: 2rem;
    transition: background-color 0.3s ease;
}

    .download-btn:hover {
        background-color: #e5b800;
        color: #000;
    }

.date {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--color);
    opacity: 1;
}

.card-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.card-text {
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
    color: #555;
}

.circular-notification-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.circular-notification-card h5 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.circular-notification-card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.circular-notification-card:hover h5 {
    color: #667fd0;
    cursor: pointer;
}

/* Circular and Notification css Ends  */


/* Important links css Starts  */
.impo-links {
    padding: 4rem 0;
}

.government-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 2.6rem 1.9rem;
    align-items: center;
}

.government-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

    .government-item:hover {
        transform: scale(1.08);
    }

    .government-item p {
        margin-bottom: 0;
        font-size: 1.025rem;
        font-weight: 500;
        line-height: 1.3;
    }

    .government-item:hover p {
        color: #ceb141;
    }

    .government-item img {
        max-width: 78px;
        height: auto;
        margin-bottom: 0.5rem;
    }


.quick-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
    /* border-left: 1px solid #ccc; */
    padding-left: 0;
    margin-top: 2rem;
}

    .quick-links a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: var(--color-dark);
        font-weight: 400;
        gap: 0.5rem;
        position: relative;
        font-size: 1.25rem;
        transition: color 0.3s;
    }

        .quick-links a:hover {
            color: #007bff;
        }

        .quick-links a::after {
            position: relative;
            content: "";
            background-color: #ccc;
            width: 1px;
            height: 100%;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .quick-links a::before {
            content: "\e903";
            display: inline-block;
            margin-right: 0.5rem;
            font-family: 'jimms-icon' !important;
            font-size: 1.125rem;
        }

.impo-links-border {
    position: relative;
}

    .impo-links-border::after {
        position: absolute;
        content: "";
        background: var(--border);
        right: 3px;
        top: 56px;
        width: 1px;
        height: 84%;
    }

/* Important links css Ends  */


/* media queries - starts */
@media screen and (max-width: 1440px) {

    .hero-area {
        min-height: 520px;
    }

        .hero-area .swiper,
        .hero-area .swiper-wrapper,
        .hero-area .swiper-slide {
            min-height: 520px;
        }

        .hero-area .hero-content {
            padding-top: 4.5rem;
            padding-bottom: 4.2rem;
        }

            /* .hero-area .carousel-track {
        position: relative;
        min-height: 520px;
    }

    .hero-area .hero-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
        min-height: 520px;
    } */

            .hero-area .hero-content a.btn {
                padding: .8rem 1.5rem;
                border-radius: 50px;
                font-size: 1.1rem;
            }

        .hero-area .hero-figure-counts .figure-counts h2 {
            font-size: 2.8rem;
        }

        .hero-area .hero-figure-counts {
            min-height: 115px;
        }

        /* .hero-area .swiper,
        .hero-area .swiper-wrapper,
        .hero-area .swiper-slide {
            min-height: 550px;
        } */

        .hero-area .hero-content h2 {
            margin-top: 0;
            margin-bottom: .5rem;
            font-size: 2.4rem;
        }

    /* .hero-area .hero-content p {
        font-size: 1.1rem;
    } */

    .leader-card h5 {
        font-size: 1.1rem;
    }

    .mining-summary {
        padding: 2rem 0 3rem;
    }

        .mining-summary .summary-card small {
            font-size: .9rem;
        }

        .mining-summary .legend-text {
            font-size: 1.1rem;
        }

        .mining-summary .summary-card h4 {
            font-size: 2rem;
        }

    .service-item-content {
        position: absolute;
        left: 30px;
        transform: translateY(-16%);
    }

        .service-item-content p {
            padding: 0 1.7rem 0 0rem;
        }

        .service-item-content h5 {
            font-size: 1.3rem;
            padding: 0 1.7rem 0 0rem;
        }

    .tender-footer {
        font-size: 1.6rem;
    }

    .deadline {
        font-size: 1rem;
    }

    .circular-notification-card-footer {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }
}

@media screen and (max-width: 1280px) {

    .service-item-content p {
        padding: 0 1.7rem 0 0rem;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    :root {
        --swiper-navigation-size: 15px !important;
    }

    /* .swiper-button-next, .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    } */

    /* .hero-area .hero-content h2 {
        margin-bottom: .6rem;
        font-size: 3.2rem;
    } */
}

@media screen and (max-width: 1150px) {
}

@media screen and (max-width: 1024px) {

    .hero-area .hero-content {
        padding-top: unset;
        padding-bottom: unset;
        padding: 4rem 4rem 4rem;
    }

    .legend .legend-style {
        /* width: 80px; */
        /* height: 26px; */
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #DBDBDB;
        border-radius: 61px;
        font-size: 0.64rem;
        padding: 0.1rem 0.6rem;
    }

    .leader-area .leader-card {
        margin: 20px 0 0;
    }

    .mining-summary .summary-card h4 {
        font-size: 1.5rem;
    }

    .mining-summary .legend-text {
        font-size: .85rem;
    }

    .major-minor-map-details .map-box {
        height: 100%;
        min-height: 410px;
    }

    /* .swiper-button-next, .swiper-button-prev {
        top: unset !important;
        bottom: 45px;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: unset !important;
        right: 110px !important;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 60px) !important;
    } */
}


@media screen and (max-width: 991px) {

    .hero-area {
        min-height: 450px;
    }

    .major-minor-map-details .map-box {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
    }

        .major-minor-map-details .map-box img {
            width: 80%;
        }

    /* .hero-area .swiper,
        .hero-area .swiper-wrapper,
        .hero-area .swiper-slide {
            min-height: 450px;
        } */

    .mining-summary .legend-text {
        font-size: 1rem;
    }

    .mining-summary .summary-card .summary-icon {
        width: 60px;
        height: 60px;
        margin-top: 1.8rem;
    }

        .mining-summary .summary-card .summary-icon i {
            font-size: 1.4rem;
        }

    .tender-footer {
        font-size: 1.8rem;
    }
}


@media screen and (max-width: 576px) {

    .hero-area {
        min-height: 600px;
    }

        .hero-area .swiper,
        .hero-area .swiper-wrapper,
        .hero-area .swiper-slide {
            min-height: 600px;
        }

        .hero-area .hero-content {
            padding-bottom: 6rem;
            text-align: center;
        }

            .hero-area .hero-content .mob-min-height {
                min-height: 230px;
            }

            .hero-area .hero-content h2 {
                font-size: 2.2rem;
            }

            .hero-area .hero-content p {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .hero-area .hero-figure-counts .figure-counts,
        .hero-figure-counts .figure-counts {
            text-align: center;
        }

            .hero-area .hero-figure-counts .figure-counts h2 {
                font-size: 1.5rem;
            }

            .hero-area .hero-figure-counts .figure-counts span,
            .hero-figure-counts .figure-counts span {
                font-size: .8rem;
                width: 80%;
            }

    .swiper-button-next, .swiper-button-prev {
        bottom: 30%;
        top: unset !important;
        margin: 0 9rem;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0 !important;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0 !important;
    }

    .major-minor-map-details .map-box {
        min-height: 380px;
    }

        .major-minor-map-details .map-box img {
            width: 100%;
        }

    .government-links {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 3rem;
    }

    .government-item:hover {
        transform: none;
    }

    .quick-links {
        grid-template-columns: repeat(1, 1fr);
    }

    .notification-ticker-bar .notification-label h6 {
        display: none;
    }

    .circular-notification-card-footer {
        flex-direction: row;
        display: flex;
        align-items: center;
    }
    /* .swiper-button-prev, .swiper-rtl .swiper-button-next {
        right: 50% !important;
        transform: translateX(-50%);
    }

    .swiper-button-next, .swiper-button-prev {
        bottom: 35px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 35% !important;
        transform: translateX(-35%);
    } */
}

/* media queries - ends */
