/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: "fredoka-semibold";
	src: url(../tiss-theme/assets/Fredoka/static/Fredoka-SemiBold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: "sfpro-medium";
	src: url(../tiss-theme/assets/SF-Pro/FontsFree-Net-SFProDisplay-Medium.ttf);
	font-weight: 500;
}


@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Regular.otf);
	font-weight: 400;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Medium.otf);
	font-weight: 500;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Semibold.otf);
	font-weight: 600;
}
@font-face {
	font-family: general;
	src: url(../tiss-theme/assets/general/GeneralSans-Bold.otf);
	font-weight: 700;
}





h1,h2,h3,h4,h5,h6{
     font-family: "sfpro-medium";
}
p, a{
   font-family: "Poppins";
    color: #000000de;  
    font-size: 16px;                                         
}
span{
   font-family: "Poppins"; 
}
a:hover{
   
    text-decoration: none !important;
}


.custom-container{
    padding:60px 4% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}

::selection {
  background: #8f5220;
  color: #fff;
}

::-moz-selection {
  background: #8f5220;
  color: #fff;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #93ae2f;
}
  html {
    scroll-behavior: smooth;
  }
body{
    background: #ffffff !important;
}

.container {
    max-width: unset !important;
    padding: 0 4% !important;
}


/* top header start */

.top-header {
    position: fixed;
    top: 0;
    padding: 10px 0;
    width: 100%;
    background-image: url(./assets/img/Header.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
}

.cont-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
}

.cont-head-info-email, .cont-head-info-numb {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
}

.cont-head i {
    color: #fff;
    margin-right: 6px;
}

.cont-head a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.cont-head a:hover {
    color: #000000;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 15px;
}

.cont-head-right i {
    color: #ffffff;
    transition: all 0.3s ease;
    margin-right: 5px;
    font-size: 18px;
}

.cont-head-address {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #fff;
}


/* top header ends */

 

/* header section start */

.header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #fff;
    text-align: center;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: -1px 0px 15px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    transition: 0.3s ease-in-out;
}

.menu-logoheader {
  padding: 20px 0;
}

.header-logo img {
    width: 288px;
    object-fit: contain;
    height: 85px;
    display: block;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.header-button {
    display: flex;
    align-items: center;
}

.enquiry-btn a {
    position: relative;
    display: inline-block;
    padding: 25px 50px;
    background: #93ae2f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    height: 30px;
    width: 180px;
    border-radius: 25px;
}

.enquiry-btn a .btn-text {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.4s ease;
}

.enquiry-btn a .btn-text:first-child {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  color: #fff;
}

.enquiry-btn a .btn-text:last-child {
  top: 120%;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.enquiry-btn a:hover .btn-text:first-child {
  top: 0;
  transform: translateY(-100%);
  color: #fff;
}

.enquiry-btn a:hover .btn-text:last-child {
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.f-nav .header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 66px;
    z-index: 99;
    border-radius: 0;
    margin: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    transition: 0.3s ease-in-out;
}

.f-nav .header-wrapper .header-logo img {
    height: auto;
    width: 270px;
}

.f-nav .post-marquee-wrap {
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.6 !important;
    height: unset !important;
    padding: 0px 8px 0px 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #93ae2f !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #93ae2f !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #a77b3b !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #93ae2f !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #93ae2f !important;
    font-weight: 600 !important;
}


 /* header section ends */


 /* marqee section start  */

.post-marquee-wrap {
    background: #fff1e2;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 0;
}

.post-marquee {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  margin: 0 8px;
  font-size: 14px;
  color: #000000;
  padding-right: 15px; /* space for border */
  border-right: 1px solid #000; /* border divider */
}

.post-marquee .marquee-item:last-child {
  border-right: none; /* remove border for last item */
}

.marquee-title {
  color: #000;
  font-weight: 500;
  margin-left: 8px;
}

.marquee-item i {
  color: #000000;
  font-size: 14px;
  vertical-align: middle;
}


/* marquee section end  */


 /* banner start  */

.home-banner-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 54, 54, 0.397);
    z-index: 1;
}

.home-caption-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.caption-slider {
  height: 200px; /* Adjust this depending on caption height */
  overflow: hidden;
  margin-bottom: 20px;
}

.banner-caption-item {
  color: #F1EBCA;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 200px;
}

/* ✅ Tag Field Style */
.banner-tag {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.banner-caption-item h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #F1EBCA;
    font-family: "fredoka-semibold";
}

.caption-content p {
    color: #F1EBCA;
    font-size: 16px;
    width: 60%;
    margin: auto;
}

.swiper-slide-active .banner-caption-item {
  animation: slideUp 1s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-enquiry-btn {
    width: 100%;
    text-align: center;
    pointer-events: auto;
}

/* banner ends */


/* announcement section start */

.announcement-bar {
    background: #0f0f0f;
    padding: 10px 0;
    color: #fff;
    width: 100%;
}

.announcement-bar .announcement-bar-contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Left title */
.ann-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ann-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ann-divider {
    width: 1px;
    height: 22px;
    background: rgba(255,255,255,0.4);
}

.ann-text-box {
    flex: 1;
    padding-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.ann-text-box::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #ff3d3d;
    border-radius: 50%;
    animation: dotPulse 1.2s infinite ease-in-out;
    margin-left: 15px;
}

/* ✔ Animation for dot background color */
@keyframes dotPulse {
    0%   { background-color: #ffffff; }
    /* 50%  { background-color: #ffffff; } */
    100% { background-color: #ff0000; }
}

.ann-text {
    margin: 0;
    margin-left: 22px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.ann-right-icon img {
    width: 50px;
    height: 50px;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    object-fit: contain;
}

/* announcement section end  */


/* about section star   */

.about-us-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.abt-coun-col-1 {
    padding: 0px 15px 0 0px !important;
}

.abt-coun-col-2, .abt-coun-col-3 {
    padding: 0 18px 0 0 !important;
}

.about-us-subtitle {
  background: #f3f3f3;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  color: #333;
}

.about-us-description {
  color: #555;
  line-height: 1.7;
  margin-top: 16px;
}

.about-us-description h1 {
    font-family: "fredoka-semibold";
    color: #000;
    font-size: 45px;
}

.about-us-image {
    width: 100%;
    object-fit: cover;
    height: 550px;
    border-radius: 23px;
}

.about-us-stat-box {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 238px;
    justify-content: space-between;
}

.about-us-stat-box h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 6px;
    text-align: left;
}

.about-us-stat-box p {
    font-size: 14px;
    margin: 0;
    color: #333;
    text-align: left;
    font-weight: 600;
}

.about-btn {
  margin-top: 20px;
}

.about-us-review-avatars img {
    width: 144px;
    object-fit: contain;
    height: 40px;
}

.about-us-sub-counter-card {
    background: #eeffd8;
    padding: 20px 30px 10px;
    border-radius: 20px;
}

.about-us-green {
  padding: 0 !important;
}

.about-us-green h3, .about-us-green p {
  text-align: left;
}

.about-us-yellow {
  padding: 0 !important;
}

.about-us-yellow h3, .about-us-yellow p {
  text-align: right;
}

.about-us-purple { 
  background-color: #f5e7ff; 
}

.about-us-orange { 
  background-color: #ffe7d1; 
}


/* about section end  */



/* journey section start  */

.journey-timeline-section {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.journey-img-1 {
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 23px;
    width: 500px;
    object-fit: contain;
}

.journey-img-2 {
    position: absolute;
    top: 36px;
    bottom: 0;
    left: -28px;
    width: 350px;
    object-fit: contain;
}

.journey-timeline-section .section-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
}

.timeline-wrapper {
  position: relative;
  padding-top: 40px;
}

.timeline-line {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #111;
  border-radius: 10px;
  z-index: 1;
}

.timeline-item {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    z-index: 2;
    padding: 0px 20px 0 0px !important;
}

.timeline-year {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: -35px;
    z-index: 3;
}

.timeline-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #111;
    border-radius: 50%;
    margin: 10px auto;
    position: absolute;
    top: 3px;
    left: 46%;
    z-index: 2;
    transform: translateX(-50%);
}

.timeline-card {
    background: #fff;
    border-radius: 0 0px 20px 20px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 24%);
    padding: 8px;
    margin-top: 10px;
    min-height: 135px;
    text-align: left;
}

.timeline-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.timeline-card p {
    font-size: 12px;
    color: #000000;
    margin: 0;
}


/* journey section end  */


/* mobile version journey section start  */

.mobile-version-timeline-section {
  display: none;
}

.mobile-version-timeline-wrapper {
  position: relative;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-version-timeline-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
}

.mobile-version-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #000000;
    z-index: 1;
}

.mobile-version-timeline-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.mobile-version-timeline-item {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.mobile-version-timeline-year {
    font-weight: bold;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    padding: 5px 13px;
    border-radius: 15px;
    font-size: 12px;
}

.mobile-version-timeline-dot {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #000;
}

.mobile-version-timeline-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mobile-version-timeline-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mobile-version-timeline-card-text p {
  font-size: 14px;
  color: #555;
}


/* mobile version journey section end  */


/* principal message section start  */

.principal-message-section {
    background-image: url(./assets/img/message-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    margin: -65px 4% !important;
    padding: 100px 0;
    height: 100%;
}

.message-col {
  position: unset !important;
}

.principal-section-title {
    font-weight: 700;
    font-size: 40px;
    font-family: "fredoka-semibold", sans-serif;
    color: #fff;
    margin: 20px 0;
}

.principal-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 23px;
}

.principal-message-content {
  width: 90%;
  position: absolute;
  bottom: 0;
}

.principal-text {
    margin-bottom: 60px;
}

.principal-text p {
    color: #fff;
    line-height: 2.0;
    font-size: 18px;
    font-family: "sfpro-medium";
}

.principal-name {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.principal-designation {
  font-size: 14px;
  color: #f9f9f9;
}

.principal-quote-box {
    color: #000;
    border-radius: 20px;
    position: absolute;
    top: 60px;
    right: 65px;
    width: 17%;
}

.principal-quote-box .quote-mark {
  font-size: 60px;
  color: #000;
  font-weight: 700;
}

.principal-quote-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}

/* principal message section end  */


/* mission and vision section start  */


.mission-vision-section {
  padding: 100px 0 60px;
}

.mission-vision-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
    text-align: center;
}

.mission-vision-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.mission-box,
.vision-box {
  flex: 1 1 45%;
  background: #f8ebff; /* Light lavender for mission */
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.vision-box {
  background: #fff2e5; /* Soft peach for vision */
}

.mission-box h3,
.vision-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.mv-description p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  max-width: 90%;
  margin: 0 auto;
}


/* mission and vision section end  */


/* our teacher section start  */

.teachers-section {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}

.teachers-section .section-heading {
  margin-bottom: 50px;
}

.teachers-section .section-heading h2 {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
}

.teachers-section .section-heading p {
  font-family: "Poppins", sans-serif;
  color: #666;
  font-size: 16px;
}

.teacher-card {
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.teacher-top {
    position: relative;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-color: #f4f4f4;
    border-radius: 0 0 12px 12px;
}

.teacher-photo {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.teacher-photo img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.teacher-info {
    padding: 65px 10px 10px;
}

.teach-sub-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 12px;
    text-align: left;
}

.teach-sub-info:hover {
    background-color: #93ae2f;
    transition: 0.3s ease-in-out;
}

.teach-sub-info:hover h5,
.teach-sub-info:hover p,
.teach-sub-info:hover i {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.teacher-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.teacher-text p {
  font-size: 14px;
  color: #777;
  font-style: italic;
  margin-bottom: 0;
}

.teacher-arrow {
    color: #000;
    font-size: 22px;
    transform: rotate(-45deg);
}

.teacher-arrow a {
  font-size: 16px;
  color: #000;
  transition: color 0.3s ease;
}

.teacher-card:hover .teacher-arrow a {
  color: #000000;
}

.view-all {
  margin-top: 60px;
}


/* our teacher section end  */



/* admission section start  */

.admission-banner {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}

.admission-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

.admission-banner-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
}

.admission-banner-tagline {
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.admission-banner-school-name {
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

.admission-banner-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 5px;
}

.admission-banner-status {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}

.admission-banner-contact-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: left;
}

.admission-banner-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.admission-banner-contact-item a {
  color: #000;
}

.admission-banner-contact-item i {
  color: #000;
  font-size: 16px;
  margin-top: 3px;
}

.admission-banner-contact-item span {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
}

.admission-banner-phone-numbers a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

/* admission section end  */


/* admission below section start  */

.resources-section {
  padding: 60px 0;
}

.resources-contain {
  padding: 0 8% !important;
}

.resource-col {
  margin-bottom: 25px;
}

.resource-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 290px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.resource-card:hover .resource-icon i {
  color: #93ae2f;
}

.resource-card:hover .resource-btn {
  background: #93ae2f;
}

.resource-content {
    position: relative;
    z-index: 2;
    padding: 25px;
    max-width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 190px;
}
/* Icon */
.resource-icon i {
  font-size: 22px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  color: #111;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 10px;
}

.resource-title {
    font-weight: 700;
    font-size: 26px;
    color: #111;
    line-height: 1.3;
    margin: 0;
}

.resource-main-btn {
  padding: 15px;
}

.resource-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.resource-btn:hover {
  background:#93ae2f;
  color: #ffffff;
}

.resource-btn i {
    font-size: 22px;
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
}

/* admission below section end  */



/* activities section start */

.activities-section {
  padding: 60px 0;
}

.activities-section .section-heading h2 {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
    text-align: center;
}

.activities-slider {
  position: relative;
}

.activity-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.activity-card:hover {
  transform: translateY(-4px);
}

.activity-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 23px;
    display: block;
}

.activity-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: linear-gradient(180deg,rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.activity-info:hover {
  background: linear-gradient(180deg,rgba(40, 40, 40, 1) 0%, rgba(0, 0, 0, 1) 100%);
  color: #fff;
}

.activity-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.activity-arrow {
  font-size: 16px;
  transform: rotate(-45deg);
}

.activity-info:hover .activity-arrow {
  color: #ffffff;
  transition: 0.3s ease-out;
}

/* activities section end  */


/* event section start  */

.events-section {
  padding: 60px 0;
}

.section-heading h2 {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
    text-align: center;
}

.event-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.event-card:hover {
  transform: translateY(-6px);
}

.event-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 18px;
}

/* Overlay gradient at bottom */
.event-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
  border-radius: 0 0 18px 18px;
}

.event-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.event-content p {
  font-size: 14px;
  margin: 0;
  color: #fff;
  opacity: 0.9;
}


/* event section end   */


/* gallery section start  */

.school-gallery-section {
  padding: 60px 0;
}

.gallery-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 600;
}

.gallery-title-main {
  font-size: 36px;
  font-weight: 700;
}

.school-gallery-masonry {
  column-count: 4;       
  column-gap: 25px;    
  margin-top: 40px;
}

/* Each item */
.gallery-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  break-inside: avoid;  
}

.gallery-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.gallery-content {
  margin-top: 10px;
}

.gallery-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.gallery-content p {
  font-size: 14px;
  color: #555;
}

.gallery-btn {
  background: #8bc34a;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
}


/* gallery section end  */


/* contact us section start  */

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

.contact-contain {
  padding: 0 12% !important;
}

.contact-content h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-content p {
  color: #555;
  margin-bottom: 30px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 12px;
  margin-top: 40px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 15px;
  color: #333;
  background: #fff;
  transition: all 0.3s ease;
}

.contact-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #9bb537;
  box-shadow: 0 0 0 3px rgba(155, 181, 55, 0.2);
  outline: none;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .consent {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-form .btn-submit {
  display: block;
  width: 100%;
  background-color: #9bb537;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 15px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.contact-form .btn-submit:hover {
  background-color: #89a32f;
}

.contact-form .wpcf7-list-item {
    display: inline-flex !important;
    margin: 0 !important;
    align-items: center !important;
    gap: 5px !important;
}

/* contact us section end  */


/* footer section start  */

.footer {
    position: relative;
    color: #333;
    padding: 60px 0 0;
    box-shadow: 1px -2px 18px rgb(0 0 0 / 10%);
}

.footer-element-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    object-fit: contain;
}

.footer-element-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    object-fit: contain;
}

.footer .footer-logo img {
  width: 360px;
  object-fit: contain;
  height: 110px;
  margin-bottom: 15px;
}

.footer .footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.footer .footer-subtitle {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.footer .footer-description {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-social a {
  display: inline-block;
  font-size: 30px;
  color: #93ae2f;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #000000;
}

.footer-links h4 {
  font-size: 16px;
  font-weight: 600;
  color: #7da12d;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}

.footer-links ul li a:hover {
  color: #9ac94d;
}

.footer-contact h4 {
  font-size: 16px;
  font-weight: 600;
  color: #7da12d;
  margin-bottom: 15px;
}

.footer-contact a {
    color: #000;
    font-size: 16px;
    transition: 0.2s ease;
}

.footer-contact a:hover {
  color: #93ae2f;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-contact i {
    font-size: 16px;
    color: #000;
    margin-top: 6px;
    margin-right: 5px;
}

.bottom-footer {
    margin-top: 40px;
    padding: 15px 0;
    font-size: 13px;
    color: #555;
    position: relative;
    z-index: 2;
}

.bottom-footer a {
    color: #000000;
    text-decoration: none;
}

.bottom-footer a:hover {
  text-decoration: underline;
}

/* footer section end  */


/* inner page header section start  */

.innerpage-header {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(54 54 54 / 50%);
    z-index: 1;
}

.innerpage-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pageheading-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
    transform: translateY(50%);
}

.pageheading-middle a {
  color: #ffcb04;
}



/* inner page header section end  */



/* inner teacher section start  */

.our-staff img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 30px;
    box-shadow: 1px 5px 17px 0 #00000024;
}

/* inner teacher section end  */


/* inner page about us section start  */

.inner-about-section {
  padding: 60px 0;
}

.inner-about-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
}

.inner-about-image-wrapper::before {
    content: "";
    width: 100px;
    height: 250px;
    background: #000;
    position: absolute;
    top: 50%;
    left: -10px;
    z-index: -1;
    border-radius: 20px;
    transform: translateY(-50%);
}

.main-about-img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 18px;
    display: block;
}

.small-about-img {
    width: 60%;
    object-fit: cover;
    height: 270px;
    border-radius: 22px;
    position: absolute;
    bottom: -50px;
    right: -90px;
    border: 6px solid #fff;
}

.inner-about-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.inner-about-content h1 {
  font-size: 40px;
	font-family: "fredoka-semibold";
  color: #000;
  margin-bottom: 30px;
}



/* counter sectioon start  */

.inner-about-counters {
  padding: 60px 0;
}

.inner-about-row {
    padding: 40px;
    background: #ebebeb;
    border-radius: 20px;
}

.counter-box {
  background: #fff;
  color: #93ae2f;
  padding: 25px 15px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.counter-box:hover {
  transform: translateY(-5px);
}

.counter-box h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-box p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.counter-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 12px;
  object-fit: contain;
}


/* counter sectioon end  */


/* mission and vision section start  */

.inner-mission-vision-section {
  padding: 60px 0;
}

/* mission and vision section end  */


/* inner page about us section ends  */


/* inner page academic calander section start  */

.title-image-page {
  padding: 60px 0;
}

.page-title-image-heading {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page-title-image-featured img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
}


/* inner page academic calander section start  */


/* inner school dairy section start  */

.inner-school-dairy-wrapper {
    padding: 60px 0;
}

.inner-school-dairy-row {
	align-items: center;
	justify-content: center;
}

.inner-school-dairy-main-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 50px;
    text-align: center;
}

.inner-school-dairy-card{
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    border: 1px solid #f0f0f0;
}

.inner-school-dairy-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 215px;
    border-radius: 15px;
}

.inner-school-dairy-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.3;
    text-align: center;
}

.inner-school-dairy-card-actions {
    display: flex;
    justify-content: center;
    gap: 20px;   
}

.inner-school-dairy-view-btn, .inner-school-dairy-download-btn {
    padding: 10px 22px;
    background: #93ae2f;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.35s ease;
}

.inner-school-dairy-view-btn:hover, .inner-school-dairy-download-btn:hover {
    background: #000;
    color: #fff;
}


/* inner school dairy section end  */


/* inner page events section start  */

.inner-events-section {
  padding: 60px 0;
}

.inner-events-heading h2 {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 50px;
    text-align: center;
}

.inner-events-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.inner-events-card:hover {
  transform: translateY(-6px);
}

.inner-events-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 18px;
}

.inner-events-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  transition: padding-bottom 0.35s ease;
}

.inner-events-content {
  position: relative;
  transition: transform 0.35s ease;
  z-index: 2;
}

.inner-events-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.inner-events-excerpt {
  font-size: 14px;
  margin: 0;
  color: #fff;
  opacity: 0.9;
}

.inner-events-btn {
    position: absolute;
    left: 20px;
    bottom: 15px;
    transform: translateY(40px);
    opacity: 0;
    padding: 10px 22px;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    pointer-events: none;
    transition: 0.35s ease;
    z-index: 3;
}

.inner-events-btn:hover {
    background: #93ae2f;
    color: #fff;
}

.inner-events-card:hover .inner-events-content {
  transform: translateY(-20px);
}

.inner-events-card:hover .inner-events-btn {
  opacity: 1;
  transform: translateY(0); 
  pointer-events: auto;
}

.inner-events-card:hover .inner-events-overlay {
  padding-bottom: 65px;
}


/* inner page events section end  */


/* single page event section start  */

.single-event-wrapper {
  padding: 60px 0;
}

.single-event-banner {
  max-width: 1200px !important;
}

.single-event-banner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 30px;
}

.single-event-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "fredoka-semibold";
  margin-bottom: 20px;
  color: #000;
}

.single-event-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.recent-events-wrapper {
  background: #fafafa;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.06);
}

.recent-events-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "fredoka-semibold";
}

.recent-event-card {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
}

.recent-event-card:hover h4 {
  color: #93ae2f;
}

.recent-event-img img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.recent-event-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.recent-event-info {
  display: flex;
  align-items: center;
}

/* single page event section end  */


/* inner page celebration section start  */

.inner-celebration-section {
  padding: 60px 0;
}

.inner-celebration-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
    text-align: center;
}

.inner-celebration-card {
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    border: 1px solid #f0f0f0;
}

.inner-celebration-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.inner-celebration-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.inner-celebration-sub-title {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 ;
  line-height: 1.3;
}

.inner-celebration-title a {
  color: #111;
  text-decoration: none;
  transition: color 0.3s ease;
}

.inner-celebration-excerpt {
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
}

.inner-celebration-footer {
  display: flex;
  justify-content: flex-start;
}

.inner-celebration-btn {
    padding: 10px 22px;
    background: #93ae2f;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.35s ease;
}

.inner-celebration-btn:hover {
  background: #000;
  color: #fff;
}


/* inner page celebration section end   */


/* single page celebration section start  */

.single-celebration-section {
  padding: 60px 0;
}

.single-celebration-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.single-celebration-title {
  font-size: 32px;
  font-weight: 700;
  margin: 25px 0 15px;
  line-height: 1.3;
}

.single-celebration-content {
  font-size: 17px;
  color: #444;
  line-height: 1.75;
  margin-bottom: 40px;
}

.single-celebration-gallery-slider {
  margin: 40px 0 !important;
}

.single-gallery-slide {
  padding: 0 10px;
}

.single-gallery-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.single-celebration-gallery-slider .slick-dots {
  bottom: -45px !important;
  text-align: center;
}

.single-celebration-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 12px 26px;
  background: #93ae2f;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease;
}

.single-celebration-btn:hover {
  background: #000;
  color: #fff;
}



/* single page celebration section end */


/* inner page gallery section start  */

/* Section spacing */
.inner-gallery-section {
  padding: 60px 0;
}

.inner-gallery-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 600;
}

.inner-gallery-title-main {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 50px;
    text-align: center;
}

.inner-gallery-title-main {
  font-size: 36px;
  font-weight: 700;
}

.inner-gallery-card {
    background: #ffffff;
    overflow: hidden;
    transition: 0.35s ease;
    height: 100%;
    margin-bottom: 20px;
}

.inner-gallery-media {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-gallery-media img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.inner-gallery-video {
  display: block;
  position: relative;
}

.inner-gallery-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Content */
.inner-gallery-content {
  padding: 15px;
}

.inner-gallery-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.inner-gallery-text {
  font-size: 14px;
  color: #555;
  margin: 0;
}


/* inner page gallery section end  */


/* inner page activities section start  */

.inner-activities-section {
  padding: 60px 0;
}

.inner-activities-col {
  margin-bottom: 30px;
}

.inner-activities-heading h2 {
  font-weight: 600;
  font-size: 36px;
  color: #000;
  font-family: "fredoka-semibold";
  margin-bottom: 20px;
  text-align: center;
}

.inner-activities-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  transition: transform 0.3s ease;
}

.inner-activities-card:hover {
  transform: translateY(-4px);
}

.inner-activities-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 23px;
  display: block;
}

.inner-activities-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: linear-gradient(180deg, rgba(40,40,40,1) 0%, rgba(0,0,0,1) 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    transition: transform 0.3s ease-in-out;
}

.inner-activities-info:hover {
  background: #93ae2f;
  color: #fff;
}

.inner-activities-info h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.inner-activities-arrow {
  font-size: 16px;
  transform: rotate(-45deg);
}

.inner-activities-info:hover .inner-activities-arrow {
  color: #ffffff;
  transition: 0.3s ease-out;
}


/* inner page activities section end  */


/* single page activities section start  */

.single-activitie-page {
  padding: 60px 0;
}

.single-activitie-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
    text-align: center;
}

.single-activitie-row {
  margin-bottom: 50px;
}

.single-activitie-image {
  padding: 0 150px;
}

.single-activitie-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.single-activitie-content {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  padding-left: 20px;
  margin-top: 30px;
}

.single-activitie-gallery-heading {
    font-weight: 600;
    font-size: 26px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
    text-align: center;
}

.single-activitie-gallery-slider {
  margin-top: 20px;
}

.single-activitie-slide {
  padding: 10px;
}

.single-activitie-slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.3s ease;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.single-activitie-slide img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}



/* single page activities section end  */



/* inner page admission section start  */

.admission-info-section {
  padding: 60px 0;
}

.admission-info-title {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 50px;
    text-align: center;
}

.admission-info-block h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
}

.admission-form-wrapper {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 8px;
    margin: 0 16%;
}

.admission-info-block {
  margin-bottom: 40px;
}

.info-item {
  margin-bottom: 20px;
}

.info-item h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.info-item p {
  margin: 0;
  line-height: 1.6;
}

.admission-form-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}

.admission-contact-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.admission-contact-form input,
.admission-contact-form textarea,
.admission-contact-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
}

.admission-info-section .btn-submit {
    display: flex;
    background: #93ae2f;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer !important;
    width: 50%;
    margin: auto;
}

.admission-info-section .btn-submit:hover {
  background: #000000;
  color: #ffffff;
}

.admission-info-section .wpcf7-spinner {
  display: none !important;
}

.admission-info-block ul {
  padding: 20px !important;
}

.admission-info-block li {
    position: relative;
    list-style: none;
    padding-left: 28px; 
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

.admission-info-block li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #93ae2f;
}


/* inner page admission section end  */


/* single page admission section start  */

.single-teacher-section {
  padding: 60px 0;
}

.single-teacher-img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    height: 400px!important;
}

.single-teacher-name {
  font-size: 36px;
  font-weight: 700;
}

.single-teacher-designation {
  font-size: 20px;
  color: #777;
  margin-bottom: 15px;
}

.single-teacher-social {
  margin-top: 20px;
}

.single-teacher-social-link {
  margin-right: 10px;
  padding: 6px 12px;
  background: #f1f1f1;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}


/* single page admission section end  */



/* inner page contact us section start  */


.inner-contact-us-wrapper {
  padding: 60px 0;
  background: #f7f9fc;
}

.inner-contact-us-contain {
  padding: 0 12% !important;
}

.inner-contact-us-row {
  align-items: center;
}

.inner-contact-us-left {
  max-width: 500px;
}

.inner-head-contact {
  font-weight: 600;
    font-size: 36px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
    text-align: center;
}

.inner-contact-us-heading {
    font-size: 36px;
    font-weight: 600;
    color: #062859;
    margin-bottom: 30px;
    text-align: center;
}

.inner-contact-us-description {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.7;
    width: 75%;
    margin: 0 auto 60px;
    text-align: center;
}

.inner-contact-us-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 35px;
}

.inner-contact-us-title {
  font-size: 20px;
  font-weight: 700;
  color: #062859;
  margin-bottom: 6px;
}

.inner-contact-us-text {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
}

.inner-contact-us-social-title {
  font-size: 18px;
  font-weight: 700;
  color: #062859;
  margin-bottom: 15px;
}

.inner-contact-us-social-icons a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #062859;
  border: 1px solid #d1d5db;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 10px;
}

.inner-contact-us-social-icons a:hover {
  background: #0b63e5;
  color: #fff;
  border-color: #0b63e5;
}

.inner-contact-us-address, .inner-contact-us-number, .inner-contact-us-email {
    padding: 30px 20px;
    background: #93ae2f;
    border-radius: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.inner-contact-us-address, .inner-contact-us-number, .inner-contact-us-email {
    display: flex;
    gap: 4px;
    align-items: center;
}

.inner-contact-us-address i, .inner-contact-us-number i, .inner-contact-us-email i {
    font-size: 20px;
    padding-right: 10px;
}

.inner-contact-us-map iframe {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    border-radius: 20px;
}

/* inner page contact us section end  */



@media only screen and (min-width: 300px) and (max-width: 575.5px) {


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 10px !important;
    clear: both;
    border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000;
    background: #ffffff !important;
}

.cont-head a {
    font-size: 8px;
}

.cont-head {
    display: block;
    font-size: 8px;
}

.cont-head-right i {
    font-size: 8px;
}

.cont-head-address {
    font-size: 8px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
}


/* header section start  */

.header-wrapper {
    z-index: 100;
    top: 62px;
}

.f-nav .header-wrapper {
    position: fixed;
    top: 62px;
    z-index: 100;
}

.header-logo img {
    width: 180px;
    object-fit: contain;
    height: 85px;
}

.f-nav .header-wrapper .header-logo img {
    width: 180px;
    height: auto;
}

.header-enquiry-btn {
    display: none;
}

/* header section end  */


/* marquee section start  */

.marquee-item {
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
    padding-right: 10px;
}

.marquee-item i {
    color: #000000;
    font-size: 12px;
    vertical-align: middle;
}

.marquee-title {
    font-size: 12px;
}

/* marquee section end  */



/* banner section start  */

.banner-tag {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.banner-caption-item h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.caption-content p {
    font-size: 12px;
    width: 80%;
    margin: auto;
}

.caption-slider {
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}

.enquiry-btn a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    height: 30px;
    width: 130px;
    font-size: 12px;
}

/* banner section end  */



/* announcement bar section start  */

.ann-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ann-title {
    font-size: 12px;
}

.ann-text {
    font-size: 10px;
}

.ann-right-icon img {
    width: 30px;
    height: 30px;
}

.ann-text-box::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}

/* announcement bar section end  */


/* about us section start  */

.about-us-subtitle {
    padding: 6px 16px;
    font-size: 8px;
}

.about-us-description h1 {
    font-family: "fredoka-semibold";
    color: #000;
    font-size: 22px;
}

.about-us-description p {
  font-size: 12px;
}

.about-us-stat-box {
    display: flex;
    flex-direction: column;
    height: 145px;
    justify-content: space-between;
}

.about-us-sub-counter-card {
    padding: 20px;
}

.about-us-stat-box h3 {
    font-size: 20px;
}

.about-us-stat-box p {
    font-size: 12px;
}

.abt-coun-col-1 {
    padding: 0px 15px 0px !important;
}

.abt-coun-col-2, .abt-coun-col-3 {
    padding: 0 18px  0 !important;
}

.about-us-yellow h3, .about-us-yellow p {
    text-align: left;
    margin-top: 20px;
}

.about-us-purple {
    background-color: #f5e7ff;
    margin: 20px 0;
}

.about-us-review-avatars img {
    width: 120px;
    object-fit: contain;
    height: 40px;
}

.about-us-image {
    width: 100%;
    height: 350px;
}

/* about us section end  */



/* journey section start  */

.journey-timeline-section {
  display: none;
}

/* journey section end  */


/* mobile journey section start  */

.mobile-version-timeline-section {
  display: block;
}

.mobile-version-timeline-title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
}

.mobile-version-timeline-card-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mobile-version-timeline-item {
    margin: 25px 0;
}

.mobile-version-timeline-card {
    padding: 15px;
}

.mobile-version-timeline-card-text p {
    font-size: 12px;
    color: #555;
}

/* mobile journey section end  */


/* principal message section start */

.principal-section-title {
    font-size: 18px;
    margin: 50px 0 10px;
}

.principal-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.principal-text {
    margin: 0 0 10px 10px;
}

.principal-text p {
    font-size: 12px;
    margin-bottom: 5px;
}

.principal-name {
    font-size: 14px;
    margin-left: 10px;
}

.principal-designation {
    font-size: 10px;
    color: #ffffff;
    margin-left: 10px;
}

.principal-quote-box .quote-mark {
    font-size: 10px;
    color: #fff;
}

.principal-quote-box p {
    margin: 0;
    font-size: 10px;
    color: #fff;
}

.principal-message-content {
    width: 100%;
    position: unset;
    bottom: 0;
    margin-top: 10px;
}

.principal-quote-box {
    position: unset;
    top: 60px;
    right: 65px;
    width: 50%;
}


/* principal message section end  */


/* our teacher section start  */

.teachers-section .section-heading h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.teachers-section .section-heading p {
    font-size: 12px;
}

.teacher-photo img {
    width: 70px;
    height: 70px;
}

.teacher-text h5 {
    font-size: 14px;
}

.teacher-text p {
    font-size: 12px;
}

.teacher-arrow {
    font-size: 14px;
}

/* our teacher section end  */


 /* mission and vision section start  */

.mission-vision-title {
    font-size: 20px;
}

.mission-box h3, .vision-box h3 {
    font-size: 18px;
}

.mv-description p {
  font-size: 12px;
}


 /* mission and vision section end   */


/* admission section start  */

.admission-banner-tagline {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
}

.admission-banner-school-name {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}

.admission-banner-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.admission-banner-phone-numbers a {
    color: #000;
    font-size: 10px;
}

.admission-banner-contact-item a {
  font-size: 10px;
}

.admission-banner-contact-item span {
    color: #000;
    font-size: 10px;
    line-height: 1.4;
}

.admission-banner-content {
    padding: 0px;
    border-radius: 12px;
}

/* admission section end  */


/* admission below section start  */

.resource-card {
    height: 230px;
}

.resource-icon i {
    font-size: 14px;
}

.resource-title {
    font-size: 16px;
}

.resource-btn i {
    font-size: 10px;
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
}

.resource-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 8px 20px;
    font-size: 12px;
    width: fit-content;
}


/* admission below section end  */



/* activities section start */

.activities-section .section-heading h2 {
    font-size: 22px;
}

.activity-info h5 {
    font-size: 12px;
}

/* activities section end  */


/* event section start  */

.events-section .section-heading h2 {
    font-weight: 600;
    font-size: 22px;
}

.event-col {
  margin-bottom: 15px;
}

.event-content h5 {
    font-size: 16px;
}

.event-content p {
    font-size: 12px;
    margin: 0;
    color: #fff;
    opacity: 0.9;
}

.inner-events-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
}


/* event section end  */


/* gallery section start  */

.gallery-subtitle {
    font-size: 10px;
    margin-bottom: 5px;
}

.section-heading h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.school-gallery-masonry {
    column-count: unset;
    column-gap: 25px;
    margin-top: 40px;
}

.gallery-content h4 {
    font-size: 14px;
}

.gallery-content p {
    font-size: 12px;
    color: #555;
}


/* gallery section end  */


/* contact us section start  */

.contact-content h2 {
    font-size: 22px;
}

.contact-content p {
    font-size: 12px;
}

.contact-form label {
    font-size: 12px;
    margin-bottom: 6px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    font-size: 12px;
}

.contact-form input[type="checkbox"] {
    width: 10px;
    height: 10px;
}

.contact-form .consent {
    font-size: 10px;
}

.contact-form .btn-submit {
    width: 50%;
    padding: 12px;
    font-size: 12px;
    margin: 10px auto 0;
}

/* contact us section end  */


/* footer section start  */

.footer .footer-description {
    font-size: 12px;
    margin-bottom: 5px;
}

.footer-social a {
    font-size: 18px;
}

.footer-links h4 {
    font-size: 12px;
    margin: 15px 0;
}

.footer-links ul li a {
    font-size: 12px;
}

.footer-contact h4 {
    font-size: 12px;
    margin: 15px 0;
}

.footer-contact a {
    font-size: 12px;
}

.footer-contact i {
    font-size: 12px;
    margin-top: 0;
    margin-right: 5px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.footer .footer-logo img {
    width: 260px;
    object-fit: contain;
    height: 110px;
    margin-bottom: 15px;
}

.footer-element-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    object-fit: contain;
}

.footer-element-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    object-fit: contain;
}

.bottom-footer-para {
  font-size: 12px;
}

.bottom-footer a {
    font-size: 12px;
}


/* footer section end  */


/* inner page header start  */

.pageheading-middle h2  {
  font-size: 20px;
}

.pageheading-middle span  {
  font-size: 12px;
}

.pageheading-middle a {
  font-size: 12px !important;
}


/* inner page header end  */



/* inner page about us section start  */

.small-about-img {
  display: none;
}

.inner-about-image-wrapper::before {
    content: "";
    width: 100px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: -10px;
}

.main-about-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 18px;
}

.inner-about-content h1 {
    font-size: 22px;
    margin: 40px 0 30px;
}

.inner-about-content p {
    font-size: 12px;
    line-height: 22px;
}


.inner-about-counters {
    padding: 0;
}

.counter-box {
    margin-bottom: 20px;
}

.counter-icon {
    width: 25px;
    height: 25px;
}

.counter-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.counter-box p {
    font-size: 12px;
}

/* inner page about us section end  */



/* inner page activities section start  */

.inner-activities-heading h2 {
    font-size: 20px;
}

.inner-activities-image img {
    width: 100%;
    height: 300px;
}

.inner-activities-info h5 {
    font-size: 12px;
}

.inner-activities-arrow {
    font-size: 12px;
    transform: rotate(-45deg);
}

/* inner page activities section end  */


/* single page activities section start  */

.single-activitie-title {
    font-size: 22px;
}

.single-activitie-image {
    padding: 0;
}

.single-activitie-content {
    padding-left: 0;
}
	
.single-activitie-content p {
  font-size: 12px;
}

.single-activitie-gallery-heading {
    font-size: 20px;
}

/* single page activities section end  */


/* inner page admission section start  */

.admission-info-title {
    font-size: 22px;
    margin-bottom: 35px;
}

.admission-info-block h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.admission-info-block p {
  font-size: 12px;
}

.admission-info-block ul {
    padding: 0px !important;
}

.admission-info-block li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #93ae2f;
}

.admission-info-block li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
}

.admission-form-wrapper {
    padding: 30px;
    margin: 0;
}

.admission-form-title {
    font-size: 16px;
    margin-bottom: 40px;
}

.admission-contact-form label {
    margin-bottom: 5px;
    font-size: 12px;
}

.admission-contact-form input, .admission-contact-form textarea, .admission-contact-form select {
    padding: 10px 12px !important;
    font-size: 12px;
}
	
.admission-info-section .btn-submit {
	font-size: 12px;
    width: fit-content;
}

/* inner page admission section end  */



/* inner page event section start  */


.inner-events-col {
  margin-bottom: 15px;
}

.inner-events-heading h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.inner-events-title {
    font-size: 16px;
}

.inner-events-excerpt {
    font-size: 12px;
}

.inner-events-btn {
    position: absolute;
    left: 20px;
    bottom: 15px;
    transform: translateY(40px);
    opacity: 0;
    padding: 10px 22px;
    font-size: 12px;
}

/* inner page event section end  */


/* single page event section start  */

.single-event-title {
    font-size: 22px;
}

.single-event-content p {
  font-size: 12px;
}

.recent-events-heading {
    font-size: 18px;
}

/* single page event section end  */


/* inner page celebration section start  */

.inner-celebration-col {
  margin-bottom: 15px;
}

.inner-celebration-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.inner-celebration-sub-title {
    font-size: 16px;
}

.inner-celebration-excerpt {
    font-size: 8px;
}

.inner-celebration-btn {
    font-size: 8px;
}

/* inner page celebration section end  */



/* inner page contact us section start  */

.inner-contact-us-contain {
    padding: 0 4% !important;
}
	
.inner-head-contact {
    font-size: 22px;
    margin-bottom: 20px;
}

.inner-contact-us-description {
    font-size: 12px;
    width: 100%;
    margin: 0 auto 25px;
}

.inner-contact-us-address, .inner-contact-us-number, .inner-contact-us-email {
    padding: 15px 20px;
    margin: 0 0 10px;
}

.inner-contact-us-text {
    font-size: 12px;
    margin: 0;

}

/* inner page contact us section end  */


}


@media only screen and (min-width: 576px) and (max-width: 767.5px) {


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 10px !important;
    clear: both;
    border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000;
    background: #ffffff !important;
}

.cont-head a {
    font-size: 10px;
}

.cont-head {
    display: block;
    font-size: 10px;
}

.cont-head-right i {
    font-size: 10px;
}

.cont-head-address {
    font-size: 10px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
}


/* header section start  */

.header-wrapper {
    z-index: 100;
}

.f-nav .header-wrapper {
    position: fixed;
    top: 64px;
    z-index: 100;
}

.header-logo img {
    width: 220px;
    object-fit: contain;
    height: 85px;
}

.f-nav .header-wrapper .header-logo img {
    width: 180px;
    height: auto;
}

.header-enquiry-btn {
    display: none;
}

/* header section end  */


/* marquee section start  */

.marquee-item {
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
    padding-right: 10px;
}

.marquee-item i {
    color: #000000;
    font-size: 14px;
    vertical-align: middle;
}

.marquee-title {
    font-size: 14px;
}

/* marquee section end  */



/* banner section start  */

.banner-tag {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.banner-caption-item h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.caption-content p {
    font-size: 14px;
    width: 80%;
    margin: auto;
}

.caption-slider {
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}

.enquiry-btn a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    height: 35px;
    width: 125px;
    font-size: 10px;
}

/* banner section end  */



/* announcement bar section start  */

.ann-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ann-title {
    font-size: 16px;
}

.ann-text {
    font-size: 10px;
    width: 90%;
}

.ann-right-icon img {
    width: 35px;
    height: 35px;
}

.ann-text-box::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}

/* announcement bar section end  */


/* about us section start  */

.about-us-subtitle {
    padding: 6px 16px;
    font-size: 14px;
}

.about-us-description h1 {
    font-family: "fredoka-semibold";
    color: #000;
    font-size: 26px;
}

.about-us-description p {
  font-size: 14px;
}

.about-us-stat-box {
    display: flex;
    flex-direction: column;
    height: 145px;
    justify-content: space-between;
}

.about-us-sub-counter-card {
    padding: 20px;
}

.about-us-stat-box h3 {
    font-size: 24px;
}

.about-us-stat-box p {
    font-size: 16px;
}

.abt-coun-col-1 {
    padding: 0px 80px 0px !important;
}

.abt-coun-col-2, .abt-coun-col-3 {
    padding: 0 80px 0 !important;
}

.about-us-yellow h3, .about-us-yellow p {
    text-align: left;
    margin-top: 20px;
}

.about-us-purple {
    background-color: #f5e7ff;
    margin: 20px 0;
}

.about-us-review-avatars img {
    width: 130px;
    object-fit: contain;
    height: 50px;
}

.about-us-image {
    width: 100%;
    height: 350px;
}

/* about us section end  */



/* journey section start  */

.journey-timeline-section {
  display: none;
}

/* journey section end  */


/* mobile journey section start  */

.mobile-version-timeline-section {
  display: block;
}

.mobile-version-timeline-title {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    font-family: "fredoka-semibold";
    margin-bottom: 20px;
}

.mobile-version-timeline-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mobile-version-timeline-item {
    margin: 25px 0;
}

.mobile-version-timeline-card {
    padding: 15px;
}

.mobile-version-timeline-card-text p {
    font-size: 14px;
    color: #555;
}

/* mobile journey section end  */


/* principal message section start */

.principal-message-section {
    margin: -40px 4% !important;
    padding: 130px 0;
    height: 100%;
}

.principal-section-title {
    font-size: 22px;
    margin: 20px 0 10px;
}

.principal-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.principal-text {
    margin: 0 0 10px 10px;
}

.principal-text p {
    font-size: 14px;
    margin-bottom: 5px;
}

.principal-name {
    font-size: 14px;
    margin-left: 10px;
}

.principal-designation {
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
}

.principal-quote-box .quote-mark {
    font-size: 12px;
    color: #fff;
}

.principal-quote-box p {
    margin: 0;
    font-size: 10px;
    color: #fff;
}

.principal-message-content {
    width: 100%;
    position: unset;
    bottom: 0;
    margin-top: 10px;
}

.principal-quote-box {
    position: unset;
    top: 60px;
    right: 65px;
    width: 50%;
}


/* principal message section end  */

 /* mission and vision section start  */

.mission-vision-title {
    font-size: 24px;
}

.mission-box h3, .vision-box h3 {
    font-size: 22px;
}

.mv-description p {
  font-size: 14px;
}


 /* mission and vision section end   */


/* our teacher section start  */

.teachers-section .section-heading h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.teachers-section .section-heading p {
    font-size: 10px;
}

.teacher-photo img {
    width: 80px;
    height: 80px;
}

.teacher-text h5 {
    font-size: 14px;
}

.teacher-text p {
    font-size: 10px;
}

.teacher-arrow {
    font-size: 16px;
}

/* our teacher section end  */


/* admission section start  */

.admission-banner-tagline {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
}

.admission-banner-school-name {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
}

.admission-banner-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
}

.admission-banner-phone-numbers a {
    color: #000;
    font-size: 10px;
}

.admission-banner-contact-item a {
  font-size: 10px;
}

.admission-banner-contact-item span {
    color: #000;
    font-size: 10px;
    line-height: 1.4;
}

.admission-banner-content {
    padding: 0px;
    border-radius: 12px;
}

.admission-banner-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admission-banner-contact-item i {
    color: #000;
    font-size: 12px;
    margin-top: 3px;
}

/* admission section end  */


/* admission below section start  */

.resource-card {
    height: 230px;
}

.resource-icon i {
    font-size: 20px;
}

.resource-title {
    font-size: 22px;
}

.resource-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
}

.resource-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 8px 20px;
    font-size: 14px;
    width: fit-content;
}


/* admission below section end  */



/* activities section start */

.activities-section .section-heading h2 {
    font-size: 24px;
}

.activity-info h5 {
    font-size: 14px;
}

/* activities section end  */


/* event section start  */

.events-section .section-heading h2 {
    font-weight: 600;
    font-size: 24px;
}

.event-col {
  margin-bottom: 15px;
}

.event-content h5 {
    font-size: 18px;
}

.event-content p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    opacity: 0.9;
}


/* event section end  */


/* gallery section start  */

.gallery-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
}

.section-heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.school-gallery-masonry {
    column-count: unset;
    column-gap: 25px;
    margin-top: 40px;
}

.gallery-content h4 {
    font-size: 16px;
}

.gallery-content p {
    font-size: 14px;
    color: #555;
}


/* gallery section end  */


/* contact us section start  */

.contact-content h2 {
    font-size: 24px;
}

.contact-content p {
    font-size: 14px;
}

.contact-form label {
    font-size: 14px;
    margin-bottom: 6px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    font-size: 14px;
}

.contact-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.contact-form .consent {
    font-size: 14px;
}

.contact-form .btn-submit {
    width: 50%;
    padding: 12px;
    font-size: 14px;
    margin: 10px auto 0;
}

/* contact us section end  */


/* footer section start  */

.footer .footer-description {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-social a {
    font-size: 22px;
}

.footer-links h4 {
    font-size: 14px;
    margin: 15px 0;
}

.footer-links ul li a {
    font-size: 14px;
}

.footer-contact h4 {
    font-size: 14px;
    margin: 15px 0;
}

.footer-contact a {
    font-size: 14px;
}

.footer-contact i {
    font-size: 12px;
    margin-top: 0;
    margin-right: 5px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.footer .footer-logo img {
    width: 260px;
    object-fit: contain;
    height: 110px;
    margin-bottom: 15px;
}

.footer-element-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    object-fit: contain;
}

.footer-element-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    object-fit: contain;
}

.bottom-footer-para {
  font-size: 14px;
}

.bottom-footer a {
    font-size: 14px;
}


/* footer section end  */


/* inner page header start  */

.pageheading-middle h2  {
  font-size: 26px;
}

.pageheading-middle span  {
  font-size: 14px;
}

.pageheading-middle a {
  font-size: 14px !important;
}


/* inner page header end  */



/* inner page about us section start  */

.small-about-img {
    width: 60%;
    object-fit: cover;
    height: 170px;
    border-radius: 22px;
    position: absolute;
    bottom: -20px;
    right: -90px;
    border: 6px solid #fff;
}

.inner-about-image-wrapper::before {
    content: "";
    width: 100px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: -10px;
}

.main-about-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 18px;
}

.inner-about-content h1 {
    font-size: 24px;
    margin: 40px 0 30px;
}

.inner-about-content p {
    font-size: 14px;
    line-height: 22px;
}


.inner-about-counters {
    padding: 0;
}

.counter-box {
    margin-bottom: 20px;
}

.counter-icon {
    width: 35px;
    height: 35px;
}

.counter-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.counter-box p {
    font-size: 12px;
}

/* inner page about us section end  */



/* inner page activities section start  */

.inner-activities-heading h2 {
    font-size: 24px;
}
.inner-activities-image img {
    width: 100%;
    height: 300px;
}

.inner-activities-info h5 {
    font-size: 14px;
}

.inner-activities-arrow {
    font-size: 14px;
    transform: rotate(-45deg);
}

/* inner page activities section end  */

/* single page activities section start  */

.single-activitie-title {
    font-size: 24px;
}

.single-activitie-image {
    padding: 0;
}

.single-activitie-content p {
  font-size: 14px;
}

.single-activitie-gallery-heading {
    font-size: 24px;
}

/* single page activities section end  */



/* inner page admission section start  */

.admission-info-title {
    font-size: 24px;
    margin-bottom: 35px;
}

.admission-info-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.admission-info-block p {
  font-size: 14px;
}

.admission-info-block ul {
    padding: 0px !important;
}

.admission-info-block li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #93ae2f;
}

.admission-info-block li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.admission-form-wrapper {
    padding: 30px;
    margin: 0;
}

.admission-form-title {
    font-size: 18px;
    margin-bottom: 40px;
}

.admission-contact-form label {
    margin-bottom: 5px;
    font-size: 14px;
}

.admission-contact-form input, .admission-contact-form textarea, .admission-contact-form select {
    padding: 10px 12px !important;
    font-size: 14px;
}

/* inner page admission section end  */



/* inner page event section start  */


.inner-events-col {
  margin-bottom: 15px;
}

.inner-events-heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.inner-events-title {
    font-size: 18px;
}

.inner-events-excerpt {
    font-size: 14px;
}

.inner-events-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 18px;
}

.inner-events-btn {
    position: absolute;
    left: 20px;
    bottom: 15px;
    transform: translateY(40px);
    opacity: 0;
    padding: 10px 22px;
    font-size: 8px;
}

/* inner page event section end  */

/* single page event section start  */

.single-event-title {
    font-size: 24px;
}

.single-event-content p {
  font-size: 14px;
}

.recent-events-heading {
    font-size: 20px;
}

/* single page event section end  */


/* inner page celebration section start  */

.inner-celebration-col {
  margin-bottom: 15px;
}

.inner-celebration-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.inner-celebration-sub-title {
    font-size: 18px;
}

.inner-celebration-excerpt {
    font-size: 14px;
}

.inner-celebration-btn {
    font-size: 14px;
}

/* inner page celebration section end  */



/* inner page contact us section start  */

.inner-head-contact {
    font-size: 20px;
    margin-bottom: 20px;
}

.inner-contact-us-description {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 25px;
}

.inner-contact-us-address, .inner-contact-us-number, .inner-contact-us-email {
    padding: 15px 20px;
    margin: 0 0 10px;
}

.inner-contact-us-text {
    font-size: 14px;
    margin: 0;
}

.inner-contact-us-address i, .inner-contact-us-number i, .inner-contact-us-email i {
    font-size: 18px;
    padding-right: 10px;
}

/* inner page contact us section end  */


}


@media only screen and (min-width: 768px) and (max-width: 991.5px) {


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 10px !important;
    clear: both;
    border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000;
    background: #ffffff !important;
}

.cont-head a {
    font-size: 12px;
}

.cont-head {
    display: block;
    font-size: 12px;
}

.cont-head-right i {
    font-size: 12px;
}

.cont-head-address {
    font-size: 12px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 15px;
}


/* header section start  */

.header-wrapper {
    z-index: 100;
    top: 75px;
}

.f-nav .header-wrapper {
    position: fixed;
    top: 75px;
    z-index: 100;
}

.header-logo img {
    width: 220px;
    object-fit: contain;
    height: 85px;
}

.f-nav .header-wrapper .header-logo img {
    width: 180px;
    height: auto;
}

.header-enquiry-btn {
    display: none;
}

/* header section end  */


/* marquee section start  */

.marquee-item {
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
    padding-right: 10px;
}

.marquee-item i {
    color: #000000;
    font-size: 12px;
    vertical-align: middle;
}

.marquee-title {
    font-size: 10px;
}

/* marquee section end  */



/* banner section start  */

.banner-tag {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.banner-caption-item h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.caption-content p {
    font-size: 12px;
    width: 80%;
    margin: auto;
}

.caption-slider {
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}

.enquiry-btn a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    height: 45px;
    width: 155px;
    font-size: 12px;
}

/* banner section end  */



/* announcement bar section start  */

.ann-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ann-title {
    font-size: 16px;
}

.ann-text {
    font-size: 12px;
    width: 90%;
}

.ann-right-icon img {
    width: 40px;
    height: 40px;
}

.ann-text-box::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}

/* announcement bar section end  */


/* about us section start  */

.about-us-subtitle {
    padding: 6px 16px;
    font-size: 10px;
}

.about-us-description h1 {
    font-family: "fredoka-semibold";
    color: #000;
    font-size: 28px;
}

.about-us-description p {
  font-size: 12px;
}

.about-us-stat-box {
    display: flex;
    flex-direction: column;
    height: 145px;
    justify-content: space-between;
    margin: 0;
}

.about-us-sub-counter-card {
    padding: 20px;
}

.about-us-stat-box h3 {
    font-size: 24px;
}

.about-us-stat-box p {
    font-size: 14px;
}

.about-counter-sub-row {
  align-items: center;
}

.abt-coun-col-1 {
    padding: 0 5px !important;
}

.abt-coun-col-2, .abt-coun-col-3 {
    padding: 0 !important;
}

.about-us-yellow h3, .about-us-yellow p {
    text-align: left;
}

.about-us-purple {
    background-color: #f5e7ff;
    margin: 20px 0;
}

.about-us-review-avatars img {
    width: 130px;
    object-fit: contain;
    height: 50px;
}

.about-us-image {
    width: 100%;
    height: 350px;
}

/* about us section end  */



/* journey section start  */

.journey-timeline-section .section-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.journey-img-1 {
    position: absolute;
    top: 115px;
    bottom: 0;
    right: 23px;
    width: 200px;
    object-fit: contain;
}

.journey-img-2 {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: -28px;
    width: 250px;
    object-fit: contain;
}

/* journey section end  */


/* principal message section start */

.principal-message-section {
    margin: -40px 10px !important;
    padding: 130px 0;
    height: 100%;
}

.principal-section-title {
    font-size: 24px;
    margin: 20px 0 10px;
}

.principal-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.principal-text {
    margin: 0 0 10px 10px;
}

.principal-text p {
    font-size: 14px;
    margin-bottom: 5px;
}

.principal-name {
    font-size: 14px;
    margin-left: 10px;
}

.principal-designation {
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
}

.principal-quote-box .quote-mark {
    font-size: 12px;
    color: #fff;
}

.principal-quote-box p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.principal-message-content {
    width: 100%;
    position: unset;
    bottom: 0;
    margin-top: 10px;
}

.principal-quote-box {
    color: #000;
    border-radius: 20px;
    position: absolute;
    top: 75px;
    right: 65px;
    width: 17%;
}


/* principal message section end  */

 /* mission and vision section start  */

.mission-vision-title {
    font-size: 28px;
}

.mission-box h3, .vision-box h3 {
    font-size: 22px;
}

.mv-description p {
  font-size: 12px;
}


 /* mission and vision section end   */


/* our teacher section start  */

.teachers-section .section-heading h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.teachers-section .section-heading p {
    font-size: 12px;
}

.teacher-photo img {
    width: 80px;
    height: 80px;
}

.teacher-text h5 {
    font-size: 16px;
}

.teacher-text p {
    font-size: 12px;
}

.teacher-arrow {
    font-size: 18px;
}

/* our teacher section end  */
	
/* 	inner page starts */

/* 	inner page ends */

/* admission section start  */

.admission-banner-tagline {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.admission-banner-school-name {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 15px;
}

.admission-banner-title {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 5px;
}

.admission-banner-phone-numbers a {
    color: #000;
    font-size: 12px;
}

.admission-banner-contact-item a {
  font-size: 12px;
}

.admission-banner-contact-item span {
    color: #000;
    font-size: 12px;
    line-height: 1.4;
}

.admission-banner-content {
    padding: 0px;
    border-radius: 12px;
}

.admission-banner-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admission-banner-contact-item i {
    color: #000;
    font-size: 14px;
    margin-top: 3px;
}

/* admission section end  */


/* admission below section start  */

.resource-card {
    height: 230px;
}

.resource-icon i {
    font-size: 20px;
}

.resource-title {
    font-size: 20px;
}

.resource-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
}

.resource-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 8px 20px;
    font-size: 12px;
    width: fit-content;
}


/* admission below section end  */



/* activities section start */

.activities-section .section-heading h2 {
    font-size: 28px;
}

.activity-info h5 {
    font-size: 16px;
}

/* activities section end  */


/* event section start  */

.events-section .section-heading h2 {
    font-weight: 600;
    font-size: 28px;
}

.event-col {
  margin-bottom: 15px;
}

.event-content h5 {
    font-size: 20px;
}

.event-content p {
    font-size: 12px;
    margin: 0;
    color: #fff;
    opacity: 0.9;
}


/* event section end  */


/* gallery section start  */

.gallery-subtitle {
    font-size: 12px;
    margin-bottom: 5px;
}

.section-heading h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.school-gallery-masonry {
    column-count: 2;
    column-gap: 25px;
    margin-top: 40px;
}

.gallery-content h4 {
    font-size: 18px;
}

.gallery-content p {
    font-size: 12px;
    color: #555;
}

.gallery-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}


/* gallery section end  */


/* contact us section start  */

.contact-content h2 {
    font-size: 28px;
}

.contact-content p {
    font-size: 14px;
}

.contact-form label {
    font-size: 12px;
    margin-bottom: 6px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    font-size: 12px;
}

.contact-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.contact-form .consent {
    font-size: 12px;
}

.contact-form .btn-submit {
    width: 50%;
    padding: 12px;
    font-size: 12px;
    margin: 10px auto 0;
}

/* contact us section end  */


/* footer section start  */

.footer .footer-description {
    font-size: 12px;
    margin-bottom: 5px;
}

.footer-social a {
    font-size: 22px;
}

.footer-links h4 {
    font-size: 14px;
    margin: 15px 0;
}

.footer-links ul li a {
    font-size: 12px;
}

.footer-contact h4 {
    font-size: 14px;
    margin: 15px 0;
}

.footer-contact a {
    font-size: 12px;
}

.footer-contact i {
    font-size: 10px;
    margin-top: 0;
    margin-right: 5px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.footer .footer-logo img {
    width: 260px;
    object-fit: contain;
    height: 110px;
    margin-bottom: 15px;
}

.footer-element-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    object-fit: contain;
}

.footer-element-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    object-fit: contain;
}

.bottom-footer-para {
  font-size: 12px;
}

.bottom-footer a {
    font-size: 12px;
}


/* footer section end  */


/* inner page header start  */

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(50%);
}

.pageheading-middle h2  {
  font-size: 20px;
}

.pageheading-middle span  {
  font-size: 12px;
}

.pageheading-middle a {
  font-size: 12px !important;
}


/* inner page header end  */



/* inner page about us section start  */

.small-about-img {
    width: 50%;
    object-fit: cover;
    height: 170px;
    border-radius: 22px;
    position: absolute;
    bottom: -20px;
    right: -24px;
    border: 6px solid #fff;
}

.inner-about-image-wrapper::before {
    content: "";
    width: 100px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: -10px;
}

.main-about-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 18px;
}

.inner-about-content h1 {
    font-size: 24px;
    margin: 40px 0 30px;
}

.inner-about-content p {
    font-size: 10px;
    line-height: 22px;
}


.inner-about-counters {
    padding: 0;
}

.counter-box {
    margin-bottom: 20px;
    height: 155px;
}

.counter-icon {
    width: 35px;
    height: 35px;
}

.counter-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.counter-box p {
    font-size: 12px;
}

/* inner page about us section end  */



/* inner page activities section start  */

.inner-activities-heading h2 {
    font-size: 28px;
}
.inner-activities-image img {
    width: 100%;
    height: 300px;
}

.inner-activities-info h5 {
    font-size: 16px;
}

.inner-activities-arrow {
    font-size: 16px;
    transform: rotate(-45deg);
}

/* inner page activities section end  */



/* single page activities section start  */

.single-activitie-title {
    font-size: 28px;
}

.single-activitie-image {
    padding: 0;
}

.single-activitie-content p {
  font-size: 12px;
}

.single-activitie-gallery-heading {
    font-size: 24px;
}

/* single page activities section end  */



/* inner page admission section start  */

.admission-info-title {
    font-size: 28px;
    margin-bottom: 35px;
}

.admission-info-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.admission-info-block p {
  font-size: 12px;
}

.admission-info-block ul {
    padding: 0px !important;
}

.admission-info-block li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #93ae2f;
}

.admission-info-block li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
}

.admission-form-wrapper {
    padding: 30px;
    margin: 0;
}

.admission-form-title {
    font-size: 20px;
    margin-bottom: 40px;
}

.admission-contact-form label {
    margin-bottom: 5px;
    font-size: 12px;
}

.admission-contact-form input, .admission-contact-form textarea, .admission-contact-form select {
    padding: 10px 12px !important;
    font-size: 12px;
}

/* inner page admission section end  */



/* inner page event section start  */


.inner-events-col {
  margin-bottom: 15px;
}

.inner-events-heading h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.inner-events-title {
    font-size: 20px;
}

.inner-events-excerpt {
    font-size: 12px;
}

.inner-events-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 18px;
}

.inner-events-btn {
    position: absolute;
    left: 20px;
    bottom: 15px;
    transform: translateY(40px);
    opacity: 0;
    padding: 10px 22px;
    font-size: 10px;
}

/* inner page event section end  */

/* single page event section start  */

.single-event-title {
    font-size: 28px;
}

.single-event-content p {
  font-size: 12px;
}

.recent-events-heading {
    font-size: 22px;
}

/* single page event section end  */


/* inner page celebration section start  */

.inner-celebration-col {
  margin-bottom: 15px;
}

.inner-celebration-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.inner-celebration-sub-title {
    font-size: 20px;
}

.inner-celebration-excerpt {
    font-size: 12px;
}

.inner-celebration-btn {
    font-size: 12px;
}

/* inner page celebration section end  */



/* single page celebration section start  */


.single-celebration-title {
    font-size: 28px;
}

.single-celebration-content p {
    font-size: 12px;
}

.single-celebration-btn {
    font-size: 12px;
}

/* single page celebration section end  */


/* inner page contact us section start  */

.inner-head-contact {
    font-size: 28px;
    margin-bottom: 20px;
}

.inner-contact-us-description {
    font-size: 12px;
    width: 100%;
    margin: 0 auto 25px;
}

.inner-contact-us-address, .inner-contact-us-number, .inner-contact-us-email {
    padding: 15px 20px;
    margin: 0 0 10px;
}

.inner-contact-us-text {
    font-size: 12px;
    margin: 0;
}

.inner-contact-us-address i, .inner-contact-us-number i, .inner-contact-us-email i {
    font-size: 20px;
    padding-right: 10px;
}

/* inner page contact us section end  */


}


@media only screen and (min-width: 992px) and (max-width: 1200.5px) {

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 10px !important;
    clear: both;
    border: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #ffffff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000;
    background: #ffffff !important;
}

.cont-head a {
    font-size: 14px;
}

.cont-head {
    display: block;
    font-size: 14px;
}

.cont-head-right i {
    font-size: 14px;
}

.cont-head-address {
    font-size: 14px;
}

.cont-head-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/* header section start  */

.header-wrapper {
    z-index: 100;
    top: 85px;
}

.f-nav .header-wrapper {
    position: fixed;
    top: 85px;
    z-index: 100;
}

.header-logo img {
    width: 220px;
    object-fit: contain;
    height: 85px;
}

.f-nav .header-wrapper .header-logo img {
    width: 180px;
    height: auto;
}

.header-enquiry-btn {
    display: none;
}

/* header section end  */


/* marquee section start  */

.marquee-item {
    display: inline-flex;
    align-items: center;
    margin: 0 5px;
    padding-right: 10px;
}

.marquee-item i {
    color: #000000;
    font-size: 12px;
    vertical-align: middle;
}

.marquee-title {
    font-size: 12px;
}

/* marquee section end  */



/* banner section start  */

.banner-tag {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.banner-caption-item h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

.caption-content p {
    font-size: 14px;
    width: 80%;
    margin: auto;
}

.caption-slider {
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}

.enquiry-btn a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    height: 45px;
    width: 155px;
    font-size: 12px;
}

/* banner section end  */



/* announcement bar section start  */

.ann-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ann-title {
    font-size: 18px;
}

.ann-text {
    font-size: 14px;
    width: 90%;
}

.ann-right-icon img {
    width: 45px;
    height: 45px;
}

.ann-text-box::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}

/* announcement bar section end  */


/* about us section start  */

.about-us-subtitle {
    padding: 6px 16px;
    font-size: 12px;
}

.about-us-description h1 {
    font-family: "fredoka-semibold";
    color: #000;
    font-size: 32px;
}

.about-us-description p {
  font-size: 14px;
}

.about-us-stat-box {
    display: flex;
    flex-direction: column;
    height: 145px;
    justify-content: space-between;
    margin: 0;
}

.about-us-sub-counter-card {
    padding: 20px;
}

.about-us-stat-box h3 {
    font-size: 24px;
}

.about-us-stat-box p {
    font-size: 14px;
}

.about-counter-sub-row {
  align-items: center;
}

.abt-coun-col-1 {
    padding: 0 5px !important;
}

.abt-coun-col-2, .abt-coun-col-3 {
    padding: 0 !important;
}

.about-us-yellow h3, .about-us-yellow p {
    text-align: left;
}

.about-us-purple {
    background-color: #f5e7ff;
    margin: 20px 0;
}

.about-us-review-avatars img {
    width: 130px;
    object-fit: contain;
    height: 50px;
}

.about-us-image {
    width: 100%;
    height: 350px;
}

/* about us section end  */



/* journey section start  */

.journey-timeline-section .section-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.journey-img-1 {
    position: absolute;
    top: 115px;
    bottom: 0;
    right: 23px;
    width: 200px;
    object-fit: contain;
}

.journey-img-2 {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: -28px;
    width: 250px;
    object-fit: contain;
}

/* journey section end  */


/* principal message section start */

.principal-message-section {
    margin: -40px 10px !important;
    padding: 130px 0;
    height: 100%;
}

.principal-section-title {
    font-size: 32px;
    margin: 20px 0 10px;
}

.principal-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.principal-text {
    margin: 0 0 10px 10px;
}

.principal-text p {
    font-size: 15px;
    margin-bottom: 5px;
}

.principal-name {
    font-size: 16px;
    margin-left: 10px;
}

.principal-designation {
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
}

.principal-quote-box .quote-mark {
    font-size: 14px;
    color: #fff;
}

.principal-quote-box p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.principal-message-content {
    width: 100%;
    position: unset;
    bottom: 0;
    margin-top: 10px;
}

.principal-quote-box {
    color: #000;
    border-radius: 20px;
    position: absolute;
    top: 75px;
    right: 65px;
    width: 17%;
}


/* principal message section end  */

 /* mission and vision section start  */

.mission-vision-title {
    font-size: 32px;
}

.mission-box h3, .vision-box h3 {
    font-size: 24px;
}

.mv-description p {
  font-size: 14px;
}


 /* mission and vision section end   */


/* our teacher section start  */

.teachers-section .section-heading h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.teachers-section .section-heading p {
    font-size: 14px;
}

.teacher-card {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.teacher-photo img {
    width: 85px;
    height: 85px;
}

.teacher-text h5 {
    font-size: 16px;
}

.teacher-text p {
    font-size: 12px;
}

.teacher-arrow {
    font-size: 18px;
}

/* our teacher section end  */


/* admission section start  */

.admission-banner-tagline {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.admission-banner-school-name {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 15px;
}

.admission-banner-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 5px;
}

.admission-banner-phone-numbers a {
    color: #000;
    font-size: 14px;
}

.admission-banner-contact-item a {
  font-size: 14px;
}

.admission-banner-contact-item span {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
}

.admission-banner-content {
    padding: 0px;
    border-radius: 12px;
}

.admission-banner-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admission-banner-contact-item i {
    color: #000;
    font-size: 14px;
    margin-top: 3px;
}

/* admission section end  */


/* admission below section start  */

.resource-card {
    height: 230px;
}

.resource-icon i {
    font-size: 22px;
}

.resource-title {
    font-size: 22px;
}

.resource-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
    transform: rotate(-45deg);
}

.resource-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 8px 20px;
    font-size: 14px;
}


/* admission below section end  */



/* activities section start */

.activities-section .section-heading h2 {
    font-size: 32px;
}

.activity-info h5 {
    font-size: 16px;
}

/* activities section end  */


/* event section start  */

.events-section .section-heading h2 {
    font-weight: 600;
    font-size: 32px;
}

.event-col {
  margin-bottom: 15px;
}

.event-content h5 {
    font-size: 20px;
}

.event-content p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    opacity: 0.9;
}


/* event section end  */


/* gallery section start  */

.gallery-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
}

.section-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.school-gallery-masonry {
    column-count: 2;
    column-gap: 25px;
    margin-top: 40px;
}

.gallery-content h4 {
    font-size: 18px;
}

.gallery-content p {
    font-size: 12px;
    color: #555;
}

.gallery-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}


/* gallery section end  */


/* contact us section start  */

.contact-content h2 {
    font-size: 32px;
}

.contact-content p {
    font-size: 16px;
}

.contact-form label {
    font-size: 14px;
    margin-bottom: 6px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    font-size: 14px;
}

.contact-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.contact-form .consent {
    font-size: 14px;
}

.contact-form .btn-submit {
    width: 50%;
    padding: 12px;
    font-size: 14px;
    margin: 10px auto 0;
}

/* contact us section end  */


/* footer section start  */

.footer .footer-description {
    font-size: 12px;
    margin-bottom: 5px;
}

.footer-social a {
    font-size: 22px;
}

.footer-links h4 {
    font-size: 14px;
    margin: 15px 0;
}

.footer-links ul li a {
    font-size: 13px;
}

.footer-contact h4 {
    font-size: 14px;
    margin: 15px 0;
}

.footer-contact a {
    font-size: 13px;
}

.footer-contact i {
    font-size: 12px;
    margin-top: 0;
    margin-right: 5px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

.footer .footer-logo img {
    width: 260px;
    object-fit: contain;
    height: 110px;
    margin-bottom: 15px;
}

.footer-element-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    object-fit: contain;
}

.footer-element-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    object-fit: contain;
}

.bottom-footer-para {
  font-size: 13px;
}

.bottom-footer a {
    font-size: 13px;
}


/* footer section end  */


/* inner page header start  */

.pageheading-middle {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(50%);
}

.pageheading-middle h2  {
  font-size: 28px;
}

.pageheading-middle span  {
  font-size: 16px;
}

.pageheading-middle a {
  font-size: 16px !important;
}


/* inner page header end  */



/* inner page about us section start  */

.small-about-img {
    width: 50%;
    object-fit: cover;
    height: 170px;
    border-radius: 22px;
    position: absolute;
    bottom: -20px;
    right: -24px;
    border: 6px solid #fff;
}

.inner-about-image-wrapper::before {
    content: "";
    width: 100px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: -10px;
}

.main-about-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 18px;
}

.inner-about-content h1 {
    font-size: 28px;
    margin: 40px 0 30px;
}

.inner-about-content p {
    font-size: 14px;
    line-height: 22px;
}


.inner-about-counters {
    padding: 0;
}

.counter-box {
    margin-bottom: 20px;
    height: 155px;
}

.counter-icon {
    width: 40px;
    height: 40px;
}

.counter-box h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.counter-box p {
    font-size: 14px;
}

/* inner page about us section end  */



/* inner page activities section start  */

.inner-activities-heading h2 {
    font-size: 32px;
}
.inner-activities-image img {
    width: 100%;
    height: 300px;
}

.inner-activities-info h5 {
    font-size: 16px;
}

.inner-activities-arrow {
    font-size: 16px;
    transform: rotate(-45deg);
}

/* inner page activities section end  */



/* single page activities section start  */

.single-activitie-title {
    font-size: 32px;
}

.single-activitie-image {
    padding: 0;
}

.single-activitie-content p {
  font-size: 14px;
}

.single-activitie-gallery-heading {
    font-size: 26px;
}

/* single page activities section end  */



/* inner page admission section start  */

.admission-info-title {
    font-size: 32px;
    margin-bottom: 35px;
}

.admission-info-block h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.admission-info-block p {
  font-size: 14px;
}

.admission-info-block ul {
    padding: 0px !important;
}

.admission-info-block li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #93ae2f;
}

.admission-info-block li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.admission-form-wrapper {
    padding: 30px;
    margin: 0;
}

.admission-form-title {
    font-size: 20px;
    margin-bottom: 40px;
}

.admission-contact-form label {
    margin-bottom: 5px;
    font-size: 14px;
}

.admission-contact-form input, .admission-contact-form textarea, .admission-contact-form select {
    padding: 10px 12px !important;
    font-size: 14px;
}

/* inner page admission section end  */



/* inner page event section start  */


.inner-events-col {
  margin-bottom: 15px;
}

.inner-events-heading h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.inner-events-title {
    font-size: 20px;
}

.inner-events-excerpt {
    font-size: 14px;
}

.inner-events-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 18px;
}

.inner-events-btn {
    position: absolute;
    left: 20px;
    bottom: 15px;
    transform: translateY(40px);
    opacity: 0;
    padding: 10px 22px;
    font-size: 14px;
}

/* inner page event section end  */

/* single page event section start  */

.single-event-title {
    font-size: 32px;
}

.single-event-content p {
  font-size: 14px;
}

.recent-events-heading {
    font-size: 22px;
}

/* single page event section end  */


/* inner page celebration section start  */

.inner-celebration-col {
  margin-bottom: 15px;
}

.inner-celebration-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.inner-celebration-sub-title {
    font-size: 20px;
}

.inner-celebration-excerpt {
    font-size: 14px;
}

.inner-celebration-btn {
    font-size: 14px;
}

/* inner page celebration section end  */



/* single page celebration section start  */


.single-celebration-title {
    font-size: 32px;
}

.single-celebration-content p {
    font-size: 14px;
}

.single-celebration-btn {
    font-size: 14px;
}

/* single page celebration section end  */


/* inner page contact us section start  */

.inner-head-contact {
    font-size: 32px;
    margin-bottom: 20px;
}

.inner-contact-us-description {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 25px;
}

.inner-contact-us-address, .inner-contact-us-number, .inner-contact-us-email {
    padding: 15px 20px;
    margin: 0 0 10px;
}

.inner-contact-us-text {
    font-size: 14px;
    margin: 0;
}

.inner-contact-us-address i, .inner-contact-us-number i, .inner-contact-us-email i {
    font-size: 20px;
    padding-right: 10px;
}

/* inner page contact us section end  */


}


@media only screen and (min-width: 1201px) and (max-width: 1371.50px) {

.header-wrapper {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
}

.header-logo img {
    width: 250px;
    object-fit: contain;
    height: 85px;
    display: block;
}

.f-nav .header-wrapper {
    position: fixed;
    top: 85px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.6 !important;
    height: unset !important;
    padding: 0px 8px 0px 8   px !important;
}




/* footer section start  */

.footer-contact a {
    font-size: 15px;
}

.footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    font-size: 15px;
}

/* footer section end  */


}


@media only screen and (min-width: 1372px) and (max-width: 1498.50px) {

.header-logo img {
    width: 250px;
    object-fit: contain;
    height: 85px;
    display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.6 !important;
    height: unset !important;
    padding: 0px 4px 0px 4px !important;
}

.header-wrapper {
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
}


}