/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

/*** Common CSS Start ***/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 200;
  font-family: "Montserrat", sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
  font-family: "Fredoka", sans-serif;
}

.display-4,
.display-5,
.display-6 {
  font-weight: 600;
}

.wow,
.animated {
  animation-duration: 2s !important;
}
/*** Common CSS End ***/

/*** Button Start ***/
.readmore-content.collapsed p:nth-child(n + 2) {
  display: none;
}

button {
  position: relative;
  padding: 12px 35px;
  background: var(--color);
  font-size: 17px;
  font-weight: 500;
  color: #181818;
  border: 3px solid var(--color);
  border-radius: 8px;
  box-shadow: 0 0 0 #fec1958c;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
}

button:hover {
  background: transparent;
  color: var(--color);
  box-shadow: 0 0 25px #fec1958c;
}

button:hover .star-1 {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-2 {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-3 {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-4 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

button:hover .star-6 {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
}

.fil0 {
  fill: #fffdef;
}

.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  border: 0;
  color: var(--bs-white);
  transition: 0.3s ease-in-out;
}

.btn.btn-primary:hover {
  background: var(--bs-dark);
  color: white;
  /* border: 1px solid white; */
  /* transition: 0.7s ease-in-out; */
}

.btn-border-radius {
  border-radius: 25% 10%;
}

.img-border-radius {
  border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
  border-radius: 10% 30%;
}
/*** Button End ***/

/*** Topbar Start ***/
.topbar .top-info {
  font-size: medium;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .top-link a {
  margin-right: 10px;
}

.topbar .top-link a:hover {
  background: var(--bs-secondary) !important;
}

.topbar .top-link a:hover i {
  color: var(--bs-primary) !important;
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar {
  /* background-color: var(--bs-dark); */
  /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
}

.navbar .navbar-nav .nav-link {
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    font-weight: 400;
    font-family: "Fredoka", sans-serif;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-secondary);
  color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  border-radius: 10px !important;
  transition: 0.5s;
  opacity: 1;
}

#searchModal .modal-content {
  background: rgba(255, 255, 255, 0.8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
  position: relative;
  background: linear-gradient(to bottom, #f9a226, #fbc97a);
  overflow: hidden;
  /* padding: 3rem 1rem; */
}
.hero-header h5 {
  font-size: 3rem;
}
/* Desktop-specific hero image styles */
@media (min-width: 992px) {
  .hero-main-image {
    max-width: 90%;
    height: 70vh;
    margin-top: 20px;
    transform: scale(1.05);
    animation: floatHeroImage 4s ease-in-out infinite;
  }

  @keyframes floatHeroImage {
    0%,
    100% {
      transform: translateY(0) scale(1.05);
    }
    50% {
      transform: translateY(-10px) scale(1.05);
    }
  }
}

.page-header {
  color: #333;
  font: 100% Arial, Sans Serif;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.cloud-wrapper {
  position: absolute;
  top: 0;
  left: -100px;
  width: 3000px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.cloud {
  opacity: 0.4;
}
#background-wrap {
  bottom: 0;
  left: 0;
  /* padding-top: 50px; */
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}

.x1 {
  top: 20%;
  left: 0;
  -webkit-animation: animateCloud 35s linear infinite;
  -moz-animation: animateCloud 35s linear infinite;
  animation: animateCloud 35s linear infinite;

  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  transform: scale(0.65);
}

.x2 {
  -webkit-animation: animateCloud 20s linear infinite;
  -moz-animation: animateCloud 20s linear infinite;
  animation: animateCloud 20s linear infinite;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
  top: 30%;
  left: 0;
}

.x3 {
  -webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  top: 40%;
  left: 0;
}

.x4 {
  -webkit-animation: animateCloud 18s linear infinite;
  -moz-animation: animateCloud 18s linear infinite;
  animation: animateCloud 18s linear infinite;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
  top: 50%;
  left: 0;
}

.x5 {
  -webkit-animation: animateCloud 25s linear infinite;
  -moz-animation: animateCloud 25s linear infinite;
  animation: animateCloud 25s linear infinite;

  -webkit-transform: scale(0.55);
  -moz-transform: scale(0.55);
  transform: scale(0.55);
  top: 60%;
  left: 0;
}

.cloud {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, #fff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

  height: 120px;
  position: relative;
  width: 350px;
}

.cloud:after,
.cloud:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}

.cloud:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  height: 100px;
  left: 50px;
  top: -50px;
  width: 100px;
}

.cloud:before {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

  width: 180px;
  height: 180px;
  right: 50px;
  top: -90px;
}
.cloud-img {
  width: 350px; /* or your preferred size */
  height: auto;
  opacity: 0.8;
  pointer-events: none;
}

.bird {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg");
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;

  /* Animation properties */
  animation-name: fly-cycle;
  animation-timing-function: steps(10);
  animation-iteration-count: infinite;

  /* Updated filter to match #f05c2b */
  filter: invert(53%) sepia(98%) saturate(570%) hue-rotate(337deg)
    brightness(98%) contrast(101%);
}

.bird-one {
  animation-duration: 1s;
  animation-delay: -0.5s;
}
.bird-two {
  animation-duration: 0.9;
  animation-delay: -0.75.s;
}
.bird-three {
  animation-duration: 1.25s;
  animation-delay: -0.25s;
}
.bird-four {
  animation-duration: 1.1s;
  animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 10%;
  left: -3%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;

  animation-name: fly-right-one;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bird-container-one {
  animation-duration: 15s;
  animation-delay: 0;
}

.bird-container-two {
  animation-duration: 16s;
  animation-delay: 1s;
}

.bird-container-three {
  animation-duration: 14.6s;
  animation-delay: 9.5s;
}

.bird-container-four {
  animation-duration: 16s;
  animation-delay: 10.25s;
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }

  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }

  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }

  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }

  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}

@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }

  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }

  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }

  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }

  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }

  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }

  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }

  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
/*** Hero Header ***/

/*** About Start ***/
.kiddish-video-wrapper {
  height: 300px;
  border: 5px dashed #fd7e14;
  border-radius: 40px;
  padding: 10px;
  background: #dc3545; /* light pink background */
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.kiddish-video {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}

.video {
  position: relative;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url(../img/about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-secondary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-white);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

.video.border {
  border-radius: 50% 20% / 10% 40%;
}
.about-indexpage {
  background-image: url(https://www.birlaopenminds.com/bompsimages/bg-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; /* or use '100% 100%' or 'cover' depending on the fit */
  background-color: #fbc97a;

  background-attachment: scroll;
  /* min-height: 100px; adjust as needed */
  width: 100%;
  position: relative;
}
.about {
  background-image: url(https://www.birlaopenminds.com/bompsimages/bg-4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; /* or use '100% 100%' or 'cover' depending on the fit */
  background: linear-gradient(to bottom, #f9a226, #fbc97a);
  background-attachment: scroll;
  min-height: 550px; /* adjust as needed */
  width: 100%;
  position: relative;
}
.nationwide-presence {
  background-color: #fbc97a;
}
.centerhead-message {
  background-color: #fbc97a;
}
.city-card {
  border-radius: 15px;
  transition: all 0.3s;
  height: 300px;
  border: 3px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.city-card:hover {
  transform: scale(1.05);
  border-color: var(--bs-yellow);
}

.city-icon {
  font-size: 2rem;
  color: var(--bs-pink);
  margin-bottom: 1rem;
}

.Chairman-message {
  background-color: #fbc97a;
}

.managing-director-message {
  background-color: #fbc97a;
}
/*** About End ***/

/*** service Start ***/
.service {
  /* background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2)); */
  background: #fbc97a;
}

.service .service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 50% 20% / 10% 40%;
  transition: 0.5s;
  position: relative;
}

.service-content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  background: transparent;
  border-radius: 50% 20% / 10% 40%;
  transition: 0.5s;
}

.service-item:hover {
  border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
  background: var(--bs-secondary);
  width: 100%;
  opacity: 1;
  z-index: 1;
}

.service-item .service-content .service-content-inner {
  position: relative;
  z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
  transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
  color: var(--bs-white) !important;
}
.service-item:hover .service-content-inner a.h4 {
  color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
  background: var(--bs-white) !important;
  color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
/*** Service End ***/
.program {
  background: #fbc97a;
}

.program-item {
  perspective: 1000px;
  height: 500px;
}

.program-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.program-item:hover .program-item-inner {
  transform: rotateY(180deg);
}

.program-front,
.program-text {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.program-front {
  background-color: #fff;
  border: 3px solid #f05c2b;
  display: flex;
  flex-direction: column;
}

.program-img {
  flex-grow: 1;
  overflow: hidden;
}

.program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.program-item:hover .program-img img {
  transform: scale(1.05);
}

.program-title {
  padding: 15px;
  text-align: center;
  background: #ffd166;
  color: #073b4c;
  font-weight: bold;
  font-size: 1.3rem;
  border-top: 3px dashed #f05c2b;
}

.program-text {
  background: white;
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 3px dashed #fd7e14;
}

.program-text-inner {
  text-align: start;
  font-size: 4.5rem;
}

.program-text-inner .h4 {
  color: #f9a226;
  margin-bottom: 20px;
  position: relative;
}

.program-text-inner .h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #ffd166;
  margin: 10px auto;
}

.program-text-inner p {
  margin: 10px 0;
  color: #555;
  font-size: 1rem;
}

.program-text-inner i {
  margin-right: 8px;
  font-size: 1.2rem;
}

/* Preschool-themed colors for icons */
.fa-seedling {
  color: var(--bs-pink) !important;
}
.fa-birthday-cake {
  color: var(--bs-dark) !important;
}
.fa-clock {
  color: var(--bs-orange) !important;
}
.fa-calendar-week {
  color: var(--bs-yellow) !important;
}
.fa-book-open {
  color: var(--bs-pink) !important;
}

/* Bouncy hover effect */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.program-item:hover {
  animation: bounce 0.5s ease;
}

/* Confetti dots in corners */
.program-text:before,
.program-text:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ffd166;
  border-radius: 50%;
}

.program-text:before {
  top: 10px;
  left: 10px;
}

.program-text:after {
  bottom: 10px;
  right: 10px;
  background: #ad2627;
}
/*** Events Start ***/
.events {
  background-color: #fbc97a;
}
.events .events-item {
  width: 100%;
  height: 100%;
  border-radius: 30%;
  position: relative;
}

.events .events-item .events-inner .events-rate {
  position: absolute;
  width: 120px;
  top: -20px;
  left: 50%;
  margin-left: -60px;
  border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img .event-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
  opacity: 1;
}

.events .events-item .events-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  /* background: rgb(162, 73, 73); */
  /* background: rgba(77, 101, 249, .7); */
  border-radius: 10px;
  transition: 0.5s;
}

.events .events-item:hover .events-img::after {
  height: 100%;
  opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
  transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
  color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
  transform: scale(1.3);
}
/*** Events End ***/

/*** Blog Start ***/
.blog {
  background-color: #fbc97a;
}
.blog .blog-item .blog-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  bottom: auto;
  /* background: rgb(162, 73, 73); */
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
  opacity: 1;
}

.blog .blog-item .blog-date-comments {
  padding-top: 150px !important;
  margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
  transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
  color: var(--bs-primary);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.team .team-item .team-icon {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
  opacity: 0;
  transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
  opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
  transition: 0.5s;
}

.team .team-item:hover .team-content {
  background: var(--bs-primary) !important;
  border-radius: 0 0 10px 10px;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
  color: var(--bs-dark) !important;
}
/*** Team end ***/

/*** testimonial Start ***/
.testimonial {
  background: #fbc97a;
}
.testimonial .testimonial-carousel {
  position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: var(--bs-primary);
  border-radius: 10px;
  transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-secondary);
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
  background-image: url(https://www.birlaopenminds.com/bompsimages/bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer-galary-img img {
  width: 100%;
  border-style: dotted;
  border-color: var(--bs-primary);
  transition: 0.5s;
}

.footer .footer-galary-img img:hover {
  transform: scale(1.2);
}

.footer-item a.text-body:hover {
  color: var(--bs-secondary) !important;
}
/*** Footer End ***/
/* Contact start */
.contact {
  background-color: #fbc97a;
}
/* Doodles styling */
.doodle {
  transition: all 0.3s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* For touch devices */
@media (hover: none) {
  .doodle {
    pointer-events: none !important;
  }
}
