
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 font-family: "Urbanist", sans-serif;
}

h2, h3 {

  font-family: "Calistoga", serif;
}
@font-face {
  font-family: 'balloonextraboldregular'; 
  src: url('../fonts/balloonextraboldregular.ttf'); 
}

main {
       background-color: #cdebeb;
      overflow: hidden;}
a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
a.btn.btn-primary.btn-primary-outline-0.rounded-pill {
  color: black;
}

/* Header */

  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* z-index: 1000; */
}

.logo-img {
  text-align: center;
}

.logo {
  display: block;
  margin: auto;
}

/* Hero Section */
section.hero {
 
    min-height: 50vh;
    width: 100%;
    background: url(images/bg-dot.png), 
    url(images/bg-dot.png), 
    url(images/bg-round.png), 
    url(images/bg-tree.png);
    background-position: 10px 10px, bottom 254px right 10px, left 85% top -1%, left 45% bottom -1px;
    background-repeat: no-repeat;
}
.curveImg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 50%;
  pointer-events: none;

  }
.hero .column {
  width: 70%;
}

.hero h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.hero .row h2 {
  font-size: 35px;
    color: #291d1d;
    
}
.buttons {
  justify-content: center;
}
.btn,.btn1 {
  padding: 10px 16px;
}
.btn:last-child,.btn1:last-child {
  border: 2px solid #005373;
  background: transparent;
  color: #fff;
}
.btn:last-child,.btn1:last-child {
  background-color:#005373;
  color: #333;
}
.hero_img {
  width: 100%;
  z-index: 10;
  position: relative;
  margin-top: 66px;

}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  padding: 14px 26px;
  background: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn,.btn1 {
  padding: 14px 26px;
  background: #fff;
  border-radius: 50px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:last-child,.btn1:last-child {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.btn:last-child,.btn1:last-child {
  background-color: #fff;
  color: #ffffff;
}

/* News Section */
.event {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.event .heading {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333333b5;
}

.event ul li {
  font-size: 18px;
  padding: 10px 0;
  color: #555;
}

.event ul li i {
  font-weight: bold;
  color: #9443bd;
}

.event ul li img {
  vertical-align: middle;
  margin-left: 10px;
}

.event marquee {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.event .btn-primary {
  background-color:#005373;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
}

/* Schedule Section */
/** schedules-style-two **/
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 407px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
  .hero .row h2{
      font-size: 35px;
    color: #291d1d;
    position: relative;
    bottom: -108px;
}}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /* background-image: linear-gradient(147deg, #cdebeb 0%, #cdebeb 74%); */
  box-shadow: 4px 13px 30px 1px rgb(158 90 190 / 13%);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  position: relative;
  top: -7%;
  right: -7%;

}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(147deg, #cdebeb 0%, #cdebeb 74%); */
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    width: 95%;
    margin:auto;
    left:0;
    right:0;
 
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-bottom: 66px;

}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #005373;
    /* margin-bottom: 15px; */
    display: block;
    font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  background-color:#005373;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  color: white;
}
.blog-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 55%;
  right: 1%;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #cdebeb;
  height: 30px;
  box-shadow: 0px 0px 20px #cdebeb;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}


/*** testimonial Start **8888888********************************************************************************/
.testimonial {
  background: white;
  border-left: 4px solid #0B2E32;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 15px 30px 15px;
  text-align: center;
  border-radius: 10px;
}

.testimonial .pic {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px; 
  border-radius: 50%;
  overflow: hidden;
}

.testimonial .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .title {
  font-size: 20px;
  font-weight: 700;
  color: #0B2E32;
  margin: 5px 0;
}

.testimonial .post {
  font-size: 14px;
  color: #555;
}

.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}


.testimonial-slider .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.owl-dot.active {
    background: #2E3091;
    border-color: white;
}

@media only screen and (max-width: 767px){
  .testimonial{
      padding: 20px;
      text-align: center;
  }
  .testimonial .pic{
      display: block;
      position: static;
      margin: 0 auto 15px;
  }
}


.video-overlay-container {
  position: relative;
  display: inline-block;
    width: 300px;
    height: 300px;
}

.video-thumbnail {
  display: block;
  width: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-overlay-container:hover .video-overlay {
  opacity: 1; /* Show overlay on hover */
}

.video-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ripple-container {
  position: relative;
  display: inline-block;
}

.video-icon {
  font-size: 50px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  animation: blink 1s infinite; /* Blink animation */
}

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: rgb(255 255 255 / 30%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.video-link:hover .ripple {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
}
.read-video a.readMore{
  display: inline-block;
  padding: 10px 23px;
  /* background-color: #8640b6; */
  background-image: linear-gradient(180deg, #cdebeb 0%, #ffffff 100%);
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  box-shadow: 0px 11px 28px -7px rgba(0, 0, 0, 0.3);
  border-radius: 45px;
  border: none;
  font-weight: 600;
  /* margin-top: 15px; */
  text-decoration: none;
   }
   .read-video {
    display: flex;
    justify-content: center;
}
section.video {
  background-color: #eed5e8;
}

.read-video  a.readMore:hover {
  color: #fff;
 
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.4);
}
.about {
  margin-bottom: 112px;
}


/* Blink Animation */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}


/*********************************************
        Copyright css
*********************************************/

.copy-right-container {
	padding: 10px 0;
	background-color: #42275A;
}

.copy-right-container p {
	font-size: 14px;

	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}

.copy-right-container p a {
	color: #fff;
}

@media only screen and (max-width: 768px) {
  /* .d-flex.align-items-center.justify-content-center {
    position: relative;
    top: 105px;
} */

.event .heading {
  font-size: 23px;
  margin-bottom: 20px;
  color: #333333b5;
}
}

/* model */


/* === Modal Overlay (dark transparent background) === */
.modal_outr_lyr {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65); /* dark overlay */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === Modal Inner Wrapper (Glassy Look) === */
.modal_inner_wrpr {

    border-radius: 16px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.15); /* translucent glass effect */
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    color: #fff;
}

/* Responsive */
@media only screen and (max-width: 600px) {
    .modal_inner_wrpr {
        /* width: 95%; */
    }
}

/* === Modal Header & Close Button === */
.modal_hdr_cnt {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
    position: relative;
}

.modal_hdr_cnt span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: background 0.3s, color 0.3s;
}

.modal_hdr_cnt span:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #ff6b6b;
}

/* === Modal Body === */
.modal_body_cnt {
    /* padding: 15px; */
    text-align: center;
}

.modal_body_cnt img {
    width: 100%;
    position: relative;
    bottom: 40px;
}

.modal_body_cnt table {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.modal_body_cnt table tr th,
.modal_body_cnt table tr td {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 11px;
    color: #fff;
}

.modal_body_cnt ul {
    padding: 0 0 0 20px;
    list-style: disc;
}

.modal_body_cnt ul li {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
/* Glassy Button Style */
.glass-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    color: #fff !important;
    font-weight: 500;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.35);
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
span#closeModal {
    padding: 0;
    color: #fff;
    opacity: 1;
    background: linear-gradient(181deg, #008D89 15%, #00eee7 158.5%);
    width: 40px;
    height: 40px;
    display: flex
;
    justify-content: center;
    border-radius: 50%;
    line-height: 30px;
    position: absolute;
 right: -11%;
    bottom: 2%;
    cursor: pointer;
    z-index: 10;
}
button.model.btn.btn-primary{
  position: absolute;
  top:10px;
  right:0;
  background-color: #291d1d;
  color:white;
}

.blog-slider__img {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 13px 30px 1px rgba(0, 0, 0, 0.15);
  background: linear-gradient(147deg, #cdebeb 0%, #cdebeb 74%); /* fallback */
}


.blog-slider__img img[src="#"],
.blog-slider__img img[src=""],
.blog-slider__img img:not([src]) {
  display: none;
}

.blog-slider__img:has(img[src="#"]),
.blog-slider__img:has(img[src=""]),
.blog-slider__img:has(img:not([src])) {
  display: none; 
}

.blog-slider__img {
  background: url('images/placeholder.jpg') center/cover no-repeat;
}
.blog-slider__img:has(img[src]:not([src=""]):not([src="#"])) {
  background: none; }

  .blog-slider__img {
  box-shadow: none; /* container never has shadow */
}

.blog-slider__img img {
  box-shadow: 4px 13px 30px 1px rgba(158,90,190,0.13); /* shadow only for real images */
}

 .hero.banner-img {
      width: 1360px;
      height: 458px;
      overflow: hidden;
      position: relative;
}

.hero.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;               /* keeps aspect ratio, fills area */
  object-position: center;   /* centers image */
  display: block;
}
@media screen and (min-width: 1600px) {
  .hero.banner-img {
      width: 100%;
      height: 535px;
      overflow: hidden;
      position: relative;
}

.hero.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;               /* keeps aspect ratio, fills area */
  object-position: center;   /* centers image */
  display: block;
}
}
/**************************************************************************************************************************
/* Glossy highlight effect */
.glossy-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.6), rgba(255,255,255,0));
  transform: skewX(-25deg);
}

.glossy-btn {
  background: linear-gradient(180deg, #4da6ff 0%, #005ce6 100%);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 92, 230, 0.4);
  transition: all 0.3s ease;
}

.glossy-btn:hover::before {
  left: 125%;
  transition: all 0.75s ease;
}

.glossy-btn:hover {
  background: linear-gradient(180deg, #66b3ff 0%, #0047b3 100%);
  box-shadow: 0 6px 14px rgba(0, 71, 179, 0.5);
  transform: translateY(-2px);
}


.blog-slider__img .video-overlay-container {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%;  */
}

.blog-slider__img .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Blog text area */
.blog-slider__content {
  padding: 15px 0;
  margin-top: 10px;
  background: transparent;
  width: 100%;
}

/* Headings always visible */
.blog-slider__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 5px;
  display: block;
}


@media (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }

  /* When the slide has a video */
  .blog-slider__img a.video-item + .blog-slider__content {
    margin-top: 2px; /* Below video */
  }

  /* When the slide has an image */
  .blog-slider__img:not(:has(a.video-item)) + .blog-slider__content {
    margin-top: 10px; /* Below image */
  }

  /* Make sure image and text don’t overlap */
  .blog-slider__img img {
    width: 100%;
    /* height: auto; */
    display: block;
  }
}

/**********************************************************************************************************************/
.eye-icon {
    font-size: 30px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    animation: blink 1s infinite;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
.blog-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
top: 37%;
    right: 1%;
}
@media screen and (max-width: 768px) {
    .blog-slider__content {
      margin-top:1px;
        text-align: center;
        padding: 0 30px;
    }
}
}
.img-overlay-container {
  position: relative;
  display: inline-block;
    width: 300px;
    height: 300px;



}



.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-overlay-container:hover .img-overlay {
  opacity: 1; /* Show overlay on hover */
}

.img-icon-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-link:hover .ripple {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}