/* =========================
   Global Styles
========================= */

body{
    font-family: Arial, sans-serif;
}

.section-heading{
    font-weight:700;
}

.section-title{
    font-weight:700;
    margin-bottom:20px;
}

.text-warning{
    color:#F7941D !important;
}

/* =========================
   Navbar
========================= */

.navbar{
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.1);
}



/* ===== Premium Navbar ===== */

.navbar{
    background:#fff;
    padding:12px 0;
    box-shadow:0 3px 20px rgba(0,0,0,0.08);
}

.navbar-brand img{
    height:55px;
}

.navbar-nav .nav-link{
    color:#2D2D2D;
    font-weight:600;
    font-size:15px;
    margin:0 8px;
    position:relative;
    transition:0.3s;
}

.navbar-nav .nav-link:hover{
    color:#F7941D;
}

.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:0;
    height:3px;
    background:#F7941D;
    transition:0.3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width:100%;
}

.dropdown-menu{
    border:none;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
    padding:10px;
}

.dropdown-item{
    border-radius:10px;
    padding:10px 15px;
    transition:0.3s;
}

.dropdown-item:hover{
    background:#F7941D;
    color:#fff;
}

.enroll-btn{
    background:#F7941D;
    color:#fff;
    border-radius:50px;
    padding:10px 25px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.enroll-btn:hover{
    background:#d97800;
    color:#fff;
    transform:translateY(-2px);
}



/* =========================
   Hero Section
========================= */

.hero{
    background:linear-gradient(135deg,#2d2d2d,#f7941d);
    color:#fff;
    padding:120px 0;
}

.btn-main{
    background:#f7941d;
    color:#fff;
    border:none;
}

.btn-main:hover{
    background:#e17f07;
    color:#fff;
}

/* =========================
   Cards
========================= */

.card{
    transition:all .3s ease;
}

.card:hover{
    transform:translateY(-5px);
}

.card-hover:hover{
    transform:translateY(-8px);
    transition:.3s;
}

/* =========================
   Welcome / About
========================= */

.about-box{
    transition:.3s;
}

.about-box:hover{
    transform:translateY(-5px);
}

/* =========================
   Why Choose Us
========================= */

.choose-box{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.choose-box:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 35px rgba(0,0,0,.15);
}

.icon-circle{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:50%;
    background:#F7941D;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-circle i{
    font-size:32px;
    color:#fff;
}

/* =========================
   Popular Courses
========================= */

.course-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 12px 35px rgba(0,0,0,.15);
    border-bottom:4px solid #F7941D;
}

.course-icon{
    width:80px;
    height:80px;
    background:#F7941D;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.course-icon i{
    font-size:32px;
    color:#fff;
}

.course-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.course-card ul{
    padding-left:18px;
    margin-bottom:20px;
}

.course-card ul li{
    margin-bottom:8px;
}

.btn-warning{
    background:#F7941D;
    border:none;
    color:#fff;
}

.btn-warning:hover{
    background:#e67e00;
    color:#fff;
}

/* =========================
   Testimonials
========================= */
.testimonial-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    height:100%;
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 12px 35px rgba(0,0,0,.15);
}

.quote-icon{
    font-size:32px;
    color:#F7941D;
    margin-bottom:15px;
}

.stars{
    color:#ffc107;
    font-size:18px;
    margin:10px 0;
}

.owl-carousel .item{
    padding:10px;
}

.owl-dots{
    margin-top:20px;
    text-align:center;
}

.owl-theme .owl-dots .owl-dot span{
    width:12px;
    height:12px;
}

.owl-theme .owl-dots .owl-dot.active span{
    background:#F7941D;
}

/* =========================
   Stats Section
========================= */

.stats{
    background:#f7941d;
    color:#fff;
}

/* =========================
   Footer
========================= */

.footer-section{
    background:#2D2D2D;
    color:#dcdcdc;
    padding:70px 0 25px;
}

.footer-section h5{
    color:#fff;
    margin-bottom:20px;
    font-weight:700;
}

.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#dcdcdc;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#F7941D;
    padding-left:5px;
}

.social-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    background:#F7941D;
    color:#fff;
    border-radius:50%;
    margin-right:8px;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#fff;
    color:#F7941D;
}

.footer-line{
    border-color:rgba(255,255,255,.15);
    margin:30px 0;
}

.footer-section a{
    color:#dcdcdc;
    text-decoration:none;
}

.footer-section a:hover{
    color:#F7941D;
}


.whatsapp-channel-btn{
    display:inline-block;
    background:#25D366;
    color:#fff !important;
    padding:12px 25px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.whatsapp-channel-btn:hover{
    background:#1ebe5d;
    color:#fff !important;
    transform:translateY(-2px);
}

.floating-whatsapp{
    left:20px;
    bottom:20px;
}


#backToTop{
    position:fixed;
    right:20px;
    bottom:20px;
    width:50px;
    height:50px;
    background:#F7941D;
    color:#fff;
    text-align:center;
    line-height:50px;
    border-radius:50%;
    font-size:20px;
    text-decoration:none;
    box-shadow:0 4px 15px rgba(0,0,0,0.3);
    z-index:9999;
    display:none;
    transition:.3s;
}

#backToTop:hover{
    background:#d97800;
    color:#fff;
    transform:translateY(-3px);
}


footer{
    background:#2d2d2d;
    color:#fff;
}


.director-table-img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #F7941D;
}

.table thead{
    background:#2D2D2D;
    color:#fff;
}

.table-hover tbody tr:hover{
    background:#fff8ef;
}


.faculty-card{
    background:#fff;
    padding:30px 20px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.faculty-card:hover{
    transform:translateY(-10px);
    box-shadow:0 12px 35px rgba(0,0,0,.15);
}

.faculty-img{
    width:170px;
    height:170px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #F7941D;
}

.faculty-card h5{
    margin-top:20px;
    font-weight:700;
}


.mentor-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.mentor-card:hover{
    transform:translateY(-10px);
    box-shadow:0 12px 35px rgba(0,0,0,.15);
}

.mentor-img{
    width:180px;
    height:180px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #F7941D;
}


.contact-box{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.contact-box .form-control{
    padding:12px;
    border-radius:10px;
}

.contact-box .form-control:focus{
    border-color:#F7941D;
    box-shadow:none;
}
/* =========================
   Recognition Section
========================= */
/* Recognition Section */

.recognition-card{
    background:#fff;
    padding:15px;
    border-radius:15px;
    box-shadow:0 2px 10px rgba(0,0,0,.1);
    margin-bottom:30px;
    overflow:hidden;
}

.recognition-img{
    width:100%;
    height:auto !important;
    max-width:100%;
    display:block;
    border:1px solid #ddd;
    border-radius:10px;
}

.recognition-card h5{
    margin-top:15px;
    font-size:20px;
    font-weight:700;
    color:#2d2d2d;
}

.recognition-card p{
    margin-top:10px;
    margin-bottom:0;
    color:#666;
    line-height:1.6;
}


.pdf-icon{
    width:90px;
    height:auto;
}



.accordion-button:not(.collapsed){
    background:#F7941D;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
    border-color:#F7941D;
}

.accordion-item{
    border-radius:10px;
    overflow:hidden;
    margin-bottom:10px;
}

.privacy-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.privacy-box h3{
    color:#2D2D2D;
    margin-top:25px;
    margin-bottom:15px;
    font-weight:700;
}

.privacy-box p,
.privacy-box li{
    line-height:1.8;
    color:#555;
}



