﻿/* =========================
    RESPONSIVE
========================== */

 

@media (max-width: 1899px) {
    /* =========================
            SERVICES PAGE
    ==========================  */

    /* SERVICES CARD SECTION */
    :root {
        --card-height: 38vw;
    }

    .services-card-image {
        height: 395px;
    }
}

@media (max-width: 1599px) {

    /* =========================
            SERVICES PAGE
    ==========================  */

    /* SERVICES CARD SECTION */
    :root {
        --card-height: 44vw;
    }
}


@media (max-width: 1399px) {

    /* HEADER */

    .main-header .navbar-nav .nav-link {
        line-height: 22px;
    }

    /* HERO SECTION */
    .hero-content {
        padding: 0 15px;
    }

    .hero-content h1 {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .hero-content p {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 24px;
    }

    .carousel-caption {
        right: inherit;
        left: 50%;
        transform: translate(-50%);
        max-width: 1140px;
        width: 100%;
    }

    /* JOINT VENTURE SECTION */
    .circle-card p {
        font-size: 18px;
        line-height: 24px;
    }

    /* SERVICES SECTION */
    .service-content h3 {
        font-size: 24px;
    }

    /* STATS SECTION */
    .stats-section::after {
        background-size: contain;
    }

    /* =========================
            SERVICES PAGE
    ==========================  */


    /* SERVICES CARD SECTION */
    :root {
        --card-height: 48vw;
    }

    .services-card-image {
        height: 335px;
    }

    .service-card-details p {
        font-size: 18px;
        line-height: 24px;
    }
    .service-content p {
        min-height: 100px;
    }

}

@media (max-width: 1199px) {

    /* HERO SECTION */
    .carousel-caption {
        max-width: 960px;
    }



    /* SERVICES SECTION */

    .section-heading {
        margin-bottom: 30px;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .service-content p {
        line-height: 24px;
/*        font-size: 18px;*/
        font-size: 16px;
    }

    .service-content a {
        line-height: 28px;
        font-size: 16px;
    }

    /* STATS SECTION */

    .stats-card h3 {
        font-size: 38px;
    }

    .footer-social h5 {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    /* =========================
          ABOUT PAGE 
    ==========================  */


    /*   ABOUT US CONTENT */
    .about-page .chip-content p {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    /* ABOUT VISION MISSION */
    .about-vision-grid {
        grid-template-columns: 1fr 240px 1fr;
        gap: 24px;
    }

    .about-value-card p {
        font-size: 18px;
        line-height: 24px;
    }

    .about-value-icon img {
        height: 50px;
        width: 50px;
    }

    .about-vision-grid .vision-card,
    .about-vision-grid .mission-card {
        max-width: 300px;
    }

    .about-vision-image {
        width: 240px;
        height: 430px;
    }

    .about-value-card {
        padding: 28px 24px;
    }

    /* FACILITY AT A GLANCE */
    .facility-grid {
        gap: 44px;
        grid-template-columns: repeat(2, 1fr);
    }

    .facility-item img {
        width: 54px;
        height: 54px;
    }

    .facility-content p {
        font-size: 18px;
        line-height: 24px;
    }

    /* =========================
          SERVICES PAGE 
    ==========================  */

    /* SERVICES DETAILS SECTION */
    .services-details-content p {
        font-size: 18px;
        line-height: 24px;
    }

    /* SERVICES CARD SECTION */
    :root {
        --card-height: 62vw;
    }

    /* =========================
          CAREERS PAGE
    ==========================  */


    /* CAREERS ABOUT SECTION */

    .careers-about-content-card p {
        font-size: 18px;
        line-height: 24px;
    }

    .careers-about-content-card img {
        height: 200px;
    }

    /* EXPERTISE SECTION */
    .expect-card {
        padding: 26px 20px;
    }

    .expect-card img {
        width: 54px;
    }

    .expect-card p {
        font-size: 18px;
        line-height: 24px;
    }

    .expect-card {
        min-height: 420px;
    }

    /* >> NEWSROOM << */

    /* NEWSROOM CARD SECTION */
    .news-card-grid {
        max-width: 920px;
        gap: 24px;
    }

    .news-card-title {
        font-size: 24px;
        line-height: 24px;
    }

    .news-card-link {
        font-size: 18px;
        line-height: 24px;
    }

    .news-card-wrapper::after {
        width: 500px;
        height: 500px;
    }

    .news-card-wrapper::before {
        width: 100%;
    }

    /* =========================
          NEWS DETAILS PAGE
    ==========================  */

    .news-details-title {
        font-size: 52px;
    }

    .news-details-recent-card-title {
        font-size: 24px;
    }

    /* =========================
            LEADERSHIP PAGE
    ==========================  */
    /* LEADERSHIP CARD SECTION */
    .leadership-card-wreapper .container {
        max-width: 900px;
    }

    .leadership-card-image {
        height: 220px;
    }

    .leadership-card-content {
        padding: 18px 22px 19px;
    }
}

@media (max-width: 991px) {

.leadership-modal-profile .profile-image { width: 170px; height: 170px;}
    .leadership-modal-person {text-align: left!important}

    /* HEADER */
    .main-header .custom-navbar {
        padding: 8px 16px;
    }

    .main-header .dropdown-menu {
        background: transparent;
    }

    .main-header .navbar-nav .nav-link {
        border-right: none;
    }

    .hero-content h1 {
        font-size: 52px;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }


    /* HERO SECTION */
    .carousel-caption {
        max-width: 720px;
    }

    /* ABOUT SECTION */
    .about-box p {
        font-size: 18px;
        line-height: 24px;
    }

    /* JOINT VENTURE SECTION */
    .venture-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .circle-card {
        height: 240px;
        width: 240px;
    }

    .circle-card p {
        font-size: 18px;
        line-height: 24px;
    }


    @-webkit-keyframes slide-top {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
        }
    }

    @keyframes slide-top {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
        }
    }

    /* SERVICES SECTION */

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading p {
        font-size: 18px;
        line-height: 24px;
    }

    .section-heading h2 {
        font-size: 52px;
    }

    .services-section {
        padding: 80px 0;
    }

    .services-section .row {
        justify-content: center;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .service-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .service-content a {
        font-size: 16px;
    }


    /* CTA SECTION */
    .cta-section-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), var(--black-color));
    }

    .cta-section .container .row {
        position: relative;
        z-index: 1;
    }


    /* STATS SECTION */

    .section-title h2 {
        font-size: 52px;
    }

    /* =========================
          ABOUT PAGE
    ==========================  */


    /* HERO SECTION */

    .about-page .sub-hero {
        min-height: 390px;
    }

    .sub-hero-content h1 {
        font-size: 52px;
    }

    /* ABOUT US CONTENT */
    .about-page .chip-content {
        text-align: left;
    }

    /* ABOUT VISION MISSION */
    .about-vision-section {
        padding: 80px 0 0 0;
    }

    .about-vision-grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .about-vision-grid .vision-card,
    .about-vision-grid .mission-card {
        width: 100%;
        max-width: none;
        transform: none !important;
    }

    .about-vision-image {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
        height: 430px;
        margin: 0 auto;
        border-radius: 20px;
    }

    .about-value-card {
        max-width: none;
    }

    .about-value-card.mission-card {
        align-self: auto;
        justify-self: auto;
    }

    /* FACILITY AT A GLANCE */
    .facility-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* THE PARTNERSHIP */
    .partner-copy p {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .partnership-content {
        padding: 35px 30px;
        min-height: auto;
        flex-direction: column;
        gap: 30px;
    }

    .about-bottom-cta-content p {
        font-size: 18px;
        line-height: 24px;
    }

    /* FOOTER */

    .footer-top {
        padding: 60px 0;
    }


    .footer-links-wrapper {
        gap: 40px;
    }

    /* =========================
          SERVICES PAGE
    ==========================  */


    /* SERVICES DETAILS SECTION */
    .services-details-content {
        margin-top: 30px;
    }

    .services-details-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .services-details-video {
        position: inherit;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .services-details-video.ratio>* {
        position: inherit;
    }

    .services-details-video.ratio::before {
        display: none;
    }


    /* SERVICES CARD SECTION */
    .services-card-box {
        position: inherit;
        padding-top: 50px;
    }

    #services-card-wrapper {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }

    /* =========================
          CAREERS PAGE
    ==========================  */



    /* EXPERTISE SECTION */
    .expect-section .row {
        justify-content: center;
    }

    .orange-card,
    .blue-card {
        margin-top: 0;
    }


    /* =========================
         NEWSROOM
    ==========================  */

    /* NEWSROOM CARD SECTION */


    .news-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 720px;
    }

    .news-card,
    .news-card-content {
        min-height: 220px;
    }

    /* NEWS DETAILS PAGE */
    .news-details-wrapper {
        padding: 22px 0 90px;
    }

    .news-details-title {
        font-size: 52px;
        margin-bottom: 32px;
    }

    .news-details-content p,
    .news-details-source a {
        font-size: 18px;
        line-height: 24px;
    }

    .news-details-recent {
        margin-top: 90px;
    }

    .news-details-recent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-details-recent-title {
        font-size: 52px;
    }

    /* Recent News Section */
    .news-details-page .news-card-wrapper::before {
        width: 50%;
        height: 50%;
    }

    /* =========================
            LEADERSHIP PAGE
    ==========================  */
    /* LEADERSHIP CARD SECTION */
    .leadership-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 22px;
    }

    .leadership-tabs {
        margin-bottom: 44px;
    }

    .leadership-card-title {
        font-size: 24px;
    }

    .leadership-card-text {
        font-size: 18px;
        line-height: 24px;
    }

    #leadershipModel .modal-body {
        flex-direction: column;
        gap: 20px;
    }

    .leadership-modal-profile .profile-image {
        margin: 0 auto 30px;
    }

    .leadership-modal-person,
    .leadership-modal-copy p {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .leadership-modal-copy {
        margin-top: 0;
    }

    /* =========================
        THANK YOU page
    ==========================  */
    .thankyou-icon {
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }

    .thankyou-icon img {
        width: 100%;
        height: 100%;
    }

    h2.thankyou-text {
        font-size: 52px;
    }

}

@media (max-width: 767px) {

.leadership-modal-profile .profile-image { width: 170px; height: 170px;}
.leadership-modal-person {text-align: left!important;};



    /* SERVICES SECTION */

    .service-content p {
        min-height: auto;
    }

    .section-heading {
        margin-bottom: 40px;
    }

    .section-heading h2 {
        font-size: 52px;
    }

    .section-heading p {
        font-size: 18px;
        line-height: 24px;
    }

    .services-section {
        padding: 70px 0;
    }

    .service-image img {
        height: 220px;
    }

    .service-content {
        padding-left: 15px;
    }

    .service-content h3 {
        font-size: 24px;
    }

    .service-content p {
        font-size: 18px;
        line-height: 24px;
    }

    .service-content a {
        font-size: 16px;
    }


    /* STATS SECTION */

    .section-title h2 {
        font-size: 52px;
    }



    /* =========================
        ABOUT PAGE
    ==========================  */


    /*  HERO SECTION */
    .about-page .sub-hero {
        min-height: 330px;
        background-position: center;
    }

    .sub-hero-content h1 {
        font-size: 52px;
    }


    /* ABOUT US CONTENT */



    /* ABOUT VISION MISSION */

    .about-vision-section,
    .facility-glance-section {
        padding: 48px 0 0 0;
    }

    .about-vision-grid {
        grid-template-columns: 1fr;
    }

    .about-vision-image {
        height: 390px;
    }

    /* FACILITY AT A GLANCE */
    .facility-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .facility-content {
        min-height: auto;
    }

    /* THE PARTNERSHIP */


    .about-partnership-section {
        padding-top: 36px;
    }





    /* =========================
        SERVICES PAGE
    ==========================  */
    /* FOOTER */

    .footer-top {
        padding: 50px 0;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-address {
        text-align: center;
    }

    .footer-links-wrapper {
        justify-content: center;
    }

    .footer-social {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }


    .footer-address p {
        line-height: 24px;
        font-size: 18px;
    }

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

    .footer-bottom-content p,
    .footer-bottom-content a,
    .footer-bottom-content span {
        font-size: 18px;
        line-height: 24px;
    }


    /* CONTACT US */

    .contact-title {
        font-size: 52px;
    }

    .custom-input {
        font-size: 14px;
    }


    /* =========================
        CAREERS PAGE
    ==========================  */


    /* CAREERS ABOUT SECTION */
    .careers-about-content-card {
        flex-direction: column;
        padding: 30px;
    }

    .careers-about-content-card img {
        display: none;
    }

    /* EXPERTISE SECTION */
    .expect-card {
        min-height: auto;
    }


    /* =========================
              NEWSROOM
    ==========================  */

    /* NEWSROOM CARD SECTION */


    .news-card-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 22px;
    }

    .news-card,
    .news-card-content {
        min-height: auto;
    }

    .news-card {
        border-radius: 24px;
    }

    .news-card-content {
        padding: 38px 34px 34px;
    }




    .news-load-more-wrapper {
        margin-top: 52px;
    }

    /* =========================
        NEWS DETAILS PAGE
    ==========================  */

    /*  */
    .news-details-back-wrap {
        margin-bottom: 34px;
    }

    .news-details-title {
        font-size: 52px;
    }

    .news-details-recent-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .news-details-recent-card {
        min-height: 230px;
        padding: 31px 28px 26px;
        border-radius: 18px;
    }

    .news-details-recent-card-title {
        font-size: 24px;
    }

    /* Recent News Section */
    .news-details-page .news-card-wrapper::before {
        width: 100%;
    }


    /* NEWS DETAILS PAGE */
    .map-section {
        align-items: flex-end;
        /* Move card to bottom on small screens */
        padding: 1rem;
    }

    .map-info-card {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    /* =========================
            LEADERSHIP PAGE
    ==========================  */
    /* LEADERSHIP CARD SECTION */
    .leadership-card-wreapper {
        padding-bottom: 70px;
    }

    .leadership-tabs {
        grid-template-columns: 1fr;
        max-width: 460px;
    }

    .leadership-card-grid {
        grid-template-columns: 1fr;
        max-width: 430px;
        margin: 0 auto;
    }

    .leadership-card-image {
        height: 270px;
    }

 /* JOINT VENTURE SECTION */
 .venture-section {
    height: auto;
}

.venture-circle-wrapper {
    min-height: auto;
}

.circle-card.blue-circle,
.circle-card.white-circle {
    animation: inherit;
    position: inherit;
    left: inherit;
    right: inherit;
    transform: none !important;
}

.circle-card p {
    font-size: 18px;
    line-height: 24px;
}

.circle-card.white-circle {
    margin: 20px 0;
}

.circle-card {
    height: auto;
    width: auto;
    border-radius: 10px;
}


}

@media (max-width: 575px) {
.modal-content .leadership-modal-profile { flex-direction: column; gap: 0;}
 .leadership-modal-person {   text-align: center !important;    }
    /* =========================
        HOMPAGE
    ==========================  */
    .about-box {
        padding: 30px;
    }

    /* HERO SECTION */
    .hero-section .carousel-indicators {
        justify-content: center;
    }



    .carousel-caption {
        bottom: 10%;
    }

    .hero-content h1,
    .hero-content p {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .btn-primary-custom {
        margin: 0 auto;
    }

    /* JOINT VENTURE SECTION */

    /* =========================
            ABOUT PAGE
    ==========================  */

    /* HERO SECTION */
    .about-page .sub-hero {
        min-height: 300px;
    }



    .about-page .chip-content p,
    .about-value-card p,
    .facility-content p,
    .partner-copy p,
    .about-bottom-cta-content p {
        font-size: 18px;
        line-height: 24px;
    }

    /* ABOUT VISION MISSION */

    .about-value-card {
        padding: 26px 22px;
    }

    .about-value-icon {
        font-size: 44px;
        margin-bottom: 18px;
    }

    .about-vision-image {
        height: 340px;
    }


    /* FACILITY AT A GLANCE */
    .facility-item img {
        width: 48px;
        height: 48px;
    }

    .facility-content h3 {
        font-size: 24px;
    }


    /* >> NEWSROOM << */

    /* NEWSROOM CARD SECTION */
    .news-card-grid {
        max-width: 100%;
    }

    .news-card,
    .news-card-content {
        min-height: auto;
    }

    .news-card {
        border-radius: 20px;
    }

    .news-card-content {
        padding: 31px 28px 28px;
    }

    /* =========================
            NEWS DETAILS PAGE
    ==========================  */


    .news-details-wrapper {
        padding: 18px 0 70px;
    }

    .news-details-back-btn {
        min-height: 38px;
        padding: 9px 18px;
        font-size: 13px;
    }

    .news-details-title {
        font-size: 52px;
        line-height: 1.16;
        margin-bottom: 26px;
    }

    .news-details-date {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .news-details-content p,
    .news-details-source a {
        font-size: 18px;
        line-height: 24px;
    }

    .news-details-source {
        margin-top: 34px;
    }

    .news-details-recent {
        margin-top: 70px;
    }

    .news-details-recent-title {
        font-size: 52px;
        margin-bottom: 28px;
    }

    .news-details-recent-card,
    .news-details-recent-card-title {
        font-size: 24px;
    }


    /* =========================
            LEADERSHIP PAGE
    ==========================  */
    /* LEADERSHIP CARD SECTION */
    .leadership-card-image {
        height: 240px;
    }

    .leadership-card-title {
        font-size: 24px;
    }

    .leadership-card-text {
        font-size: 18px;
        line-height: 24px;
    }




}


@media (max-width: 480px) {

    /* global */
    .section-space {
        padding: 40px 0;
    }

    /* =========================
        HOMEPAGE 
    ==========================  */


   
    /* =========================
            LEADERSHIP PAGE
    ==========================  */
}

@media (max-width: 420px) {


    /* =========================
              NEWSROOM
    ==========================  */

    /* NEWSROOM CARD SECTION */


    .news-card {
        border-radius: 18px;
    }

    .news-card-content {
        padding: 26px 24px 24px;
    }

    /* =========================
            NEWS DETAILS PAGE
    ==========================  */

    .news-details-title {
        font-size: 52px;
    }

    .news-details-recent-title {
        font-size: 52px;
    }

    .news-details-recent-card {
        min-height: 210px;
        padding: 26px 24px 24px;
    }

    .news-details-recent-card-title {
        font-size: 24px;
    }

    /* =========================
            LEADERSHIP PAGE
    ==========================  */

    /* LEADERSHIP CARD SECTION */
    .leadership-card-image {
        height: 220px;
    }

    .leadership-card-content {
        min-height: auto;
        padding: 16px 20px;
    }

}