.navbar-light .navbar-brand{
    margin-top: 0;
}

.hero-title{
    font-size: 3.5rem;
}

.footer-icons ul li svg{
    margin-right: 10px;
}

.modal-offer {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-offer img {
    width: 100%;
  }
  .modal-offer .modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
  }

  .cards-school img{
    padding: 10px;
  }

  section.pb-0.pb-lg-4.bg-grey {
    background: #efefef;
}

.form-label{
    float: left;
}

.padding-transition {
  background: #fff !important;
  box-shadow: 0 0 10px #00000031;
  padding: 1.25rem !important;
}

.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
  background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    box-shadow: 0 0 10px #00000031;
    border-radius: 20px;
    width: 80%;
    text-align: left;
}

.popup-content ul{
  list-style: circle;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#readMoreBtn{
  cursor: pointer;
  color: #8C3232;
}

.about-box{
  border-radius: 10px;
    padding: 30px;
    border: 1px solid #ececec;
    min-height: 100%;
    background: #fff;
}

.about-box:hover{
  background: #eeeded8a;
}

.about-box h4{
  padding: 10px 0 0 0;
}

.bg-gray{
  background-color: #eeeded8a;
}

.bg-box-shadow{
  box-shadow: 0 0 10px #00000031;
  border-radius: 20px;
    padding: 20px;
}

.zoom-effect img:hover{
  transform: scale(1.02);
}

.about-box img {
  padding-bottom: 10px;
}


.styled-line {
  background: #FEA500;
  width: 200px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 30px;
}

.styled-round{
  background: #FEA500;
  width: 10px;
  height: 10px;
  margin-top: 20px;
  border-radius: 30px;
}

.banner-color{
  display: flex;
  height: 20vh;
  text-align: center;
  align-items: center;
  background: #FADDBF;
}

.contact-box {
  box-shadow: 0 0 10px #00000031;
  padding: 20px;
  text-align: center;
  align-content: center;
  border-radius: 10px;
}

.contact-box svg{
  color:#FEA500;
  margin-bottom: 20px;
}

hr.line-heading {
  height: 5px;
  color: #FEA500;
  border-radius: 20px;
  width: 120px;
}

.line-heading-center {
  margin: 0 auto; /* This centers the <hr> horizontally */
  width: 50%; /* Adjust the width as needed */
}

.card-body-offer {
  box-shadow: 0 0 10px #00000031;
  border-radius: 20px;
  min-height: 100%;
}

.card-body-offer h4 {
  padding-top: 20px;
}

.card-body-offer:hover{
  background-color: #eeeded8a;
}

.contact-box:hover{
  background-color: #eeeded8a;
}

.hero-title:before{
  background-image:none ;
}

.home span {
  font-size: 16px;
  color: #FEA500;
}

.home{
  font-size: 28px;
}

.nav-link.active {
  color: #FEA500 !important;
}

.modal-header{
  position: absolute;
  z-index: 99;
  border-radius: 100%;
  display: flex;
  width: 35px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px #00000031;
  height: 35px;
  right: 0;
}

.modal-header button{
  margin: 0 !important;
}

.bg-light{
  background-color: #fff !important;
}

.logo-footer{
  display: flex;
  margin: 0 auto;
}

.navbar-expand-lg{
  padding-top: 35px;
  padding-bottom: 35px;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}

.gallery-item {
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  border: 2px solid #fedbbd;
  border-radius: 10px;
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}

.popup1 {
  z-index: 9999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.popup-content1 {
  border: 1px solid #fcfcfc;
    padding: 10px;
    border-radius: 20px;
  max-width: 90%;
  max-height: 90%;
}

.close1 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-link{
  font-size: 15px;
}

.courses-um .card{
  padding: 20px 10px 0 10px;
    box-shadow: 0 0 10px #00000031 !important;
  min-height: 100%;
}

.gallery .card{
  min-height: 100%;
}

.courses-um h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #FEA500 !important;
}
.courses-um h4{
  font-family: "Noto Sans Tamil", sans-serif;
}

.courses-um p{
  font-family: "Noto Sans Tamil", sans-serif;
}

.modal-form {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}
.modal-content-form {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.close-form {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close-form:hover,
.close-form:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
.navbar-light .navbar-brand{
  position: inherit;
}

.navbar-expand-lg {
  padding-top: 20px;
}


.hero-title{
  font-size: 25px;
}

.logo-footer{
  margin: 0;
}
}

@media only screen and (max-width: 991px) {
  .navbar-brand img{
    width: 150px;
  }
  .navbar-expand-lg {
    padding-top: 27px;
}
}

@media only screen and (max-width: 768px) {
  .banner-color{
    height: 15vh;
  }
}