@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  color: #777777;
  font-weight: 400;
  background: #ffffff;
  font-family: "Outfit";
  overflow-x: hidden;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Outfit";
  font-weight: 700;
  line-height: 1.2;
  color: #181d38;
}
.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

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

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}
.main-footer_dotted-layer {
  background-image: url("../img/pattern-4.png");
}

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 45px;
  background: linear-gradient(135deg, #ff0000, #ff7a00);
}
/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-dark) !important;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.designer-credit a {
  color: #ff9800;
  font-weight: 500;
  text-decoration: none;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #e33d5c !important;
}

.navbar-light .navbar-brand img {
  max-height: 112px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
}

.theme-btn {
  font-size: 14px;
  color: #ffffff;
  padding: 14px 16px;
  transition: all 0.5s ease-in-out;
  text-transform: inherit;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 500;
  letter-spacing: 0px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #e33d5c;
  box-shadow: 15px 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}

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

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

.collapse.navbar-collapse {
  transition: 0.5s;
}

@media (max-width: 992px) {
  nav.bg-transparent {
    position: absolute;
    width: 100%;
    background: transparent !important;
  }

  .navbar.navbar-expand-lg button span {
    position: relative;
    z-index: 99;
  }

  .navbar {
    position: relative;
    background: var(--bs-light);
    z-index: 2;
  }

  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white) !important;
    padding: 0 20px 20px 20px !important;
  }

  .sticky-top.navbar-light {
    background: transparent;
  }

  nav.navbar {
    padding: 0 30px 30px 0;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45;
  }

  .hero-header {
    margin-top: -100px !important;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent !important;
    z-index: 999;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: var(--bs-light) !important;
  }
}

/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: #f5edec;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 60px 0;
  margin-bottom: 2rem;
  transition: 0.5s;
}

.bg-breadcrumb::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  border-radius: 300px;
  border: 80px solid rgba(247, 71, 128, 0.05);
  background: transparent;
  animation: RotateMoveSingle 5s linear infinite;
  z-index: -1;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
  z-index: 2;
}

@keyframes RotateMoveSingle {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0)
      rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
  }

  0% {
    bottom: 0px;
  }

  50% {
    left: -10px;
  }

  75% {
    bottom: 10%;
  }

  100% {
    bottom: 0px;
  }
}

.bg-breadcrumb::before {
  content: "";
  position: absolute;
  top: -15%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 300px;
  border: 80px solid rgba(247, 71, 128, 0.04);
  background: transparent;
  animation: RotateMoveSingle 5s linear infinite;
  z-index: -1;
}

@keyframes RotateMoveSingle {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0)
      rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
  }

  0% {
    top: 0px;
  }

  50% {
    top: 10%;
  }

  100% {
    top: 0px;
  }
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding-top: 100px !important;
  }
}

.bg-breadcrumb .breadcrumb-item a {
  color: var(--bs-dark) !important;
}

.breadcrumb-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.breadcrumb-animation li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(102, 16, 242, 0.07);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.breadcrumb-animation li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/*** Single Page Hero Header End ***/

/*** Hearo Header Start ***/
.header::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: var(--bs-light);
  border-radius: 22% 78% 33% 67% / 32% 0% 100% 68%;
  animation: bgMove 5s linear infinite;
  z-index: -1;
}

@keyframes bgMove {
  0% {
    right: 0px;
  }

  50% {
    right: 20px;
  }

  100% {
    right: 0px;
  }
}

.header::before {
  content: "";
  position: absolute;
  bottom: -9%;
  left: -7%;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  border: 30px solid rgba(247, 71, 128, 0.05);
  background: transparent;
  animation: RotateMoveHeader 5s linear infinite;
  z-index: -1;
}

@keyframes RotateMoveHeader {
  0% {
    -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0)
      rotateZ(0deg);
    transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
    transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0)
      rotateZ(-360deg);
  }

  0% {
    bottom: 0px;
  }

  50% {
    left: -10px;
  }

  75% {
    bottom: 9%;
  }

  100% {
    bottom: 0px;
  }
}

.hero-header {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  background-image: unset;
  background-color: #f5edec;
}

.hero-header::after {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 58px;
  height: 50px;
  background: url(../img/sty-1.png) center center no-repeat;
  animation: RotateMoveSty-3 45s linear infinite;
  transition: 0.5s;
  z-index: -1;
}

@keyframes RotateMoveSty-3 {
  0% {
    left: 100px;
  }

  40% {
    bottom: -0px;
  }

  50% {
    left: 700px;
  }

  70% {
    bottom: 500px;
  }

  80% {
    left: 400px;
  }

  95% {
    bottom: -0px;
  }

  100% {
    left: 100px;
  }
}

.hero-header::before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  border: 30px solid rgba(102, 16, 242, 0.05);
  background: transparent;
  animation: RotateMoveSty-4 45s linear infinite;
  transition: 0.5s;
  z-index: -1;
}

@keyframes RotateMoveSty-4 {
  0% {
    left: 100px;
  }

  40% {
    bottom: -0px;
  }

  50% {
    left: 700px;
  }

  70% {
    bottom: 500px;
  }

  80% {
    left: 400px;
  }

  95% {
    bottom: -0px;
  }

  100% {
    left: 100px;
  }
}

.hero-header .rotate-img {
  position: absolute;
  top: 70px;
  left: 20px;
}

.hero-header .rotate-img .rotate-sty-2 {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 5px solid rgba(247, 71, 128, 0.1);
  background: transparent;
  animation: RotateMoveSty-2 45s linear infinite;
  transition: 0.5s;
}

@keyframes RotateMoveSty-2 {
  0% {
    left: 0px;
  }

  40% {
    top: -30px;
  }

  50% {
    left: 500px;
  }

  70% {
    top: 200px;
  }

  80% {
    left: 100px;
  }

  95% {
    top: -30px;
  }

  100% {
    left: 0px;
  }
}

.hero-header .rotate-img img {
  position: relative;
  animation: RotateMove 30s linear infinite;
  z-index: -1;
}

@keyframes RotateMove {
  0% {
    left: 0px;
  }

  50% {
    left: 200px;
  }

  100% {
    left: 0px;
  }
}

@media (max-width: 992px) {
  .hero-header {
    padding-top: 180px !important;
  }

  .hero-header .rotate-img img {
    margin-top: 100px;
  }
}

@keyframes moveLeftBounce {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-20px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.shape-4 {
  position: absolute;
  bottom: 30px;
  transform: translateY(-30px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 100px;
  animation: moveBounce 5s linear infinite;
}

.shape-5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 210px;
}

.shape-2 {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  animation: moveLeftRight 4s ease-in-out infinite;
}

.shape-6 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 230px;
}

.shape-2 img {
  max-width: 90px;
}

.shape-6 img {
  max-width: 190px;
}

.shape-5 img {
  max-width: 290px;
}

/* LEFT ↔ RIGHT movement */
@keyframes moveLeftRight {
  0% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(-65%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.shape-4 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  animation: moveTopBottom 5s ease-in-out infinite;
}

.shape-4 img {
  max-width: 90px;
}

/* TOP → BOTTOM movement */
@keyframes moveTopBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(25px);
  }

  100% {
    transform: translateY(0);
  }
}

.main-banner-content span {
  font-size: 16px;
  color: #e33d5c;
  font-weight: 600;
}

.main-banner-content h1 {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.default-btn {
  display: inline-block;
  padding: 12px 35px;
  background-color: #e33d5c;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

.optional-btn {
  display: inline-block;
  padding: 12px 35px;
  background-color: #404c6c;
  color: #ffffff !important;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  overflow: hidden;
}

.team-social a {
  display: block;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: #e33d5c;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.single-activities .activities-content .activities-btn {
  font-size: 15px;
  color: #e33d5c;
  font-weight: 500;
  transition: 0.5s;
}

.team-social-btn {
  position: absolute;
  right: -5px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 12px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  background: #e33d5c;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.optional-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #e33d5c;
  z-index: -1;
  transition: 0.5s;
  border-radius: 10px;
}

.default-btn:hover::before {
  height: 100%;
}

.default-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #f5890d;
  z-index: -1;
  transition: 0.5s;
  border-radius: 10px;
}

/*** Hero Header End ***/
.main-footer_dotted-layer {
  position: absolute;
  left: 0px;
  top: -6px;
  right: 0px;
  height: 12px;
  background-repeat: repeat-x;
  animation: 35s linear 0s infinite normal none running slide;
}

/*================================================
Who We Are Area CSS
=================================================*/
.who-we-are {
  position: relative;
  z-index: 1;
}

.who-we-are-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.who-we-are-image img {
  border-radius: 50%;
  padding: 20px;
}

.who-we-are-image::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #e33d5c;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
  animation: border-transform-default 10s linear infinite alternate forwards;
}

.who-we-are-image::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #f5890d;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  transition: 0.5s;
  animation: border-transform-default 50s linear infinite alternate forwards;
}

.who-we-are-content span {
  color: #e33d5c;
}

.who-we-are-content h3 {
  font-size: 45px;
  margin-bottom: 20px;
}

.who-we-are-content p {
  margin-bottom: 0;
}

.who-we-are-content .who-we-are-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.who-we-are-content .who-we-are-list li {
  list-style-type: none;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #1b0238;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 20px;
  padding-left: 40px;
  padding-top: 5px;
}

.who-we-are-content .who-we-are-list li span {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  background-color: #e33d5c;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
}

.who-we-are-content .who-we-are-list li:hover span {
  background-color: #f5890d;
}

.who-we-are-content .who-we-are-btn {
  margin-top: 30px;
}

.who-we-are-shape {
  position: absolute;
  right: 5%;
  transform: translateX(-5%);
  top: 35px;
  max-width: 120px;
  animation: moveLeftBounce 3s linear infinite;
}

/* .gallery-title span {
  color: #0b0a0a;
} */
.text-left h6 {
  text-align: left !important;
}
/*================================================
Class Area CSS
=================================================*/
.class-area {
  position: relative;
  z-index: 1;
}

.class-area.bg-fdf6ed {
  background-color: #fdf6ed;
}

.single-class {
  margin-bottom: 30px;
}

.single-class .class-image {
  overflow: hidden;
}

.single-class .class-image img {
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}

.single-class .class-content {
  background-color: #ffffff;
  padding: 45px 30px 30px;
  position: relative;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.single-class .class-content .price {
  position: absolute;
  display: inline-block;
  padding: 10px;
  background-color: #e33d5c;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  border-radius: 0 0 0 10px;
  transition: 0.5s;
}

.single-class .class-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.single-class .class-content h3 a {
  color: #1b0238;
}

.single-class .class-content p {
  margin-bottom: 0;
}

.single-class .class-content .class-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #e33d5c;
}

.single-class .class-content .class-list li {
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-right: 15px;
}

.single-class .class-content .class-list li:last-child {
  margin-right: 0;
}

.single-class .class-content .class-list li span {
  color: #e33d5c;
  font-size: 15px;
  font-weight: 500;
}

.single-class .class-content .class-btn {
  margin-top: 25px;
}

.single-class .class-content .class-btn .default-btn {
  padding: 10px 30px;
}

.single-class:hover .class-image img {
  transform: rotate(2deg) scale(1.2);
}

.single-class:hover .class-content .price {
  background-color: #f5890d;
}

.single-class:hover .class-content h3 a {
  color: #e33d5c;
}

.class-shape .shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.small-title {
  color: #e33d5c;
  font-weight: 500;
  font-family: "Bubblegum Sans", sans-serif;
  font-size: 18px;
}

.brand-accent {
  color: #e33d5c;
}

.gallery-badge {
  display: inline-block;

  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 18px;
  color: #e33d5c;
  font-family: "Bubblegum Sans", sans-serif;
}

.class-shape .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dropdown .dropdown-menu a:hover {
  background: #f5edec;
  color: #0f0e0e;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\F282";
  font-family: "bootstrap-icons";
  vertical-align: middle;
  margin-left: 1px;
  font-size: 11px;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-link {
  margin-right: 20px;
  padding: 5px 0;
  color: #ffffff;
  font-size: 16px;
  text-transform: initial;
  outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #ff9800;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 400;
}
.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
    border-radius: 10px;
  }
}

/* Login link hover */
.login-link:hover {
  color: #00beae;
}
.modern-social {
  display: flex;
  align-items: center;
  gap: 0px;
}

/* Icon base */
.modern-social a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
/* Hover effect */
.modern-social a:hover {
  background: #ff9e0e;
  color: #000;
  transform: translateY(-2px);
}

/* Optional brand hover colors */
.modern-social a:nth-child(1):hover {
  background: #1877f2;
  color: #fff;
}
.modern-social a:nth-child(2):hover {
  background: #1da1f2;
  color: #fff;
}
.modern-social a:nth-child(3):hover {
  background: #db4437;
  color: #fff;
}
.modern-social a:nth-child(4):hover {
  background: #ff0000;
  color: #fff;
}
.modern-social a:nth-child(5):hover {
  background: #e1306c;
  color: #fff;
}
.modern-social a:nth-child(6):hover {
  background: #0a66c2;
  color: #fff;
}
/* Brand */
.brand-main {
  color: #00beae;
}

/* Nav links */
.nav-link {
  font-weight: 500;
  padding: 10px 18px;
  color: #333;
}

.nav-link.active {
  color: #00beae;
}
/* Modern dropdown background & shadow */
.modern-dropdown {
  background-color: #fff;
  border: none;
  min-width: 220px;
  transition: all 0.3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Dropdown items */
.modern-dropdown .dropdown-item {
  font-size: 14px;
  padding: 8px 5px;
  color: #333;
  font-weight: 450;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.modern-dropdown .dropdown-item:hover {
  background-color: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
  transform: translateX(5px);
  padding: 8px 15px;
}

/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.2rem;
  border-radius: 0.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Arrow for submenu */
.dropdown-submenu > a i {
  font-size: 0.8rem;
}

/* Smooth animation for showing dropdown */
.dropdown-menu {
  transform: translateY(10px);

  transition: all 0.3s ease;
}

.dropdown.show > .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-radius: 0.5rem;
  }

  .dropdown-submenu > .dropdown-menu {
    padding-left: 1rem;
  }
}

.it-section-subtitle-5.orange {
  color: #ff9e0e;
}

.it-section-subtitle-5 i {
  font-size: 18px;
}

.about-img img:hover {
  background: #ffc107 !important;
} /* Brand Colors */

/* sloder btnss */
/* Common Button Style */
.ui-btn {
  padding: 13px 40px;
  border-radius: 50px 50px 50px 0;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.fs-3 {
  font-size: 27px !important;
}
/* Primary Button */
.ui-btn-primary {
  background: linear-gradient(135deg, #fff, #fff);
  color: #000;
  border: none;
}

.ui-btn-primary:hover {
  background: linear-gradient(135deg, #fa8231, #fa8231);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(15, 185, 177, 0.35);
  color: #ffffff;
}

/* Secondary Button */
.ui-btn-secondary {
  background: linear-gradient(135deg, #fa8231, #fa8231);
  color: #ffffff;
  border: none;
}

.ui-btn-secondary:hover {
  background: linear-gradient(135deg, #f7b731, #fa8231);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(250, 130, 49, 0.35);
  color: #ffffff;
}

/* Button */
.split-btn {
  background: var(--accent);
  color: #fff;
  padding: 12px 36px;
  border-radius: 50px 50px 50px 0;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.split-btn:hover {
  background: var(--primary);
  color: #fff;
}

.theme-btn {
  font-size: 14px;
  color: #ffffff;
  padding: 14px 15px;
  transition: all 0.5s ease-in-out;
  text-transform: inherit;
  position: relative;
  border-radius: 50px 50px 50px 0;
  font-weight: 500;
  letter-spacing: 0px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: #e33d5c;
  box-shadow: 15px 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}
.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #116e63;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: #fff;
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.page-header {
  background:
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #e33d5c;
}
.text-danger {
  color: #e33d5c !important;
}

/* ============================= */
/* Decorative Shapes */
/* ============================= */
.shape {
  position: absolute;
  color: #ffffff;
  opacity: 0.8;
  font-size: 36px;
  z-index: 2;
}

.shape-left {
  left: 40px;
  top: 55%;
}

.shape-right {
  right: 60px;
  top: 90px;
}

.shape {
  position: absolute;
  color: #ffffff;
  opacity: 0.9;
  z-index: 3;
  pointer-events: none;
}

/* Left shape – floating */
.shape-left {
  left: 40px;
  top: 35%;
  font-size: 42px;
  animation: floatY 6s ease-in-out infinite;
}

/* Right shape – rotating + floating */
.shape-right {
  right: 60px;
  top: 0px;
  font-size: 34px;
  animation: rotateFloat 10s linear infinite;
}
.section-subtitle {
  font-size: 14px;
  color: #ffffffa3 !important;
}

/* ============================= */
/* Animations */
/* ============================= */
@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@keyframes rotateFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}
/* Team */
.team-area2 .team-item {
  padding: 0px 30px 30px 30px;
  background: transparent;
  box-shadow: none;
  overflow: unset;
}

.team-item {
  position: relative;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all 0.5s ease-in-out;
}
.team-area2 .team-img img {
  border-radius: 40px;
  width: 100%;
}
.team-img img {
  border-radius: 8px;
}
.team-social a {
  display: block;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 15px;
  background: #e33d5c;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.team-area2 .team-content {
  margin-top: 30px;
}
.team-content {
  margin-top: 15px;
  position: relative;
}
.team-bio h5 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: initial;
  font-weight: 550;
}
.team-bio h5 a {
  color: #000;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 15px;
}
.site-title {
  font-size: 38px;
}
.team-bio span {
  font-size: 13px;
  font-weight: 500;
  color: #009688;
  text-transform: inherit;
  letter-spacing: 1px;
}
.team-area2 .team-social-btn {
  right: 0;
}
.team-area2 .team-social-btn {
  bottom: 39px;
}
.team-social-btn {
  position: absolute;
  right: -5px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding-left: 12px;
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  background: #e33d5c;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.team-item:hover .team-social-btn {
  background: #116e63;
}
.team-area2 .team-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: -1;
}
.team-item:hover .team-social {
  opacity: 1;
  right: 30px;
}

.team-area2 .team-img img {
  border-radius: 40px;
}

.team-area2 .team-content {
  margin-top: 30px;
}
.team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 50px;
  right: 0px;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.team-area2 .team-social-btn {
  bottom: 39px;
}

.team-area2 .team-social-btn {
  right: 0;
}
.team-area2 .team-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: -1;
}
.floating-gallery {
  /* background: linear-gradient(135deg, #00beae, #007c73); */
  background: url(../img/team-bg-4-1.png) no-repeat;
  position: relative;
  overflow: hidden;
}

.gallery-badge {
  display: inline-block;

  font-weight: 500;
  margin-bottom: 3px;
  font-size: 18px;
  color: #e33d5c;
  font-family: "Bubblegum Sans", sans-serif;
}
.gallery-title {
  font-size: 2.6rem;
  font-weight: 700;
}

.gallery-title span {
  color: #e33d5c;
}

.gallery-desc {
  opacity: 0.9;
  color: #000;
}
.float-overlay h5 {
  color: #fff;
}
.float-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 17px 60px rgb(255 152 0 / 8%);
  transition: transform 0.5s ease;
}

.float-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.float-card:hover {
  transform: translateY(-15px);
}

.offset-card {
  transform: translateY(40px);
}

.float-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.float-overlay i {
  font-size: 32px;
  margin-top: 8px;
  color: #ff9e0e;
}

.float-card:hover .float-overlay {
  opacity: 1;
}
.articles-section {
  padding: 60px 0;
}

.articles-section h2 {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.article-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 2px 2px 50px 0 rgba(0, 0, 27, 0.1);
  transition: transform 0.3s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.article-card:hover {
  transform: translateY(-5px);
}
.article-card img {
  width: 310px;
  height: 185px;
  object-fit: cover;
}

.article-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #e33d5c;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}

.article-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.article-meta {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
  font-weight: 450;
}

.article-meta i {
  margin-right: 5px;
}
.read-more {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  color: #e33d5c;
}
.read-more:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .article-card {
    flex-direction: column;
    text-align: center;
  }
  .article-card img {
    margin-bottom: 15px;
    width: 100%;
  }
  .hero-header .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .hero-header {
    padding: 0px;
  }
  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.cmn-bg {
  background: #fff0e5;
}
.section-title .sub-title {
  margin-bottom: 14px;
  font-size: 19px;
  line-height: 24px;
  font-family: "Bubblegum Sans", sans-serif;
  display: block;
  color: #ff9800;
}
.pra {
  color: #5c707e;
}
.p2-bg {
  background: #f7941e;
}

.white {
  color: #fff;
}
.stay-section .stay-element {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.stay-section span {
  font-size: 16px;
  line-height: 25.6px;
  margin: 0px;
  transition: all 0.4s ease-in-out;
}
.stay-section {
  z-index: 1;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

.p2-bg {
  background: #ff9800;
}
.round100 {
  border-radius: 50px;
}
.theme-btn1 {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  padding: 12px 23px !important;
}
.m-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
/* Inner text styling */
.theme-btn1 span.white {
  color: #fff; /* white text */
  display: inline-block;
  transition: all 0.3s ease;
}

/* Hover effect */
.theme-btn1:hover {
  background: #00beae; /* hover color */
  text-decoration: none;
}

.theme-btn1:hover span.white {
  color: #fff; /* text stays white on hover */
}
/* Footer */
/* Vertical floating */
.footer-apple {
  animation: appleFloat 4s ease-in-out infinite;
}

/* Smooth bottom floating animation */
@keyframes appleFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.list-area i {
  font-size: 0px;
}
.footer-cut {
  animation: floatX 5s ease-in-out infinite;
}

/* Vertical floating */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Horizontal floating */
@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}

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

/* Horizontal floating */
@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
.p1-bg {
  position: relative;
  background: url(../img/teacher-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* Overlay color */
.p1-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #021316d2; /* change color here */
  z-index: 1;
}

/* Keep content above overlay */
.p1-bg > * {
  position: relative;
  z-index: 2;
}

.footer-widgets-wrapper {
  padding: 50px 0 80px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget .footer-logo {
  margin-bottom: 30px;
  display: block;
}
.footer-style2 .single-footer-widget .footer-content .pre-pragraph {
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  margin-bottom: 30px;
}
.footer-style2 .single-footer-widget .footer-content .social-wrapper {
  gap: 8px;
}
.footer-style2 .single-footer-widget .footer-content .social-wrapper a {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}
.social-wrapper a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.footer-style2 .single-footer-widget .widget-head h4 {
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.lited {
  color: #fff;
}
.rotate-img {
  width: 30px; /* adjust size */
  animation: rotate360 2s linear infinite;
}

/* Keyframes */
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Footer car animation */
.bg-shape.car-move {
  position: absolute;
  bottom: 44px;
  left: -200px; /* start outside screen */
  width: 80px; /* adjust as needed */
  animation: carMove 12s linear infinite;
  z-index: 1;
}

/* Animation */
@keyframes carMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(120vw); /* move fully right */
  }
}

.footer-style2 .single-footer-widget .list-area {
  display: grid;
  gap: 10px;
}

.footer-style2 .single-footer-widget .list-area li a {
  transition: all 0.4s;
  font-size: 15px;
  color: #ffffffcc;
}
.footer-style2 .single-footer-widget .list-contact li i {
  color: #ffffffcc;
  font-size: 16px;
  line-height: 2;
}
.footer-style2 .single-footer-widget .list-contact {
  gap: 6px;
}
.footer-style2 .footer-apple {
  right: 60px;
  top: 180px;
  animation: updown 2s linear infinite;
}
.footer-style2 .footer-cut {
  bottom: 170px;
  left: 40%;
}

.position-absolute {
  position: absolute !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-bottom {
  position: relative;
  z-index: 9;
}
.footer-style2 .footer-bottom .footer-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom .footer-wrapper {
  position: relative;
  z-index: 9;
  padding: 16px 0 19px;
}
.list-area p {
  color: #ffffffcc !important;
}
.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-style2 .footer-bottom .footer-wrapper .footer-menu li a {
  color: #fffffffc;
}
.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: #f7941e;
}
.footer-bottom .footer-wrapper .footer-menu li a {
  background-image: linear-gradient(#f39f5f, #f39f5f);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.about-school {
  background: #fffaf4;
  overflow: hidden;
}

/* IMAGE AREA */
.about-img-wrap {
  position: relative;
  max-width: 500px;
}

.about-img-wrap .main-img {
  border-radius: 20px;
}

.about-img-wrap .small-img {
  position: absolute;
  bottom: -40px;
  left: -40px;
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
  max-width: 260px;
}

/* CONTENT CARD */
.about-content-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 45px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.about-content-card .sub-title {
  color: #ff9e0e;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Bubblegum Sans", sans-serif;
  font-size: 18px;
}

.about-content-card h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

.about-content-card p {
  color: #6b6b6b;
  font-size: 16px;
}

/* CHECK LIST */
.checklist p {
  font-weight: 500;
  color: #333;
}

.checklist i {
  color: #7acb00;
  margin-right: 8px;
}

/* BUTTONS */
.btn-purple {
  background: #ff9e0e;
  color: #fff;
  border-radius: 50px;
  padding: 12px 28px;
}

.btn-purple:hover {
  background: #00beae;
  color: #fff;
}

.btn-outline-purple {
  border: 2px solid #00beae;
  color: #00beae;
  border-radius: 50px;
  padding: 12px 28px;
}

.btn-outline-purple:hover {
  background: #00beae;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-img-wrap {
    margin: auto;
  }

  .about-img-wrap .small-img {
    left: 0;
  }

  .about-content-card {
    padding: 30px;
  }
}

.about-section-two .anim-image {
  position: absolute;
  bottom: 165px;
  left: -100px;
}
.section-before.style-2 {
  top: -10px;
}
.section-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}
.section-after.style-2 {
  bottom: -10px;
}
.section-after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}
.services-section {
  background-color: #ffffff;
}

/* Heading */
.service-subtitle {
  color: #b24cff;
  font-weight: 600;
  font-size: 18px;
}

.service-title {
  font-size: 42px;
  font-weight: 700;
  color: #12343b;
  line-height: 1.3;
}

/* Service Card */
.service-card {
  padding: 40px 25px;
  border-radius: 30px;
  height: 100%;
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-10px);
}

/* Icon */
.service-card .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

/* Title */
.service-card .title {
  font-weight: 700;
  margin-bottom: 15px;
}

/* Text */
.service-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* Card Backgrounds */
.bg-bus {
  background: #fde9e2;
}
.bg-sports {
  background: #eeecff;
}
.bg-music {
  background: #fff3d9;
}
.bg-teacher {
  background: #e5fffb;
}

/* Icon Backgrounds */
.bg-icon-bus {
  background: #ff6b35;
  color: #fff;
}
.bg-icon-sports {
  background: #7a6cff;
  color: #fff;
}
.bg-icon-music {
  background: #ffb703;
  color: #fff;
}
.bg-icon-teacher {
  background: #4fd1c5;
  color: #fff;
}
.icon img {
  width: 50px;
  height: 50px;
}
/* Title Colors */
.text-bus {
  color: #ff6b35;
}
.text-sports {
  color: #7a6cff;
}
.text-music {
  color: #ffb703;
}
.text-teacher {
  color: #4fd1c5;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.shape-mockup {
  position: absolute;
}
.services-section {
  position: relative;
}

/* Shape base */
.shape-mockup {
  position: absolute;
  z-index: 0;
}

.shape-mockup img {
  width: auto;
  max-width: 80px;
  animation-fill-mode: both;
}

/* Floating animation */
.shape-float img {
  animation: floatY 6s ease-in-out infinite;
}

/* Rotating animation */
.shape-rotate img {
  animation: rotateFloat 10s linear infinite;
}

/* Keyframes */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes rotateFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
/* Section */
.kids-award-section {
  background: linear-gradient(180deg, #fff 0%, #f4fbff 100%);
}

/* Heading */
.kids-badge {
  background: #ff9e0e;
  color: #fff;
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}

.kids-title {
  font-size: 42px;
  font-weight: 800;
  color: #12343b;
  line-height: 1.3;
}

/* Award Card */
.kids-award-card {
  background: #fff;
  border-radius: 35px;
  padding: 45px 25px;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.kids-award-card:hover {
  transform: translateY(-15px) rotate(-1deg);
}

/* Icon */
.icon-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon-wrap img {
  width: 60px;
}

/* Card Colors */
.kids-award-card.pink {
  border-top: 8px solid #ff6b9d;
}
.kids-award-card.blue {
  border-top: 8px solid #6c63ff;
}
.kids-award-card.yellow {
  border-top: 8px solid #ffb703;
}
.kids-award-card.green {
  border-top: 8px solid #00beae;
}

/* Text */
.kids-award-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.kids-award-card p {
  font-size: 14px;
  color: #666;
}

/* Year */
.year {
  margin-top: 15px;
  display: inline-block;
  background: #00beae;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

/* Floating Shapes */
.shape {
  position: absolute;
  width: 70px;
  animation: float 6s ease-in-out infinite;
}

.star {
  top: 10%;
  left: 8%;
}
.cloud {
  top: 15%;
  right: 10%;
  animation-delay: 2s;
}
.balloon {
  bottom: 15%;
  left: 12%;
  animation-delay: 4s;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Section */
.kids-awards-modern {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

/* Heading */
.award-pill {
  background: linear-gradient(90deg, #ff9e0e, #ff6b6b);
  color: #fff;
  padding: 10px 26px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
}

.award-title {
  font-size: 44px;
  font-weight: 800;
  color: #12343b;
}

.award-title span {
  color: #00beae;
}

.award-subtitle {
  color: #666;
  font-size: 16px;
}

/* Award Card */
.award-card-modern {
  background: #fff;
  border-radius: 35px;
  padding: 45px 25px;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  animation: fadeUp 1s ease forwards;
}

.award-card-modern:hover {
  transform: translateY(-15px) scale(1.04);
}

/* Icon */
.award-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-icon img {
  width: 60px;
}

/* Icon Colors */
.pink {
  background: #ffe1ec;
}
.blue {
  background: #e8e7ff;
}
.yellow {
  background: #fff3d9;
}
.green {
  background: #e5fffb;
}

/* Year */
.year {
  display: inline-block;
  margin-top: 12px;
  background: #00beae;
  color: #fff;
  padding: 6px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

/* Delays */
.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}

/* Fade Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Floating Shapes */
.shape {
  position: absolute;
  width: 70px;
  animation: float 6s ease-in-out infinite;
}

.star {
  top: 12%;
  left: 6%;
}
.cloud {
  top: 18%;
  right: 10%;
  animation-delay: 2s;
}
.balloon {
  bottom: 15%;
  left: 12%;
  animation-delay: 4s;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Section */
.kids-awards-gallery {
  background: linear-gradient(180deg, #ffffff, #f4fbff);
}

/* Heading */
.award-chip {
  background: #ff9e0e;
  color: #fff;
  padding: 8px 24px;
  border-radius: 40px;
  font-weight: 600;
}

.award-title {
  font-size: 40px;
  font-weight: 800;
  color: #12343b;
}

.award-title span {
  color: #ff9e0e;
}
.kids-awards-gallery .shapes {
  position: absolute;
  width: 27px;
  animation: spinFloat 8s linear infinite;
}
/* Image Box */
.award-img-box {
  background: #fff;
  border-radius: 14px;
  padding: 0px 4px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.award-img-box img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
}

/* Hover */
.award-img-box:hover {
  transform: translateY(-15px) scale(1.05);
}

/* Floating Animations */
.float-1 {
  animation: float 5s ease-in-out infinite;
}
.float-2 {
  animation: float 6s ease-in-out infinite;
}
.float-3 {
  animation: float 4.5s ease-in-out infinite;
}
.float-4 {
  animation: float 6.5s ease-in-out infinite;
}
.float-5 {
  animation: float 5.5s ease-in-out infinite;
}

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

/* Shapes */
.shape {
  position: absolute;
  width: 60px;
  animation: spinFloat 8s linear infinite;
}

.star {
  top: 15%;
  left: 8%;
}

.cloud {
  bottom: 15%;
  right: 10%;
}

@keyframes spinFloat {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(180deg) translateY(-15px);
  }
  100% {
    transform: rotate(360deg) translateY(0);
  }
}

/*================================================
Activities Area CSS
=================================================*/
.activities-area {
  background-image: url(../img/activities-bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 50px;
}
.single-activities {
  position: relative;
  margin-bottom: 30px;
}
.single-activities .number span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #1b0238;
  background-color: #e33d5c;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  font-weight: bold;
}
.single-activities .number span::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 1px solid #e33d5c;
  border-radius: 50px;
  top: -5px;
  left: -5px;
  right: 0;
  transition: 0.5s;
}
.single-activities .number .bg-2 {
  background-color: #fdbea8;
}
.single-activities .number .bg-2::before {
  border: 1px solid #fdbea8;
}
.single-activities .number .bg-3 {
  background-color: #b6fdd6;
}
.single-activities .number .bg-3::before {
  border: 1px solid #b6fdd6;
}
.single-activities .number .bg-4 {
  background-color: #fd91a8;
}
.single-activities .number .bg-4::before {
  border: 1px solid #fd91a8;
}
.single-activities .number .bg-5 {
  background-color: #fce0ad;
}
.single-activities .number .bg-5::before {
  border: 1px solid #fce0ad;
}
.single-activities .number .bg-6 {
  background-color: #cca0fe;
}
.single-activities .number .bg-6::before {
  border: 1px solid #cca0fe;
}
.single-activities .activities-content {
  padding-left: 90px;
}
.text-warning {
  color: #fda31b !important;
}
.single-activities .activities-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.single-activities .activities-content h3 a {
  color: #1b0238;
}
.single-activities .activities-content p {
  margin-bottom: 12px;
  width: 319px;
}
.single-activities .activities-content .activities-btn {
  font-size: 15px;
  color: #ff9800;
  font-weight: 500;
  transition: 0.5s;
}
.single-activities:hover .number span {
  background-color: #f5890d;
  color: #ffffff;
}
.single-activities:hover .number span::before {
  border: 1px solid #f5890d;
}
.single-activities:hover .activities-content h3 a {
  color: #e33d5c;
}
.single-activities:hover .activities-content .activities-btn {
  letter-spacing: 1px;
}
.shape-6 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 230px;
}
/* Counter Section */

.fix {
  overflow: hidden;
}

.counter-section {
  position: relative;
  z-index: 9;
  padding: 90px 0 120px;
  margin-bottom: -33px;
  background: url(../img/cta-bg.jpg) no-repeat center center;
  background-size: cover; /* ✅ IMPORTANT */
}

.counter-section .line-shape {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.counter-section .box-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.float-bob-x {
  animation: float-bob-x 3s linear infinite;
}
.border-none {
  border: none !important;
}
/* KEYFRAMES */
@keyframes float-bob-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

.counter-wrapper .counter-items {
  text-align: center;
  border-right: 1px dotted #fff;
}
.counter-wrapper .counter-items .content {
  margin-top: 15px;
}
.counter-wrapper .counter-items .content h2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 116%;
  font-weight: 700;
}
.counter-wrapper .counter-items .content p {
  color: #fff;
  font-weight: 450;
  font-size: 18px;
}
.counter-wrapper .counter-items {
  text-align: center;
  border-right: 1px dotted #fff;
}
/* SECTION – NO BACKGROUND COLOR */
.crayon-vmv {
  background: transparent;
  overflow: hidden;
}

/* TITLE */
.crayon-title {
  font-size: 42px;
  font-weight: 900;
  color: #333;
}

.crayon-subtitle {
  color: #777;
  font-size: 16px;
}

/* NOTE CARD */
.crayon-note {
  background: #fff;
  padding: 45px 30px 30px;
  border-radius: 18px;
  position: relative;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  animation: wiggle 3s infinite ease-in-out;
  transition: 0.4s;
}

.crayon-note:hover {
  transform: rotate(-2deg) scale(1.05);
}

/* CRAYON BORDERS */
.vision-note {
  border: 3px dashed #ff9f1c;
}
.mission-note {
  border: 3px dashed #4dabf7;
}
.values-note {
  border: 3px dashed #ff6f91;
}

/* STICKER ICON – FIXED */
.sticker {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  z-index: 2;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  animation: popSticker 2s infinite;
}

/* ICON COLORS */
.sticker-vision {
  background: #ff9f1c;
}
.sticker-mission {
  background: #4dabf7;
}
.sticker-values {
  background: #ff6f91;
}

/* FORCE ICON VISIBILITY */
.sticker i {
  display: inline-block;
  color: #fff;
  font-size: 26px;
}

/* TEXT */
.crayon-note h4 {
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 10px;
}

.crayon-note p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* ANIMATIONS */
@keyframes wiggle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1.5deg);
  }
}

@keyframes popSticker {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

@keyframes drawLine {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.testimonial-section .container {
  max-width: 995px;
}
.testimonial-cloud-bg {
  position: relative;
  background: url(../img/bg-1-1.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  max-width: fit-content;
  height: 590px;
  margin: auto;
  padding: 5px 47px;
  display: flex;
  align-items: center;
}

/* Owl item */
.testimonial-item {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

/* Tag */
.tag {
  color: #ff922b;
  font-weight: 600;
  font-size: 14px;
}

/* Title */
.testimonial-item h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

/* Stars */
.stars i {
  color: #ffc107;
}

/* Text */
.testimonial-item p {
  color: #555;
  margin: 20px auto;
}

/* User */
.testimonial-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.testimonial-user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.testimonial-cloud {
  position: relative;
}

/* Nav wrapper */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: 139%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  z-index: 99999;
}
/* Buttons */
.testimonial-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1ca7b8 !important;
  color: #fff !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  border: none;
}

.testimonial-carousel .owl-prev {
  margin-left: 47px;
  background-color: #22b8cf;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Right arrow */
.testimonial-carousel .owl-next {
  margin-left: 15px;
  background-color: #ff6b6b;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect */
.testimonial-carousel .owl-nav button:hover {
  background: #ff9f1c !important;
}

.contact-section {
  padding: 80px 0;
}

.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border: 1px dashed #e33d5c;
}
.contact-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}

.contact-card h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #9b4dca;
  border-radius: 2px;
}

.contact-card p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.contact-card .form-control {
  border-radius: 9px;
  padding: 11px;
  border: 1px solid #e5e5e5;
  background: #fdf8ff;
  font-size: 14px;
}

.contact-card .btn-primary {
  background: #9b4dca;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.contact-card .btn-primary:hover {
  background: #b76dd0;
  transform: translateY(-3px);
}

/* Info Card */
.info-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border: 1px dashed #e0e0e0;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.info-item i {
  font-size: 1.8rem;
  color: #ff5722;
  background: #ffab9163;
  border-radius: 50%;
  padding: 13px 17px;
  margin-right: 15px;
}
.send-btn {
  background: #e33d5c;
  color: #fff;
  border-radius: 30px;
  padding: 10px 35px;
  font-weight: 600;
}

.send-btn:hover {
  background: #8a1bd1;
  color: #fff;
}
.info-item h6 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.info-item p {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
}

.map-container {
  overflow: hidden;
  border-radius: 15px;
  margin-top: 20px;
  height: 250px;
}

iframe {
  width: 100%;
  height: 297px;
  border: 0;
}
.video-card {
  background: #fff3e0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  padding: 10px;
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.video-title {
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: #ff6f61;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-card,
  .info-card {
    margin-bottom: 30px;
  }
}
.admission-info-text h5 {
  color: #9b4dca;
  font-weight: 700;
  margin-bottom: 15px;
}

.admission-info-text h6 {
  margin-top: 25px;
  font-weight: 700;
  color: #333;
}

.admission-info-text p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}

.admission-points {
  padding-left: 18px;
  margin-top: 10px;
}

.admission-points li {
  margin-bottom: 8px;
  color: #555;
  position: relative;
}

/* Section */
.admission-wrap {
  padding: 20px 0;
}

/* LEFT CONTENT */
.admission-content h1 {
  font-weight: 700;
  color: #6a1bbd;
  animation: slideLeft 1s ease forwards;
}

.admission-content p {
  color: #555;
  font-size: 1rem;
  line-height: 1.8;
  animation: fadeUp 1.2s ease forwards;
}

.admission-content h5 {
  margin-top: 30px;
  font-weight: 700;
}

/* Activities */
.activity-box {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  animation: floatUp 4s infinite ease-in-out;
}
.activity-box:hover {
  transform: translateY(-10px) scale(1.03);
}
.activity-box i {
  font-size: 2.2rem;
  color: #9b4dca;
}

/* FORM */
.admission-form {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  animation: slideRight 1s ease forwards;
}
.admission-form h4 {
  font-weight: 700;
  color: #6a1bbd;
}
.form-control {
  border-radius: 14px;
  padding: 14px;
}
.btn-admission {
  background: #6a1bbd;
  color: #fff;
  border-radius: 50px;
  padding: 12px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-admission:hover {
  background: #8a3fe0;
  transform: translateY(-3px);
}

/* Animations */
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.admission-form-modern {
  background: linear-gradient(135deg, #ffffff, #f7ebff);
  padding: 45px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(106, 27, 189, 0.25);
  animation: popUp 1s ease;
}
.form-header span {
  display: inline-block;
  background: #ff572226;
  color: #ff5722;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.form-header h4 {
  font-weight: 700;
  color: #0a0808;
}
.form-header h4 span {
  color: #e33d5c;
  background: transparent;
  font-size: 1.5rem;
  padding: 0;
}
.form-header p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 30px;
}

/* Floating Input */
.input-group-modern {
  position: relative;
  margin-bottom: 22px;
}

.input-group-modern i {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #009688;
  font-size: 1.1rem;
}

.input-group-modern input,
.input-group-modern select {
  width: 100%;
  padding: 14px 16px 14px 48px;
  border-radius: 18px;
  border: 1px solid #eadcff;
  outline: none;
  background: #fff;
  font-size: 15px;
}

.input-group-modern label {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  color: #322f2fc2;
  pointer-events: none;
  transition: 0.3s;
  background: #fff;
  padding: 0 6px;
}
label {
  display: inline-block;
  font-size: 15px;
}

.input-group-modern input:focus,
.input-group-modern select:focus {
  border-color: #009688;
  box-shadow: none;
}

/* Button */
.btn-submit-modern {
  width: 100%;
  border: none;
  padding: 15px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #00beae, #b39ddb);
  box-shadow: 0 10px 40px rgba(110, 193, 228, 0.35);

  transition: 0.4s;
}

.btn-submit-modern:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(106, 27, 189, 0.45);
}

/* Animation */
@keyframes popUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* LEFT CONTENT NEW */
.admission-content-new {
  animation: slideFadeLeft 1.2s ease forwards;
}

.tagline-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e0f7fa, #ede7f6);
  color: #6a1bbd;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

.admission-content-new h1 {
  font-weight: 800;
  color: #333;
  font-size: 34px;
}
.admission-content-new h1 span {
  color: #e33d5c;
}
.lead-text {
  font-size: 15px;
  color: #555;
  margin-top: 15px;
}

/* FEATURE STRIP */
.feature-strip {
  display: flex;
  gap: 20px;
  margin: 25px 0;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 10px 18px;
  border-radius: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  animation: floatSoft 4s infinite ease-in-out;
}
.feature-item i {
  color: #ff7eb3;
}

/* ACTIVITY CARDS */
.activity-card {
  padding: 22px;
  border-radius: 22px;
  text-align: center;
  color: #333;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  animation: bounceSoft 5s infinite;
}
.activity-card i {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #009688;
}
.activity-card span {
  font-size: 0.8rem;
  color: #666;
}
.activity-card:hover {
  transform: translateY(-10px) rotate(-1deg);
}

/* COLORS */
.color-1 {
  background: linear-gradient(135deg, #e1f5fe, #fff);
}
.color-2 {
  background: linear-gradient(135deg, #fff3e0, #fff);
}
.color-3 {
  background: linear-gradient(135deg, #ede7f6, #fff);
}

/* ANIMATIONS */
@keyframes slideFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes bounceSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.faq-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #f8f9ff, #fff);
}

.faq-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e1f5fe, #ede7f6);
  color: #6a1bbd;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.faq-section h2 {
  font-weight: 800;
  color: #333;
}

.faq-subtitle {
  color: #666;
  font-size: 0.95rem;
  margin-top: 8px;
}

/* FAQ ITEM */
.faq-item {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  animation: fadeUpFaq 1s ease forwards;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 17px 25px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #333;
}
.faq-question i {
  font-size: 1.4rem;
  color: #009688;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 25px;
}

.faq-answer p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
  padding-bottom: 20px;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 300px;
}
.faq-item.active .faq-question i {
  transform: rotate(45deg);
  color: #ff5722;
}

/* ANIMATION */
@keyframes fadeUpFaq {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.academic-calendar {
  padding: 90px 0;
  background: linear-gradient(135deg, #fff5f5, #e6fffb);
  overflow: hidden;
}

/* HEADER */
.calendar-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e33d5c3d, #e33d5c3b);
  color: #e33d5c;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-bottom: 12px;
  /* box-shadow: 0 10px 25px rgba(244, 67, 54, 0.35); */
}
.academic-calendar h2 {
  font-weight: 800;
  color: #222;
}

.calendar-subtitle {
  color: #555;
  font-size: 0.95rem;
  max-width: 600px;
  margin: auto;
}

/* TIMELINE */
.calendar-timeline {
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
}
.calendar-timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #00beae;
  border-radius: 10px;
}

/* ITEM */
.calendar-item {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  animation: slideUpCal 1s ease forwards;
}

.calendar-icon {
  width: 80px;
  height: 70px;
  background: #e33d5c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0 15px 30px rgba(244, 67, 54, 0.35);
  animation: floatIcon 4s infinite ease-in-out;
}

.calendar-icon.teal {
  background: #00beae;
  box-shadow: 0 15px 30px rgba(0, 190, 174, 0.35);
}

/* CONTENT */
.calendar-content {
  background: #fff;
  padding: 22px 28px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.calendar-content h5 {
  font-weight: 700;
  color: #333;
}

.calendar-content span {
  display: inline-block;
  font-size: 0.85rem;
  color: #e33d5c;
  margin-bottom: 6px;
}

.calendar-content p {
  font-size: 0.95rem;
  color: #555;
}

/* ANIMATIONS */
@keyframes slideUpCal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.kids-youtube-gallery {
  background: linear-gradient(135deg, #f0f9ff, #fff5e6);
}

.youtube-card {
  background: #fff;
  border-radius: 22px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.youtube-card:hover {
  transform: translateY(-10px);
}

.youtube-thumb {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.youtube-thumb iframe {
  width: 100%;
  height: 220px;
  border: none;
}
.calendar-badgs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff0000, #ff7a00);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
  animation: badgeBounce 2.5s infinite;
}

.calendar-badgs i {
  font-size: 16px;
}

/* Hover effect */
.calendar-badgs:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(255, 122, 0, 0.4);
}

/* Soft bounce animation */
@keyframes badgeBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 122, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.youtube-card:hover .play-overlay {
  opacity: 1;
}
.display-3 {
  font-size: 3rem;
}
.youtube-card h5 {
  margin-top: 15px;
  font-weight: 600;
  color: #231f1c;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .calendar-timeline::before {
    left: 25px;
  }
  .calendar-icon {
    width: 65px;
    height: 48px;
    font-size: 1.5rem;
  }
}
section {
  padding: 90px 0;
}
.section-title h2 {
  font-weight: 800;
}
.pill {
  background: linear-gradient(135deg, #e33d5c, #00beae);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
}

/* HERO */
.curriculum-hero {
  background: linear-gradient(135deg, #fff5f5, #e6fffb);
}
.hero-points div {
  margin-top: 10px;
  color: #555;
}
.hero-card {
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  animation: float 4s infinite;
}

/* CARDS */
.model-card,
.faculty-card,
.assessment-box,
.method-item,
.value-card {
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}
.model-card.highlight {
  border-left: 6px solid #e33d5c;
}

/* GRID */
.method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

/* VALUES */
.value-card {
  text-align: center;
  font-weight: 600;
}

/* ANIMATION */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
>

/* =====================
   GLOBAL STYLES
===================== */
body {
  background: #f6fdfc;
  font-family: "Segoe UI", sans-serif;
}
.section-padding {
  padding: 80px 0;
}

/* =====================
   SIDEBAR
===================== */
.curriculum-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}
.curriculum-sidebar h4 {
  font-weight: 800;
  margin-bottom: 25px;
  color: #e33d5c;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu li {
  margin-bottom: 14px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 16px;
  color: #555;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
  position: relative;
}
.sidebar-link i {
  font-size: 18px;
  color: #00beae;
}

/* Hover */
.sidebar-link:hover {
  background: #e6fffb;
  color: #00beae;
  transform: translateX(6px);
}

/* Active */
.sidebar-link.active {
  background: linear-gradient(135deg, #e33d5c, #e33d5ca8);
  color: #fff;
  box-shadow: 0 2px 12px rgba(244, 67, 54, 0.35);
}
.sidebar-link.active i {
  color: #fff;
}

/* =====================
   CONTENT PANELS
===================== */
.curriculum-content {
  display: grid;
  gap: 24px;
}

.curriculum-section {
  background: #fff;
  padding: 40px;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  animation: fadeUp 1s ease forwards;
}
.curriculum-section h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
}
.curriculum-section p {
  color: #555;
  line-height: 1.8;
}

/* Tag */
.panel-tag {
  display: inline-block;
  background: #e6fffb;
  color: #00beae;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
  font-size: 14px;
}
/* Highlight Section */
.curriculum-section.highlight {
  background: linear-gradient(135deg, #e33d5c, #00beae);
  color: #fff;
}
.curriculum-section.highlight p,
.curriculum-section.highlight h2 {
  color: #fff;
}

/* =====================
   FEATURE LIST
===================== */
.feature-list {
  margin-top: 20px;
}
.feature-item {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 14px;
}
.feature-item i {
  font-size: 20px;
  color: #e33d5c;
}

/* =====================
   ANIMATION
===================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 991px) {
  .curriculum-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}
.school-facilities {
  background: #fff;
}

.facility-card {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 30px 30px 30px 59px;
  height: 100%;
  transition: 0.4s ease;
}

.facility-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.facility-icon {
  position: absolute;
  left: -28px;
  top: 28px;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #ffccbc;
  border: 1px solid #f6cdc0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ff5722;
  animation: floatIcon 3s ease-in-out infinite;
}

.facility-content h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.facility-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* ICON ANIMATION */
@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .facility-card {
    padding: 25px;
  }
  .facility-icon {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 12px;
  }
}
/*  */

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #1b0238;
  margin-right: 20px;
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #1b0238;
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6b6b84;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #e33d5c;
}
.blog-details-desc .article-content .entry-meta ul li i {
  color: #e33d5c;
  margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #e33d5c;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #6b6b84;
}
.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 40px;
  background-color: #faf5f5;
  color: #f5890d;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.blog-details-desc .article-content .features-list li:hover i {
  background-color: #f5890d;
  color: #ffffff;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: #6b6b84;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #1b0238;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: #f5890d;
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #f5890d;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #f5890d;
  transform: translateY(-2px);
}

blockquote,
.blockquote {
  background-color: #fafafa;
  padding: 30px !important;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #f5890d;
  border-right: 3px solid #f5890d;
  border-radius: 5px;
}
blockquote p,
.blockquote p {
  color: #1b0238;
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 500;
  font-style: italic;
}

.post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-navigation .navigation-links {
  display: flex;
  flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
  flex: 0 0 50%;
  max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}
.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 24px;
}
.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 70px;
  color: #1b0238;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #1b0238;
  display: inline-block;
  padding: 5px 25px 5px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #f5890d;
  border-color: #f5890d;
}
.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
}
.comments-area .comment-metadata {
  color: #6b6b84;
  margin-bottom: 10px;
  font-size: 14px;
}
.comments-area .comment-metadata a {
  display: inline-block;
  color: #6b6b84;
}
.comments-area .comment-metadata a:hover {
  color: #f5890d;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 24px;
}
.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-top: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: none;
}
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 1px 0 0 15px;
  height: 60px;
  outline: 0;
  border-radius: 2px;
  color: #1b0238;
}
.comments-area .comment-respond input[type="date"]::-moz-placeholder,
.comments-area .comment-respond input[type="time"]::-moz-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-moz-placeholder,
.comments-area .comment-respond input[type="week"]::-moz-placeholder,
.comments-area .comment-respond input[type="month"]::-moz-placeholder,
.comments-area .comment-respond input[type="text"]::-moz-placeholder,
.comments-area .comment-respond input[type="email"]::-moz-placeholder,
.comments-area .comment-respond input[type="url"]::-moz-placeholder,
.comments-area .comment-respond input[type="password"]::-moz-placeholder,
.comments-area .comment-respond input[type="search"]::-moz-placeholder,
.comments-area .comment-respond input[type="tel"]::-moz-placeholder,
.comments-area .comment-respond input[type="number"]::-moz-placeholder,
.comments-area .comment-respond textarea::-moz-placeholder {
  color: #6b6b84;
}
.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
  color: #6b6b84;
}
.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7.5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6b6b84;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #e33d5c;
  border: none;
  color: #ffffff;
  padding: 10px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 600;
  border-radius: 5px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area {
  position: sticky;
  top: 110px;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background: #e33d5c;
}
.widget-area .widget_search {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 5px;
  padding: 25px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
  border-radius: 5px;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #f5890d;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #eeeeee;
  color: #f5890d;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: 0.5s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
}
.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
  background-color: #f5890d;
  color: #ffffff;
}
.widget-area .widget_ketan_posts_thumb {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 5px;
  padding: 25px;
}
.widget-area .widget_ketan_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_ketan_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_ketan_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_ketan_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_ketan_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-1.jpg);
}
.widget-area .widget_ketan_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-2.jpg);
}
.widget-area .widget_ketan_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-3.jpg);
}
.widget-area .widget_ketan_posts_thumb .item .thumb .fullimage.bg4 {
  background-image: url(../img/blog-4.jpg);
}
.widget-area .widget_ketan_posts_thumb .item .thumb .fullimage.bg5 {
  background-image: url(../img/blog-1.jpg);
}
.widget-area .widget_ketan_posts_thumb .item .thumb .fullimage.bg6 {
  background-image: url(../img/blog-6.jpg);
}
.widget-area .widget_ketan_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_ketan_posts_thumb .item .info span {
  display: block;
  color: #e33d5c;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}
.widget-area .widget_ketan_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 500;
}
.widget-area .widget_ketan_posts_thumb .item .info .title a {
  display: inline-block;
  transition: 0.5s;
  color: #0a0808;
  font-size: 15px;
}
.widget-area .widget_ketan_posts_thumb .item .info .title a:hover {
  color: #f5890d;
}
.widget-area .widget_categories {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 5px;
  padding: 25px;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #1b0238;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 500;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #e33d5c;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #1b0238;
  display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
  color: #f5890d;
}
.widget-area .widget_tag_cloud {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 5px;
  padding: 25px;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}
.widget-area .tagcloud a {
  background: #f5f5f5;
  display: inline-block;
  color: #1b0238;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px !important;
  margin-top: 8px;
  margin-right: 5px;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #f5890d;
}

.gallery-title {
  font-weight: 800;
  margin-top: 10px;
}

/* .gallery-title span {
  color: #ffd700;
} */

.gallery-desc {
  opacity: 0.9;
}

.float-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.float-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.float-card:hover {
  transform: translateY(-10px);
}

.float-card a {
  display: block;
  position: relative;
}

.float-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  opacity: 0;
  transition: 0.4s;
}

.float-card:hover .float-overlay {
  opacity: 1;
}

.float-overlay i {
  font-size: 28px;
}
@media (max-width: 768px) {
  .who-we-are-image-wrap img {
    width: 100%;
  }
  .single-activities .activities-content {
    padding-top: 80px;
    padding-left: 0px;
    text-align: center;
  }
  .single-activities .number span {
    left: 41%;
  }
  .offset-card {
    transform: none;
    margin-bottom: auto;
  }
  .articles-section .mx-5 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
  }
  .main-banner-content h1 {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .articles-section {
    padding: 0px 0;
  }
  .footer-bottom .footer-wrapper .footer-menu li a {
    font-size: 14px;
  }
  .testimonial-carousel .owl-nav {
    position: absolute;
    margin-top: -58px;
  }
  .feature-strip {
    display: block;
    gap: 20px;
    margin: 25px 0;
  }
  .bg-breadcrumb {
    padding-top: 23px !important;
  }
  .bg-breadcrumb .shape-6 img {
    max-width: 123px;
  }
  .crayon-note {
    margin-bottom: 24px;
  }
  .counter-wrapper .counter-items {
    text-align: center;
    border-right: 0px dotted #fff;
  }
  .banner-btn {
    display: flex;
  }
  .default-btn {
    display: inline-block;
    padding: 12px 15px;
    background-color: #e33d5c;
    color: #ffffff !important;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .optional-btn {
    display: inline-block;
    padding: 12px 22px;
    font-size: 15px;
  }
  .shape-4 {
    display: none;
  }
  section {
    padding: 21px 0;
  }
}
/* ===== School Facilities – Kids Theme ===== */
.school-facilities {
  background: linear-gradient(180deg, #fef6e4, #e0f7fa);
  position: relative;
  overflow: hidden;
}

/* Floating clouds */
.school-facilities::before,
.school-facilities::after {
  content: "☁️";
  position: absolute;
  font-size: 99px;
  opacity: 0.2;
  animation: floatCloud 30s linear infinite;
}

.school-facilities::before {
  top: 30px;
  left: -150px;
}

.school-facilities::after {
  bottom: 60px;
  right: -150px;
  animation-duration: 40s;
}

@keyframes floatCloud {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(120vw);
  }
}

/* Facility Card */
.facility-card {
  background: #fff;
  border-radius: 18px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

/* Hover lift + glow */
.facility-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Icon circle */
.facility-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: linear-gradient(135deg, #ffb703, #fb8500);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  animation: bounceIcon 2.5s infinite;
}

/* Icon bounce */
@keyframes bounceIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Different colors per card (fun look) */
.col-lg-6:nth-child(3n) .facility-icon {
  background: linear-gradient(135deg, #8ecae6, #219ebc);
}
.col-lg-6:nth-child(4n) .facility-icon {
  background: linear-gradient(135deg, #ffafcc, #ff6392);
}
.col-lg-6:nth-child(5n) .facility-icon {
  background: linear-gradient(135deg, #b5e48c, #52b788);
}

/* Text */
.facility-content h5 {
  font-weight: 700;
  color: #023047;
}

.facility-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

/* Scroll animation */
.facility-card {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}

.facility-card:nth-child(odd) {
  animation-delay: 0.2s;
}
.facility-card:nth-child(even) {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.facility-icon img {
  width: 30px;
  height: 30px;
}
/* Kids Tag */
.kids-tag {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  animation: wiggle 2s infinite;
}

/* Bounce Cards */
.bounce-card {
  animation: bounceSoft 4s ease-in-out infinite;
}

.delay-1 {
  animation-delay: 0.6s;
}
.delay-2 {
  animation-delay: 1.2s;
}

/* Balloons */
.balloon {
  position: absolute;
  bottom: -120px;
  width: 50px;
  height: 65px;
  border-radius: 50%;
  animation: floatUp 10s linear infinite;
  opacity: 0.85;
}

.balloon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background: #aaa;
  left: 50%;
  top: 100%;
}

.balloon-red {
  background: #ff6b6b;
  left: 10%;
  animation-delay: 0s;
}
.balloon-blue {
  background: #4dabf7;
  left: 45%;
  animation-delay: 3s;
}
.balloon-yellow {
  background: #ffd43b;
  left: 80%;
  animation-delay: 6s;
}

/* Animations */
@keyframes bounceSoft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-900px);
    opacity: 0;
  }
}

@keyframes wiggle {
  0%,
  100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
}
/* Section */
.kids-campus-modern {
  background: #ffffff;
}

/* Image */
.campus-image-wrapper {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
  animation: fadeSlideLeft 1.2s ease;
}

.campus-image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* Content */
.soft-tag {
  display: inline-block;
  background: #f2f4f8;
  color: #555;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 14px;
}

.modern-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
  animation: fadeSlideRight 1.2s ease;
}

.modern-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 22px;
  max-width: 520px;
}

/* Features */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature-item {
  background: #ffffff;
  border-left: 4px solid #6c63ff;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.feature-item span {
  margin-right: 8px;
}

.feature-item:hover {
  transform: translateX(6px);
}

/* Animations */
@keyframes fadeSlideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
} /* Section */
.campus-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff6d5, #e6f7ff);
}

/* Title */
.campus-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #ff6f61;
  animation: slideDown 1s ease;
}

.campus-subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}

/* Cards */
.campus-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  animation: fadeUp 1.2s ease;
}

.campus-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

/* Icon */
.campus-card .icon {
  font-size: 50px;
  margin-bottom: 15px;
  animation: bounce 2s infinite;
}

/* Text */
.campus-card h5 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.campus-card p {
  font-size: 15px;
  color: #666;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/* Section */
.campus-section {
  padding: 80px 0;
  background: #ffffff; /* PURE WHITE */
}

/* Title */
.campus-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #ff6f61;
  animation: slideDown 1s ease;
}

.campus-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

/* Cards */
.campus-card {
  background: #f9fbff; /* soft white-blue */
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  animation: fadeUp 1.2s ease;
}

.campus-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

/* Icon */
.campus-card .icon {
  font-size: 50px;
  margin-bottom: 15px;
  animation: bounce 2s infinite;
}

/* Text */
.campus-card h5 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.campus-card p {
  font-size: 15px;
  color: #555;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.campus-card img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.kids-contact {
  background: linear-gradient(135deg, #fff6e5, #eef7ff);
}

.contact-card {
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.section-title {
  font-weight: 700;
  color: #ff6f61;
}

.subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.kids-input {
  border-radius: 12px;
  padding: 12px;
  border: 2px solid #e0e0e0;
}

.kids-input:focus {
  border-color: #ff6f61;
  box-shadow: none;
}

.kids-btn {
  background: #ff6f61;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  font-weight: 600;
}

.kids-btn:hover {
  background: #ff4c3b;
}

/* Campus Cards */
.campus-box {
  display: flex;
  gap: 15px;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 15px;
  align-items: center;
}

.campus-icon {
  font-size: 32px;
}

.bg-yellow {
  background: #fff3cd;
}

.bg-blue {
  background: #e7f1ff;
}

.bg-pink {
  background: #ffe6f0;
}

.campus-box h6 {
  margin-bottom: 4px;
  font-weight: 600;
}

.campus-box p {
  margin: 0;
  font-size: 14px;
}

.kids-info p {
  font-weight: 600;
  color: #444;
}

.kids-info i {
  color: #ff6f61;
  margin-right: 8px;
}
.campus-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.campus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

/* Header */
.campus-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-weight: 700;
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Body */
.campus-body {
  padding: 20px;
}

.campus-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
}

/* Call Button */
.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 30px;
  background: #0d6efd;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.call-btn:hover {
  background: #084298;
  transform: scale(1.05);
}

/* Color themes */
.campus-yellow .campus-header {
  background: #fff4cc;
}
.campus-blue .campus-header {
  background: #e7f1ff;
}
.campus-pink .campus-header {
  background: #ffe6ef;
}
.campus-card-v2 {
  border-radius: 14px;
  padding: 26px 22px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.campus-card-v2:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

/* Yellow */
.campus-card-v2.yellow {
  background: #fff7e6;
  border-color: #ffe2b8;
}
.campus-card-v2.yellow .campus-icon,
.campus-card-v2.yellow .campus-call {
  color: #f59e0b;
}
.social-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* Base Button */
.social-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  transition: all 0.35s ease;
  text-decoration: none;
}
/* Individual Colors */
.social-btn.fb {
  background: #1877f2;
}
.social-btn.ig {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}
.social-btn.yt {
  background: #ff0000;
}
.social-btn.pt {
  background: #e60023;
}
.social-btn.tw {
  background: #000000;
}
.widget-heads .w-50 {
  width: 28% !important;
}
.social-btn:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  color: #fff;
}

/* Blue */
.campus-card-v2.blue {
  background: #eef4ff;
  border-color: #dbe7ff;
}
.campus-card-v2.blue .campus-icon,
.campus-card-v2.blue .campus-call {
  color: #2563eb;
}

/* Pink */
.campus-card-v2.pink {
  background: #fff1f5;
  border-color: #ffd6e5;
}
.campus-card-v2.pink .campus-icon,
.campus-card-v2.pink .campus-call {
  color: #db2777;
}

/* Common */
.campus-icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.campus-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.campus-name {
  font-weight: 600;
  margin: 12px 0;
  color: #111;
}

.campus-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}
.kids-enquiry-section {
  background: linear-gradient(180deg, #fff7ed, #f0f9ff);
  padding: 80px 0;
}

.kids-enquiry-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 35px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  animation: popIn 0.7s ease;
}

/* Floating icons */
.float-icon {
  position: absolute;
  font-size: 26px;
  animation: float 4s ease-in-out infinite;
}

.float-icon.star {
  top: 15px;
  left: 20px;
}
.float-icon.heart {
  top: 20px;
  right: 30px;
  animation-delay: 1s;
}
.float-icon.book {
  bottom: 20px;
  left: 30px;
  animation-delay: 2s;
}

/* Title */
.kids-tag {
  display: inline-block;
  background: #fde68a;
  color: #92400e;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.kids-title {
  font-weight: 800;
  margin-top: 12px;
}

.kids-subtitle {
  color: #555;
  font-size: 15px;
}

/* Inputs */
.kids-form .form-control {
  height: 48px;
  border-radius: 14px;
  border: 2px dashed #e5e7eb;
  font-size: 14px;
  padding-left: 14px;
  transition: 0.3s;
}

.kids-form textarea.form-control {
  height: auto;
}

.kids-form .form-control:focus {
  border-color: #38bdf8;
  box-shadow: none;
}

/* Button */
.kids-btn {
  background: linear-gradient(135deg, #fb7185, #f59e0b);
  color: #fff;
  padding: 14px 40px;
  border-radius: 40px;
  border: none;
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
}

.kids-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

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

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.main-content p {
  font-size: 15px;
  color: #00000094;
}
.main-content ul {
  padding-left: 2rem !important;
}
.main-content ul {
  padding: 0;
  margin: 0;
  list-style: circle;
}
.main-content h3 {
  font-size: 23px;
  margin-bottom: 29px !important;
  margin-top: 30px !important;
}
