
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    color: #fff;
}

.btn-border-radius {
    border-radius: 8px;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

/* .topbar .top-link a:hover {
    background: var(--bs-secondary) !important;
}

.topbar .top-link a:hover i {
    color: var(--bs-primary) !important;
} */
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: rgb(2, 48, 71);
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: white !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

/* #searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
} */
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../images/pic.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Hero Header ***/


/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/Picture2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.video.border {
    border-radius: 50% 20% / 10% 40%;
}

.about {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/

/*** Events Start ***/
.event-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}
.event-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.event-item {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 15px;
    border: 3px solid rgb(2, 48, 71);
}
.event-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.event-item h5 {
    margin: 15px 0 10px;
}
/*** Events End ***/


/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.8s;
}

.team .team-item:hover .team-content {
    background: var(--bs-primary) !important;
    border-radius: 0 0 10px 10px;
}



.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: #fff !important;
}
/*** Team end ***/
/* .team-content:hover {
    background: var(--bs-primary) !important;
    border-radius: 0 0 10px 10px;
}
.team-content:hover h4{
    color: var(--bs-white) !important;
}
.team-content:hover p{
    color: var(--bs-white) !important;
} */

/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
    
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}
/*** Footer End ***/

/* Override primary color */
:root {
    --bs-primary: rgb(2, 48, 71) !important;
    --bs-primary-rgb: 2, 48, 71 !important;
  }
  
  /* Override any specific components that might use hardcoded colors */
  .text-primary {
    color: rgb(2, 48, 71) !important;
  }
  
  .btn-primary {
    background-color: rgb(2, 48, 71) !important;
    border-color: rgb(2, 48, 71) !important;
  }
  
  /* .btn-primary:hover {
    background-color: rgba(2, 48, 71, 0.9) !important;
    border-color: rgb(2, 48, 71) !important;
  } */
  
  .border-primary {
    border-color: rgb(2, 48, 71) !important;
  }
  
  .bg-primary {
    background-color: rgb(2, 48, 71) !important;
  }
  
  /* Override specific component styles */
  .footer-item .btn-primary {
    background-color: rgb(2, 48, 71) !important;
    border-color: rgb(2, 48, 71) !important;
  }
  
  /* Add these styles to ensure icon colors are updated */
  .text-primary.fa,
  .text-primary.fas,
  .text-primary.fab {
    color: rgb(2, 48, 71) !important;
  }

  .animBox {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 200px; /* Set a fixed height */
    border: 3px solid rgb(2, 48, 71);
}
.animBox img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures uniform sizing without distortion */
    transition: transform 0.3s ease;
}
.animBox:hover img {
    transform: scale(1.1);
}
.animBox__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: background 0.3s;
}


.stats-section {
    background: url('images/Picture2.png') no-repeat center center/cover;
    padding: 50px 0;
    position: relative;
}
.stats-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.stats-box {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    border: 3px solid rgb(2, 48, 71);
}
.stats-box img {
    width: 50px;
    margin-bottom: 10px;
}

.owl-prev {
    border-radius: 25% 10% !important;
    width: 80px;
    height: 32px;
    background: rgb(2, 48, 71) !important;
}

.owl-next {
    border-radius: 25% 10% !important;
    width: 80px;
    height: 32px;
    background: rgb(2, 48, 71) !important;
}

.owl-theme .owl-nav {
    margin-top: 40px !important;
}

.copyright {
    border-top: 1px solid #fff;
}

.image-principle img.img-fluid.w-100 {
    height: 430px;
    top: 32px;
    position: relative;
    border-radius: 5% 15%;
    border: 3px solid rgb(2, 48, 71);
}
.team-item img {
    padding: 5px;
    height: 300px;
    border-radius: 8px 8px 0px 0px;
    border: 3px solid rgb(2, 48, 71);
}

.facility-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    border: 2px solid rgb(2, 48, 71);
}
.icon-box {
    background: #1b2a47;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-right: 15px;
}
.facility-card {
    transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                color 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.3s ease-out;
}

.facility-card:hover {
    background-color: #1b2a47;
    color: white;
    transform: translateY(-5px); /* Adds a slight lift effect */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for depth */
}

.icon-box {
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

.facility-card:hover .icon-box {
    background: white;
    color: #1b2a47;
}

.facility-card:hover h5, .facility-card:hover p {
    color: white;
}
.teacher {
    border: 3px solid rgb(2, 48, 71);
}
.img-fluid.rounded {
    border: 3px solid rgb(2, 48, 71);
}


.overlay {
    background: rgb(2, 48, 71);
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.content h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.btn-custom {
    background-color: white;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
}
.btn-custom:hover {
    background-color: rgb(2, 48, 71);
    color: white;
}

.feature-list h2, .college-notice h2 {
    font-weight: bold;
    line-height: 15px;
}

.notice-box {
    border: 2px solid rgb(2, 48, 71);
    padding: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 73%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 150px; /* Adjust height as needed */
}

.marquee-content {
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scrollUp 10s linear infinite;
}

.marquee-content li {
    padding: 8px 0;
}

@keyframes scrollUp {
    0% { transform: translateY(100%); }
    100% { transform: translateY(-100%); }
}
.feature-item {
    border-radius: 6px;
    border-left: 2px solid rgb(2, 48, 71);
    text-align: center;
    padding: 14px;
    margin-left: 2px;
}
.feature-item i {
    background-color: rgb(2, 48, 71);
    font-size: 30px;
    padding:5px 8px;
    border-radius: 50%;
    color: #fff;
}
/* .new-badge {
    background: red;
    color: white;
    font-size: 12px;
    justify-content: start;
    padding: 2px 6px;
    border-radius: 5px;
    margin-right: 10px;
} */

@media (max-width: 768px) {
        .overlay {
            padding: 15px;
        }
        .content h1 {
            font-size: 1.5rem;
        }
        .content p {
            font-size: 0.9rem;
        }
    }


    .teacher {
        height: 250px; /* Set desired height */
        object-fit: cover; /* Ensures the image maintains aspect ratio while filling the space */
        border-radius: 8px; /* Optional: Rounds the corners */
    }

    .event-gallery img {
        width: 100%;
        height: 250px;
    }

    .placement {
        
        .report-header {
            padding: 20px 0;
            margin-bottom: 20px;
        }
        .report-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .report-title span {
            color: #000;
        }
        .report-title span.highlight {
            color: #ffc107;
        }
        th {
            background-color: #0a2640 !important;
            color: white !important;
            text-align: center;
            vertical-align: middle;
        }
        td {
            text-align: center;
            vertical-align: middle;
        }
        .table-section {
            margin-bottom: 30px;
        }
        .table-bordered {
            border: 1px solid #dee2e6;
        }
        .container {
            max-width: 1200px;
        }
    }

    .container-fluid.sticky-top {
        z-index: 999;
    }

     /* Popup Styles */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .popup-content {
            background: white;
            padding: 0;
            border-radius: 10px;
            max-width: 90%;
            max-height: 90%;
            overflow: auto;
            position: relative;
        }

        .popup-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            background: #0a2640;
            color: white;
            border: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .close-btn:hover {
            background: #c0392b;
        }

        /* Initially hidden */
        .popup-overlay.hidden {
            display: none;
        }

        .contact-info {
            background: #2c3e50;
            color: white;
            padding: 15px;
            text-align: center;
            margin-top: 20px;
            border-radius: 5px;
        }

        .phone-numbers {
            margin-top: 10px;
            font-weight: bold;
        }