.display-mobile {
    display: none !important;
    padding: 20px 15px 0 15px;
}

.login-mobile {
    display: none !important;
}

@media (min-width: 1560px) {
    .container {
        max-width: 1600px;
    }


    .padding {
        padding-left: 5rem;
    }

    .width {
        width: 70%;
    }

    .about-text p {
        font-size: 18px;
    }

    .hero-prev,
    .one-prev {
        left: 15%;
    }

    .hero-next,
    .one-next {
        right: 15%;
    }

    .partner-section {
        padding: 90px 0px;
    }
}

@media (max-width: 1560px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1000px) {
    #closeMenu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1100px;
    }

    .hero-prev,
    .one-prev {
        left: 2%;
    }

    .hero-next,
    .one-next {
        right: 2%;
    }


    .padding {
        padding-left: 8rem;
    }

    .end {
        display: flex;
        justify-content: end;
    }

    .width {
        width: 80%;
    }

    .about-text p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .executive-section-detail-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .one-slider {
        width: 65%;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }

    .padding {
        padding-left: 4rem;
    }

    .masonry-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-card-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px;
    }

    .news-card-right .news-card {
        width: 100%;
    }

    .about-section-detail-row-first {
        flex-direction: column;
        gap: 1.5rem;
    }


    .about-detail-text {
        padding: 0;
    }

    .about-detail-content-items-group {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .divider {
        display: none;
        width: 120px;
        transform: rotate(90deg);
    }

    .sun-info .title {
        font-size: 24px;
    }

    .stats-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }

    .stat-item h2 {
        font-size: 28px;
    }

    .stat-item p {
        font-size: 13px;
    }

    .stat-item img {
        width: 100px;
    }
}


@media (max-width: 767px) {

    .container {
        max-width: 700px;
    }
  #closeMenu {
        display: block;
        color: black;
    }
    .search-popup-close {
        top: 60px;
        right: 10px;
    }

    .width {
        width: 100%;
    }

    .about-text h2 {
        font-size: 20px !important;
    }

    .about-text p {
        font-size: 16px !important;
    }

    .display-mobile {
        display: flex !important;
    }

    .login-mobile {
        display: block !important;
    }

    .footer-middle-content,
    .footer-bottom-content {
        gap: 10px;
    }

    .footer-contact {
        font-size: 14px;
    }

    .footer-bootom-logo p {
        font-size: 14px;
    }


    .partner-section {
        padding: 30px 20px;
    }

    .padding {
        padding-left: 0rem;
    }

  

    .about-section {
        padding: 40px 20px;
    }

    .about-section .title {
        font-size: 24px;
        margin-bottom: 3rem;
    }

    .about-row {
        flex-direction: column;
        gap: 30px;
        margin-top: 2rem;
    }

    .about-row.reverse {
        flex-direction: column-reverse;
    }

    .about-text h2 {
        font-size: 24px;
    }

    .about-text p {
        font-size: 14px;
    }

    .eservice {
        padding: 30px 0;
    }

    .eservice-title {
        font-size: 20px;
        margin: 20px;
    }

    .service-slider {
        padding: 0;
    }

    .service-card {
        height: auto !important;
        min-height: 160px;
        max-width: 130px;
        padding: 15px 10px 20px 10px;
    }

    .service-card p {
        font-size: 11px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .tab-container {
        flex-direction: column;
        margin: 30px 0;
    }

    .tab-buttons {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        border-radius: 10px 10px 0 0;
    }

    .tablink {
        white-space: nowrap;
        padding: 12px 20px;
        font-size: 14px;
    }

    .tablink::after {
        width: 1px;
        height: 100%;
        left: auto;
        right: 0;
        top: 0;
    }

    .tabcontent {
        width: 100%;
        border-left: none;
        border-top: 1px solid #E7C0E0;
        padding: 20px;
    }

    .one-slider-section {
        padding: 40px 0;
    }

    .one-slider {
        width: 80%;
    }

    .news-card-right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px;
        padding: 25px;
    }

    .news-card-right .news-card {
        width: 100%;
    }

    .image-partners {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .ncsa-logo {
        height: 55px !important;
    }

    .image-partners img {

        margin: auto;
    }



}

@media (min-width: 768px) and (max-width: 1199px) {
    .executive-section-detail-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 30px 15px;
    }

    .hero-pagination {
        gap: 0;
    }


    .about-section .title {
        font-size: 20px;
        margin-bottom: 2rem;
    }

    .about-row {
        gap: 20px;
    }

    .about-text h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    .hero-prev,
    .hero-next,
    .one-prev,
    .one-next,
    .service-next,
    .service-prev {
        width: 25px;
        height: 25px;
    }

    .sun-info {
        padding: 20px;
    }

    .sun-info .title {
        font-size: 18px;
    }

    .stat-item h2 {
        font-size: 24px;
    }

    .stat-item p {
        font-size: 12px;
    }

    .stat-item img {
        width: 80px;
    }

    .doccument-section .title {
        font-size: 24px;
    }

    .tablink {
        padding: 10px 16px;
        font-size: 13px;
    }

    .service-card {
        height: 140px;
        max-width: 120px;
        padding: 10px 8px;
    }

    .service-card img {
        height: 50px;
    }

    .service-card p {
        font-size: 10px;
    }

    .one-slider {
        width: 82%;
    }

    .one-pagination {
        bottom: 10px;
    }

    .masonry-container {
        grid-template-columns: 1fr;
    }

    .about-section-head {
        padding: 20px 10px;
    }

    .title-about {
        font-size: 20px;
    }

    .about-descripsion {
        font-size: 16px;
    }

    .about-detail-text-title h2 {
        font-size: 18px;
    }

    .about-detail-text-description,
    .about-detail-content-description,
    .about-detail-content-description p {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .about-detail-content-items-group {
        grid-template-columns: 1fr;
    }

    .content-item-image {
        height: auto;
    }

    .content-item-detail-title {
        margin: 10px 0;
    }


    .hero-slider-section {
        padding: 0;
    }

    .heroSwiper img,
    .one-slider img {
        border-radius: 20px;
    }

    .image-partners img {
        width: auto;
        height: 80px;
        margin: auto;
    }

    .image-partners {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    .ncsa-logo {
        height: 55px !important;
    }

    .hero-text {
        left: 0;
        transform: translate(0, -50%);
        font-size: 16px;
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .news-card-right {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 10px;
    }

    .news-card-right .news-card {
        width: 100%;
    }

}




@media (max-width: 480px) {
    .executive-head-detail-content {
        max-width: 100%;
    }

    .executive-information-name {
        font-size: 14px;
    }

    .executive-information-position,
    .executive-information-tel {
        font-size: 12px;
    }

    .executive-head-detail-content {
        max-width: 250px;
    }

    .executive-section-detail-row-head {
        margin-top: 0;
    }

    .executive-title {
        margin: 3rem 0;
    }

    .executive-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .executive-detail-content-image {
        aspect-ratio: 1 / 1.2;
    }

    .executive-information-name {
        font-size: 10px;
    }

    .executive-information-position,
    .executive-information-tel {
        font-size: 9px;
    }

    .executive-section-detail-row {
        margin-top: 0;
    }
}