/*=========================
      HEADER
==========================*/

.header-section{

    background:#0b6b36;
    border-bottom:4px solid #ffc107;
    padding:15px 0;
}

/* Logos */

.left-logo{

    width:110px;
}

.right-logo{

    width:120px;
}

/* Trust */

.trust-name{

    color:#fff;
   
    margin-bottom:5px;
}

/* College Name */

.college-name{

    color:#ffd700;
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:10px;

    text-shadow:
        2px 2px 5px rgba(0,0,0,.35);
}

/* Approval */

.approval{

    color:#fff;
    font-size:22px;
    font-weight:600;
}

/* Address */

.address{

    color:#fff;
    font-size:19px;
}
 .navbar-brand img{
            height:60px;
            margin-right:10px;
        }

        .navbar{
            box-shadow:0 2px 10px rgba(0,0,0,.1);
        }

        .nav-link{
            font-weight:500;
            margin:0 8px;
        }

        .nav-link:hover{
            color:#0d6efd !important;
        }

        .apply-btn{
            border-radius:30px;
            padding:8px 20px;
        }
/*=========================
        Laptop
==========================*/

@media (max-width:1200px){

.college-name{

    font-size:48px;
}

.trust-name{

    font-size:26px;
}

.approval{

    font-size:18px;
}

.address{

    font-size:16px;
}

}

/*=========================
        Tablet
==========================*/

@media (max-width:992px){

.left-logo{

    width:80px;
}

.right-logo{

    width:90px;
}

.college-name{

    font-size:34px;
}

.trust-name{

    font-size:20px;
}

.approval{

    font-size:14px;
}

.address{

    font-size:13px;
}

}

/*=========================
        Mobile
==========================*/

@media (max-width:576px){

.header-section{

    padding:10px 0;
}

.left-logo{

    width:55px;
}

.right-logo{

    width:60px;
}

.trust-name{

    font-size:13px;
}

.college-name{

    font-size:20px;
    line-height:1.2;
}

.approval{

    font-size:10px;
    line-height:1.4;
}

.address{

    font-size:9px;
    line-height:1.4;
}

}
/* Navigation */

.custom-navbar{

    background:#8b0000;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.navbar-nav .nav-link{

    color:#fff;
    font-size:17px;
    font-weight:600;
   
    transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{

    color:#ffc107;
}

.dropdown-menu{

    border-radius:10px;
    border:none;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.dropdown-item{

    padding:10px 18px;
}

.dropdown-item:hover{

    background:#198754;
    color:#fff;
}


/* Mobile */

@media(max-width:991px){

.navbar-nav{

    text-align:center;
    margin-top:15px;
}

.navbar-nav .nav-link{

    padding:12px;
}

.d-flex{

    justify-content:center;
    margin-top:15px;
}
}
      
/*=========================
    NOTICE BAR
=========================*/

.notice-bar{
    background:#f8f9fa;
    border-top:2px solid #198754;
    border-bottom:2px solid #198754;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.notice-title{
    background:#198754;       /* Green */
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:8px 15px;
    text-align:center;
    white-space:nowrap;
}

.notice-scroll{
    background:#ffffff;
    color:#333;
    font-size:15px;
    font-weight:500;
    padding:8px 12px;
}

.notice-scroll marquee{
    color:#0d6efd;
}

.notice-scroll strong{
    color:#dc3545;
}

/* Mobile */

@media(max-width:768px){

.notice-title{
    font-size:15px;
    padding:8px;
}

.notice-scroll{
    font-size:13px;
    padding:8px;
}

}
/*==========================
        FOOTER
==========================*/

.footer{

    background:#0b3d2e;
    color:#fff;

    padding-top:60px;
}

.footer-logo{

    width:90px;
}

.footer h4{

    color:#FFD700;

    margin-bottom:20px;

    font-weight:700;
}

.footer p{

    color:#ddd;

    line-height:1.8;
}

.footer ul{

    list-style:none;

    padding:0;
}

.footer ul li{

    margin-bottom:12px;
}

.footer ul li a{

    color:#ddd;

    text-decoration:none;

    transition:.3s;
}

.footer ul li a:hover{

    color:#FFD700;

    padding-left:8px;
}

.social-links{

    margin-top:20px;
}

.social-links a{

    width:42px;

    height:42px;

    background:#198754;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    color:#fff;

    margin-right:8px;

    font-size:18px;

    transition:.4s;
}

.social-links a:hover{

    background:#FFD700;

    color:#000;

    transform:translateY(-5px);
}

.footer i{

    color:#FFD700;

    margin-right:8px;
}

.footer-bottom{

    background:#06291f;

    padding:15px 0;

    margin-top:40px;

    color:#ccc;

    font-size:15px;
}

/*==========================
        Responsive
==========================*/

@media(max-width:768px){

.footer{

    text-align:center;
}

.footer-bottom{

    text-align:center;
}

.social-links{

    margin-bottom:20px;
}

}


.contact-section{
    background:#f5f8fc;
}

.section-subtitle{
    color:#198754;
    font-weight:600;
    letter-spacing:2px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.contact-card{
    background:#0b6b36;
    color:#fff;
    padding:30px;
    border-radius:15px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.contact-card h3{
    color:#FFD700;
    margin-bottom:25px;
}

.info-box{
    display:flex;
    margin-bottom:20px;
}

.info-box i{
    font-size:24px;
    color:#FFD700;
    margin-right:15px;
}

.info-box h6{
    margin-bottom:5px;
    font-weight:700;
}

.info-box p{
    margin:0;
    color:#f1f1f1;
    font-size:15px;
}

.map-box{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.map-box iframe{
    width:100%;
    height:450px;
}

@media(max-width:768px){

.section-title{
    font-size:30px;
}

.contact-card{
    margin-bottom:20px;
}

.map-box iframe{
    height:300px;
}

}

/*=========================
      PAGE BANNER
=========================*/

.page-banner{

background:linear-gradient(rgba(0,80,40,.8),
rgba(0,80,40,.8)),
url(images/banner.jpg);

background-size:cover;

background-position:center;

padding:80px 0;

text-align:center;

color:#fff;

}

.page-banner h1{

font-size:50px;

font-weight:700;

}

.page-banner p{

font-size:18px;

margin-top:10px;

}

/*=========================
      Vision Mission
=========================*/

.vision-mission{

background:#f8f9fa;

}

.vm-card{

background:#fff;

padding:40px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.1);

height:100%;

transition:.4s;

}

.vm-card:hover{

transform:translateY(-10px);

}

.vision{

border-top:6px solid #198754;

}

.mission{

border-top:6px solid #dc3545;

}

.icon{

width:80px;

height:80px;

background:#198754;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:35px;

margin-bottom:20px;

}

.mission .icon{

background:#dc3545;

}

.vm-card h2{

font-weight:700;

margin-bottom:20px;

}

.vm-card p{

font-size:17px;

line-height:1.8;

}

.vm-card ul{

padding-left:20px;

}

.vm-card li{

margin-bottom:15px;

line-height:1.7;

}

/*=========================
      Objectives
=========================*/

.objective-box{

background:#fff;

padding:50px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.objective-item{

text-align:center;

padding:30px;

}

.objective-item i{

font-size:55px;

color:#198754;

margin-bottom:20px;

}

.objective-item h5{

font-weight:700;

margin-bottom:15px;

}

/*=========================
      Responsive
=========================*/

@media(max-width:768px){

.page-banner{

padding:60px 0;

}

.page-banner h1{

font-size:32px;

}

.vm-card{

padding:25px;

}

.objective-box{

padding:25px;

}

}

/*==============================
        ABOUT ACOP
===============================*/

.about-acop{

background:#eef3f8;

}

.about-acop h2{

color:#0d2d6c;

font-weight:700;

}

.tag-line{

color:#ff8c00;

font-size:22px;

font-weight:500;

margin-top:15px;

margin-bottom:40px;

}

.about-acop img{
    width:100%;
          /* Reduce height */
    object-fit:cover;      /* Crop image without distortion */
    border-radius:20px;
    transition:.4s ease;
}

.about-img:hover{
    transform:scale(1.02);
}
.about-text{

font-size:18px;

line-height:2;

text-align:justify;

color:#555;

}

.btn-success{

border-radius:30px;

padding:12px 35px;

font-weight:600;

}

@media(max-width:768px){

.tag-line{

font-size:18px;

}

.about-text{

font-size:16px;

text-align:left;

}

}
/*============================
        ABOUT SECTION
=============================*/

.about-section{

background:#eef7ff;

position:relative;

overflow:hidden;

}

.sub-title{

color:#198754;

font-weight:700;

letter-spacing:2px;

}

.section-title{

font-size:48px;

font-weight:700;

color:#0d2d6c;

}

.section-text{

max-width:700px;

margin:auto;

color:#666;

}

.about-card{

background:#fff;

border-radius:25px;

padding:35px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

position:relative;

height:100%;

}

.about-card:hover{

transform:translateY(-10px);

}

.top-border{

height:5px;

background:linear-gradient(90deg,#0d6efd,#00b894,#ffd43b);

position:absolute;

left:0;

top:0;

width:100%;

border-radius:25px 25px 0 0;

}

.profile{

width:140px;

height:140px;

border-radius:50%;

object-fit:cover;

border:6px solid #edf4ff;

margin:20px auto;

display:block;

box-shadow:0 8px 25px rgba(0,0,0,.15);

}

.badge-title{

background:#edf4ff;

color:#0d6efd;

padding:8px 18px;

border-radius:30px;

font-size:13px;

font-weight:600;

display:inline-block;

margin-bottom:15px;

}

.about-card h6{

color:#555;

margin-bottom:15px;

}

.about-card h3{

font-size:30px;

font-weight:700;

color:#0d2d6c;

margin-bottom:20px;

}

.about-card p{

color:#666;

line-height:1.8;

min-height:90px;

}

.btn-read{

background:#0d6efd;

color:#fff;

padding:12px 30px;

border-radius:30px;

font-weight:600;

}

.btn-read:hover{

background:#0b5ed7;

color:#fff;

}

@media(max-width:768px){

.section-title{

font-size:34px;

}

.about-card{

padding:25px;

}

.profile{

width:120px;

height:120px;

}

.about-card h3{

font-size:24px;

}

}

.course-section{
    background:#f8f9fa;
}

.course-section img{
    transition:0.4s;
}

.course-section img:hover{
    transform:scale(1.03);
}

.info-box{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    padding:18px;
    margin-bottom:20px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.info-box i{
    font-size:32px;
    color:#198754;
}

.info-box h6{
    margin:0;
    font-weight:600;
}

.info-box p{
    margin:0;
    color:#666;
}

.btn-success{
    border-radius:30px;
    padding:12px 35px;
    font-weight:600;
}

@media(max-width:768px){

.course-section h2{
    font-size:32px;
}

.info-box{
    margin-bottom:15px;
}

}


.visitor-counter{
    background:#198754;
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    display:inline-block;
    font-size:16px;
    font-weight:600;
}

.visitor-counter strong{
    color:#FFD700;
}

.faculty-section{

background:#f8f9fa;

}

.faculty-card{

background:#fff;

padding:20px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.1);

transition:.4s;

height:100%;

}

.faculty-card:hover{

transform:translateY(-8px);

}

.faculty-img{

width:170px;

height:170px;

object-fit:cover;

border-radius:15px;

border:4px solid #198754;

}

.faculty-card h3{

font-weight:700;

color:#198754;

margin-bottom:10px;

}

.faculty-card ul{

padding-left:18px;

margin-top:15px;

}

.faculty-card li{

margin-bottom:8px;

}

@media(max-width:768px){

.faculty-img{

width:100%;

height:250px;

margin-bottom:20px;

}

}

.social-section{
    background:#f8f9fa;
}

.social-card{
    display:block;
    text-align:center;
    background:#fff;
    padding:25px 15px;
    border-radius:15px;
    text-decoration:none;
    color:#333;
    box-shadow:0 10px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.social-card i{
    font-size:45px;
    margin-bottom:15px;
    display:block;
}

.social-card h6{
    font-weight:600;
    margin:0;
}

.social-card:hover{
    transform:translateY(-8px);
    color:#fff;
}

.facebook i{color:#1877F2;}
.instagram i{color:#E4405F;}
.youtube i{color:#FF0000;}
.linkedin i{color:#0A66C2;}
.whatsapp i{color:#25D366;}

.facebook:hover{background:#1877F2;}
.instagram:hover{background:#E4405F;}
.youtube:hover{background:#FF0000;}
.linkedin:hover{background:#0A66C2;}


.social-card:hover i,
.social-card:hover h6{
    color:#fff;
}

.floating-buttons{
    position:fixed;
    right:20px;
    bottom:20px;
    display:flex;
    flex-direction:column;
    gap:15px;
    z-index:9999;
}

.float-btn{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:26px;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    transition:.3s;
    animation:float 2s infinite;
}

.float-btn:hover{
    color:#fff;
    transform:scale(1.1);
}

.admission{
    background:#0d6efd;
}

.inquiry{
    background:#6f42c1;
}

.call{
    background:#fd7e14;
}



@keyframes float{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-6px);}
}

@media(max-width:768px){
    .float-btn{
        width:50px;
        height:50px;
        font-size:22px;
    }
}