*{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif; 
    background-color: #EFEFEF!important;
    width: 100%!important;
}
b{
    font-weight: bolder;
}

p{
    font-weight: 600;
}

li{
    font-weight: 600;
    font-size: 13px;
}
.hero-image {
  position: relative;
  width: 100%;
  height:450px;
  margin-top:0px; /* Adjust based on your fixed header height */
  overflow: hidden;
  margin-bottom: 0;
    padding-bottom: 0;
     margin-top: 0;
    padding-top: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #48489e66; /* semi-transparent black */
  z-index: 1;
}


.hero-image .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Changed from 0 to 2 */
  color: #fff;
  text-align: center;
  padding: 20px;
  width: 100%;
}


.hero-image .hero-text h1 {
  font-size:60px;
  margin: 0 0 10px;
  line-height: 1.4;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.hero-image .hero-text p {
  font-size: 45px;
  line-height: 1.1;
  margin: 0 0 20px;
  text-align: center;
  color: #ffeb3b;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: inline-block;     /* So border wraps tightly */
  padding: 10px 20px;        /* Optional spacing inside */
  border-radius: 5px;        /* Optional rounded corners */
}

/* Responsive styles */
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 18px;
  }

  .hero-text p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 10px;
  }

  .hero-text p {
    font-size: 9px;
  }
}
.hero-announcement {
  position:relative;
  bottom: 0;
  width: 100%;
  background-color: #45457766; /* translucent background */
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
  padding: 10px 0;
}

.scroll-wrapper {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}

.scroll-wrapper:hover {
  animation-play-state: paused;
}


.scroll-item {
  display: inline-block;
  margin-right: 100px; /* spacing between items */
  border-right: 2px solid yellow;
  padding-right: 20px;
}

.hero-announcement,
.scroll-wrapper,
.scroll-item {
  margin: 2.5px;
}
.scroll-item a {
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.scroll-content {
  display: flex;
  animation: marquee 15s linear infinite;
}
/* Remove border from the last item and extra padding */
.scroll-item:last-child {
  border-right: none;
  padding-right: 0;
}

@keyframes marquee {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.notice-board {
    position: absolute;
    top: 1%;
    left: 5%;
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
    width: 450px;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 3;
  }
  .notice-board h3 {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 20px;
    text-align: center;
    color: #d36677;
    font-weight: bold;
  }

  .notice-list {
    list-style: none;
    padding: 0;
  }

  .notice-list li {
    margin-bottom: 8px;
  }

  .notice-list a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }

  .notice-list a:hover {
    color: #007bff;
  }


a{
    text-decoration: none!important;
    color: rgb(212, 104, 104);
}

a:hover{
    color: rgb(145, 10, 10);
}

/* HEADER */

li{
    list-style: none;
}

.logo img{
    height: 60px;
    width: 200px;
    margin: -8px;
    
}

.cdoe{
    height: 80px;
    width: 80px;
    margin-top: -70px;
}

/* @media only screen and (max-width: 540px) {
    .cdoe-img{
        margin-right: 300%;
    }
} */

#topbar{
    background-color: #222845 !important;
    color: #FFFFFF;
    margin: -15px 0px;
}
/* .top{
    height: 50px;
    background-color: #222845 !important;
    color: #FFFFFF;

} */


@media only screen and (max-width: 700px) {
    .floater{
        display: none!important;
    }
}

.nav-pad{
    padding:-10px;
}

.cont ul li {
    display: inline-block;
    padding: 10px;
}

#topbar{
    font-size: smaller;
}
.cont{
    padding-top: 12px;
}

.right ul li{
    display: inline-block;
    padding: 10px;
}

.right{
    padding-top: 12px;
}

.right ul li{
    border-right: 1px solid #474d6b;
}

.right ul a{
    color: white;
}

.right ul li:nth-child(3){
    border-right: none;
}

.left ul li:nth-child(1){
    border-right: 1px solid #474d6b;
    
}

#topbar i{
    padding: 10px;
}

.right i{
    font-size: 17px;
}

.pos ul li{
    padding: 0px 10px;
}

.pos ul li a{
    color: black!important;
    font-weight: 700;
}

@media all and (min-width: 992px) {
      
    .dropdown-menu li{
      position: relative;
    }
    .dropdown-menu .submenu{ 
      display: none;
      position: absolute;
      left:100%; top:-7px;
    }
    .dropdown-menu .submenu-left{ 
      right:100%; left:auto;
    }
  
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{
      display: block;
    }
  }	
  /* ============ desktop view .end// ============ */
  
  /* ============ small devices ============ */
  @media (max-width: 991px) {
  
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
  
  }	

  /* .mba-box {
    height: 50px; 
    overflow: hidden;
    position: relative;
  } */
  .mba-box P {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      line-height: 50px;
      
  
      /* Starting position */
         -moz-transform:translateY(100%);
         -webkit-transform:translateY(100%);  
         transform:translateY(100%);
  
   /* Apply animation to this element */  
         -moz-animation: example1 15s linear infinite;
         -webkit-animation: example1 15s linear infinite;
         animation: example1 15s linear infinite;
  }
  
  /* Move it (define the animation) */
        @-moz-keyframes example1 {
         0%   { -moz-transform: translateY(80%); }
         100% { -moz-transform: translateY(-5%); }
        }
        @-webkit-keyframes example1 {
         0%   { -webkit-transform: translateY(80%); }
         100% { -webkit-transform: translateY(-5%); }
        }
        @keyframes example1 {
         0%   { 
         -moz-transform: translateY(80%); /* Firefox bug fix */
         -webkit-transform: translateY(80%); /* Firefox bug fix */
         transform: translateY(80%);         
         }
         100% { 
         -moz-transform: translateY(-5%); /* Firefox bug fix */
         -webkit-transform: translateY(-5%); /* Firefox bug fix */
         transform: translateY(-5%);
         }
        }

/* CAROUSEL */
/* General styles for carousel */
.carousel-item {
    position: relative;
    overflow: hidden;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Overlay color */
    z-index: 10;
} 

/* Animation for fade effect */
.animated-slide {
    animation: fadeIn 1.5s ease-in-out;
}

/* Slide fade in */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Customize the carousel caption */
.carousel-caption {
    z-index: 2;
    position: absolute;
    bottom: 50px;
}

.carousel-caption h5 {
    color: white;
    font-size: 2rem;
    text-shadow: 1px 1px 5px rgba(247, 131, 218, 0.7);
}

/* Styling for carousel indicators */
.carousel-indicators button {
    background-color: rgba(238, 227, 229, 0.7);
}

.carousel-indicators .active {
    background-color: #fff;
}

img{
    max-height: 770px;
    background-size: cover;
    
}
.land{
    background-size: contain;
}

.mba-box{
    
    width: 500px;
    height: 670px;
    text-align: center;
    /* padding: 30px; */
    background-color: rgba(255, 255, 255, 0.774);
    border-radius: 30px;
    position: relative;
    /* box-shadow: 0 40px 80px 0 rgba(211, 203, 203, 0.2), 0 0px 20px 0 rgba(239, 233, 233, 0.19); */
}

.box{
    margin: 80px;
    position: relative;
    margin-top: -735px;
    float: right;
}

.box div{
    margin: 15px
}

.floater{
    float: left;
    position: relative;
    position: sticky;
    top: 30%;
    bottom: 0%;
    margin-top: -735px;
    background: #222845;
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    
}
.floater1{
    float: center;
    position: relative;
    position: sticky;
    top: 80%;
    bottom: 0%;
    margin-top: -1000px;
    background: hsl(180, 14%, 99%);
    padding: 10px 30px;
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    
}

.floater a{
    padding: 10px;
    color: white;
}

/*.mba-box a{
    background-color: #222845;
    color: white;
    padding: 15px 25px;
    border-radius: 20px;

}*/
.mba-box p{
    padding: 15px;
}

.mba-box h5{
    font-weight: bolder;
}

.mba-box p{
    font-weight: 500;
}

/* END OF CAROUSEL */
/* Floating Button Styling */
.notice-button {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-60%);
    background-color: hwb(64 5% 13%);
    color: rgb(231, 37, 37);
    border: none;
    width:60px;
    height:60px;
    border-radius: 20%;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(216, 123, 228, 0.37);
    cursor: pointer;
    z-index: 1000; /* Make sure it stays on top */
}

.notice-button i {
    font-size: 24px;
}
/*
/* Notice Board Modal */
.notice-board-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background-color: rgba(245, 241, 241, 0.1);
    overflow-y: auto;
    z-index: 999; /* Below the button, but above other elements */
    padding: 20px;
}

.notice-board-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notice-board-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.notice-board-content ul {
    list-style-type: none;
    padding: 0;
}

.notice-board-content li {
    margin-bottom: 10px;
}

.notice-board-content li a {
    text-decoration: none;
    color: #3b050d;
}

.notice-board-content li a:hover {
    text-decoration: underline;
}
/* Close Button for Notice Board */
.close-btn {
    font-size: 24px;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}

.mba-box1{
    width: 100%;
    text-align: center;
    padding: 30px;
}

.mba-box1:nth-child(1){
    background-color: #222845;
    color: rgba(255, 255, 255, 0.941);
    border-left: 5px solid #b99663;
}

.mba-box1:nth-child(1) a{
    color: rgba(255, 255, 255, 0.941);
    border: 1px solid #b99663;
    background-color: #b99663;
    padding: 10px 20px;
}

.mba-box1:nth-child(2) a{
    color: #b99663;
    border: 1px solid #b99663;
    padding: 10px 20px;
}

.box1{
    margin-top: 10px;
    display: none;
}
/* END OF CAROUSEL */



@media only screen and (max-width: 988px) {
    .box1{
        display: block;
    }
    .box{
        display: none;
    }
}

/* ADMISSION HEADING */
.admission-heading{
    padding-top: 60px;
}


.admission-heading {
    color: #F16A70;
    position: relative;
    text-decoration: none;
}
.admission-heading:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 102px;
    height: 2px;
    background: url("/img/home/title-line.png");
    margin-left: -50px;
}

.mba-card-btn{
    border: 1px solid #b99663;
    padding: 20px 30px;
}

.mba-card-btn:hover{
    background-color: #b99663;
    transition: .3s;
    box-shadow: 0 40px 80px 0 rgba(57, 54, 54, 0.2), 0 10px 20px 0 rgba(44, 41, 41, 0.19);
}

.admission-card{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
    flex-wrap: wrap;
    padding: 20px;
}

.admission-open{
    background-color: white;
     margin-bottom: 0;
    padding-bottom:0;
    margin-top: 0 !important;
    padding-top: 0px; 
}

@media only screen and (max-width: 750px) {
    .card-mca{
        margin-top: 20px;
    }
}


.about-clg{
    margin-top: 50px;
}

.about-clg-img img{
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}


.about-clg-content h2{
    border-bottom: 5px solid #b99663;
}

.about-clg-content p{
    line-height: 30px;
    color: #222845;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}


#admissions{
    background-color: #EFEFEF;
    padding-bottom: 50px;
}

/* END OF ADMISSION */


/* ENQUIRY*/

.enquiry{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #A02022;
    padding: 30px;
    text-align: center;
    color: white;
    flex-wrap: wrap;

}

.enquiry a{
    color: white;
}

.enquiry i{
    font-size: 2em;
    color: #b99663;
}

.chat{
    border: 1px solid #b99663;
    color: white;
    padding: 10px 30px;
}

.chat:hover{
    background-color: #b99663;
    transition: .5s;
}
/* END OF ENQUIRY */


/* SOCIAL */

.social{
    padding-top: 30px;
}

.social span{
    color: #222845;
}

.social h2{
    color: #222845;
    position: relative;
}


.social span {
    color: #F16A70;
    position: relative;
    text-decoration: none;
}



.social h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 102px;
    height: 2px;
    background: url("/img/home/title-line.png");
    margin-left: -50px;
}


.twitter{
    width: 340px;
    height: 500px;
}

.social > div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 50px;
    flex-wrap: wrap;
}


#reach-us{
    margin-top: 50px;
}

#reach-us h1{
    color: #a4a4a4;
    font-size: 4em;
}

form{
    padding: 20px;
}


form input,textarea{
    margin: 20px;
}

form button{
    border:1px solid #b99663;
    background-color: white;
    padding: 10px 30px;
}

form button:hover{
    background-color: #b99663;
    transition: .5s;
}


/* FOOTER */

.footer{
    font-weight: bold;
    background-color: white;
}

.footer-options{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer-links li{
    padding-left: 30px;
    line-height: 2;
}

.footer-details{
    padding-top: 20px;
}

.footer-details i{
    padding: 10px;
}

li{
    list-style: none;
}


@media only screen and (max-width: 695px) {
    .map{
        width: 400px;
    }
}





#navigation-pic{

    width: 100%;
    height: 240px;
    
    background: linear-gradient(rgba(24, 48, 94,0.7),rgba(24, 48, 94,0.7)) , url(/img/visionary/about-us-1.jpg);
    background-color: rgb(24 48 94);
    background-size: cover;
    background-position: center center;

}
#navigation-pic1{

    width: 100%;
    height: 240px;
    
    background: linear-gradient(rgba(24, 48, 94,0.7),rgba(24, 48, 94,0.7)) , url(/img/home/studiofacility.jpg);
    background-color: rgb(24 48 94);
    background-size: cover;
    background-position: center center;

}

/* Navigation Pic Contents */
.navigation-pic-content{
    color:#FFFFFF;   
}

.breadcrumb >.active {
    color: #FFFFFF;
 }
 .breadcrumb a{
    color: #ffeb3b;
 }
 .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
  }

  /* MCA_PEOPLE */

  .profile_image{
    border: 3px solid #b99663;
    padding: 10px;
    width: 220px;
    height: 250px;
  }

  .center-block{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .row-space{
    margin: 30px 0px 15px 0px;
  }

  hr{
    width: 100%;
   border-bottom:5px solid #b99663; 
   opacity: 1;
   margin-top: 8px;
   margin-bottom: 8px;
   
}

.wm-left-border {
    border-bottom: 5px solid #b99663;
    
}

.wm-figure-thumb figcaption p {
    margin-top: 10px;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    color: #18305e;
}

.wm-editore-text p {
    color: #222845;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

p{
    text-align: justify;
}

b, strong {
    font-weight: bolder;
}

.wm-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.wm-main-content {
    padding: 70px 0px 60px 0px;
    
}

.underline{
    
    position: relative;
    
}
.underline:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 102px;
    height: 2px;
    background: url("/img/home/title-line.png");
    margin-left: -50px;
}

li{
    line-height: 28px;
}

span.border-button {
    border: 1px solid #000;
    padding: 10px 25px;
    border-radius: 20px;
    background: #18305e;
    color: #fff;
    box-shadow: 1px 1px 1px #7891b4;
}

a.wm-button {
    text-align: center;
}

.table-margin {
    margin-top: 15px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

th.table-background {
    background: #18305e;
    color: #fff;
    border-left: 0px;
    border-right: 0px;
}

#total {
    text-align: left;
    background-color: #e6e6e6;
}

.steps > li{
    margin-top: 40px;
}

.apply-content{
    font-weight: 500;
}

b{
    font-weight: 900;
}


/* .btn:focus{
    outline:none;
    border: none;
} */
.buttons{
    padding-top: 20px;
}
.buttons a{
    border: 1px solid #b99663;
    padding: 10px 30px;
    margin: 20px;
}

.buttons a:hover{
    background-color: #b99663;
    transition: .5s;
}

.wm-editore-text ul li i{
    font-size: 11px;
    float: left;
    color: #b99663;
    margin: 11px 13px 0px 0px;

}

p{
    line-height: 28px;
}

/* Visionary */

.visionary-container{
    padding-top:60px!important;
    padding-bottom:60px!important;
    width: 75%;
}

.row-blue{
    background-color: #E9F0FF;
    
}

.pic{
    width:220px;
    height:250px;
    margin-bottom: 20px;
}
    
.name{
    width: 100%;
    font-weight: 599;
    font-size: 35px;
    line-height: 41px;
    font-style:normal;
}
    
.title{
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    font-style:normal;
    font-family: 'Merriweather', sans-serif;
    color: #777;
}

/* Execution */
.director{
    padding-top:60px;
    padding-bottom:60px;
}

.profile-imgs{
    border: 3px solid #b99663;
      padding: 10px;
      width: 220px;
      height: 250px;
  }
  
  figure{
    float: left;
    /* width: 100%; */

  }
  
  figcaption p{
    font-size: 21px;
  }
  
  .row-space{
    margin: 30px 0px 15px 0px;
  }
  
  #cdoe-team{
    padding-left: 50px;
    padding-right: 50px;
  }

  span{

    color:#b99663;
 }

 /* MBA page */

 #mba-page{
    font-weight: 600;
 }

 .full-content{
    padding: 70px 20px 60px 20px;
}

.mba-features {
    
    position: relative;    
}
.mba-features:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 102px;
    height: 2px;
    background: url("/img/home/title-line.png");
    margin-left: -50px;
}
/* MCA PAGE */
.mca-salient{
    font-weight: 600;
}



   .container {
  max-width: 1200px;
  margin: 0 auto; /* centers the container */
  padding: 0 15px;
}



iframe{
    width: 300px!important;
    height: 300px!important;
}

/* .floater{
    display: none;
} */
/*notifications*/
.banner1
{
    margin-top:-65px;
    margin-bottom:-63px;
    margin-left:3px;
    text-align: left;
    background-color: #ece0cd;
    font-size:20px ;
    color: #A02022;
    font-weight: bolder;
    z-index: auto;
}
marquee{
    font-size: 14px;
    font-weight: 800;
    color: rgba(62, 11, 6, 0.885);
    font-family: sans-serif;
    }
    /* Grid */
       /* Create three unequal columns that floats next to each other */

    
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
   /*Gallery*/
 .banner2{
    margin-bottom:5px;
    text-align: left;
    background-color: #ffdab9;
    font-size:20px ;
    color: hwb(0 2% 66%);
    font-weight:600px;
    z-index: auto;
    padding:5px;
    font-size: 14px;
    margin-left:12px ;
    
    }
    .enq
    {
       float: left;
       margin: 3px;
       padding-left:3px;
       padding-bottom: 10px;
   color: hwb(340 81% 18%);
   text-align: center;
   font-size: larger;
   background-color: #2e2539;
    }
    blink {
       font-size: 30px;
           font-weight: bold;
           font-family: sans-serif;
           color: #90215b;
           transition: 0.4s;
     }
     .enq1
     {
       float:right;
       padding-top: -5px;
       padding-bottom:-5px;
   color: hwb(340 81% 18%);
   text-align: center;
   font-size: larger;
   background-color: #2e2539;
    }
     .blink
     {
       width: 220px;
       height: 50px;
       background-color: hsl(244, 28%, 10%);
       padding: 10px;
       text-align: center;
       line-height: 50px;
     }
     .floating {  
       animation-name: floating;
       animation-duration: 5s;
       animation-iteration-count: infinite;
       animation-timing-function: ease-in-out;
      margin-left:10px;
       margin-top:-15px;
       float:right;
   }
   
   @keyframes floating {
       from { transform: translate(0,  0px); }
       65%  { transform: translate(0, 15px); }
       to   { transform: translate(0, -0px); }    
   }
   /*nav*/
   div.content{
       width:100%;
       height:6vh;
      
   }
   div.column1{
       float: left;
       width:15%;
       background-color:peachpuff;
       height: 123%;
   
   
   }
   div.column2{
       float:left;
       width:73%;
       background-color:peachpuff;
       height: 123%;
   
   }
   div.column3{
       float:right;
       width:12%;
       background-color:peachpuff;
       height: 123%;
   
   
   }
   /*popup*/
   .button {
       font-size: 1em;
       padding: 10px;
       color: #f00;
       border: 2px solid orange;
       border-radius: 20px/50px;
       text-decoration: none;
       cursor: pointer;
       transition: all 0.3s ease-out;
     }
     
     .button:hover {
       background: orange;
       color: #fff;
     }
     
    /*  .overlay {
       position: absolute;
       top: -300px;
       bottom: 0;
       left: 0;
       right: 0;
       background: rgba(0, 0, 0, 0.7);  
       visibility: hidden;
       opacity: 0;
       transition: all 0.3s ease;
     }
     
    .overlay:target {
       visibility: visible;
       opacity: 1;
       top:0px;
     }*/
     
     .popup {
       margin: 40px auto;
       padding:10px;
       background: hsl(49, 23%, 91%);
       border-radius: 5px;
       width: 15%;
       position: relative;
       float: right;
       transition: all 5s ease-in-out;
       border-radius:12px ;
     }
     
     .popup h2 {
       margin-top: 0;
       color: hsl(0, 58%, 39%);
       font-family: Tahoma, Arial, sans-serif;
     }
     
     .popup .close {
       position: absolute;
       top: 20px;
       right:15px;
       transition: all 200ms;
       font-size: 30px;
       font-weight: bold;
       text-decoration: none;
       color: #d0a994;
       
     }
     
     .popup .close:hover {
       color: hwb(0 13% 28%);
       transform: rotate(90deg);
     }
     
     .popup .content {
       max-height:20%;
       overflow: auto;
       color:hsl(24, 86%, 46%);
       text-shadow: 1px 1px hsl(24, 86%, 46%);
       font-size:20px ;
     }
     @media only screen and (max-width: 600px) {
        div.content{
            text-align: center;
            min-block-size: 70px;
            margin-left: -12px;
           font-size: 13px;
        }
        div.column1
        {
            font-size:20px;
            float: left;
            
        }
        div.column3
        {
            margin-left:-25px;
        }
        marquee
        {
            font-size: 12px;
        }
        div.column2
        {
            font-size:13px;
        }
        .popup .content{
            max-height:20%;
            overflow: auto;
            color:hsl(24, 86%, 46%);
            text-shadow: 1px 1px hsl(24, 86%, 46%);
            font-size:12px ;
        }
        .popup {
            margin: 20px auto;
            padding:5px;
            background: hsl(49, 23%, 91%);
            border-radius: 5px;
            width: 15%;
            position: relative;
            float: right;
            transition: all 5s ease-in-out;
            border-radius:12px ;
          }
          
          .popup h2 {
            margin-top: 0;
            color: hsl(0, 58%, 39%);
            font-family: Tahoma, Arial, sans-serif;
          }

      }
      /* Layout */
      .column {
        float: left;
        width: 50%;
        padding: 10px;
        height: 300px; /* Should be removed. Only for demonstration */
      }
      
      /* Clear floats after the columns */
      .row:after {
        content: "";
        display: table;
        clear: both;
      }
      .popup-link{
        display:flex;
        flex-wrap:wrap;
      }
      
      .popup-link a{
          background: #333;
          color: #fff;
          padding: 8px 20px;
          border-radius: 5px;
          font-size:13px;
          cursor:pointer;
          margin:5px;
          text-decoration:none;
      }
      
      .popup-container {
          visibility: hidden;
          opacity: 0;
          transition: all 0.3s ease-in-out;
          transform: scale(1.3);
          position: fixed;
          z-index: 1;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(21, 17, 17, 0.61);
          display: flex;
          align-items: center;
      }
      .popup-content {
          background-color: #fefefe;
          margin: auto;
          padding: 20px;
          border: 1px solid #888;
          width: 50%;
      }
      .popup-content p{
          font-size: 12px;
          padding: 10px;
          line-height: 20px;
      }
      .popup-content a.close{
          color: hsl(0, 49%, 41%);
          float: right;
          font-size: 12px;
          font-weight: bold;
          background: none;
          padding: 0;
          margin: 0;
          text-decoration:none;
      }
      
      .popup-content a.close:hover{
        color:#333;
      }
      
      .popup-content span:hover,
      .popup-content span:focus {
          color: #000;
          text-decoration: none;
          cursor: pointer;
      }
      
      .popup-container:target{
        visibility: visible;
        opacity: 1;
        transform: scale(1);
      }
      
      .popup-container h3{
        margin:10px;
      }
      /*End popup styles*/
      
      /* Additional styles */
      
      
      .popup-style-4{
        transform: rotate(180deg);
      }
      
      .popup-style-4:target{
        transform: rotate(0deg);
      }
      /* admission */
     .P1
     {
        border-style: groove; 
        border: 2px solid rgb(195, 223, 57);
  border-radius: 12px;
  padding:25px;

  background-color: hsl(36, 70%, 84%);
     }
     .P2
     {
        text-align: center;
        font-size:25px ;

     }
     .P3
     {
        text-align: left;
        font-size:15px ;

     }
     .P4
     {
        height: 500px;
        border-left: 6px solid #b5e1b5;
     }
     .P5
     {
        background-color: lightgrey;
  width: 550px;
  border: 5px solid #b2e6b2;
  padding: 20px;
  margin: 10px;
  height: 280px;
     }
     .P6
     {
        background-color: lightgrey;
  width: 550px;
  border: 5px solid #b2e6b2;
  padding: 20px;
  margin: 10px;
  height: 100px;
     }
     .P7
     {
        background-color: lightgrey;
  width: 550px;
  border: 5px solid #b2e6b2;
  padding: 20px;
  margin: 10px;
  height: 150px;
     }
     .P8
     {
        text-align: left;
        font-size: 20px;
        margin-left: 15px;
        margin-bottom:10px;
     }
     /*review*/
     .R1
     {
       font-size:17px;
       color: #c51619;
       font-weight: bolder;
       text-align: left;
       margin-left: 45px;
     }
     .con_1
{
padding-top:1px; 
    padding-bottom:1px;
    background-color: peachpuff;
}
.testimonial-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.testimonial-section h2 {
    font-size: 2em;
    margin-bottom: 30px;
    color: #333;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.testimonial {
    background-color: #fff;
    border-radius: 8px;
    padding: 60px;
    max-width: 600px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    transition: transform 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-5px);
}

.testimonial img {
    width: 80px;
    height: 80px;
    border-radius:35%;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    align-items:center;
}

.testimonial-content p {
    font-size: 1em;
    color: #666;
    margin: 10px 0;
    text-align: left;
}

.testimonial-content h4 {
    font-size: 1.2em;
    color: #333;
    margin-top: 20px;
}

.testimonial-content p:last-of-type {
    font-size: 0.9em;
    color: #999;
    margin-top: 0;
}

@media (min-width: 768px) {
    .testimonial-container {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .testimonial {
        flex-direction: row;
        max-width: 45%;
        text-align: left;
        padding: 20px;
        margin: 10px;
    }

    .testimonial img {
        margin-right: 20px;
        margin-bottom: 0;
        border-radius:50px;
        margin-top:-100px;
    }

    .testimonial-content {
        align-items: flex-start;
    }
}
.faculty
{
    text-align: center;
    
}
.faculty h2
{
    text-align: center;
    padding-bottom: 10px;
}
.faculty img
{
   width: 100px;
   height: 113px;
padding-bottom:10px ;
}
.carousel-card {
  background-color: white;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
  max-width: 220px;
  margin: auto;
}

.carousel-card:hover {
  transform: translateY(-4px);
}

.carousel-card img {
  max-width: 180px;
  height: auto;
  margin: 12px 0;
}

.carousel-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 4px;
  color: #222;
}

.carousel-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.carousel-card a {
  display: inline-block;
  padding: 6px 20px;
  background-color: hsl(332, 82%, 60%);
  color: white;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: auto;
}

.carousel-card a:hover {
  background-color: #0056b3;
}


.swiper-slide {
  height: auto !important;
}

/* Enquire tab */
.enquire-tab {
  position: fixed;
  top: 40%;
  right: 0;
  background-color: #c00;
  color: white;
  padding:5px 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  z-index: 1001;
}

/* Overlay background */
.enquiry-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
}

/* Popup form */
.enquiry-form {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  width: 500px;
  z-index: 1002;
  box-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.enquiry-form h2 {
  margin-top: 0;
}

.enquiry-form input, .enquiry-form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.enquiry-form button {
  background-color: #c00;
  color: white;
  padding: 12px 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 5px;
}
/* Media Query for smaller devices */
@media (max-width: 480px) {
  .enquiry-form {
    top: 10%;
    width: 90%;
    padding: 15px;
  }

  .enquiry-form h2 {
    font-size: 20px;
    text-align: center;
  }

  .enquiry-form button {
    width: 100%;
    margin-bottom: 10px;
  }

  .enquiry-form button[type="button"] {
    margin-left: 0;
  }
}