/* ===========================
TABLET
=========================== */

@media(max-width:991px){

.hero-section{
    text-align:center;
}

.hero-section h1{
    font-size:48px;
}

.hero-section img{
    margin-top:40px;
}

}

/* ===========================
MOBILE
=========================== */

@media(max-width:576px){

.hero-section{
    padding:60px 0;
}

.hero-section h1{
    font-size:36px;
}

.hero-section p{
    font-size:16px;
}

.hero-section .btn{
    width:100%;
    margin-bottom:15px;
}

.hero-section img{
    margin-top:30px;
}

}
/*==========================
      MOBILE
==========================*/

@media(max-width:991px){

.hero-section{
    text-align:center;
    padding:80px 0;
}

.hero-title{
    font-size:42px;
}

.hero-buttons{
    justify-content:center;
}

.hero-image{
    margin-top:50px;
}

}
@media(max-width:991px){

    .industries-section{

        padding:90px 0;

    }

}

@media(max-width:768px){

    .industry-card{

        padding:35px 25px;

    }

    .industry-card h3{

        font-size:24px;

    }

    .industry-icon{

        width:75px;

        height:75px;

        font-size:30px;

    }

}
@media (max-width: 991px) {

    .custom-toggler {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 45px;
        height: 42px;
        padding: 0;
        border: 1px solid #2b3139;
        border-radius: 5px;
        background: transparent;
        box-shadow: none !important;
        position: relative;
        z-index: 10001;
    }

    .custom-toggler span {
        display: block !important;
        width: 23px;
        height: 2px;
        background: #f0b90b !important;
        border-radius: 5px;
    }
}
@media (max-width: 768px){

    .abtPgX91{
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .abtPgX91 .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .abtPgX91 .row{
        margin-left: 0;
        margin-right: 0;
    }

    .abtPgX91 .col-12{
        padding-left: 0;
        padding-right: 0;
    }

    .abtPgX91Video{
        width: 100%;
        height: 320px;
        transform: translateX(0);
        margin: 0;
        border-radius: 0px;
    }

    .abtPgX91Video video{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

}
/* =================================
   ABOUT SECTION MOBILE FIX
================================= */

@media (max-width: 767.98px){

    .abtPgX91{
        padding-top:25px !important;
        padding-bottom:25px !important;
        overflow:hidden !important;
    }

    .abtPgX91 > .container{
        width:100% !important;
        max-width:100% !important;
        padding-left:15px !important;
        padding-right:15px !important;
    }

    .abtPgX91 .row{
        margin-left:0 !important;
        margin-right:0 !important;
        --bs-gutter-x:0 !important;
    }

    /* Video ka outer column */
    .abtPgX91 .row > .col-lg-6:first-child{
        width:100% !important;
        max-width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        margin-bottom:25px !important;
    }

    /* Nested col-lg-12 ko remove nahi karna */
    .abtPgX91 .row > .col-lg-6:first-child > .col-lg-12{
        width:100% !important;
        max-width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        margin:0 !important;
    }

    .abtPgX91Video{
        width:100% !important;
        max-width:100% !important;
        height:280px !important;
        margin:0 !important;
        padding:0 !important;
        transform:translateX(0) !important;
        border-radius:15px !important;
        overflow:hidden !important;
        position:relative !important;
    }

    .abtPgX91Video video{
        width:100% !important;
        height:100% !important;
        display:block !important;
        object-fit:cover !important;
        object-position:center !important;
        margin:0 !important;
        padding:0 !important;
    }

    /* Right content video ke neeche */
    .abtPgX91 .row > .col-lg-6:last-child{
        width:100% !important;
        max-width:100% !important;
        padding-left:0 !important;
        padding-right:0 !important;
        margin:0 !important;
        position:relative !important;
        transform:none !important;
    }

    /* ABOUT label video ke upar overlap na kare */
    .abtPgX91Tag{
        position:static !important;
        display:inline-block !important;
        transform:none !important;
        margin:0 0 12px 0 !important;
        top:auto !important;
        left:auto !important;
        right:auto !important;
    }

    .abtPgX91 h2{
        margin-top:0 !important;
        font-size:32px !important;
        line-height:1.2 !important;
    }
}
@media (max-width: 767.98px) {

    .actCampusIntroPanel {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 28px 20px !important;
        display: block !important;
    }

    .actCampusIntroContent {
        flex: none !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .actCampusBrand {
        margin-bottom: 35px !important;
    }

    .actCampusIntroFeatures {
        margin-bottom: 28px !important;
    }

    .actCampusAdmissionButton {
        width: 100% !important;
        margin-top: 25px !important;
        position: static !important;
    }
}