/*=========================================
    VENKATASAI PRIVATE ITI
    STYLE.CSS
==========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f8f9fa;
    color:#333;
    line-height:1.7;
    overflow-x:hidden;
}

/*=========================================
TOP HEADER
==========================================*/

.top-header{
    background:#0b3d91;
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.top-header span{
    margin-right:20px;
}

.top-header i{
    color:#ffd700;
    margin-right:8px;
}

.top-header a{
    color:#fff;
    text-decoration:none;
}

/*=========================================
LOGO HEADER
==========================================*/

.logo-header{
    background:#ffffff;
    padding:18px 0;
    border-bottom:1px solid #e5e5e5;
}

.college-logo{
    width:110px;
    height:110px;
    object-fit:contain;
    transition:.4s;
}

.college-logo:hover{
    transform:rotate(8deg) scale(1.08);
}

.college-name{
    color:#0b3d91;
    font-size:34px;
    font-weight:800;
    margin-bottom:8px;
    text-transform:uppercase;
}

.college-subtitle{
    color:#666;
    font-size:19px;
    font-weight:600;
}

.approval{
    color:#555;
    margin-top:10px;
    font-size:15px;
}

/*=========================================
NAVBAR
==========================================*/

.custom-navbar{
    background:#003366;
    box-shadow:0 4px 15px rgba(0,0,0,.20);
}

.custom-navbar .nav-link{
    color:#fff!important;
    font-size:16px;
    font-weight:600;
    padding:16px 18px!important;
    transition:.4s;
}

.custom-navbar .nav-link:hover{
    background:#ffc107;
    color:#000!important;
    border-radius:5px;
}

.custom-navbar .nav-link.active{
    background:#ffc107;
    color:#000!important;
    border-radius:5px;
}

.navbar-brand{
    color:#fff!important;
    font-weight:bold;
}

/*=========================================
HERO SECTION
==========================================*/

.hero-section{

    background:url('../images/slider1.jpg') center center;
    background-size:cover;
    min-height:650px;
    position:relative;

}

.hero-overlay{

    background:rgba(0,25,70,.72);
    width:100%;
    height:100%;
    min-height:650px;

    display:flex;
    align-items:center;

}

.hero-content{

    color:#fff;
    text-align:center;

}

.badge-custom{

    display:inline-block;

    background:#ffc107;
    color:#000;

    padding:10px 25px;

    border-radius:50px;

    font-size:17px;

    font-weight:700;

    margin-bottom:25px;

}

.hero-content h1{

    font-size:60px;

    font-weight:800;

    margin-bottom:20px;

    text-shadow:3px 3px 8px rgba(0,0,0,.4);

}

.hero-content h3{

    font-size:28px;

    margin-bottom:18px;

}

.hero-content p{

    font-size:20px;

    margin-bottom:35px;

}

/*=========================================
BUTTONS
==========================================*/

.btn{

    border-radius:40px;
    padding:13px 30px;
    font-weight:600;
    transition:.4s;

}

.btn-warning{

    background:#ffc107;
    border:none;

}

.btn-warning:hover{

    transform:translateY(-4px);
    box-shadow:0 8px 25px rgba(0,0,0,.25);

}

.btn-light:hover{

    transform:translateY(-4px);

}

/*=========================================
SECTION TITLES
==========================================*/

.section-title{

    font-size:36px;
    color:#003366;
    font-weight:700;
    margin-bottom:20px;
    position:relative;

}

.section-title::after{

    content:"";
    width:90px;
    height:4px;
    background:#ffc107;
    display:block;
    margin-top:10px;

}

/*=========================================
WELCOME BOX
==========================================*/

.welcome-box{

    background:#fff;
    border-radius:10px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.10);

}

.welcome-box h3{

    color:#003366;
    margin-bottom:20px;
    font-weight:700;

}

.table th{

    width:45%;
    background:#003366;
    color:#fff;

}

/*=========================================
RESPONSIVE
==========================================*/

@media(max-width:992px){

.college-name{

font-size:28px;
text-align:center;

}

.college-subtitle{

text-align:center;

}

.approval{

text-align:center;

}

.hero-content h1{

font-size:42px;

}

.hero-content h3{

font-size:23px;

}

}

@media(max-width:768px){

.top-header{

text-align:center;

}

.top-header .text-end{

text-align:center!important;
margin-top:8px;

}

.college-logo{

width:85px;
height:85px;

}

.college-name{

font-size:22px;

}

.hero-section,
.hero-overlay{

min-height:500px;

}

.hero-content h1{

font-size:32px;

}

.hero-content h3{

font-size:20px;

}

.hero-content p{

font-size:16px;

}

.btn{

margin-top:10px;

}

}
/*=========================================
            COURSE SECTION
==========================================*/

.course-section{
    background:#eef5ff;
    padding:80px 0;
}

.course-card{
    background:#fff;
    border-radius:15px;
    padding:35px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    transition:.4s;
    margin-bottom:30px;
    border-top:5px solid #0b3d91;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.20);
}

.course-card i{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:#0b3d91;
    color:#fff;
    font-size:38px;
    margin-bottom:20px;
}

.course-card h3{
    color:#0b3d91;
    font-weight:700;
    margin-bottom:15px;
}

.course-card p{
    text-align:justify;
    color:#555;
}

/*=========================================
        WHY CHOOSE US
==========================================*/

.feature-box{
    background:#fff;
    border-radius:15px;
    padding:30px 20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 8px 25px rgba(0,0,0,.10);
    margin-bottom:25px;
}

.feature-box:hover{
    background:#0b3d91;
    color:#fff;
    transform:translateY(-8px);
}

.feature-box i{
    font-size:45px;
    color:#ffc107;
    margin-bottom:18px;
}

.feature-box:hover h4,
.feature-box:hover p{
    color:#fff;
}

.feature-box h4{
    color:#0b3d91;
    font-weight:700;
    margin-bottom:12px;
}

/*=========================================
        NOTICE SECTION
==========================================*/

.notice-section{
    background:#ffffff;
    padding:70px 0;
}

.notice-section h3{
    background:#0b3d91;
    color:#fff;
    padding:12px;
    border-radius:8px;
    text-align:center;
    margin-bottom:20px;
}

.notice-section marquee{
    background:#f8f9fa;
    border-left:5px solid #ffc107;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    font-weight:500;
    color:#333;
}

.notice-section img{
    border-radius:15px;
    transition:.4s;
}

.notice-section img:hover{
    transform:scale(1.03);
}

/*=========================================
        CONTACT STRIP
==========================================*/

.contact-strip{
    background:linear-gradient(90deg,#003366,#0055aa);
    color:#fff;
    padding:45px 0;
}

.contact-strip h4{
    color:#ffc107;
    margin-bottom:15px;
    font-weight:700;
}

.contact-strip i{
    color:#ffc107;
    margin-right:8px;
    font-size:20px;
}

/*=========================================
        FOOTER
==========================================*/

.footer{
    background:#001a33;
    color:#ddd;
    padding:60px 0 20px;
}

.footer h4{
    color:#ffc107;
    margin-bottom:20px;
    font-weight:700;
}

.footer p{
    text-align:justify;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    padding:8px 0;
}

.footer ul li a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.footer ul li a:hover{
    color:#ffc107;
    padding-left:8px;
}

.footer .social-icons a{
    display:inline-block;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    background:#0b3d91;
    color:#fff;
    border-radius:50%;
    margin-right:10px;
    transition:.4s;
}

.footer .social-icons a:hover{
    background:#ffc107;
    color:#000;
    transform:rotate(360deg);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:35px;
    padding-top:18px;
    text-align:center;
    font-size:15px;
}

/*=========================================
            GALLERY
==========================================*/

.gallery-box{
    overflow:hidden;
    border-radius:15px;
    margin-bottom:30px;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.gallery-box img{
    width:100%;
    transition:.5s;
}

.gallery-box:hover img{
    transform:scale(1.12);
}

/*=========================================
        GENERAL IMAGE
==========================================*/

.img-fluid{
    max-width:100%;
    height:auto;
}

/*=========================================
        SCROLL TO TOP
==========================================*/

#topBtn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#ffc107;
    color:#000;
    font-size:20px;
    cursor:pointer;
    display:none;
    z-index:999;
    box-shadow:0 5px 15px rgba(0,0,0,.30);
}

#topBtn:hover{
    background:#0b3d91;
    color:#fff;
}

/*=========================================
        ANIMATION
==========================================*/

.fade-up{
    animation:fadeUp 1s ease;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(50px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/*=========================================
        RESPONSIVE
==========================================*/

@media(max-width:768px){

.course-card{
    padding:25px;
}

.feature-box{
    padding:25px;
}

.notice-section{
    text-align:center;
}

.notice-section img{
    margin-top:25px;
}

.contact-strip .col-md-4{
    margin-bottom:25px;
}

.footer{
    text-align:center;
}

.footer p{
    text-align:center;
}

.footer ul{
    margin-bottom:25px;
}

}
/*=========================================
        BOOTSTRAP SLIDER
==========================================*/

.slider-image{
    height:650px;
    object-fit:cover;
    filter:brightness(55%);
}

.carousel-caption{
    bottom:20%;
}

.carousel-caption h1{
    font-size:60px;
    font-weight:800;
    text-shadow:3px 3px 10px rgba(0,0,0,.5);
}

.carousel-caption h4{
    font-size:28px;
    margin:20px 0;
}

.carousel-caption p{
    font-size:20px;
    margin-bottom:30px;
}

.carousel-indicators button{
    width:14px!important;
    height:14px!important;
    border-radius:50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:55px;
    height:55px;
    background-color:rgba(0,0,0,.45);
    border-radius:50%;
}

@media(max-width:768px){

.slider-image{
    height:400px;
}

.carousel-caption{
    bottom:12%;
}

.carousel-caption h1{
    font-size:30px;
}

.carousel-caption h4{
    font-size:18px;
}

.carousel-caption p{
    font-size:14px;
}
/*==============================
WHATSAPP BUTTON
===============================*/

.whatsapp-btn{

position:fixed;

bottom:25px;

left:25px;

width:60px;

height:60px;

background:#25D366;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

text-decoration:none;

box-shadow:0 10px 25px rgba(0,0,0,.3);

z-index:9999;

transition:.4s;

}

.whatsapp-btn:hover{

transform:scale(1.1);

color:#fff;

}



