@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Roboto:wght@400;500;700&display=swap'); /* Navbar base styling */
.royal-header{
    z-index: 1000;
    position: relative;
}
.navbar {
    color: black;
    position: fixed; /* Fixed to top */
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px #0b025a !important;
    border-radius: 0 0 5px 5px;
}

/* Navbar items */
.navbar-nav {
    color: black;
    display: flex;
    gap: 10px; /* Adjust the spacing */
}

/* Logo image adjustments */
.logo-img {
    height: auto;
    width: 350px;
}

.nav-item {
    color: black;
    padding-right: 5px;
}

/* Dropdown menu */
.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Align dropdown */
}

.dropdown-menu {
    transition: all 0.3s ease;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #5fc6c3;
    color: #ffffff;
}

/* Button styling */
.navbar .btn-outline {
    color: white;
    background-color: #b5ecea;
    border: 2px solid #3b98aa;
    padding: 8px 16px;
}

.navbar .btn-outline:hover {
    color: blue;
    background-color: white;
    border-color: blue;
}

/* Media Queries for larger mobile screens */
@media (max-width: 991px) {
    .navbar-nav {
        gap: 10px; /* Reduce gap */
        justify-content: center; /* Center items */
    }

    .nav-item {
        padding-right: 10px; /* Adjust padding */
    }

    .navbar .btn-outline {
        padding: 6px 12px; /* Smaller button padding */
    }
}

/* Mobile navbar adjustments */
@media (max-width: 767px) {
    .navbar-nav {
        flex-direction: column; /* Stack items */
        gap: 5px; /* Smaller gap */
        width: 100%;
    }

    .nav-item {
        padding: 10px 0; /* Larger touch targets */
    }

    .navbar .btn-outline {
        width: 100%; /* Full-width button on mobile */
    }

    .logo-img {
        width: 100%; /* Full-width logo */
        max-width: 250px; /* Restrict max width */
        margin: 0 auto; /* Center logo */
    }
}
.container-new{
    justify-content: space-between;
}

/* Ensure navbar is hidden by default in collapsed state */
.collapse {
    display: none;
}

.collapse.show {
    display: block !important; /* Show when toggled */
}

/* Custom Hamburger Menu */
.navbar-toggler-iconn::before {
    content: "\2630"; /* Hamburger icon */
    font-size: 30px;
}

.navbar-toggler.active .navbar-toggler-iconn::before {
    content: "\2715"; /* Close (X) icon */
    font-size: 30px;
}

/* Backdrop styling for mobile menu */
.navbar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
    backdrop-filter: blur(5px); /* Optional: Blur effect */
    z-index: 999; /* Below navbar */
    display: none; /* Hidden by default */
}

/* Display the backdrop when mobile menu is open */
.navbar-backdrop.show {
    display: block;
}

/* Prevent scrolling when the mobile menu is open */
.no-scroll {
    overflow: hidden;
}


main{
    padding-top: 60px;
}
@media (min-width: 480px) {
    .imagee img{
        width: 100%;
        /*margin-top: 15px;*/

    }
    main{
        padding: 5%;
    }

}
@media (min-width: 768px) {

    .imagee img{
        width: 100%;
        margin-top: 5px;
    }
    main{
        padding: 5%;
    }
}

@media (max-width: 767px) {

    .imagee img{
        width: 100%;
        /*margin-top: 15px;*/
    }
    main{
        padding: 5%;
    }
}
* {
    margin: 0;
    padding: 0;
    font-family: "Nunito", sans-serif;
}

:root {
    --primary-bg: #FF204E;
    --secodary-bg: #ffffff;

    --primary-color: #3baaa1;
    --secodary-color: #5fc6c3;
}

.royal-banner {
    height: 50%;
    width: 100%;
    background-image: url(../media/images/banner/mainpic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 100px;
}

#header.fixed{
    top: 0;
    background-color: white;
    z-index: 9999;
    border-radius: 0 0 10px 10px;
}


.banner-h1{
    color: white;
    font-weight: 700;
}
.banner-p{
    color: white;
}
.royal-header {
    position: fixed;
    width: 100%;
    /*padding: 6px 0;*/
}

.royal-navbar li a {
    color: #020101 !important;
    font-weight: 500;
    font-size: 18px;
}
.royal-navbar li a.active {
    color: #0b025a !important;
    font-weight: 500;
    font-size: 18px;
}
.royal-navbar li a:hover {
    color: #0b025a !important;
    font-weight: 500;
    font-size: 18px;
}

.royal-navbar li  ul a{
    color: black !important;
}
 

.img-banner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-button {
    background-color: black;
    padding: 12px 30px;
    font-size: 20px;
    border: none;
    color: white;
    border-radius: 6px 20px;
    text-decoration: none;
    cursor: pointer;
}

.banner-content-section {
    margin-bottom: 100px;
}

.spacer-top {
    padding-top: 80px;
}
.spacer-between{
    margin: 80px;
}
.spacer-bottom {
    padding-bottom: 80px;
}

.the-royal-main-heading {
    font-size: 35px;
    display: inline-block;
    position: relative;
}

.the-royal-main-heading::before {
    content: " ";
    position: absolute;
    height: 30px;
    width: 40px;
    background-image: url('../media/images/svg/divider-img.svg');
    bottom: -20px;
    background-size: cover;
    right: 0;

}

.the-royal-main-heading::after {
    content: " ";
    position: absolute;
    height: 1px;
    width: calc(100% - 50px);
    background-color: black;
    bottom: -12px;
    right: 45px;
}

.message-ceo-p {
    font-size: 20px;
    font-style: italic;
    /* text-align: center; */
    font-weight: 500;
    position: relative;
}

.message-ceo-p::before {
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    font-size: 70px;
    font-weight: 600;
    background-image: url(../media/images/svg/quot-1.svg);
    background-size: cover;
    top: -25px;
    left: -50px;
    background-color: white;
}

.message-ceo-p::after {
    position: absolute;
    height: 50px;
    width: 50px;
    content: "";
    font-size: 70px;
    font-weight: 600;
    background-image: url(../media/images/svg/quot-2.svg);
    background-size: cover;
    bottom: -25px;
    right: -50px;
    background-color: white;
}

.span-1 {
    position: relative;
    display: block;
}

.span-1::before {
    content: ' ';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: -5px;
    left: 8px;

}

.span-1::after {
    content: ' ';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 50px;
    left: -50px;
    transform: rotate(90deg);

}

.span-2 {
    text-align: justify;
    position: relative;
    display: block;
}

.span-2::before {
    content: ' ';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: black;
    position: absolute;
    bottom: -3px;
    right: 7px;
}

.span-2::after {
    content: ' ';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: black;
    position: absolute;
    right: -50px;
    transform: rotate(90deg);
    bottom: 57px;
}

@media (max-width: 992px) {
  .message-ceo-p {
    font-size: 20px; /* Smaller text size for tablets */
    padding: 15px; /* Reduce padding */
  }

  .message-ceo-p::before, .message-ceo-p::after {
    height: 40px;
    width: 40px; /* Reduce size of the quotation marks */
  }

  .span-1::before, .span-1::after, .span-2::before, .span-2::after {
    width: 50px;
  }
}

@media (max-width: 768px) {
  .message-ceo-p {
    font-size: 17px; /* Smaller text size for mobile */
    padding: 10px;
  }

  .message-ceo-p::before, .message-ceo-p::after {
    height: 30px;
    width: 30px; /* Further reduce quotation marks for smaller screens */
  }

  .span-1::before, .span-1::after, .span-2::before, .span-2::after {
    width: 40px;

  }

  /* Align images center and adjust size */
  .ceo-banner-img {
    text-align: center;
  }

  .ceo-banner-img img {
    max-width: 80%; /* Reduce image size on mobile */
  }
}

.ceo-card-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-left: 55px;
}
@media (max-width: 768px) {
    .ceo-card-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
    .span-2{
        font-size: 15px;
    }
    .ceo-card{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

    }
}
@media (max-width: 1200px) {
     .container {
        display: block; /* Stack items vertically */
    }

    .ceo-card-wrap {
        display: flex; /* Keep as flex for card wrapping */
        flex-direction: row; /* Keep cards in a row */
        justify-content: center; /* Center cards */
        gap: 20px; /* Space between cards */
        width: 80%;
         margin: 0 auto;
    }

    .ceo-card {
        display: flex; /* Ensure cards are still flex */
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 120px;
    }
}
.ceo-card {
    border: 3px solid var(--primary-color);
    width: 150px;
    height: 180px;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 300ms ease-in-out;

}

.ceo-card img{
    height: 60px;
}


.ceo-card  h2{
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.ceo-icon {
    color: black;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 0;
}

.ceo-card:hover {
    background-color: var(--secodary-bg);
    border-color: var(--secodary-color);
    box-shadow: none;
    transform: scale(1.1);

}

.ceo-banner-img {
    margin-top: 50px;
}

.gallery-cover {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--secodary-color);
    position: relative;
    transition: transform 300ms ease-in-out;
    margin:0 10px 30px 10px;


}

.gallery-cover img {
    width: 100%;
    transition: transform 400ms ease-in-out;
    transform: scale(1.1);
    /* transition-delay: 300ms; */
}

.gallery-cover .wrap {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid var(--secodary-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;

}
.gallery-cover:hover img{
    transform: scale(1);
    transition: transform 400ms ease-in-out;
    transition-delay: 300ms;

}
.gallery-cover:hover,
.gallery-cover:hover span{
    border-color: var(--primary-color);
} 
.gallery-cover:hover{
    transform: scale(1.1);
}

.galler-divider{
    position: relative;
}
.book-1{
    position: absolute;
    left: -50px;
    top: -50px;
}
.book-2{
    position: absolute;
    right: -50px;
    top: -50px;
}
.book-3{
    position: absolute;
    left: -50px;
    bottom: -20px;
}
.book-4{
    position: absolute;
    right: -50px;
    bottom: -20px;
}
.social-bar{
    width: 50px;
    /*height: 200px;*/
    border-radius: 0px 8px 8px 0px;
    position: fixed;
    bottom: 40px;
    /*background-color: aqua;*/
    display: block;
    flex-direction: column;
    overflow: hidden ;
}
.social-bar a{
    height: 50px;
    width: 50px;
    /* background-color: #ffd242; */
    display: block;
    align-items: center;
    justify-content: center;
}
.social-bar a i,
.social-bar a svg{
    color: white;
      display: flex;
  justify-content: center;
  align-items: center;
    /*height: -webkit-fill-available;*/
    margin-left: 40%;
    margin-top: 30%;


}
.social-bar a.facebook{
    background-color: #4867aa;
    justify-content: center;

}
.social-bar a.linkedIn{
    background-color: #0077b5 ;
}
.social-bar a.instagram{
    background-color: #F56040;
}
.social-bar a.twiiter{
    background-color: #1DA1F2;
}
.ceo-card-wrap-2{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.news-letter{
    background-image: url('../media/images/banner/newsletter-banner.png');
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.news-letter .detail{
   position: relative;
   height: 100%;
}
.news-letter .detail img{
    height: 100%;
    width: 100%;
}
.form-wrap{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-letter .form{
    width: 100%;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
.news-letter-heading{
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}
.uni-input{
    padding: 7px 20px;
    width: 100%;
    border: 0;
    border-radius: 33px;
    background-color: #ffffffbd;
    outline: none;
}

.uni-input{
    color: #757575;
}
.news-letter-button{
    padding: 8px 20px;
    font-size: 16px;
    width: 100%;
    border: 0;
    border-radius: 107px;
    color: white;
    background-color: black;
}
.hero-section{
    padding: 80px 0;
}
.hr-50{
    border: 0;
    width: 70%;
    height: 1px;
    background-color: black;
    margin: 0 auto;
}
.hero-card{
    text-align: center;
}
.hero-button{
    padding: 7px 20px;
    margin-top: 25px;
    border: 0;
    background-color: black;
    color: white;
    border-radius: 5px 15px;
}
.footer-body{
    align-items: center; /* Center horizontally */
    text-align: center; /* Center text horizontally */
}
.footer-heading{
    font-family: Roboto, sans-serif;
    font-size: 36px; /* Adjust font size as needed */
    font-weight: bold; /* Apply bold font weight */
    color: #ffffff; /* Optional: set font color to black */
    text-align: center; /* Optional: center-align the text */
    margin: 20px; /* Optional: adjust top margin */
}
.footer{
    background-color: rgb(24, 24, 24);
    padding: 60px 30px 30px 30px;
}
.footer-logo img{
    height: 250px;

}
.footer-p{
    color: white;
    font-size: 18px;
    font-weight: 300;
}
.footer-p span{
    font-weight: 600;
}
.footer-h3{
    margin: 30px;
    font-family: Roboto, sans-serif;
    font-size: 36px; /* Adjust font size as needed */
    font-weight: bold; /* Apply bold font weight */
    color: #ffffff; /* Optional: set font color to black */
}
.footer-ul{
    list-style: none;
    /*margin: 0;*/
    padding: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-left: 10px;
}
.footer-ul li{
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer-ul li img{
    margin-bottom: 20px;
    height: 30px;

}
.footer-ul li p{
    color: white;
}
@media(max-width: 785px){
    .footer-heading{
    font-family: Roboto, sans-serif;
    font-size: 20px; /* Adjust font size as needed */
    font-weight: bold; /* Apply bold font weight */
    color: #ffffff; /* Optional: set font color to black */
    text-align: center; /* Optional: center-align the text */
    margin: 20px; /* Optional: adjust top margin */
}
.footer{
    background-color: rgb(24, 24, 24);
    padding: 60px 30px 30px 30px;
}
.footer-logo img{
    height: 150px;

}
.footer-p{
    color: white;
    font-size: 10px;
    font-weight: 300;
}
.footer-h3{
    margin:20px;
    font-family: Roboto, sans-serif;
    font-size: 19px; /* Adjust font size as needed */
    font-weight: bold; /* Apply bold font weight */
    color: #ffffff; /* Optional: set font color to black */
}
.bottom-bar-p{
    color: white;
    text-align: center;
    margin: 0;
    font-size: 10px;
}
}
.bottom-bar{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
.bottom-bar-p{
    color: white;
    text-align: center;
    margin: 0;
    font-size: 13px;
}
.bottom-bar-p a{
    font-weight: 600;
    color: white;
}
.footer-ul{
    display: flex;
}
.cont {
    padding: 20px;
    margin-top: 60px; /* Space for the fixed navbar */
}

.cardd {

    gap: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardd:hover {
    transform: translateY(-10px); /* Moves the card up */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increases the shadow */
}

.icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.cardd h3 {
    color: #00bfae;
    margin-bottom: 10px;
}

.cardd p {
    color: #555;
    font-size: 16px;
    text-align: justify;

}

.cardd ul {

    color: #555;
    font-size: 20px;
    text-align: left;
    padding-left: 30px;
}
.roww {
    margin-left: -10px;
}
@media (max-width: 768px) {
    .cardd {
        margin-right: 0;
    }
    .card p{
        font-size: 15px;
        text-align: justify;

    }
    .card img{
        width: 30px;
    height: 30px;
    margin-bottom: 20px;
    }
}
.card p{
        font-size: 20px;
        text-align: justify;

    }
@media (max-width: 786px) {
    .card p{
        font-size: 15px;
        text-align: justify;

    }
    /*.bs-program-container{*/
    /*    margin-left: 10%;*/
    /*}*/

}
.imagee {
    margin-top: 25px; /* Adjust based on the height of your navbar */
    width: 100%;
    /*max-width: 400px;*/
    height: auto;
    /*border: 1px solid #5fc6c3;*/
    overflow: hidden;
}

.imagee img {
    width: 100%;
    height: auto;
    display: block;
}
/* Faculty members */

/* General container and row styles */
.faculty {

    padding: 20px;
}

.rowfaculty {
    margin: 0 -15px; /* Adjusts for Bootstrap's padding */
}

.avatar-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.avatar-image {
    width: 50%;
    height: auto;
    /*border-radius: 0%;*/
    transition: opacity 0.3s ease;
}

.overlayfaculty{

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(193, 187, 187);
    color: #0b025a;
    text-align: center;
    padding: 10px;
    /*border-radius: 0 0 50px 50px;*/
    opacity: 0;
    transition: opacity 0.3s ease;
}

.avatar-container:hover .overlayfaculty{
    opacity: 1;
}

/* Form styling */
form {
    background-color: #f9f9f9; /* Light background for the form */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Input and textarea styling */
.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.form-control:focus {
    border-color: #3b98aa;
    box-shadow: 0 0 0 0.2rem rgba(59, 152, 170, 0.25);
}

/* Email help text styling */
.form-text {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Button styling */
.login-button {
    display: inline-block;
    background-color: #3b98aa;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    text-align: center;
}

.login-button:hover {
    background-color: #31929a;
    transform: translateY(-2px);
}

.login-button:focus {
    outline: none;
}

/* General container styles */


/* Section heading styles */
.section-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #3b98aa;
    margin-bottom: 0.5rem;
}

.section-subheading {
    font-size: 1.25rem;
    color: #6c757d;
}

@media (max-width: 992px) {
    .section-subheading{
        font-size: 0.8rem;
    }
}
/* Introduction and Mission section styles */
.introduction, .mission {
    margin-bottom: 3rem;
}

.subheading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3b98aa;
    margin-bottom: 1rem;
}

.introduction p, .mission p {
    /*font-size: 1rem;*/
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

/* Team section styles */
/*.team {*/
/*    margin-bottom: 3rem;*/
/*}*/

/*.team-member {*/
/*    text-align: center;*/
/*    background-color: #f8f9fa;*/
/*    padding: 20px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*    height: 100%; !* Ensure all team-member divs have the same height *!*/
/*    display: block;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .team-member{*/
/*        border-radius: 3px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*        padding: 15px;*/
/*        display: block;*/
/*    }*/
/*    .team-image{*/
/*        !*height: 2px;*!*/
/*    }*/
/*}*/
/*.team-image {*/
/*    width: 100%;*/
/*    !*height: 200px; !* Fixed height for images *!*!*/
/*    object-fit: cover; !* Ensures the image covers the entire area without distortion *!*/
/*    border-radius: 50%;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.team-name {*/
/*    font-size: 1.25rem;*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*}*/

/*.team-role {*/
/*    font-size: 1rem;*/
/*    color: #6c757d;*/
/*}*/

/*!* Contact section styles *!*/
/*.contact ul.contact-info {*/
/*    list-style-type: none;*/
/*    padding: 0;*/
/*    font-size: 1rem;*/
/*    color: #333;*/
/*}*/

/*.contact-info li {*/
/*    margin-bottom: 0.5rem;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .section-subheading{*/
/*        font-size: 18px;*/
/*    }*/
/*    .introduction p, .mission p{*/
/*        font-size: 13px;*/
/*    }*/
/*    .contact ul.contact-info{*/
/*        font-size: 13px;*/
/*    }*/
/*}*/
/*merit list page*/
/* Merit Banner styling */
.merit-banner {
    position: relative;
    width: 100%;
    /*margin-top: 100px; !* Adjust this value based on your navbar height *!*/
    overflow: hidden;
}

.merit-banner-image {
    position: relative;
    width: 100%;
}

.merit-banner-image img {
    width: 100%;
    height: auto;
    display: block;

}

.merit-banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-100%);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.merit-banner:hover .merit-banner-text {
    opacity: 1;
    transform: translateY(-50%) translateX(0); /* Fades in from the right */
}

/* Merit Lists Section */
/*.container {*/
/*    padding: 20px;*/
/*}*/

.section-heading {
    margin-top: 3%;
    font-size: 2rem;
    font-weight: bold;
    color: #3b98aa;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1280px){
     .section-heading{

        font-size: 35px;
        margin-top: 20%;
    }
}
.subheading {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3b98aa;
    margin-bottom: 0.75rem;
}

.department-lists {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media(max-width: 786px){
    .subheading{
        font-size: 1rem;
    }
    .merit-table{
        font-size: 10px;
    }
    .merit-table tr{
        font-size: 13px;
    }
    .merit-banner-text h1{
        font-size: 19px;
    }
    .merit-banner-text p{
        font-size: 10px;
    }
    .section-heading{
        /*margin-top: 30%;*/
        font-size: 19px;
        margin-top: 5%;
    }
}



.department-lists li {
    margin-bottom: 0.5rem;
}

.department-lists a {
    text-decoration: none;
    color: #007bff;
    font-size: 1.2rem;
}

.department-lists a:hover {
    text-decoration: underline;
}

.merit-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.merit-table th, .merit-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.merit-table th {
    background-color: #3b98aa;
    color: white;
    /*font-size: 1.2rem;*/
}

.merit-table td {
    background-color: #f8f9fa;
    color: #333;
}

.merit-table tr:hover {
    background-color: #e9ecef;
}

.merit-table a {
    color: #007bff;
    text-decoration: none;
}

.merit-table a:hover {
    text-decoration: underline;
}
#alert{
    background-color: #5dc896;
    color: black;
}

/* styles.css */

/* General styles for the quote container */
.quote-container {
    display: flex;
    padding: 20px;
    background-color: #f4f4f4; /* Light background color for contrast */
    border-left: 5px solid #007bff; /* Blue border for emphasis */
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}

/*.quote-image {*/
/*    margin-bottom: 20px; !* Space between the image and the quote *!*/
/*    margin-right: 50px;*/
/*    margin-left: 50px;*/
/*}*/

.quote-image img {
    /*width: 800%; !* Adjust size as needed *!*/
    height: auto; /* Maintain aspect ratio */
    border-radius: 50%; /* Optional: make the image circular */
    border: 3px solid #007bff; /* Optional: border around the image */
}

.quote {
    font-style: italic;
    color: #333; /* Dark grey color for readability */
    font-size: 1.2em; /* Slightly larger font size for the quote */
    line-height: 1.6;
    margin: 0;
    padding: 10px;
}

.quote-author {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #555; /* Slightly lighter grey for the author’s name */
    font-size: 1em; /* Same size or slightly smaller than the quote text */
}

/* Responsive adjustments */
@media (max-width: 800px) {
    .quote {
        font-size: 1em;
    }

    .quote-author {
        font-size: 0.9em;
    }
    .quote-container{
        display: block;
    }
    /*.quote-image img {*/
    /*    width: 100%; !* Smaller image size for mobile screens *!*/
    /*}*/
}
/* college gallery grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid */
    gap: 15px; /* Space between items */
    margin-top: 70px; /* Space below navbar */
    overflow: hidden; /* Prevent overlap */
    position: relative; /* Ensure correct stacking context */
    z-index: 1; /* Lower than navbar */
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border: 2px solid #3b98aa; /* Border color */
    border-radius: 5px; /* Less rounded corners */
    aspect-ratio: 1 / 1; /* Fixed aspect ratio of 1:1 (square) */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure image covers the container */
    display: block;
    transition: transform 0.3s ease; /* Smooth zoom transition */
    filter: blur(1px); /* Apply blur effect */
}

.gallery-item:hover img {
    transform: scale(1.1); /* Zoom effect on hover */
    filter: blur(0.3px); /* Apply blur effect */
}

/* Responsive adjustments */
@media (max-width: 786px) {
    .gallery {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Smaller columns on mobile */
        margin-top: 60px; /* Adjust for navbar height on mobile */
    }
}

/* news & announcements */
.news-ticker:hover .news-item {
    animation-play-state: paused;
}
.blink {
    animation: blink-animation 1s infinite;
}

/* Keyframes for blinking effect */
@keyframes blink-animation {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
*, ::after, ::before {
    box-sizing: border-box;
}
h6 {
    color: blue;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 10px;
    padding: 10px 0;
}

/* news detail */

.news-detail {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

.news-detail img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/**/
 .breadcrumb {
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .breadcrumb-item a {
    text-decoration: none;
    color: #007bff;
  }
  .breadcrumb-item.active {
    color: #6c757d;
  }
  .news-item{
      background-color: #ffffff; padding: 10px; margin-bottom: 20px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .news-item:hover{
      background-color: #ffffff; padding: 10px; margin-bottom: 20px; box-shadow: rgb(95, 198, 195) 0px 8px 24px;
  }

  /*inter section*/
 .my-container {
     /*margin-top: 50px;*/
    background-color: white;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px; /* Add rounded corners for a modern look */
}

.my-container h1 {
    font-size: 28px;
    text-align: center; /* Center the heading */
    font-weight: bold;
    margin-bottom: 30px;
    color: #2c3e50; /* Change the heading color for a more stylish feel */
}

.my-container p,
.my-container li {
    font-size: 18px;
    line-height: 1.6;
    color: #555; /* Softer color for better readability */
}

.my-container ul {
    margin-left: 40px;
    padding-left: 0;
}

.my-container li {
    margin-bottom: 10px;
    list-style-type: square; /* Adds a square bullet point style */
}

.my-container h2 {
    font-size: 24px;
    margin-top: 30px;
    font-weight: bold;
    color: #34495e; /* Slightly darker color for subheadings */
    border-bottom: 2px solid #007bff; /* Stylish underline for subheadings */
    padding-bottom: 5px;
}

.my-container img {
    float: right;
    width: 150px;
    margin-left: 20px;
    border-radius: 8px; /* Make the image corners rounded */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow around the image */
}

.my-container .note {
    font-size: 14px;
    color: #333;
    margin-top: 30px;
    background-color: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #007bff; /* Highlighted note with a border */
}
.my-container h3 {
    font-size: 22px;
    color: #d35400;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #d35400;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.my-container h4 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: #2980b9;
}

@media (max-width: 786px) {
    .my-container h4 {
    font-size: 10px;
    margin-top: 20px;
    font-weight: bold;
    color: #2980b9;
}
    .my-container h3{
        font-size: 10px;
    color: #d35400;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #d35400;
    padding-bottom: 5px;
    letter-spacing: 1px;
    }
    .my-container img{
        width: 50px;
    }
    .my-container p,
.my-container li {
    font-size: 9px;
    line-height: 1.6;
    color: #555; /* Softer color for better readability */
}
    .my-container h2{
        font-size: 17px;
    margin-top: 30px;
    font-weight: bold;
    color: #34495e; /* Slightly darker color for subheadings */
    border-bottom: 2px solid #007bff; /* Stylish underline for subheadings */
    padding-bottom: 5px;
    }
    .my-container h1{
        font-size: 15px;
    }
}

/* bs program styling */
/* Main Container for BS Program Page */
.bs-program-container {
    font-family: 'Open Sans', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    /*padding: 30px;*/
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
/*@media (max-width: 786px) {*/
/*    .bs-program-container{*/
/*        margin-top: 30px;*/
/*    }*/
/*}*/
/* University Details Section */
.university-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.university-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.university-image img:hover {
    transform: scale(1.05);
}

.university-info {
    flex: 1;
    padding-left: 30px;
}

.university-info h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.university-info h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #1a73e8;
    bottom: -6px;
    left: 0;
}

.university-info p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

.university-info strong {
    color: #1a73e8;
}

/* Program Details Section */
.program-details {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.program-details h2 {
    font-size: 26px;
    color: #1a73e8;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.program-details h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #ffe082;
    bottom: -6px;
    left: 0;
}

.program-details p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .university-details {
        flex-direction: column;
    }

    .university-info {
        padding-left: 0;
        margin-top: 20px;
    }

    .university-info h2, .program-details h2 {
        font-size: 19px;
    }

    .program-details p {
        font-size: 10px;
    }
    .program-details h2{
        font-size: 16px;
    }
}
/* Eligibility Criteria Section */
.eligibility-section {
    margin-top: 50px;
    padding: 30px;
    background-color: #f0f4ff;
    border-left: 4px solid #1a73e8;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Heading for Eligibility Section */
.eligibility-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 20px;
    position: relative;
}

.eligibility-section h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: #ffe082;
    bottom: -6px;
    left: 0;
}

/* Styling the Unordered List */
.eligibility-section ul {
    list-style-type: none;
    padding-left: 0;
}

.eligibility-section ul li {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.eligibility-section ul li::before {
    content: '\2022'; /* Unicode for bullet point */
    color: #1a73e8;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .eligibility-section h2 {
        font-size: 16px;
    }
    .eligibility-section p{
        font-size: 10px;
    }
    .eligibility-section ul li {
        font-size: 10px;
    }
}
#map {
            height: 400px; /* You can adjust the height as needed */
            width: 100%; /* Full width map */
        }

/* Achievements */
.Achievements_container {
    max-width: 1200px;
    /*margin: 0 auto;*/
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.Achievements_container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    /*background-color: #c1bbbb;*/
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(2, 1, 1);
}

.Achievements_container h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #0b025a;
    font-family: sans-serif Cambria;
    font-weight: bold;
}

.program-year {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 40px;
    color: #34495e;
    font-weight: bold;
}

.toppers {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.topper {
    text-align: center;
    margin: 10px;
}

.topper img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid #3498db;
    transition: transform 0.3s ease;
}

/* Different Border Colors */
.topper.rank-1 img {
    /*border-color: #BBA14F; !* Gold for 1st place *!*/
    border-color: #FFD700; /* Golden color */
  box-shadow: 0 0 10px 3px rgba(246, 234, 9, 0.5); /* Golden glow effect */
}

.topper.rank-2 img {
    /*border-color: #752618; !* Bronze for 2nd place *!*/
    border-color: #c1bbbb; /* Silver color */
  box-shadow: 0 0 10px 3px rgba(156, 153, 153, 0.5); /* Silver glow effect */
}

.topper.rank-3 img {
    /*border-color: #e6641f; !* Silver for 3rd place *!*/
    border-color: #D2B48C; /* Light brown color */
  box-shadow: 0 0 10px 3px rgba(181, 142, 91, 0.5); /* Light brown glow effect */
}

.topper:hover img {
    transform: scale(1.05);
}

.topper-name {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c3e50;
}

.topper-rank {
    font-size: 1.5rem;
    color: #95a5a6;
    font-style: italic;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .topper img {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .toppers {
        flex-direction: column;
    }

    .topper img {
        width: 180px;
        height: 180px;
    }
    .Achievements_container h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #0b025a;
    font-family: sans-serif Cambria;
    font-weight: bold;
}
    .Achievements_container p{
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .topper img {
        width: 150px;
        height: 150px;
    }

    .program-year {
        font-size: 1.5rem;
    }
    .Achievements_container h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #0b025a;
    font-family: sans-serif Cambria;
    font-weight: bold;
}
}

.doubleUnderline {
    text-decoration:underline;
}

/* foculty new */
/* Import Google Fonts */

/* Root Variables for Consistent Styling */
:root {
    --primary-color: #407e8c; /* Adjust to your brand's primary color */
    --secondary-color: #f8f9fa;
    --text-color: #333;
    --secondary-text-color: #555;
    --overlay-bg-color: rgba(0, 0, 0, 0.5);
}

/* Body Styling */
/*body {*/
/*    font-family: 'Roboto', sans-serif;*/
/*    background-color: var(--secondary-color);*/
/*    color: var(--text-color);*/
/*}*/

/*!* Section Headings *!*/
/*.section-heading {*/
/*    font-family: 'Lora', serif;*/
/*    font-size: 2.5rem;*/
/*    font-weight: 700;*/
/*    color: var(--primary-color);*/
/*}*/

.category-heading {
    font-family: 'Lora', serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary-color);
}

/* Card Styling */
.carddd {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.carddd:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Image container */
.avatar-container {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    object-position: center;
    display: inline-block;
}

/* Image inside the container */
.faculty-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; /* Ensures the image is centered */
}


.carddd:hover .faculty-image {
    transform: scale(1.05) !important;
}



/* Overlay Styling */
.overlayfaculty {
    cursor: pointer;
    transition: opacity 0.3s;
}

.avatar-container:hover .overlayfaculty {
    opacity: 1;
}

/* Card Body Styling */
.cardd-body {
    /*padding: 15px;*/
    object-position: center;
    text-align: center;
}

.faculty-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-color);
}

.carddd-text {
    font-size: 20px;
    color: var(--secondary-text-color);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .avatar-container {
    width: 200px;
    height: 200px;

}
    .carddd-text{
        font-size: 15px;
    }
    .category-heading{
        font-size: 1.5rem;
    }
/* Image inside the container */



    /*.faculty-image {*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*    !*margin-top: 25px;*!*/
    /*    object-fit: cover;*/
    /*    object-position: center;*/
    /*}*/
    .carddd-body {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .avatar-container {
        width: 120px;  /* Adjust size for smaller screens */
        height: 120px;
        display: inline-block;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .avatar-container {
        width: 100px;  /* Adjust size for extra small screens */
        height: 100px;
        display: inline-block;
    }
}
/*@media (max-width: 576px) {*/
/*    .faculty-image {*/
/*        height: 150px;*/
/*        width: 150px;*/
/*        object-fit: cover;*/
/*    object-position: center; */
/*    }*/
/*}*/

/* Transition Classes */
.transition-opacity {
    transition: opacity 0.3s ease-in-out;
}

/* Additional Styling for Aesthetics */
.overlayfaculty p {
    font-size: 0.9rem;
    text-align: center;
    padding: 10px;
}

/* Optional: Adjust Padding and Margins for Better Spacing */
.container {
    max-width: 100%;
}

.category-section {
    margin-bottom: 2rem;
}

.text-primary {
    color: var(--primary-color) !important;
}

/* Optional: Add Smooth Scroll and Animations (if using AOS) */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translate(0);
}
/* about us page faculty */
.about_team {
    text-align: center;
}

/*.about_team-member {*/
/*    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*    padding: 10px;*/
/*}*/

/*.about_team-member:hover {*/
/*    transform: translateY(-10px);*/
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/
/*}*/

/*.about_team-img-wrapper {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    max-width: 200px;*/
/*    margin: 0 auto;*/
/*    padding: 5px;*/
/*    border-radius: 15px;*/
/*    transition: border-color 0.3s ease;*/
/*}*/

/* Different colored borders for each faculty member */
.about_team-img-wrapper:nth-child(1) { border: 4px solid #3498db; }  /* Blue */
.about_team-img-wrapper:nth-child(2) { border: 4px solid #e74c3c; }  /* Red */
.about_team-img-wrapper:nth-child(3) { border: 4px solid #f1c40f; }  /* Yellow */
.about_team-img-wrapper:nth-child(5) { border: 4px solid #2ecc71; }  /* Green */
.about_team-img-wrapper:nth-child(6) { border: 4px solid #d8357f; }  /* Green */
.about_team-img-wrapper:nth-child(7) { border: 4px solid #5fc6c3; }  /* Green */

/*.about_team-image {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    border-radius: 15px;*/
/*    object-fit: cover;*/
/*    max-height: 250px;*/
/*    max-width: 100%;*/
/*}*/

.about_team-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}

.about_team-role {
    font-size: 1rem;
    color: #666;
}

.about_team-education {
    font-size: 0.9rem;
    color: #888;
}

@media (min-width: 768px) {
    .about_team-member {
        padding: 15px;
    }

    .about_team-img-wrapper {
        max-width: 220px;
        padding: 7px;
    }
}

@media (max-width: 767px) {
    .col-md-3 {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .col-md-3 {
        width: 100%;
    }
}
.about_team-img-wrapper {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 15px;
    transition: border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_team-image {
    width: 100%;
    height: 250px; /* Set a fixed height for all images */
    object-fit: cover; /* Ensure images retain aspect ratio and fill the div */
    border-radius: 15px;
}

.about_team-member {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px;
    height: 100%; /* Ensure equal height for all members */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .about_team-member {
        padding: 15px;
    }

    .about_team-img-wrapper {
        max-width: 220px;
        padding: 7px;
    }
}
