@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);

* {
    margin: 0;
    padding: 0
}

:root {
    --green: rgb(10, 166, 81);
    --yellow: rgb(248, 234, 62);
    --red: rgb(222, 37, 42)
}

body,
html {
    overflow-x: hidden;
    width: 100%
}

body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    color: var(--white);
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative
}

@media (max-width:768px) {
    body {
        font-size: 13px
    }
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: .5s;
    z-index: 99;
    color: #0aa651 !important;
    background-color: #fff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2) !important
}

.btn-lg-square,
.btn-md-square,
.btn-sm-square,
.btn-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .4) !important
}

.btn.btn-contact {
    background: var(--green);
    color: #fff;
    border: none;
    font-size: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.form-control:focus {
    border: 1px solid red !important;
    box-shadow: none
}

.form-control {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3)
}

.form-select {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3)
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white)
}

.btn.btn-light {
    color: #0aa651;
    border-radius: 0
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #0aa651
}

.footer .footer-item a {
    text-decoration: none
}

.footer .footer-item a:hover {
    color: var(--yellow) !important;
    text-decoration: none
}

.btn {
    font-weight: 600;
    transition: .5s
}

.mb-2 {
    margin-bottom: .5rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.btn-md-square {
    width: 40px;
    height: 40px
}

.nav-list li a {
    text-decoration: none !important
}

.main-page {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden
}

.main-page1 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -2
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .757);
    z-index: -1
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 14px
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1001
}

.nav-actions #notification-btn {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    transition: all .3s ease
}

.nav-actions #notification-bell {
    font-size: 20px
}

.nav-actions .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.nav-actions .menu-toggle:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff
}

.nav-actions #notification-btn:hover {
    background: rgba(255, 255, 255, .12)
}

.nav-list {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: MTNBrighterSans !important;
    white-space: nowrap
}

.nav-list a {
    color: #fff;
    font-size: 16px !important;
    transition: color .3s ease-in-out
}

.nav-list a:hover {
    color: var(--yellow)
}

.logo {
    width: 35%;
    height: auto;
    transition: all .3s ease-in-out
}

.menu-toggle {
    font-size: 24px;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 5px 7px;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #fff;
    display: none;
    transition: all .3s ease
}

.menu-toggle:hover {
    background: #fff;
    color: #000;
    border-color: #fff
}

.menu-toggle.show {
    font-size: 24px;
    padding: 6px 10px;
    position: absolute;
    top: 15px;
    right: 20px;
    border-color: #fff
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 10px !important;
    margin-top: 5px
}

.main-content .main-heading {
    font-size: 40px;
    font-weight: 700;
    margin-left: 0;
    max-width: 800px;
    margin-top: 30vh;
    font-family: MTNBrighterSans !important
}

@media (max-width:1024px) {
    .main-content .main-heading {
        font-size: 35px;
        margin-top: 50%
    }
}

@media (max-width:767px) {
    .main-content .main-heading {
        font-size: 30px;
        margin-top: 25vh
    }
}

@media (max-width:479px) {
    .main-content .main-heading {
        font-size: 25px;
        margin-top: 20vh
    }
}

.main-content p {
    max-width: 400px;
    margin-bottom: 50px;
    text-align: center
}

@media (max-width:1024px) {
    .logo {
        width: 100px
    }

    .nav-list {
        gap: 12px
    }
}

@media (max-width:768px) {
    .logo {
        width: 90px;
        margin-right: auto
    }
}

@media (max-width:768px) {
    .menu-toggle {
        display: block;
        position: relative;
        z-index: 1001
    }

    nav {
        flex-wrap: wrap
    }

    .nav-right {
        margin-left: auto
    }

    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        padding: 14px 12px;
        text-align: center;
        gap: 15px;
        margin-top: 1px
    }

    .nav-list.show {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .nav-list li {
        margin: 0;
        gap: 25px !important
    }

    .nav-list li a {
        font-size: 12px !important
    }
}

@media (max-width:480px) {
    .logo {
        width: 80px
    }
}

.calendar-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('/img/calendar.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s
}

.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('/img/news.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s
}

.bg-breadcrumb .breadcrumb {
    position: relative
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
    font-weight: bolder
}

.breadcrumb .active {
    color: var(--bs-yellow) !important
}

.contact-heading {
    color: #000 !important
}

.contact {
    margin-top: -120px
}

.bg-home {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    --new-bg: none;
    overflow: hidden
}

@media (max-width:768px) {
    .bg-home {
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat
    }
}

.bg-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: var(--new-bg);
    background-size: cover;
    background-position: center;
    transform: translateX(-100%);
    transition: transform 1s ease;
    z-index: 2
}

.bg-home.slide::before {
    transform: translateX(0)
}

.slick-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.slick-slide {
    position: relative;
    width: 100%;
    height: 100%
}

.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:hover {
    background: #ccc
}

.slick-dots li.slick-active button {
    background: #333
}

.u-dots-helper {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ccc;
    border-radius: 50%
}

.u-dots-helper:hover {
    background: #333
}

.bg-highlight {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .3)), url('/img/Athletic-Disciplines.avif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    border-radius: 8px
}

.home-slide {
    margin-top: 50%
}

.description-container {
    padding: 27px;
    margin-right: 5% !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 5px
}

.description-container h2 {
    font-size: 24px;
    margin-bottom: 10px
}

.description-container p {
    font-size: 16px;
    color: #666;
    margin-top: 3%
}

.abt-us {
    justify-content: space-between
}

.row {
    margin-top: 1% !important
}

.team4 {
    font-family: Montserrat, sans-serif;
    color: #8d97ad;
    font-weight: 300
}

.team4 h1,
.team4 h2,
.team4 h3,
.team4 h4,
.team4 h5,
.team4 h6 {
    color: #3e4555
}

.team4 .font-weight-medium {
    font-weight: 500
}

.team4 h5 {
    line-height: 22px;
    font-size: 18px
}

.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
    font-size: 13px
}

.team4 ul li a {
    color: #8d97ad;
    padding-right: 15px;
    -webkit-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in
}

.team4 ul li a:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    color: #316ce8
}

@media (max-width:768px) {
    .video-container {
        text-align: center;
        padding-top: 20px !important
    }

    .video-container video {
        width: 100%;
        height: auto
    }

    .description-container {
        text-align: center;
        padding-top: 20px !important
    }

    .description-container h4 {
        font-size: 20px
    }

    .description-container img {
        max-width: 80%;
        height: auto
    }

    .description-container p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (max-width:576px) {

    .description-container,
    .video-container {
        width: 100%;
        padding-top: 10px !important
    }

    .description-container h4 {
        font-size: 18px
    }

    .description-container p {
        font-size: 14px
    }
}

.events {
    justify-content: center;
    width: 100%;
    background: #fff;
    background-size: cover;
    border-radius: 20px;
    margin-left: auto;
    text-align: center;
    margin-right: 4.5%
}

#event-heading {
    color: green;
    font-weight: 700;
    font-size: 30px;
    margin-top: 5%;
    text-align: center
}

.event {
    position: relative;
    text-align: center;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    transition: transform .3s ease-in-out;
    border-radius: 10px;
    overflow: hidden
}

.event img {
    width: 100%;
    height: 100%;
    display: block;
    gap: 20px;
    margin-bottom: 5px;
    object-fit: cover
}

.event .track-field {
    position: absolute;
    top: 65%;
    left: 50%;
    background: rgba(10, 166, 80, .715);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3)
}

.event-track h3 {
    background: #b9aa20
}

.event-marathon h3 {
    background: #ff5722
}

.event-cross h3 {
    background: green
}

.see-more-cross,
.see-more-marathon,
.see-more-track {
    position: relative;
    transition: all .3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    padding-block: .5rem;
    padding-inline: 1.25rem;
    background-color: #ffc107;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: 700;
    border: 3px solid #ffffff4d;
    outline: 0;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer
}

.icon {
    width: 24px;
    height: 24px;
    transition: all .3s ease-in-out
}

.button-2:hover {
    transform: scale(1.05);
    border-color: #fff9
}

.button-2:hover .icon {
    transform: translate(4px)
}

.button-2:hover::before {
    animation: shine 1.5s ease-out infinite
}

.button-2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .054) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: .6
}

@keyframes shine {
    0% {
        left: -100px
    }

    60% {
        left: 100%
    }

    to {
        left: 100%
    }
}

.join-us {
    position: relative;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
    gap: 8px;
    left: 5%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 20px;
    width: 100%;
    height: 10%;
    overflow: hidden;
    border: 1.5px solid;
    cursor: pointer;
    transition: border-color .3s ease-in-out
}

.see-more-track {
    border-color: #b9aa20
}

.see-more-marathon {
    border-color: #ff5722
}

.see-more-cross {
    border-color: green
}

.join-us {
    border-color: var(--bs-yellow)
}

.see-more-cross::before,
.see-more-marathon::before,
.see-more-track::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    transition: width .4s ease-in-out;
    border-radius: 20px;
    z-index: -1;
    margin-left: -7px
}

.join-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    transition: width .4s ease-in-out;
    border-radius: 20px;
    z-index: -1
}

.see-more-track::before {
    background: #b9aa20
}

.see-more-marathon::before {
    background: #ff5722
}

.see-more-cross::before {
    background: green
}

.join-us::before {
    background: green
}

.see-more-cross:hover::before,
.see-more-marathon:hover::before,
.see-more-track:hover::before {
    width: 110%
}

.join-us:hover::before {
    width: 100%
}

.join-us svg,
.see-more-cross span,
.see-more-cross svg,
.see-more-marathon span,
.see-more-marathon svg,
.see-more-track span,
.see-more-track svg {
    position: relative;
    z-index: -1
}

.see-more-cross svg path,
.see-more-marathon svg path,
.see-more-track svg path {
    fill: #000;
    transition: fill .3s ease-in-out, transform .4s ease-in-out
}

.join-us:hover svg,
.see-more-cross:hover svg,
.see-more-marathon:hover svg,
.see-more-track:hover svg {
    transform: rotate(90deg)
}

.join-us:hover svg,
.see-more-cross:hover svg path,
.see-more-marathon:hover svg path,
.see-more-track:hover svg path {
    fill: #fff
}

@media (max-width:768px) {
    .events .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .col-md-4 {
        width: 100%;
        margin-bottom: 20px
    }

    .event {
        text-align: center
    }

    .event img {
        max-width: 100%;
        height: auto
    }

    .event h3 {
        font-size: 20px
    }

    .see-more-cross,
    .see-more-marathon,
    .see-more-track {
        font-size: 16px
    }
}

@media (max-width:576px) {
    .events .row {
        flex-direction: column
    }

    .col-md-4 {
        width: 100%;
        height: 50% !important
    }

    .event img {
        max-width: 100%;
        height: 40% !important
    }

    .event h3 {
        font-size: 14px;
        width: 100% !important;
        margin-top: 3%
    }

    .see-more-cross,
    .see-more-marathon,
    .see-more-track {
        font-size: 14px
    }
}

.mission-title,
.vision-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 30px
}

.mission-text,
.vision-text {
    font-size: 15px;
    font-weight: 400;
    color: #34495e;
    line-height: 1.6;
    margin-top: 15px;
    border-radius: 10px
}

.image-container {
    max-width: 700px;
    margin: auto;
    position: relative;
    max-height: 20px
}

.mission-image {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    display: block;
    width: 50%
}

.feature {
    font-size: 15px
}

.blog {
    background-color: rgba(10, 166, 80, .131);
    font-size: 15px
}

.blog .blog-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    transition: transform .3s ease-in-out;
    overflow: hidden
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden
}

.blog-img {
    height: 100%
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(10, 166, 80, .161);
    transition: .5s
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%
}

.blog .blog-item .blog-img img {
    transition: .5s
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2)
}

.blog .blog-item .blog-heading {
    position: relative
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: .5s;
    z-index: 2;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--green)
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: .5s;
    z-index: 1
}

.blog .blog-item:hover .blog-heading::after {
    transform: scale(1);
    width: 100%;
    background: rgba(10, 166, 80, .7)
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: #fff !important
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--bs-dark)
}

.event-highlight {
    width: 100vw !important;
    position: relative;
    overflow: hidden;
    transition: .5s;
    color: #fff
}

.event-highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .3)), url('/img/core-values.avif');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.bg-values {
    background: #0aa651;
    border-radius: 10px
}

.core-sub {
    color: var(--yellow)
}

.footer {
    background-image: url('/img/footer-bg.avif');
    background-size: cover;
    background-position: center;
    font-size: 12px !important
}

.text-primary {
    color: var(--yellow) !important
}

.footer-head {
    color: var(--yellow)
}

.footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: .5s
}

.footer .footer-item p {
    line-height: 35px
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary)
}

.footer .footer-item .footer-btn a {
    transition: .5s;
    color: var(--green)
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white)
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary)
}

.social-media-icon {
    color: var(--green) !important
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: var(dark)
}

.text-md-end a,
.text-md-start a {
    text-decoration: none !important
}

@media (max-width:768px) {
    .footer .row {
        flex-direction: column;
        text-align: center
    }

    .footer .col-md-2,
    .footer .col-md-3,
    .footer .col-md-5 {
        width: 100%;
        margin-bottom: 20px
    }

    .footer .col-md-2.d-flex {
        justify-content: center;
        margin-top: 10px
    }

    .footer-item h4 {
        font-size: 18px
    }

    .footer-item a {
        font-size: 16px
    }

    .copyright .row {
        text-align: center
    }
}

@media (max-width:576px) {
    .footer .row {
        flex-direction: column
    }

    .footer-item img[alt="NAAZ logo"] {
        width: 60px;
        height: auto;
        display: block;
        margin: 0 auto
    }

    .footer .col-md-2,
    .footer .col-md-3,
    .footer .col-md-5 {
        width: 100%;
        text-align: center;
        display: block
    }

    .footer-item h4 {
        font-size: 16px
    }

    .footer-item a {
        font-size: 14px
    }

    .copyright .row {
        flex-direction: column;
        text-align: center
    }
}

.show-nav {
    display: block
}

.slider-container {
    width: 100%;
    overflow: hidden
}

.slider {
    display: flex;
    flex-wrap: nowrap;
    width: 100%
}

.slider-item {
    flex-shrink: 0;
    width: 30%;
    margin: 10px
}

.slider-item img {
    width: 60%;
    height: 50%
}

.accordion {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    border-radius: 5px
}

.pdf-viewer {
    width: 100%;
    height: 600px;
    border: 1px solid #007a3d;
    border-radius: 5px;
    margin-top: 15px
}

.accordion-button {
    background-color: var(--green) !important;
    color: #fff !important;
    font-weight: 400;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.accordion-button:hover {
    background-color: #fff !important;
    color: green !important
}

.pdf-section {
    background-color: #f5fffa;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.event-description {
    font-size: 15px
}

.news-header {
    font-size: 2rem;
    font-weight: 700
}

.breaking-news {
    width: 100%;
    height: 95%;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.breaking-news img {
    width: 100%;
    height: 90%;
    object-fit: cover
}

.top-headlines img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px
}

.breaking-news p,
.top-headlines p {
    font-size: 1.2rem;
    font-weight: 500
}

.top-headlines .headline-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #a9a9a9;
    padding: 10px;
    border-radius: 5px
}

.top-headlines .headline-item p {
    margin: 0;
    margin-left: 10px
}

@media (max-width:768px) {
    .breaking-news {
        height: 300px
    }

    .top-headlines .headline-item {
        flex-direction: column;
        text-align: center
    }

    .top-headlines img {
        width: 80%;
        height: auto;
        margin-bottom: 10px
    }
}

@media (max-width:576px) {
    .breaking-news {
        height: 250px
    }

    .news-header {
        font-size: 1.5rem
    }

    .top-headlines img {
        width: 100%;
        height: auto
    }
}

.naaz-pres {
    font-size: small;
    font-weight: 550;
    color: var(--green);
    margin-top: 10px
}

.team-name {
    font-weight: bolder !important
}

.bg-about {
    background: url('/img/about-us.avif');
    background-size: cover;
    background-position: center;
    margin-top: -1px !important
}

@media only screen and (max-width:768px) {
    .bg-home {
        background-size: cover;
        background-position: center;
        margin-top: -1px !important;
        height: 270px
    }

    .bg-about {
        background-size: cover;
        background-position: center;
        margin-top: -1px !important;
        height: 270px
    }

    .bg-highlight {
        background-size: cover;
        background-position: center;
        margin-top: -1px;
        height: 270px
    }

    .calendar-bg {
        background-size: cover;
        background-position: center;
        margin-top: -1px;
        height: 270px
    }

    .bg-breadcrumb {
        background-size: cover;
        background-position: center;
        margin-top: -1px;
        height: 270px
    }

    .bg-rules {
        background-size: cover;
        background-position: center;
        margin-top: -1px !important;
        height: 270px
    }
}

.mission-vision {
    background: rgba(10, 166, 80, .131) !important;
    border-radius: 7px
}

.miss {
    border: none !important
}

.vis-mis {
    color: var(--green)
}

.team-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: rgba(10, 166, 80, .131) !important;
    border-radius: 5px
}

.team-slider {
    display: flex;
    transition: transform .8s ease-in-out
}

.team-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 50%
}

.team4 .container>.row:first-child {
    margin-bottom: 2rem
}

.nav-btn {
    background-color: var(--green);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
    transition: background-color .3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    align-items: center !important
}

.nav-btn:hover {
    background-color: rgba(255, 255, 255, .605)
}

.nav-btn:active {
    background-color: #fff
}

.social-icons i {
    color: var(--green) !important
}


.slider-item {
    will-change: transform;
}

/* Preloader container: fixed, full-screen, with a quick fade-out transition */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* Adjust background color as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease-out;
}

/* Container for the loading dots */
.loading-dots {
    display: flex;
    gap: 8px;
}

/* Each dot: small circle with a blinking animation */
.dot {
    width: 12px;
    height: 12px;
    background: #333;
    /* Adjust dot color as needed */
    border-radius: 50%;
    animation: blink 1.2s infinite ease-in-out both;
}

/* Stagger the blink animations for each dot */
.dot:nth-child(1) {
    animation-delay: -0.24s;
}

.dot:nth-child(2) {
    animation-delay: -0.12s;
}

.dot:nth-child(3) {
    animation-delay: 0s;
}

.dot:nth-child(4) {
    animation-delay: 0.12s;
}

/* Keyframes for the blinking effect */
@keyframes blink {

    0%,
    80%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}
