/*-----Common Css----*/

body{
    position: relative;
    font-family: "Source Sans 3", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url("../images/common/screen.jpg");
    background-size: cover;
    /* background-position: center; Center the background image */
}
.common-heading {
    font-size: 28px; /* Default font size */
    font-weight: bolder; /* Font weight */
    color: white; /* Text color */
    margin: 0; /* No margin on top */
    padding-bottom: 25px; /* Space below */
    margin-bottom: 25px; /* Space below */
    position: relative; /* Relative positioning */
    text-transform: capitalize; /* Capitalize text */
}
.common-para{
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    margin: 0;
    margin-bottom: 20px;
}
/* .common-heading::after{
    content: '';
    width: 40px;
    height: 6px;
    background: #343434;
    margin-bottom: 25px;
    position: absolute;
    top: 100%;
    left: 0;
} */
.common-primary-btn{
    background: #0b0fe4;
    color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: none;
    border-color: transparent;
    margin: 0 auto;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0;
    margin-left: 0;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #343434;
    margin-top: 1px;
    margin-left: 15px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.header-bg nav{
    position: fixed;
    color:white;
    top:0;
    width: 100%;
    transition: background-color 0.3s ease;
    background-color: transparent;
    /* background: rgba(243, 136, 13, 0.8); */
    height: 90px;
    padding: 0 30px;
    z-index: 11111;
}
#navbar.scrolled {
    background-color: white;
}
#navbar:not(.scrolled) li a  {
    color: white;
}
#navbar.scrolled li  a {
    color: black;
}
.header-bg .navbar-brand {
    display: block;
    width: 277px;
    height: 100px;
}
.header-bg .navbar-brand > img{
    width: 90%;
    height: 100%;
}
.header-bg .navbar-nav li a{
    /* color:white; */
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.header-bg .navbar-nav li:last-child a{
    padding-right: 0;
}
#navbar.scrolled .navbar-nav li a.active{
    color: #FF4D00;
}
#navbar:not(.scrolled) .navbar-nav li a.active{
    color: #FF4D00;
}
.header-bg .navbar-nav li a.active .menu-active-img{
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.navbar-expand-lg .navbar-collapse {
    height: 90px;
   
}


.navbar-expand-lg .navbar-nav{
    height: 100%;
    align-items: center;
}
 .navbar-nav li{
    height: 100%;
}
#navbar:not(.scrolled) .navbar-collapse.show li a {
    color: black;
}
#navbar:not(.scrolled) .navbar-collapse.show li a.active {
    color: #FF4D00; /* Active state color */
}
#navbar.scrolled .navbar-collapse.show li a.active {
    color: #FF4D00;
}
/*-----Home Page----*/

.custom-carousel.carousel-caption  {
    bottom: 35rem;
    left: 25%;
    color: #fff;
    width: 50%;
    text-align: left;
    background: rgb(64, 57, 52, 0.4);
    padding: 20px 15px;
}

.show {
    opacity: 1;
    transition: opacity 1s ease;
}
.custom-carousel .carousel-caption h1{
    
    font-weight: bold;
    margin: 0;
    margin-bottom: 8px;
    
    text-transform: uppercase;

}
.color-1 {
    color: #b22222; /* Maroon fill */
    -webkit-text-stroke: 2px white; /* White outline */
  
    text-shadow: 2px white; /* For browsers that support text-stroke */
}
.custom-carousel .carousel-caption p{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: white;
}
.carousel-item  img{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;

}
.custom-carousel .carousel-control-prev-icon{
    background-image: url("../images//home/sliderprevarrow.png");
}
.custom-carousel .carousel-control-next-icon{
    background-image: url("../images//home/slidernextarrow.png");
}
.custom-carousel .carousel-control-next, .custom-carousel .carousel-control-prev{
    opacity: 1;
}
.custom-carousel .carousel-indicators [data-bs-target]{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none;
    border: 0;
    border: 1.5pt solid #FFFFFF;
    margin-right: 10px;
    
}
.custom-carousel .carousel-indicators .active{
    background: #FF4D00;
    border: 0;
    width: 16px;
    height: 16px;
}
.about-section{
    
    background: linear-gradient(
            rgb(240, 245, 251, 0.9), /* Golden color with slight transparency */
            rgba(240, 245, 251, 0.9)
        ),
        url('../images/common/bg3.jpg');
    background-position: center;
    background-repeat: no-repeat;
   
    width: 100%;
    display: flex;
	padding:20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    transition-timing-function: ease-in-out;
}


.about-left-section{
   
    width: 670px;
    height: 670px;
}
.about-left-section img{
    width: 100%;
    height: 100%;
    
}
.about-right-section{
    padding: 30px 40px;
    width: 100%;
}
.gallery-section{
    background:white;
    padding: 40px 0 100px;
    background-image: url('../images/gallery/bg.jpg');
    background-size: cover;
}
.gallery-title {
    display: flex;
    justify-content: center;
    color: white;
}
.homepage-galley-images{
    width: 100%;
    padding: 50px 20px;
    display: flex;
}
.homepage-galley-individual{
    position: relative;
    width: 240px;
    height: 240px;
}
.homepage-galley-individual img{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4pt solid #343434;
    top: 0;
    border-radius: 50%;
}
.homepage-galley-individual:nth-child(5) img{
    right: 25px;
}
.homepage-galley-individual:nth-child(4) img{
    right: 0px;
}
.homepage-galley-individual:nth-child(3) img{
    left: 30px;
}
.homepage-galley-individual:nth-child(2) img{
    left: 80px;
}
.homepage-galley-individual:nth-child(1) img{
    left: 120px;
}
/* .footer-section{
    background: #343434;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1111111;
    text-align: center;
   
} */
.footer-section {
    background: #343434; /* Footer background color */
    height: 44px; /* Footer height */
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    color: #fff; /* Text color */
    font-size: 16px; /* Font size */
    font-weight: 400; /* Font weight */
    position: fixed; /* Fixed at the bottom */
    bottom: 0; /* Position at the bottom */
    left: 0; /* Ensure it spans the full width */
    right: 0; /* Ensure it spans the full width */
    z-index: 1111111; /* Layering */
    text-align: center; /* Center text */
    padding: 0 10px; /* Optional padding for left and right spacing */
}
.footer-contact-section {
    background-color: #8B0000; 
    color: #FFF; /* White text */
    padding: 40px 0;
  }
  
  .footer-content {
    color: white;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .footer-column {
    color: white;
    flex: 1;
    min-width: 200px;
    margin: 10px;
  }
  
  .footer-column h3 {
    color: #A8D100; /* Bright green heading */
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  
  .footer-column p,
  .footer-column ul {
    color: white;
    font-size: 0.9em;
    line-height: 1.6;
  }
  
  .footer-column ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    color: #FFF;
    text-decoration: none;
  }
  
  .footer-column ul li a:hover {
    text-decoration: underline;
  }
  
  .gallery-images {
    display: flex;
    gap: 10px;
  }
  
  .gallery-images img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
  }
  
  .footer-bottom p {
    font-size: 0.9em;
    color: #FFF;
  }
  
  .footer-bottom p a {
    color: #FFF;
    text-decoration: none;
  }
  
  .footer-bottom p a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .footer-content {
      flex-direction: column;
    }
  
    .footer-column {
      margin-bottom: 20px;
    }
  }
/*-----isLoggedin Page----*/
.custom-menu-area{
    width: 154px;
    background: #FFFFFF;
    padding: 0;
}
.custom-menu-area li a{
    height: 36px !important;
    padding: 10px !important;
    border-bottom: 1pt solid #343434;
    color: #343434 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none;
}
.custom-menu-area li:last-child a{
    border-bottom: 0;
}
.loggedin-area{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 20px;
    margin-right: 70px;
}
.loggedin-name{
    color: #FF4D00;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*------Teacher Information-----*/
.innerpage-banner{
    background: url("../images/teacherinformation/guru.jpg");
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 60px 0;
}
.innerpage-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 242, 242, 0.8);
    z-index: 0;
}
.innerpage-banner ul{
    position: relative;
    z-index: 11;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.innerpage-banner ul li{
    font-size: 18px;
    font-weight: bold;
}
.innerpage-banner ul li a{
    font-size: 16px;
    font-weight: 400;
    color: #343434;
}
.teacherinformation-container {
    width: 100%;
    background: #FFB899;
    padding: 50px 0;
    margin: 50px 0;
 }

.teacher-info-img {
    margin-right: 50px;
}
 .timeline-content {
    width: 100%;
    padding: 0 15px;
    color: #343434;
    display: flex;
    justify-content: space-between;
 }

 .timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500
 }

 .timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
 }

 .timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #343434;
 }



/*------Gallery-----*/
 .gallery-area .nav{
    justify-content: center;
    margin-top: 40px;
    border: 0;
 }
 .gallery-area .tab-content {
    padding: 40px 0;
}
 .gallery-area .nav li button{
    font-size: 22px;
    font-weight: 400;
    margin: 5px;
    color: #343434;
    line-height: 20px;
    padding: 15px;
 }
 .gallery-images{
    width: 100%;
    border: 2pt solid rgba(255, 77, 0, 0.3);
    margin: 15px;
 }
 .gallery-images img{
    width: 100%;
    height: 100%;
    object-fit: fill;
 }
.gallery-detail-title {
    background: rgba(255, 77, 0, 0.3);
    width: 100%;
text-align:center;
padding:5px;
color:#343434;
font-weight:700;
}
 .contact-details p{
    color: #343434;
    font-weight: 400;
 }
 .contact-titles{
    font-weight: bold;
    font-size: 22px;
    color: #343434;
 }
 .contact-details ul{
    list-style: none;
    padding: 0;
    margin: 0;
 }
 .contact-details ul li{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 16px;
    color: #343434;
 }
 .contact-details ul li b{
    color: #FF4D00;
    border-bottom: 1px solid rgba(255, 77, 0, 0.3);
    margin-bottom: 5px;
 }
 .contact-details ul li a{
    color: #343434;
 }
 .contact-form label{
    font-weight: 600;
    color: #343434;
    font-size: 16px;
 }
 .login-modal{
    z-index: 99999;
 }

 .event-details {
    width: 80%;
    margin: 40px auto 0;
}
 .event-left-img{
    height: 300px;
    width: 100%;
 }
 .event-left-img img{
    height: 100%;
    width: 100%;
 }
 .event-left-date,.event-heading {
    background: #FF4D00;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.event-individual-details{
    border-bottom: 1pt solid #343434;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.common-table{
    margin: 40px 0;
}
.common-table table thead tr{
    background: #343434;
    color: #fff;
}
.common-table table tbody tr:nth-child(odd){
    background: #c5c5c5;
    color: #343434;
}
.common-table table tbody tr:nth-child(even){
    background: #e0dbdb;
    color: #343434;
}
.common-table table tbody tr td button{
    background: none;
    border: 0;
}
.common-table table thead tr th{
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.common-table table tbody tr td{
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}
.modal-dialog {
    margin: 10em auto;
}
.login-form{
    width: 40%;
    background: rgba(255, 77, 0, 0.2);
    margin: 40px auto;
    padding: 15px;
}
.login-form a {
    cursor: pointer;
}
.carousel-inner{
    height: 650px;
}
.custom-alert{
    margin-top: 30px;
}
.about-right-section h5, .about-right-section h3{
    font-family: "Noto Serif Tamil", serif;
font-weight:700;
}
.timeline-content h5, .timeline-content h3{
    font-family: "Noto Serif Tamil", serif;
font-weight:700;
}
.timeline-content ul, .timeline-content p{
    font-family: "Noto Serif Tamil", serif;
}
.about-right-section ul, .about-right-section p{
    font-family: "Noto Serif Tamil", serif;
}
.video-gallery{
    display: flex;
    justify-content: center;
height: 320px;
}
.sidebar a {
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: 3;
  }

.sidebar p {
    color: white;
    margin: 0px;
  }
.sidebar {
    height: auto;
    width: 0px;
    position: fixed;
    text-align: center;
    top: 35vh;

    padding: 10px;
    z-index: 1111;
  }

  .sidebar p i {
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
  }

  .social {
    margin-left: -200px;
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0px;
    background-color: rgba(128, 128, 128, 0.73);
    -moz-transition-property: margin-left;
    -moz-transition-duration: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-property: margin-left;
    -ms-transition-duration: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-property: margin-left;
    -o-transition-duration: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-property: margin-left;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s;
    box-shadow: 0px 0px 6px 0px #3E3D3D;
    cursor: pointer;
  }

  .social:hover {
    margin-left: -30px;
    width: 230px;
  }

  .facebook {
    background-color: #3b5998;
  }

  .twitter {
    background-color: #f604a9;
  }

  .google {
    background-color: #DD4B39;
  }

  .facebook p i {
    left: 35px;
  }

  .google p i {
    left: 30px;
  }
  .twitter p i {
    left: 25px;
  }

  .youtube p i {
    left: 18px;
  }

  .youtube:hover {
    background-color: #E52D27;
  }

  .linkedin:hover {
    background-color: #0976B4;
  }

.gallery-images a {
    display: inline-block;
    height: 100%;
    width: 100%;
text-decoration:none;
}

.card-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    flex-wrap: wrap; 
}
.card {
    width: calc(33.33% - 20px);
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-10px);
}
.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40, 238, 238, 0.9);
    padding: 20px;
    overflow-y: auto;
    transform: translateY(80%);
    transition: transform 0.3s ease;
}
.card:hover .card-content {
    transform: translateY(0);
}
.card:hover .card-image {
    opacity: 0.3;
}
h5 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
}
p, ul {
    font-size: 0.9em;
    color: #666;
}
ul {
    padding-left: 20px;
}

.branches{

    background-color:#FCCD2A;
    box-shadow: 0px 2px 10px white;
    border-radius: 20px;
}
.branch-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    flex-wrap: wrap;
  }
  
  .branch-card {
    background-color: #9b1818;
    color: white;
    padding: 20px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    text-align: center;
    margin: 10px; 
  }
  
  .branch-card:hover {
    background-color: #d32f2f;
  }
  
  .branch-image-box {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
  
  .branch-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  