﻿/* ========================= */
/* ABOUT SECTION */
/* ========================= */

.about-section{
    background:#fff;
    position:relative;
    overflow:hidden;
    padding:80px 0;
}

/* IMAGE WRAPPER */

.about-image-wrapper{
    position:relative;
    padding-left:20px;
}

/* MAIN IMAGE */

.main-about-img{
    width:100%;
    border-radius:12px;
    border:8px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    position:relative;
    z-index:2;
}

/* SMALL IMAGE */

.small-about-img{
    width:220px;
    position:absolute;
    bottom:-25px;
    right:-20px;
    border-radius:12px;
    border:6px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
    z-index:3;
}

/* CONTENT */

.about-content{
    padding-left:25px;
}

.about-tag{
    color:#f7941d;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:15px;
}

.about-content h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    line-height:1.3;
    margin-top:10px;
    margin-bottom:15px;
}

.about-content h2 span{
    color:#f7941d;
}

/* TITLE LINE */

.title-line{
    width:80px;
    height:4px;
    background:#f7941d;
    margin-bottom:25px;
    border-radius:10px;
}

/* PARAGRAPH */

.about-content p{
    font-size:16px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
    text-align:justify;
}

/* BUTTON */

.about-btn{
    display:inline-block;
    background:#f7941d;
    color:#fff;
    padding:14px 30px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.about-btn:hover{
    background:#7a0000;
    color:#fff;
}

/* RESPONSIVE */

@media(max-width:991px){

    .about-content{
        padding-left:0;
        margin-top:40px;
    }

    .about-content h2{
        font-size:30px;
    }

    .small-about-img{
        width:140px;
        bottom:-15px;
        right:0;
    }

}

    /* ========================= */
/* MESSAGE DESK SECTION */
/* ========================= */

.message-desk-section{
    padding:90px 0;
    background:#fff;
}

/* SECTION TITLE */

.section-heading{
    margin-bottom:60px;
}

.section-heading h2{
    font-size:46px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-heading h2 span{
    color:#f7941d;
}

.heading-line{
    width:70px;
    height:5px;
    background:#f7941d;
    border-radius:10px;
}

/* CARD */

.message-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.message-card:hover{
    transform:translateY(-8px);
}

/* IMAGE */

.message-img{
    overflow:hidden;
}

.message-img img{
    width:100%;
    height:380px;
    object-fit:cover;
    transition:0.4s;
}

.message-card:hover .message-img img{
    transform:scale(1.05);
}

/* CONTENT */

.message-content{
    padding:30px;
    text-align:center;
}

.message-content h3{
    font-size:30px;
    font-weight:700;
    color:#16213e;
    margin-bottom:10px;
    text-transform:uppercase;
}

.message-content h5{
    color:#777;
    font-size:18px;
    margin-bottom:20px;
    font-weight:500;
}

/* SMALL LINE */

.card-line{
    width:45px;
    height:4px;
    background:#f7941d;
    margin:0 auto 22px;
    border-radius:10px;
}

/* PARAGRAPH */

.message-content p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    text-align:center;
}

/* RESPONSIVE */

@media(max-width:991px){

    .section-heading h2{
        font-size:34px;
    }

    .message-img img{
        height:300px;
    }

    .message-content{
        padding:25px;
    }

    .message-content h3{
        font-size:24px;
    }

}

    /* ========================= */
/* FACILITIES SECTION */
/* ========================= */

.facilities-section{
    padding:90px 0;
    background:#fff8f2;
    position:relative;
}

/* SECTION TITLE */

.section-heading{
    margin-bottom:60px;
}

.sub-title{
    color:#f7941d;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-top:10px;
    margin-bottom:15px;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.heading-line{
    width:80px;
    height:4px;
    background:#f7941d;
    border-radius:10px;
    margin-bottom:25px;
}

/* CARD */

.facility-card{
    background:#fff;
    border-radius:16px;
    padding:40px 30px;
    text-align:center;
    transition:0.4s;
    position:relative;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

/* TOP BORDER EFFECT */

.facility-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#f7941d,#7a0000);
}

/* HOVER */

.facility-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

/* ICON */

.facility-icon{
    width:90px;
    height:90px;
    background:linear-gradient(135deg,#f7941d,#ffb347);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    transition:0.4s;
}

.facility-icon i{
    font-size:38px;
    color:#fff;
}

/* ICON HOVER */

.facility-card:hover .facility-icon{
    transform:rotateY(180deg);
}

/* TITLE */

.facility-card h4{
    font-size:24px;
    font-weight:700;
    color:#16213e;
    margin-bottom:15px;
}

/* TEXT */

.facility-card p{
    color:#666;
    line-height:1.8;
    margin:0;
    font-size:15px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .section-heading h2{
        font-size:32px;
    }

    .facility-card{
        padding:30px 20px;
    }

    .facility-icon{
        width:75px;
        height:75px;
    }

    .facility-icon i{
        font-size:30px;
    }

}

    /* ========================= */
/* NOTICE EVENT SECTION */
/* ========================= */

.notice-event-section{
    padding:90px 0;
    background:
        linear-gradient(to bottom,#ffffff,#fffdf9);
    position:relative;
}

/* SECTION TITLE */

.section-heading{
    margin-bottom:60px;
}

.sub-title{
    color:#f7941d;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-top:10px;
    margin-bottom:15px;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.heading-line{
    width:80px;
    height:4px;
    background:#f7941d;
    border-radius:10px;
    margin-bottom:25px;
}

/* CARD */

.notice-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    height:100%;
}

/* HEADER */

.notice-header{
    background:linear-gradient(135deg,#7a0000,#a30000);
    padding:22px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.notice-title{
    display:flex;
    align-items:center;
    gap:12px;
}

.notice-title i{
    color:#fff;
    font-size:24px;
}

.notice-title h3{
    color:#fff;
    margin:0;
    font-size:24px;
    font-weight:700;
}

/* VIEW ALL */

.view-all-btn{
    background:#fff;
    color:#7a0000;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.view-all-btn:hover{
    background:#f7941d;
    color:#fff;
}

/* LIST */

.notice-list{
    padding:20px 25px;
}

/* ITEM */

.notice-item{
    display:flex;
    gap:18px;
    padding:20px 0;
    border-bottom:1px solid #eee;
}

/* DATE BOX */

.notice-date{
    min-width:75px;
    height:75px;
    background:linear-gradient(135deg,#f7941d,#ffb347);
    border-radius:12px;
    color:#fff;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    font-weight:700;
    box-shadow:0 5px 15px rgba(247,148,29,0.3);
}

.notice-date span{
    font-size:24px;
    line-height:1;
}

/* CONTENT */

.notice-content a{
    display:block;
    font-size:18px;
    font-weight:700;
    color:#16213e;
    margin-bottom:8px;
    text-decoration:none;
    transition:0.3s;
}

.notice-content a:hover{
    color:#f7941d;
}

.notice-content p{
    color:#666;
    line-height:1.7;
    margin:0;
    font-size:15px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .section-heading h2{
        font-size:32px;
    }

    .notice-header{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    .notice-item{
        flex-direction:column;
    }

    .notice-date{
        width:75px;
    }

}

   /* ========================= */
/* TOPPERS SECTION */
/* ========================= */

.toppers-section{
    padding:90px 0;
    background:#fff;
}

/* WRAPPER */

.topper-wrapper{
    background:#fff8f2;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

/* HEADER */

.topper-header{
    background:linear-gradient(135deg,#7a0000,#a30000);
    padding:20px 25px;
}

.topper-header h3{
    color:#fff;
    margin:0;
    font-size:28px;
    font-weight:700;
}

/* SWIPER */

.swiper{
    padding:30px;
}

/* CARD */

.topper-card{
    background:#fff;
    border-radius:15px;
    text-align:center;
    padding:25px 20px;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.topper-card:hover{
    transform:translateY(-8px);
}

/* IMAGE */

.topper-card img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
    border:5px solid #fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/* NAME */

.topper-card h4{
    font-size:20px;
    font-weight:700;
    color:#16213e;
    margin-bottom:10px;
}

/* PERCENTAGE */

.topper-card span{
    display:inline-block;
    background:#f7941d;
    color:#fff;
    padding:6px 16px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:10px;
}

/* SESSION */

.topper-card p{
    color:#777;
    margin:0;
}
.swiper{
    padding:30px 10px;
}

.topper-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.topper-card img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

/* ========================= */
/* WHY CHOOSE US */
/* ========================= */

.why-choose-section{
    padding:90px 0;
    background:#fff;
}

/* CARD */

.choose-card{
    background:#fff8f2;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:0.4s;
    height:100%;
    position:relative;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

/* TOP BORDER */

.choose-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#f7941d,#7a0000);
}

/* HOVER */

.choose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

/* ICON */

.choose-icon{
    width:90px;
    height:90px;
    background:linear-gradient(135deg,#f7941d,#ffb347);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    transition:0.4s;
}

.choose-icon i{
    font-size:38px;
    color:#fff;
}

/* ICON HOVER */

.choose-card:hover .choose-icon{
    transform:rotateY(180deg);
}

/* TITLE */

.choose-card h4{
    font-size:22px;
    font-weight:700;
    color:#16213e;
    margin-bottom:15px;
}

/* TEXT */

.choose-card p{
    color:#666;
    line-height:1.8;
    margin:0;
    font-size:15px;
}

/* WHATSAPP FLOAT */

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    z-index:9999;
    text-decoration:none;
    box-shadow:0 8px 25px rgba(0,0,0,0.2);
    transition:0.3s;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    color:#fff;
}

/* MOBILE BOTTOM NAV */

.mobile-bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background:#fff;
    display:flex;
    justify-content:space-around;
    padding:10px 0;
    box-shadow:0 -5px 20px rgba(0,0,0,0.1);
    z-index:9999;
}

.mobile-bottom-nav a{
    text-decoration:none;
    color:#222;
    text-align:center;
    font-size:13px;
    font-weight:600;
}

.mobile-bottom-nav i{
    display:block;
    font-size:22px;
    margin-bottom:5px;
    color:#7a0000;
}

@media(max-width:991px){

    body{
        padding-bottom:80px;
    }

}

    /* ========================= */
/* CAMPUS TOUR SECTION */
/* ========================= */

.campus-tour-section{
     position:relative;
    background:url('../images/slider/slider-1.jpg') center center/cover no-repeat;

   background-attachment:fixed;

    min-height:600px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;
}

/* DARK OVERLAY */

.tour-overlay{

    width:100%;
    height:100%;

    background:rgba(0,0,0,0.65);

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:80px 0;
}

/* CONTENT */

.tour-content{
    position:relative;
    z-index:2;
}
.tour-content span{
    color:#f7941d;
    font-weight:700;
    letter-spacing:1px;
    font-size:16px;
}

.tour-content h2{
    font-size:52px;
    font-weight:700;
    margin:20px 0;
}

.tour-content p{
    font-size:18px;
    line-height:1.9;
    max-width:750px;
    margin:auto;
    color:#ddd;
}

/* PLAY BUTTON */

.video-play-btn{

    width:110px;
    height:110px;

    background:linear-gradient(135deg,#f7941d,#ffb347);

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:auto;

    position:relative;

    text-decoration:none;

    animation:pulse 2s infinite;
}

.video-play-btn i{
    color:#fff;
    font-size:50px;
    margin-left:5px;
}

/* PULSE EFFECT */

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(247,148,29,0.7);
    }

    70%{
        box-shadow:0 0 0 25px rgba(247,148,29,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(247,148,29,0);
    }

}

/* RESPONSIVE */

@media(max-width:991px){

  .campus-tour-section{

        min-height:450px;

        background-attachment:scroll;
    }

    .tour-content h2{
        font-size:34px;
    }

    .tour-content p{
        font-size:15px;
    }

    .video-play-btn{
        width:85px;
        height:85px;
    }

    .video-play-btn i{
        font-size:38px;
    }

}

    /* ========================= */
/* GALLERY SECTION */
/* ========================= */

.gallery-section{
    padding:90px 0;
    background:#fff8f2;
}

/* GALLERY ITEM */

.gallery-item{
    position:relative;
    display:block;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

/* IMAGE */

.gallery-item img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:0.5s;
}

/* LARGE IMAGES */

.col-lg-6 .gallery-item img{
    height:420px;
}

/* OVERLAY */

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.2));

    display:flex;
    align-items:flex-end;
    justify-content:center;

    opacity:0;
    transition:0.4s;

    padding:30px;
}

/* CONTENT */

.gallery-content{
    text-align:center;
    transform:translateY(20px);
    transition:0.4s;
}

.gallery-content h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
}

.gallery-content span{
    color:#f7941d;
    font-weight:600;
}

/* HOVER */

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-item:hover .gallery-content{
    transform:translateY(0);
}

/* RESPONSIVE */

@media(max-width:991px){

    .gallery-item img,
    .col-lg-6 .gallery-item img{
        height:260px;
    }

    .gallery-content h4{
        font-size:22px;
    }

}

    /* ========================= */
/* FOOTER */
/* ========================= */

.main-footer{
    background:#111827;
    color:#fff;
    position:relative;
}

/* TOP */

.footer-top{
    padding:90px 0 60px;
}

/* WIDGET */

.footer-widget h4{
    font-size:26px;
    font-weight:700;
    margin-bottom:30px;
    position:relative;
}

/* UNDERLINE */

.footer-widget h4::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-10px;
    width:55px;
    height:4px;
    background:#f7941d;
    border-radius:10px;
}

/* LOGO */

.footer-logo{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.footer-logo img{
    width:70px;
}

.footer-logo-text h3{
    font-size:26px;
    font-weight:700;
    margin-bottom:5px;
}

.footer-logo-text span{
    color:#f7941d;
    font-size:14px;
}

/* ABOUT */

.footer-about{
    color:#cbd5e1;
    line-height:1.9;
    margin-bottom:25px;
}

/* CONTACT */

.footer-contact{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.footer-contact li{
    margin-bottom:15px;
    color:#cbd5e1;
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.footer-contact i{
    color:#f7941d;
    font-size:18px;
}

/* LINKS */

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links a{
    color:#cbd5e1;
    text-decoration:none;
    transition:0.3s;
    position:relative;
}

.footer-links a:hover{
    color:#f7941d;
    padding-left:8px;
}

/* SOCIAL */

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,0.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:0.3s;
    text-decoration:none;
}

.footer-social a:hover{
    background:#f7941d;
    border-color:#f7941d;
    transform:translateY(-4px);
}

/* FACEBOOK */

.footer-facebook{
    position:relative;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:25px;
}

.footer-facebook img{
    width:100%;
    height:220px;
    object-fit:cover;
}

/* OVERLAY */

.facebook-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
    display:flex;
    align-items:center;
    justify-content:center;
}

.facebook-overlay a{
    background:#1877f2;
    color:#fff;
    padding:12px 24px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.facebook-overlay a:hover{
    background:#f7941d;
}

/* NEWSLETTER */

.footer-newsletter h5{
    margin-bottom:15px;
    font-size:18px;
}

.footer-newsletter form{
    position:relative;
}

.footer-newsletter input{
    width:100%;
    height:52px;
    border:none;
    border-radius:50px;
    padding:0 60px 0 20px;
    outline:none;
}

.footer-newsletter button{
    position:absolute;
    top:5px;
    right:5px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#f7941d;
    color:#fff;
}

/* BOTTOM */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    padding:22px 0;
    background:#0b1220;
}

.footer-bottom-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom p{
    margin:0;
    color:#94a3b8;
}

.footer-bottom a{
    color:#f7941d;
    text-decoration:none;
}

/* RESPONSIVE */

@media(max-width:991px){

    .footer-top{
        padding:70px 0 40px;
    }

    .footer-widget h4{
        font-size:22px;
    }

    .footer-bottom-content{
        flex-direction:column;
        text-align:center;
    }

}