

body {
 font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: var(--txtClr);
  background-color: #fff;
 
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure,
label {
  margin: 0;
  padding: 0;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  text-decoration: none;
}
ul {
  list-style: none;
}
textarea {
  resize: none;
}
a:hover{text-decoration: none;}
/* UTILITIES */

/* END UTILITIES */

/* COMPONENTS */
.button {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  padding: 12px 25px;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
}
.button:focus {
  outline: none;
}
.button:hover {
  text-decoration: none;
}
.button-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--primaryClr);
}
.button-white:hover {
  background-color: transparent;
  color: #fff;
}
.button-white-outline {
  background-color: transparent;
  color: #fff;
}
.button-white-outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primaryClr);
}
.button-green {
  background-color: var(--greenClr);
  border-color: var(--greenClr);
  color: #fff;
}
.button-green:hover {
  background-color: transparent;
  border-color: var(--greenClr);
  color: var(--greenClr);
}
.section-header {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}

.newsletter-header {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
/* END COMPONENTS */

/* LAYOUT */
.main {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
/* END LAYOUT */
.menu-two .navbar-nav .nav-link{color: #fff !important}
.menu-two .navbar-nav .nav-link.active{color: #fff !important}
.menu-two .navbar-nav .nav-link:hover{color: #000}
.menu-two .navbar-brand img {
  width:100%; height: auto;
}
.menu-two .navbar-nav {
  align-items: center;
}
.menu-two .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding: 0.5em 1em;
}
@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

#navbar-primary .navbar-nav { 
 background: #ededed;
  width: 100%;
  text-align: center;
  > li {
    display: inline-block;
    float: none;
    > a {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
}
.navbar-action-button {
    display: flex;
    align-items: center;
    padding-left:0px;
}
.bg-danger{background: #00476A !important}



.menu-two{padding: 0px}



.marquee-text {
    box-sizing: border-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
  background:#FFCC05;
}
.marquee-text .top-info-bar {
    font-size: 14px;
    width: 200%;
    display: flex;
    -webkit-animation: marquee 25s linear infinite running;
    -moz-animation: marquee 25s linear infinite running;
    -o-animation: marquee 25s linear infinite running;
    -ms-animation: marquee 25s linear infinite running;
    animation: marquee 25s linear infinite running;
}

.marquee-text .top-info-bar:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
    padding: 15px 30px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.marquee-text .top-info-bar a {
    color: #ffffff;
  text-decoration:none;
}

@-moz-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@-o-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}



.slide {
  position: relative;
  padding: 150px 0 150px 50px;
}
.slide .slide_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.slide p {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
}
.slide .slide_img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
  object-fit: cover;
}
.slide .slide_content--headings {
  text-align: left;
  color: #000;
  width: 48%;
}
.btn_area {
  margin-top: 35px;
}
.btn_area a {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 15px 35px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #FFCC05;
  border-radius: 8px;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
}

.carousel-control-next {
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  bottom: 0px;
  top: auto;
}
.carousel-control-prev {
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 100%;
  position: absolute;
  bottom: 0px;
  top: auto;
  left: auto;
  right: 55px;
}
.slide .slide_content--headings h2 {
  font-family: "Poppins", sans-serif;
  font-size: 66px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #00476A;
  font-weight: 700;
}

.slide .slide_content--headings span {
  color: #f3e168;
}
.slide .slide_content--headings .animated {
  transition: all 0.5s ease;
}
.slider_area [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slider_area .slick-arrow {
  border: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  z-index: 1;
}
.slider_area .slick-arrow.slick-next {
  right: 0;
  left: auto;
  transition: ease-in-out 0.3s;
  z-index: 0;
}
.slider_area .slick-arrow i {
  font-size: 35px;
  transition: all 0.3s;
  background: #43d52b;
  padding: 5px 10px;
  color: #fff !important;
}
.slider_area .slick-arrow i:hover {
  background: #000;
}
.slider_area .slick-arrow:before {
  display: none;
}
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.from-box-78 {
    width: 550px;
    height: auto;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px 15px 15px 0px;
    padding: 58px 35px;
    position: absolute;
    right: 8rem;
    top: 0px;
    margin-top:10rem;
    z-index: 2;
}
.video-box1 {
    height: 432px;
}
.from-box-78 .form-control{height:45px; border: 0px}
.from-box-78 h2{font-size: 25px; margin-bottom: 20px; font-weight: 600; text-align: center; color: #f3e168; width: 100%;font-family: "Inter", sans-serif;}
.submition{font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    background: #FFCC05;
    border-radius: 6px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;}
.notice-9 {
    width: auto;
    height: auto;
    padding: 8px 32px;
    background: #000;
    box-shadow: 5px 5px #ffea5c;
    border: 2px solid #000 !important;
    transition: all ease-in 0.2s !important;
    display: table;
    color: #fff;
    text-decoration: none;
    margin: 0px auto 25px;
    border-radius: 4px;
}

.notice-9:hover {
  box-shadow: none;
  transform: translateY(4px) !important;
  transition: all ease-in 0.2s;
  opacity: 1 !important;
}
/*  FEATURES */
.features {
  position: relative;
  padding-top: 80px;
}
.feature-content {
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}

/*.feature-content-text {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 40px;
}*/
.feature-content-image img {
  max-width: 100%;
}
/*.feature-content-text p {
  color: #66769b;
  font-size: 18px;
  margin-bottom: 35px;
}*/
.feature-art-image {
  position: absolute;
  z-index: 1;
}


.education-contency{width: 100%; height: auto; float: left; padding:35px 55px; background-color: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border-radius: 50px 20px 20px 0px}
.education-contency h2{width: 100%; height: auto; text-align: center; font-size: 28px; font-weight: 800; color: #000; font-family: "Inter", sans-serif; margin-bottom: 15px;}
.education-contency span{color: #00476A; }
.education-contency p{font-size: 16px; margin-bottom: 15px; color: #6e6e6e;}
.line8{width: 250px; height: 3px; margin: 0px auto; background: url("../images/line1.png"); background-repeat: no-repeat; margin-bottom: 25px;}


/*.news-content-text{width: 100%; height: auto; float:left; }*/


.news-content-text{ 
  background-color:#fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width:100%;
  height:auto;
  position: relative;
  padding:0px 0px;
  border-radius: 25px 25px 25px 25px;
  overflow:hidden;
  font-family:Helvetica;
}


.news-content-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.news-content-text ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #cacaca;
}

.news-content-text ul li .icon-news{width: 30px; height: 35px; float: left; margin-right:20px}
.news-content-text ul li h3{color: #000; font-size: 15px; font-family: "Inter", sans-serif; margin-bottom: 10px; font-weight: 500}
.news-content-text ul li p{color: #000; font-size: 14px;}
.news-content-text ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    text-decoration: none;
}

.news-content-text ul li a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.date-dt{color: #116e63; font-size: 14px; width: 100%; text-align: right; display: block;}
.dd-text{width: 100%; height: auto; padding: 15px; position: absolute; top: 0px;z-index: 1; border-radius: 15px 15px 0px 0px; background: #FFCC05; float: left;}
.dd-text h2{font-size: 20px; text-align: center; color: #fff; font-weight: 700; width: 100%;font-family: "Inter", sans-serif; }
.news-alert-list{width: 100%;height: 390px; float: left; padding: 15px; overflow: hidden; }

.provide-section{width: 100%; height: auto; float: left; padding: 50px 0px; position: relative; background:#FFCC05; overflow: hidden;}
.feature-men-image{width: 600px; height: 700px; position: absolute; left: 0px; top: 0px; padding: 0px;}
.feature-men-image img{width: 100%; height: auto;}


.tt-teambox{width: 100%; height: auto; background: #fff;min-height: 328px; padding:37px 87px 29px 35px; border-radius: 30px 15px 15px 15px; float: left; position: relative;}
.tt-teambox .picture-box{width:80px; height: 80px; border-radius: 50%; border: 2px solid #ccc; float: left; z-index: 2; position: absolute; right: 15px; top: 15px; overflow: hidden;}
.tt-teambox .picture-box img{width: 100%; height: auto;}
.tt-teambox-contain{width: 100%; height: auto; float: left;}
.tt-teambox-contain h2{font-size: 18px; font-weight: 500; margin-bottom: 15px; color: #000}
.tt-teambox-contain p{font-size:14px; font-weight: 400; margin-bottom: 15px; color: #000}

.owl-dots{display: none;}

.read-more{width: auto; height: auto; background: #116e63; float: left; border-radius: 10px; margin-top: 15px; padding: 10px 15px; font-weight: 400; text-align: center; color: #fff;font-size: 14px; font-weight: 500}

.owl-next {
    width: 17px;
    height: 31px;
    position: absolute;
    right: 17px;
    font-size: 0px !important;
    background: url("../images/next-arrow.png") !important;
    background-repeat: no-repeat !important;
    top: 40%;
}
.owl-prev{width: 17px;
    height: 31px;
    position: absolute;
    left: 17px;
    font-size: 0px !important;
    background: url("../images/prit-arrow.png") !important;
    background-repeat: no-repeat !important;
    top: 40%;}

.how-it-works-header {
    padding-bottom: 70px;
    text-align: center;

}
.how-it-works-header h2 {
  font-family: "Inter", sans-serif;
    font-size: 35px;
    font-weight: 600;
    position: relative; 
    margin-bottom: 75px;
    color: #fff;
}
.how-it-works-header h2:before{width:263px; height: 37px; background: url('../images/divider-1.png'); background-repeat: no-repeat; position: absolute; left: 0px; right: 0px;bottom: -61px; 
  margin: 0px auto; content: ""}

.how-it-works-header p {
    color: #fff;
    font-size: 16px;
}


.video-section{width: 100%; height: auto; float: left; padding: 50px 0px; background:#00476A url("../images/video-4.png"); background-repeat: no-repeat; background-size: cover;}

.video-box-section{width: 70%; height: auto; margin: 0px auto; background: #fff; padding: 15px; border-radius: 15px}

.header-titel{width: 100%; height: auto; float: left; text-align: center; margin-bottom: 95px}
.header-titel h2{ font-weight:600; font-size:35px; color:#fff; position:relative; }
.header-titel h2:before{width:263px; height: 37px; background: url('../images/divider.png'); background-repeat: no-repeat; position: absolute; left: 0px; right: 0px;bottom: -61px; margin: 0px auto; content: ""}


.educational-header-titel{width: 100%; height: auto; float: left; text-align: center; margin-bottom: 95px}
.educational-header-titel h2{ font-weight:600; font-size:35px; color:#000; position:relative; }
.educational-header-titel h2:before{width:263px; height: 37px; background: url('../images/divider.png'); background-repeat: no-repeat; position: absolute; left: 0px; right: 0px;bottom: -61px; margin: 0px auto; content: ""}

.educational-kits{width: 100%; height: auto; float: left; padding: 50px 0px;}
.facilities-st{width: 100%; height: auto; padding:45px 35px; background: #f5f5f5; border-radius: 15px; text-align: center;}
.facilities-st .icon-dt{width: 35px; height: 35px; margin: 0px auto;}
.facilities-st h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-top: 20px;
}
.facilities-st h2:before{width: 120px; height: 5px; border-radius: 5px; background: #FFCC05; position: absolute; left: 0px;    bottom: -15px; right: 0px; margin: 0px auto; content: ""}
.facilities-st p{font-size:16px; color: #000;font-weight: 400}


.blog-section{width: 100%; height: auto; float: left; padding: 80px 0px; background: url('../images/blog-bg.png'); background-attachment: fixed; background-size: cover;}
.blog-section .owl-nav{display: none;}
.blog-section .owl-dots{ display:block; }
.blog-box-post{position: relative;
  background: #fff;
  border-radius: 50px 50px 50px 0;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)}

  .post-picture {position: relative;
    overflow: hidden;
    border-radius:30px 30px 30px 0;}
    .post-picture img{border-radius: 30px 30px 30px 0;}

    .event-meta {
      display: flex;
      gap: 15px;
      margin: 14px 0;
  }

  .event-meta i {
    color: #FFCC05;
    margin-right: 5px;
}
.event-title {
  margin-bottom: 10px;
}
.event-info{width: auto; height: auto; display: inline-block;}
.event-info p{font-size: 14px; color: #000}
.event-title a{
  color: #000; font-size: 17px; font-weight: 600;font-family: "Inter", sans-serif;
}
.event-btn {
  margin-top: 35px;
}
.event-date, .event-time{font-size: 14px;}
.theme-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 20px;
  transition: all .5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #FFCC05;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}



.courses-box-post{position: relative;
  background: #fff;
  border-radius: 30px 30px 30px 0;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)}

  .courses-box-post .post-picture {width: 100%; height: 200px; position: relative;
    overflow: hidden;
    border-radius:25px 25px 25px 0;}
    .courses-box-post .post-picture img{width: 100%; height:auto; border-radius: 30px 30px 30px 0;}

    
.courses-box-post .event-info{width: auto; height: auto; display: inline-block; margin-top: 25px;}
.courses-box-post .event-info p{font-size: 14px; color: #000}
.courses-box-post .event-info strong{font-size: 14px; font-weight: 600; color: #323232}
.courses-box-post .event-title a{
  color: #000; font-size: 20px; font-weight: 600; font-family: "Inter", sans-serif;
}





.counter-st-section {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
    background-image: url(../images/counter_bg.jpg);
    background-repeat: no-repeat;
    padding: 80px 0px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.counter-st-section:before {
  content: "";
  position: absolute;
  background:rgb(20 102 89);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  z-index: -1;
}

.cards {
  padding: 16px;
  text-align: center;
  background: transparent;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  border-right: 1px solid #fff;
}
.cards .icon {
    position: relative;
    text-align: center;
    font-size: 60px;
    width: 100px;
    margin: 0px auto;
    height: 100px;
    line-height: 88px;
    color: #fff;
    background: #FFCC05;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.cards .icon::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 3px solid #fff;
    transition: all .5s ease-in-out;
    transition2: all .3s ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}
.cards .icon img {
    width: 60px;
    filter: brightness(0) invert(1);
}
.counter {
  width: 100%;
  font-size: 48px;
  margin-top: 15px;
  margin-bottom: 8px;
  color: #fff;
}

.cards p {
  font-size: 20px;
}


.counter-box .icon-pd{
  position: relative;
  text-align: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 88px;
  color: var(--color-white);
  background: var(--theme-color2);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}


.testimonial-area{width: 100%; height: auto; float: left; padding: 80px 0px;border-radius: 0px 0px 100px 100px; overflow: hidden; background: url('../images/testimonial_bg.jpg'); background-repeat: no-repeat; background-size: cover; position:relative;}

.testimonial-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 39, 88, .85);
}


.testimonial-item {
    background: #fff;
    border-radius: 40px 40px 40px 0;
    padding: 25px;
    margin: 6px;
    position: relative;
    border-bottom: 5px solid #FFCC05;
}


.testimonial-rate {
    color: #FFCC05;
    margin-bottom: 15px;
}
.testimonial-quote{width: 100%; height: auto;}
.testimonial-quote p {
    color: var(--body-text-color);
    font-style: italic;
    font-weight: 500;
}
.testimonial-content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.testimonial-author-img {
    width: 75px;
    padding: 4px;
    border-radius: 50px;
    border: 2px dashed #FFCC05;
}

.testimonial-author-img img {
    border-radius: 50%;
}

.testimonial-author-info h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 2px;
    font-weight: 600;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom:25px;
    position: relative;
}

.text-white {
    --bs-text-opacity: 1;
    color: #fff !important;
}

.call-item-78 {margin-top: 35px; border-right: 2px solid #fff; display: block; padding: 25px 0px}

.call-item-78 li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.call-item-78 li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.call-item-78 li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 10px 10px 10px 0;
    background: #FFCC05;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}

.map-box{margin-top: 25px; border: 1px solid #fff; padding: 5px;margin-top: 35px;}


.copyrite-dt{width: 100%; height: auto; padding: 15px 0px; background: #000; margin-top: 35px; position:relative; z-index: 1}

.copyrite-dt p{color: #fff; text-align: center; font-size: 12px;}



.banner-section {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.banner-section img{width: 100%; height: auto;}
.banner-text {
  background: #000000b3;
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.banner-text-inn {
  text-align: center;
  font-family: "Inter", sans-serif;
  width: auto;
  background-color: rgba(255, 255, 255, 0.5);
  float: left;
  padding: 10px 60px;
}
.banner-text-inn h2{font: 35px}
.about-section-inner{width: 100%; height: auto; float: left; padding: 80px 0px;background-color: #A3C1AD;}
.about-section-inner-two8{width: 100%; height: auto; float: left; padding: 80px 0px; background-color: #eaf1f7;}

.mission-section-inner{width: 100%; height: auto; float: left; padding: 80px 0px; position: relative; background-color: #fff8ca;}
.message-from{width: 100%; height: auto; float: left; padding: 80px 0px; position: relative; background-color: #d4f5ff;}
.register-section-inner{width: 100%; height: auto; float: left; padding: 80px 0px; position: relative; background: linear-gradient(73deg, rgba(131,255,173,1) 0%, rgba(50,56,211,1) 100%)}
.aplication-section-inner{width: 100%; height: auto; float: left; padding: 80px 0px; position: relative; background: linear-gradient(73deg, rgba(131,255,173,1) 0%, rgba(50,56,211,1) 100%);}
.courses-section-page{width: 100%; height: auto; float: left; padding: 80px 0px;
  background: linear-gradient(180deg, rgba(253,255,145,0.8519782913165266) 14%, rgba(155,210,58,0.7651435574229692) 100%);}


.feature-content-text {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 50px;
}
.feature-content-text p{font-size: 16px; color: #000}
.feature-content-text h2 {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  line-height:40px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-content-image {
  width: 100%;
  height: auto;
  float: left;
}

.feature-content-image img{width: 100%; height: auto; border-radius: 15px; overflow: hidden;;}

.watermark-88{
  position: absolute;
  z-index: 1;
 right: 0;
    top:-112px;
}
.watermark-88 img{width: 100%; height: auto;}

.terms-content:first-child {
  margin-top: -3px;
}
.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}
.terms-content p{font-size: 16px; margin-bottom: 15px}

.terms-content ul{display: block;}
.terms-content ul li{padding-left: 25px; background: url('../images/arrow4.png'); background-repeat: no-repeat; background-position:2px 6px;}

.register-form-8{width:80%; height: auto;padding: 25px 30px; position: relative; z-index: 2; border-radius: 10px; margin: 0px auto; border: 2px solid #FFCC05; background: #fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.register-form-8 h2{margin-bottom: 15px; font-size: 25px; text-align: center;}

.register-form-8 label{margin-bottom:10px; font-weight: 500; font-size: 14px;}
.register-form-8 .col{margin-bottom: 10px;}
.d-i {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 14px;
}
.login-form input, .login-form select {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.t_heading {
  width:100%;
  height: auto;
  float: left;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding-bottom: 15px;
  font-size:20px;
  background: #00476A;
  color: #fff;
  padding-top: 15px;
}
/*.table thead th {
  border-bottom: 3px solid #00b16a !important;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}*/
.table-bordered td, .table-bordered th {
  border: 1px solid #FFCC05 !important;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #FFCC05 !important;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #e9ecef;
}



.note-p{font-size: 14px}




.register-form-8 .form-group{margin-bottom: 15px}

.student-age{font-size: 14px}
.register-form-8 .form-group input[type="radio"]{margin-right: 5px}

.text-right {
    text-align: right !important;
}

.wpforms-field-required{width: 100%; height: 80px; color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;}

.wpforms-submit {
    text-align: center;
    float: center;
    background-color: #f6911e;
    border: 0px;
    border-radius: 6px;
    padding: 8px 35px;
    color: #fff;
    font-size: 14px;
}



.contact-section {
    width: 100%;
    position: relative;
    height: auto;
    float: left;
    padding: 110px 0px;
    overflow: hidden;
    background:#d4f5ff;
    background-position: top center;
    background-repeat: no-repeat;
}


.location-col-call {
    width: 100%;
    height: auto;
    float: left;
    padding: 75px 25px 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.icon-point {
    width: 100px;
    height: 100px;
    position: absolute;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 24px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    top: -51px;
    border-radius: 100%;
    background: #fff;
}

.ct-section {
    width: 100%;
    height: auto;
    float: left;
}

.ct-section h2 {
  font-family: "Inter", sans-serif;
    font-size: 22px;
    color: #09524a;
    font-weight:600;
    text-align: center;
    margin-bottom: 10px;
}

.ct-section p {
    font-size:14px;
    font-family: "Inter", sans-serif;
    color: #222 ;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.icon-point i {
    font-size: 35px;
    margin-top: 10px;
    color: #09524a;
}


.stm_contact_form {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px;
    background: #fff;
    margin-top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}

.stm_contact_form label {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}


.stm_contact_form h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: 40px;
}

.stm_contact_form input[type="text"], .stm_contact_form input[type="email"] {
    width: 100%;
    height: auto;
    border: 1px solid #000;
    padding: 8px 15px;
    border-radius: 0px;
}

.stm_contact_form .wpcf7-select {
    width: 100%;
    height: auto;
    border: 1px solid #000;
    padding: 8px 15px;
}
.stm_contact_form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #000;
    padding: 8px 15px;
    border-radius: 0px;
}


.has-submit {
    background-color: #1c1d1b;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: 0px;
    margin-top: 15px;
}






.dataTables_wrapper {background-color: #fff; padding: 15px;}

.school-chat-box{width: 100%; height: auto; background-color: #fff; min-height: 550px; border-radius: 10px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 15px;}
.school-chat-box h2{font-size:18px; color: #FFF; margin-bottom: 25px; background-color: #09524a; padding: 7px 15px; text-align: center;}
.school-chat-box strong{font-size:18px; color: #000; font-weight: 500; margin-bottom: 10px; margin-top: 10px; float: left; width: 100%;}
ul.subjet-78{display:block; margin-top: 15px;}
ul.subjet-78 li{width: 100%; height: auto; padding-left:30px; margin-bottom: 10px; font-size:18px; background: url(../images/bullect-7.png); background-repeat: no-repeat; background-position: 0px 4px; color: #000; border-bottom: 1px solid #09524a; padding-bottom: 10px;}

ul.subjet-text-14{display:block; margin-top: 15px;}
ul.subjet-text-14 li{width: 100%; height: auto; margin-bottom: 10px; padding-bottom: 10px;}
ul.subjet-text-14 li p{font-size: 15px; display: inline-block;}
ul.subjet-text-14 li strong{font-weight:600; color: #000; font-size: 15px; display: inline-block; width: auto; margin-top: 0; margin-right: 5px;}


.educational-d{width: 100%; float: left; padding: 80px 0px; background-color: #f6f8fa;}

.teaching-Fraternity-text {
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 40px;
}
.teaching-Fraternity-text h2{color: #000; margin-bottom: 15px; font-size: 30px;}

.teaching-Fraternity-picture{ padding:20px; border-radius: 10px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background-color: #fff; margin-top: 50px;}
.teaching-Fraternity-picture img {
 width: 100%;
}
.teaching-Fraternity-text p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 35px;
}
.section-boxed-87{width: 100%; float: left; padding: 80px 0px; background-color: #feaa2f;}

.td-picture{width: 100%; height: 250px; background-color: #fff; padding: 10px; overflow: hidden; margin-bottom: 20px}

.td-picture img{width: 100%; height: 100%;}

.lightboxpreview {
  transition: all .3s linear;
padding-top:60%;
 cursor:pointer;
 background-size:cover;
}
  
.lightbox-content {
max-height:75vh;
 height:75vh;
 width:100%;
 max-width: 1000px;}

.lightbox-close { 
 cursor:pointer;
   margin-left: auto;
 position:absolute;
 right:-30px;
 top:-30px;
 color:white;
   font-size: 2rem;
   font-weight: 700;
   line-height: 1;}
.modal_inner_image {
   min-height: 400px;
   z-index: 1000;}
.modal-content {
   width: 100%;}


.modalscale {transform:scale(0);
opacity:0;}


.beyond-clssroom-ht{width: 100%; height: auto; float: left; padding: 80px 0px;background: linear-gradient(180deg, rgba(9,82,74,1) 0%, rgba(13,131,118,1) 100%);}



.newsTickerCon{
  font-family:'Open Sans';
  font-weight: 400;
  width:100%;
  overflow:hidden;
  padding: 0;
  margin: 0;
}

.headline{
  color:#feaa2f;
  text-align:left;
  font-size: 18px;
  font-weight: bold;

}
.newsTickerCon p{
  text-align:left; 
  color:#fff;
  overflow:hidden;
  text-overflow:_ellipsis;
  /*white-space: nowrap;*/
  line-height:20.8px;
  margin-top: 5px;
 }
.newsTickerCon ul{
  list-style:none;
  position:relative;
  padding: 0px;
  margin: 0px
}
.newsTickerCon li{
  margin-bottom: 15px;
  padding: 15px 20px;
  background: linear-gradient(176deg, rgba(65,132,236,1) 0%, rgba(13,50,195,1) 100%);
  border: 2px solid #fff;
  border-radius: 4px;
  text-align:center;
  font-size:13px;
}













.newsTickerTows{
  font-family:'Open Sans';
  font-weight: 400;
  width:100%;
  overflow:hidden;
  padding: 0;
  margin: 0;
}


.newsTickerTows p{
  text-align:left; 
  color:#fff;
  overflow:hidden;
  text-overflow:_ellipsis;
  /*white-space: nowrap;*/
  line-height:20.8px;
  margin-top: 5px;
 }
.newsTickerTows ul{
  list-style:none;
  position:relative;
  padding: 0px;
  margin: 0px
}
.newsTickerTows li{
  margin-bottom: 15px;
  text-align: left;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  text-align:center;
  font-size:13px;
}
.newsTickerTows li h3{text-align: left;}
/* about */

.feature-content-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.feature-content-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.feature-content-image:hover {
  transform: scale(1.05);
}
.feature-content-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
}
.feature-content-image:hover img {
  filter: brightness(1.1);
}
@media (min-width: 992px) {
  .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .order-lg-2 {
      order: 2;
  }
}
/* message secretary */
.cps-madhyamgram {
  max-width: 1600px;
  margin: 40px auto;
  padding: 20px;
}
.message-container {
  display: flex;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.image-section {
  flex: 0 0 350px;
  position: relative;
}
.secretary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secretary-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 15px;
  text-align: center;
}
.secretary-name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}
.secretary-designation {
  font-size: 0.9em;
  font-style: italic;
}
.content-section {
  flex: 1;
  padding: 40px;
  background: linear-gradient(135deg, #ffffff 0%, #f0f4fd 100%);
}

.feature-content-text p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.content-section {
  max-height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #3498db #f0f4fd;
}
.content-section::-webkit-scrollbar {
  width: 8px;
}
.content-section::-webkit-scrollbar-track {
  background: #f0f4fd;
}
.content-section::-webkit-scrollbar-thumb {
  background-color: #3498db;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .message-container {
      flex-direction: column;
  }
  .image-section {
      height: 300px;
  }
  .content-section {
      max-height: none;
  }
}
/* principal message  */
.cps_madhyamgram_principal {
  max-width: 1920px;
  margin: 0 auto;
  padding: 5rem 1.5rem 1rem;
  background-color: #fad7a0 ;
}

.cps_madhyamgram_principal .grid {
  display: grid;
  gap: 1.5rem;
}

.cps_madhyamgram_principal .section__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.cps_madhyamgram_principal .perfil {
  width: 250px;
  height: 250px;
  background-color: #fff;
  border: 8px solid #00476A;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  animation: pulse 2s infinite alternate;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
  }
  100% {
      transform: scale(1.05);
      box-shadow: 0 0 0 20px rgba(52, 152, 219, 0);
  }
}

.cps_madhyamgram_principal .perfil__content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.cps_madhyamgram_principal .perfil__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.cps_madhyamgram_principal .perfil:hover .perfil__img {
  transform: scale(1.1);
}

.cps_madhyamgram_principal .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00476A;
  color: #fff;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: background-color 0.4s, box-shadow 0.4s;
  text-decoration: none;
}

.cps_madhyamgram_principal .button:hover {
  background-color: #00476A;
  box-shadow: 0 8px 24px rgba(41, 128, 185, 0.3);
}

.cps_madhyamgram_principal .about__container {
  padding-bottom: 4rem;
}

.cps_madhyamgram_principal .about__perfil {
  justify-self: center;
}

.cps_madhyamgram_principal .about__content {
  row-gap: 2rem;
}

.cps_madhyamgram_principal .about__info {
  row-gap: 0.75rem;
  text-align: center;
}

.cps_madhyamgram_principal .about__name {
  font-size: 1.75rem;
  color: #2c3e50;
}

.cps_madhyamgram_principal .about__profession {
  font-size: 1.25rem;
  color: #7f8c8d;
}

.cps_madhyamgram_principal .about__description {
  margin-bottom: 1rem;
}

.cps_madhyamgram_principal .about__description b {
  color: #055929;
}

.cps_madhyamgram_principal .about__button {
  justify-self: center;
}

@media screen and (min-width: 1150px) {
  .cps_madhyamgram_principal .section__title {
      font-size: 2.5rem;
  }
  .cps_madhyamgram_principal .perfil {
      width: 350px;
      height: 350px;
  }
  .cps_madhyamgram_principal .about__container {
      grid-template-columns: 350px 1fr;
      align-items: center;
      column-gap: 4rem;
      padding-top: 2rem;
  }
  .cps_madhyamgram_principal .about__info {
      text-align: left;
  }
  .cps_madhyamgram_principal .about__button {
      justify-self: start;
  }
}
/* feature  cps*/

/* Base Styles */
.vidyasagar-services {
  background-color: #f4f7fb;
  padding: 40px 20px;
}

.vidyasagar-services .services-header h2 {
  text-align: center;
  color: #00476A;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: bold;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.feature-item {
  background-color: #fff;
  border: 2px solid #00476A;
  padding: 20px;
  width: 250px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 36px;
  color: #FFCC05;
  margin-bottom: 15px;
}

.feature-text {
  color: #00476A;
  font-size: 16px;
  font-weight: 600;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
  .features-grid {
      justify-content: space-between;
  }

  .feature-item {
      width: 220px;
  }
}

@media (max-width: 768px) {
  .feature-item {
      width: 180px;
      padding: 15px;
  }

  .vidyasagar-services .services-header h2 {
      font-size: 20px;
  }
}

@media (max-width: 576px) {
  .features-grid {
      flex-direction: column;
      align-items: center;
  }

  .feature-item {
      width: 100%;
      margin-bottom: 20px;
  }

  .vidyasagar-services .services-header h2 {
      font-size: 18px;
  }
}

/* courses card */
.cps-program.programs-section {
  padding: 6rem 2rem; /* Increased padding for equal top and bottom spacing */
  background: linear-gradient(135deg, #e8f5f2, #c1e7de);
}
.cps-program.container {
  max-width: 1200px;
  margin: 0 auto;
}
.cps-program.section-title {
  text-align: center;
  color: #097969;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}
.cps-program.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.cps-program.program-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(9, 121, 105, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cps-program.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(9, 121, 105, 0.2);
}
.cps-program.program-header {
  background: #097969;
  color: white;
  padding: 1.5rem;
  text-align: center;
}
.cps-program.program-header i {
  font-size: 3rem;
  margin-bottom: 1rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.cps-program.program-header h3 {
  margin: 0;
  font-size: 1.5rem;
}
.cps-program.program-content {
  padding: 1.5rem;
}
.cps-program.program-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cps-program.program-content li {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.5rem;
  color: #333;
}
.cps-program.program-content li:before {
  content: '•';
  color: #097969;
  position: absolute;
  left: 0;
  top: 0;
}
/* vidyasagar courses  */
.vidyasagar-courses-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  margin-bottom: 80px;
}
.vidyasagar-courses-section .vidyasagar-header h2 {
  color: #333;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.vidyasagar-courses-section .vidyasagar-header .vidyasagar-subheading {
  color: #777;
  font-size: 18px;
  margin-bottom: 40px;
}
.vidyasagar-courses-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.vidyasagar-course-card {
  margin-bottom: 40px;
  width: 100%;
  max-width: 360px;
}
.vidyasagar-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: none;
  width: 100%;
}
.vidyasagar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.vidyasagar-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.vidyasagar-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.vidyasagar-card:hover .vidyasagar-card-img img {
  transform: scale(1.1);
}
.vidyasagar-card-body {
  padding: 30px;
  background: linear-gradient(135deg, #f4f7fb, #ffffff);
  flex: 1;
}
.vidyasagar-card-body h3 {
  color: #2c3e50;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.vidyasagar-card-body p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.vidyasagar-card-link {
  color: #2980b9;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.vidyasagar-card-link:hover {
  color: #00476A;
}
.vidyasagar-card-link i {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .vidyasagar-card-img img {
      max-height: 180px;
  }
  .vidyasagar-card-body {
      padding: 20px;
  }
  .vidyasagar-courses-section .vidyasagar-header h2 {
      font-size: 30px;
  }
  .vidyasagar-courses-section .vidyasagar-header .vidyasagar-subheading {
      font-size: 16px;
  }
}
@media (max-width: 576px) {
  .vidyasagar-courses-section {
      padding: 60px 15px;
  }
  .vidyasagar-card-body h3 {
      font-size: 20px;
  }
  .vidyasagar-card-body p {
      font-size: 14px;
  }
  .vidyasagar-card-link {
      font-size: 14px;
  }
}
/* affilation start */
/* Affiliation Section Styling */
.vidyasagar_affiliation {
  background: linear-gradient(135deg, #00476A, #00659D); /* Gradient background */
  padding: 60px 0; /* Padding around the entire section */
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}

/* Curved Background Design */
.vidyasagar_affiliation::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px; /* Height of the curved section */
  background: #FFCC05; /* Yellow color for the curve */
  border-radius: 50% 50% 0 0; /* Makes the curve rounded */
  z-index: -1; /* Places the curve behind the content */
}

/* Heading Style */
.vidyasagar_affiliation .affiliation-heading {
  font-size: 40px; /* Font size for the heading */
  font-weight: 700; /* Bold font weight */
  margin-bottom: 20px; /* Space below the heading */
  color: #FFCC05; /* Yellow color for the heading */
  text-transform: uppercase; /* Makes the text uppercase */
  letter-spacing: 3px; /* Increases spacing between letters */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Shadow effect for the heading */
}

/* Subheading Style */
.vidyasagar_affiliation .affiliation-subheading {
  font-size: 18px; /* Font size for the subheading */
  font-weight: 400; /* Normal weight for the subheading */
  margin-bottom: 40px; /* Space below the subheading */
  color: #FFCC05; /* Yellow color for the subheading */
  opacity: 0.8; /* Slight transparency */
}

/* Affiliation Logo Styling */
.vidyasagar_affiliation .affiliation-logo {
  margin-bottom: 30px; /* Space below each logo */
  display: flex; /* Flexbox for centering */
  justify-content: center; /* Centers logos horizontally */
  align-items: center; /* Centers logos vertically */
  padding-top: 50px; /* Adds extra padding above the logo container */
}

/* Logo Image Styling */
.vidyasagar_affiliation .affiliation-logo img {
  display: block; /* Makes image block-level */
  margin: 0 auto; /* Centers the image horizontally */
  padding-top: 50px; /* Adds padding above each logo image */
  padding-bottom: 50px; /* Adds padding below each logo image */
  max-width: 100%; /* Ensures the image scales within its container */
  height: auto; /* Keeps the aspect ratio of the image */
  border-radius: 8px; /* Rounds the corners of the logo images */
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transition for hover effects */
}

/* Hover Effect on Logo Image */
.vidyasagar_affiliation .affiliation-logo img:hover {
  transform: scale(1.1); /* Slight zoom-in effect on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Adds a shadow on hover */
}

/* Grid Layout for Logos */
.vidyasagar_affiliation .row {
  display: flex; /* Flexbox for the logo row */
  justify-content: center; /* Centers logos in the row */
  align-items: center; /* Centers logos vertically */
}

@media (max-width: 768px) {
  /* On medium screens (tablets and smaller) */
  .vidyasagar_affiliation .affiliation-heading {
    font-size: 32px; /* Adjust heading font size */
  }

  .vidyasagar_affiliation .affiliation-subheading {
    font-size: 16px; /* Adjust subheading font size */
  }

  /* Adjust logo image size on smaller screens */
  .vidyasagar_affiliation .affiliation-logo img {
    max-height: 120px; /* Limit logo height on medium screens */
  }
}

@media (max-width: 576px) {
  /* On small screens (mobile devices) */
  .vidyasagar_affiliation {
    padding: 40px 0; /* Less padding for smaller screens */
  }

  .vidyasagar_affiliation .affiliation-heading {
    font-size: 28px; /* Adjust heading font size */
  }

  .vidyasagar_affiliation .affiliation-subheading {
    font-size: 14px; /* Adjust subheading font size */
  }

  /* Adjust logo size on smaller screens */
  .vidyasagar_affiliation .affiliation-logo img {
    max-height: 100px; /* Reduce logo size on very small screens */
  }
}

/* testrimonials css  */
:root {
  --primary-text: #192a4e;
  --secondary-text: #d4b754;
  --white-text-white: #ffffff;
  --black-text-black: #000000;
  /* --gray-text: #464646;
    --light-white: #c8c8c8; */
}
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.container {
  width: 100%;
  /* max-width: 1140px; */
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.section-title {
  color: var(--primary-text);
  text-align: center;
  font-size: 40px;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--secondary-text);
}
.section-title::after {
  left: unset;
  right: 25%;
}
.testimonial-section {
  padding-top: 82px;
  padding-bottom: 72px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  border-radius: 40px;
  padding: 30px 23px;
  background: var(--primary-text);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: #d9d9d9;
  background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
}

.testimonial-img.tm-img-2::before {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-img.tm-img-3::before {
  background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}

/* footer */

#footer{
	background: #f7f7f7;
    padding: 3rem;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	background-image: url(https://arena.km.ua/wp-content/uploads/3538533.jpg);
}
#footer2{
	background: #f7f7f7;
    padding: 3rem;
    margin-top: 0px;
	/* padding-top: 5rem; */
	padding-top: 7rem;
    padding-bottom: 80px;
	background-image: url(../images/cards/v748-toon-111.png);
}
.logo-footer{
	/* max-width: 300px; */
}
.social-links{
	/* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */

}
.social-links h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.social-links img{
	padding-bottom: 25px;
}
.social-icons{
	/* display: flex;
    gap: 3rem; */
	display: flex;
    flex-direction: column;
    gap: 1rem;
	color: #777777;
}
.social-icons a{
	/* font-size: 18px; */
    /* background: #ffffff; */
    /* box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
	color: #82074a; */
	/* margin-right: 18px; */
	color: #777777;
}
.social-icons a:hover{
	color: #000;
}
.social-icons a i{
	box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
    color: #00476A;
	font-size: 16px;
	margin-right: 12px;
}
li{
	list-style: none;
}
.useful-link h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.useful-link img{
	padding-bottom: 15px;
}
.use-links{
	line-height: 32px;
}
.use-links li i{
	font-size: 14px;
    padding-right: 8px;
    color: #898989;
}
.use-links li a{
	color: #303030;
    font-size: 15px;
    font-weight: 500;
	color: #777777;
}
.use-links li a:hover{
	color: #000;
}
.address h2{
	padding-bottom: 15px;
	font-size: 20px;
    font-weight: 600;
}
.address img{
	padding-bottom: 15px;
}
.address-links li a{
	color: #303030;
    font-size: 15px;
    font-weight: 500;
	color: #777777;

}
.address-links li i{
	font-size: 16px;
    padding-right: 8px;
	color: #00476A;

}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
	font-weight: 500;
    font-size: 15px;
	display: flex;
}
.address-links{
	    line-height: 32px;
		color: #777777;
}
.copy-right-sec{
	padding: 1.8rem;
    background: #00476A;
    color: #fff;
    text-align: center;
}
.copy-right-sec a{
	color: #fcd462;
    font-weight: 500;
}
a{
  text-decoration:none;
}

/* footer section end */


.parentmar {
  width: 100%;
  border: 2px solid #121aff;
  font: 18px bold Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  background-color: #e4fdff;
}

.childmar {
  background: linear-gradient(to right, #121aff, #76c6ce);
  padding: 10px 20px;
  line-height: 18px;
  font: 20px bold;
  color: floralwhite;
  margin: 0;
}

/* testrimonials  */
.testimonials{position: relative;background-repeat: no-repeat;background-size: cover;padding:50px 0;font-family:'Poppins', sans-serif}

.testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin: 0 auto;}
.testimonials .title h5 {color: #EB6D2F;line-height: 1.2em;font-size: 18px;font-weight: 900;margin-bottom: -3px;}
.testimonials .title h2 {color: #ffffff;line-height: 1.2em;font-weight: 900;font-size: 41px;letter-spacing: -1px;margin:0}
.testimonials .title img {margin-top: -10px;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;color: #ffffff;}
.testimonials .testi .item {background: #fff;padding: 50px 30px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;padding-left: 15px;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {padding-left:20px;margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#ffd832}
.testimonials .testi .item .profile .information p {font-size: 24px;margin: 0px auto 0px;color: #5A3733;font-weight: 900;line-height: 1;}
.testimonials .testi .item .profile .information span {color: #EB6D2F;font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.testimonials .testi .item>p {margin-bottom: 15px;font-size: 16px;line-height: 1.6em;display: block;z-index: 2;font-style: italic;color: #5A3733;text-align: center;}
.testimonials .testi .item .icon {text-align: center;}
.testimonials .testi .item .icon i {font-size: 32px;color: #FFD832;}

/* about */
/* Main Section Styling with Background Image */
.vidyasagar_about {
  padding: 80px 20px;
  background-image: url('../images/about/ab.jpg'); /* Add your background image URL here */
  background-size: cover; /* Cover the entire section */
  background-position: center center; /* Center the background image */
  color: #00476A; /* Dark blue text color for readability */
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);

  z-index: 1; /* To ensure content stays on top of the background */
}

/* Overlay for better readability */
.vidyasagar_about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay to improve text readability */
  z-index: -1; /* Place the overlay below the content */
}

/* Container Styling */
.vidyasagar_about .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  z-index: 2;
}

/* Content Styling */
.vidyasagar_about .content {
  flex: 1;
  padding: 20px;
  max-width: 50%;
  opacity: 0; /* Start with content hidden */
  animation: fadeIn 1.5s ease-out forwards; /* Animation for content */
}

.vidyasagar_about .content h2 {
  font-size: 2.2rem;
  color: #FFCC05;  /* Yellow color for heading */
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vidyasagar_about .content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333; /* Dark text for paragraphs for better readability */
}

.vidyasagar_about .content p:last-child {
  margin-bottom: 0;
}

/* Image Styling */
.vidyasagar_about .image {
  flex: 1;
  padding: 20px;
  max-width: 50%;
  opacity: 0; /* Start with image hidden */
  animation: fadeIn 2s ease-out 0.5s forwards; /* Animation for image */
}

.vidyasagar_about .image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);  /* Soft shadow around the image */
  transition: transform 0.3s ease;
}

.vidyasagar_about .image img:hover {
  transform: scale(1.05);  /* Hover effect to zoom in on image */
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
  .vidyasagar_about .container {
    flex-direction: column;
    text-align: center;
  }

  .vidyasagar_about .content, .vidyasagar_about .image {
    max-width: 100%;
    padding: 20px;
  }

  /* Image should be on top of content on mobile */
  .vidyasagar_about .image {
    order: -1;  /* Move the image to the top */
    margin-bottom: 20px;  /* Add some space below the image */
  }

  /* Adjust font sizes for mobile view */
  .vidyasagar_about .content h2 {
    font-size: 1.8rem;
  }

  .vidyasagar_about .content p {
    font-size: 1rem;
  }

  .vidyasagar_about .image img {
    border-radius: 6px;
  }
}

/* mission vission */
/* General Styles */
.mission-section-inner {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.card {
  border-radius: 10px;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  background-color: #ffffff;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  background-color: #e9f1f7; /* Slight blueish hover effect */
}

.card-header {
  background-color: #00476A; /* Deep blue */
  color: white;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 24px;
  font-weight: bold;
}

.card-header i {
  margin-right: 10px;
}

.card-body {
  padding: 20px;
}

.card-body ul {
  list-style-type: none;
  padding-left: 0;
}

.card-body ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.card-body ul li i {
  color: #FFCC05; /* Icon color - Yellow */
  margin-right: 10px;
}

.card-header h3 {
  font-size: 24px;
  margin: 0;
}

@media (max-width: 768px) {
  .col-md-6 {
      margin-bottom: 20px;
  }
}

/* Icon and Animation Styles */
@keyframes slideUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.card-header, .card-body ul li {
  animation: slideUp 0.6s ease-in-out;
}

.card-header {
  animation-delay: 0.2s;
}

.card-body ul li:nth-child(1) {
  animation-delay: 0.3s;
}

.card-body ul li:nth-child(2) {
  animation-delay: 0.4s;
}

.card-body ul li:nth-child(3) {
  animation-delay: 0.5s;
}

.card-body ul li:nth-child(4) {
  animation-delay: 0.6s;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
  .card-header {
      font-size: 20px;
  }
  .card-body ul li {
      font-size: 14px;
  }
}
/* scholarship */
.section-title {
  text-align: center;
  padding: 40px 0;
  color: #FFCC05;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
}

.section-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: #FFCC05;
  margin: 15px auto;
  border-radius: 2px;
}

.scholarships-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(467px, 1fr));
  gap: 30px;
  padding: 20px;
  justify-content: center;
}

.scholarship-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  width: 100%;
  max-width: 467px;
  margin: 0 auto;
}

.scholarship-card:hover {
  transform: translateY(-10px);
  border-color: #FFCC05;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.scholarship-image {
  width: 467px;
  height: 268px;
  object-fit: cover;
  border-bottom: 4px solid #00476A;
  display: block;
}

.scholarship-content {
  padding: 25px;
}

.scholarship-title {
  font-size: 1.5rem;
  color: #00476A;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.scholarship-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #FFCC05;
}

.eligibility {
  color: #444;
  margin-bottom: 25px;
  line-height: 1.6;
}

.eligibility strong {
  color: #00476A;
  display: block;
  margin-bottom: 8px;
}

.apply-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(to right, #00476A, #006699);
  color: #FFCC05;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
}

.apply-btn:hover {
  background: #FFCC05;
  color: #00476A;
  border-color: #00476A;
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .section-title {
      padding: 20px 0;
      font-size: 2rem;
  }

  .scholarships-grid {
      grid-template-columns: 1fr;
      padding: 10px;
  }

  .scholarship-card {
      max-width: 100%;
  }

  .scholarship-image {
      width: 100%;
      height: auto;
      aspect-ratio: 467/268;
  }

  body {
      padding: 20px 0;
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.scholarship-card {
  animation: fadeInUp 0.6s ease-out forwards;
}

.scholarship-card:nth-child(2) {
  animation-delay: 0.2s;
}

/* gallery */
.vidya_dub-section {
  background: linear-gradient(135deg, #A7C7E7 0%, #8FB5E1 100%);
  min-height: 100vh;
  padding: 4rem 2rem;
}

.vidya_dub-title {
  text-align: center;
  color: #2C3E50;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.vidya_dub-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #2C3E50;
}

.vidya_dub-container {
  max-width: 1400px;
  margin: 0 auto;
}

.vidya_dub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}

.vidya_dub-item {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.vidya_dub-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.4s ease-in-out;
}

.vidya_dub-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 62, 80, 0.3);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.vidya_dub-item:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.vidya_dub-item:hover::before {
  opacity: 1;
}

.vidya_dub-item:hover img {
  transform: scale(1.05);
}

.vidya_dub-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease;
  backdrop-filter: blur(5px);
}

.vidya_dub-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.vidya_dub-modal-content {
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  transform: scale(0.9);
  transition: transform 0.5s ease;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.vidya_dub-modal.active .vidya_dub-modal-content {
  transform: scale(1);
}

.vidya_dub-modal-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.vidya_dub-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #2C3E50;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vidya_dub-close-btn:hover {
  transform: rotate(90deg);
  background: #A7C7E7;
  color: white;
}

@media (max-width: 768px) {
  .vidya_dub-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 1rem;
  }
  
  .vidya_dub-title {
      font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .vidya_dub-grid {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 0.8rem;
  }
  
  .vidya_dub-section {
      padding: 2rem 1rem;
  }
  
  .vidya_dub-title {
      font-size: 1.5rem;
  }
}

/* Loading Animation */
.vidya_dub-item {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Stagger the animation for each item */
.vidya_dub-item:nth-child(1) { animation-delay: 0.1s; }
.vidya_dub-item:nth-child(2) { animation-delay: 0.2s; }
.vidya_dub-item:nth-child(3) { animation-delay: 0.3s; }
.vidya_dub-item:nth-child(4) { animation-delay: 0.4s; }
.vidya_dub-item:nth-child(5) { animation-delay: 0.5s; }
.vidya_dub-item:nth-child(6) { animation-delay: 0.6s; }


/* contact us  */
.vidya_contact {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.vidya_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.vidya_header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.vidya_header::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #FFCC05;
  margin: 20px auto;
  border-radius: 2px;
}

.vidya_header h2 {
  color: #00476A;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vidya_header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.vidya_contact_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.vidya_contact_card {
  background: white;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 71, 106, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 71, 106, 0.1);
  position: relative;
  overflow: hidden;
}

.vidya_contact_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FFCC05;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.vidya_contact_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 71, 106, 0.15);
}

.vidya_contact_card:hover::before {
  transform: scaleX(1);
}

.vidya_contact_card i {
  font-size: 2.5rem;
  color: #00476A;
  margin-bottom: 20px;
  display: block;
}

.vidya_contact_card h3 {
  color: #00476A;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.vidya_contact_card p {
  color: #666;
  line-height: 1.8;
  font-size: 1rem;
}

.vidya_form_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 71, 106, 0.1);
}

.vidya_contact_form {
  width: 100%;
}

.vidya_form_group {
  margin-bottom: 25px;
}

.vidya_form_group label {
  display: block;
  color: #00476A;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.95rem;
}

.vidya_form_group input,
.vidya_form_group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e1e1e1;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.vidya_form_group input:focus,
.vidya_form_group textarea:focus {
  border-color: #00476A;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 71, 106, 0.1);
}

.vidya_form_group textarea {
  height: 150px;
  resize: vertical;
}

.vidya_submit_btn {
  background: #00476A;
  color: white;
  padding: 15px 35px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vidya_submit_btn:hover {
  background: #FFCC05;
  color: #00476A;
  transform: translateY(-2px);
}

.vidya_image_section {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 71, 106, 0.15);
}

.vidya_student_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.vidya_image_section:hover .vidya_student_image {
  transform: scale(1.05);
}

.vidya_icon {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #00476A;
  background: rgba(255, 204, 5, 0.2);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

@media (max-width: 1024px) {
  .vidya_contact_grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vidya_contact {
      padding: 60px 15px;
  }

  .vidya_header h2 {
      font-size: 2rem;
  }

  .vidya_contact_grid {
      grid-template-columns: 1fr;
  }

  .vidya_form_section {
      grid-template-columns: 1fr;
      padding: 30px 20px;
  }

  .vidya_image_section {
      height: 300px;
      order: -1;
  }
}

@media (max-width: 480px) {
  .vidya_header h2 {
      font-size: 1.8rem;
  }

  .vidya_contact_card {
      padding: 25px 20px;
  }

  .vidya_form_section {
      padding: 20px 15px;
  }
}

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.5s ease-in;
}

.slide-up {
  animation: slideUp 0.5s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { 
      transform: translateY(20px);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}

/* fees structure  */
.vidya_fees_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.vidya_fees_heading {
  color: #00476A;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.vidya_fees_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.vidya_fees_card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: calc(50% - 15px);
  min-width: 300px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.vidya_fees_card:hover {
  transform: translateY(-5px);
}

.vidya_fees_card_header {
  background: #00476A;
  color: #FFCC05;
  padding: 20px;
  text-align: center;
}

.vidya_fees_card_header h2 {
  margin: 0;
  font-size: 1.8rem;
}

.vidya_fees_card_header p {
  margin: 10px 0 0;
  font-size: 1.1rem;
}

.vidya_fees_card_body {
  padding: 25px;
}

.vidya_fees_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.vidya_fees_item:last-child {
  border-bottom: none;
}

.vidya_fees_item_label {
  color: #00476A;
  font-weight: 600;
}

.vidya_fees_item_value {
  color: #00476A;
  font-weight: 500;
}

.vidya_fees_total {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #00476A;
  display: flex;
  justify-content: space-between;
  color: #00476A;
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .vidya_fees_card {
      width: 100%;
  }
  
  .vidya_fees_heading {
      font-size: 2rem;
  }
  
  .vidya_fees_card_header h2 {
      font-size: 1.5rem;
  }
}
/* student details  */

.student_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.student_heading {
  color: #00476A;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  position: relative;
}

.student_heading::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #FFCC05;
  margin: 10px auto;
}

.student_cards_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 20px 0;
}

.student_card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.student_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.student_card_header {
  background: #00476A;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.student_card_header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 204, 5, 0.1), transparent);
  transform: rotate(45deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { transform: translateX(-100%) rotate(45deg); }
  100% { transform: translateX(100%) rotate(45deg); }
}

.header_icon {
  font-size: 3rem;
  color: #FFCC05;
  margin-bottom: 15px;
}

.student_card_header h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}

.student_card_header p {
  margin: 10px 0 0;
  font-size: 1.2rem;
  color: #FFCC05;
}

.student_card_body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.view_details_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00476A;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
}

.view_details_btn:hover {
  background: #003857;
  transform: translateY(-2px);
}

.view_details_btn i {
  margin-right: 10px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .student_heading {
      font-size: 2rem;
  }
  
  .student_card_header h2 {
      font-size: 1.8rem;
  }
  
  .student_cards_wrapper {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 480px) {
  .student_card_header {
      padding: 25px 15px;
  }

  .header_icon {
      font-size: 2.5rem;
  }

  .student_card_header h2 {
      font-size: 1.6rem;
  }

  .student_card_header p {
      font-size: 1.1rem;
  }
}

/* pdf viewer */
.pdf-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.pdf-navigation {
  display: flex;
  background-color: #00476A;
  color: white;
  padding: 10px;
}
.pdf-navigation button {
  background-color: #FFCC05;
  color: #00476A;
  border: none;
  padding: 10px 15px;
  margin-right: 10px;
  cursor: pointer;
}
#pdfViewer {
  flex-grow: 1;
  width: 100%;
  border: none;
}





 

































