* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

.body {
  width: 100%;
  /* max-width: 1440px; Set a maximum width */
  margin: 0 auto; /* Center the body */
  background-color: #ededed;
  padding: 10px 20px;
}
.header {
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  background: url(Images/navbackground.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  padding: 5px 5px;
}

.logo {
  margin-top: 10px;
  position: relative;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  cursor: default;
  opacity: 0;
  animation: slideRight 1s ease forwards;
}
.header .logo img {
  height: 40px;
}
.navbar {
  display: none; /* Hidden by default */
  flex-direction: column;
  gap: 0px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%; /* Full width for smaller screens */
  /* height: 100vh; Full height to fit the viewport */
  background: rgb(28 4 86); /* Semi-transparent background */
  padding: 20px;
  overflow-y: auto; /* Enable scrolling if content overflows */
  z-index: 10;
}
.navbar.active {
  display: flex;
}
.navbar a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
}

.hamburger-menu {
  display: block;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 11;
}
.hamburger-menu .fa-bars {
  display: block;
}
.hamburger-menu.active .fa-bars {
  display: none;
}
.hamburger-menu .fa-times {
  display: none;
}
.hamburger-menu.active .fa-times {
  display: block;
  color: #fff;
}

.background {
  background: url(Images/BackGround2.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section {
  width: 100%;
  height: 90%;
  align-items: center;
  justify-content: center;
  padding: 75px 10px 0px 10px;
}
.home-content,
.about-content,
.about2-content,
.facility-content,
.classes-content,
.testimonials-content,
.contact-content {
  padding: 0px;
  margin: 0px;
  color: #fff;
  align-items: center;
}

.home-content .column.left,
.home-content .column.right,
.about-content .column.left,
.about-content .column.right,
.about2-content .column.left,
.about2-content .column.right,
.classes-content .column.left,
.classes-content .column.right {
  max-width: 90%;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-items: center;
}

.home-content h4,
.about-content h4,
.about2-content h4,
.facility-content h4,
.classes-content h4,
.testimonials-content h4,
.blog-content h4,
.contact-content h4 {
  font-family: Play;
  font-size: 18px;
  font-weight: 600;
  /* text-align: center; */
  opacity: 0;
  animation: slideBottom 1s ease forwards;
  animation-delay: 0.7s;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.home-content h3,
.about-content h3,
.about2-content h3,
.facility-content h3,
.classes-content h3,
.testimonials-content h3,
.blog-content h3,
.contact-content h3 {
  font-family: "Merienda", cursive;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: -3px 0;
  opacity: 0;
  animation: slideRight 1s ease forwards;
  animation-delay: 1s;
  color: #0ef;
  letter-spacing: 1px;
}
.home-content p,
.about-content p,
.about2-content p,
.facility-content p,
.classes-content p {
  margin-top: 15px;
  font-family: Poppins;
  font-size: 11px;
  text-align: justify;
  opacity: 0;
  animation: slideLeft 1s ease forwards;
  animation-delay: 1s;
  color: #fff;
}
/* Container with border at top and bottom */
.about2-bullets {
  border-top: 2px solid #ccc; /* Top border */
  border-bottom: 2px solid #ccc; /* Bottom border */
  padding: 10px 15px; /* Inner spacing */
  width: fit-content; /* Adjust width based on content */
}
.about2-bullets div {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between icon and text */
  font-size: 16px;
  padding: 4px 0; /* Spacing between each bullet */
  margin: 2px 0;
  color: #0cf;
}
.about2-bullets-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-image,
.classes-image {
  margin-top: 30px;
}
.bullet-image {
  max-width: 400px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-right: 20px;
}
/* Green check icon */
.about2-bullets i {
  color: green;
  font-size: 18px;
}
/* Style the check icon */
.fa-check {
  color: #28a745;
  font-size: 18px;
}
.btn-box {
  display: inline-block;
  padding: 12px 20px;
  background: #0ef;
  border-radius: 40px;
  font-size: 14px;
  color: #081b29;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
  margin: 30px 15px 30px 0;
  opacity: 0;
  animation: slideTop 1s ease forwards;
  animation-delay: 2s;
  box-shadow: 0 05px #0ef, 0 0 25px #0ef;
}
.btn-box:hover {
  box-shadow: 0 0 5px cyan, 0 0 25px cyan, 0 0 50px cyan, 0 0 100px cyan,
    0 0 200px cyan;
  background: #0cf;
}
.classes-content .accordion {
  width: 100%;
}

.accordion-item {
  background-color: transparent;
  color: #fff;
  margin: 0.1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.accordion-item:hover {
  background-color: rgba(97, 94, 94, 0.212); /* Existing hover effect */
  color: #0ef; /* New hover color */
}
.accordion-item-header {
  /* padding: 0.5rem 0.5rem; Adjust padding to reduce height */
  min-height: 2rem; /* Adjust min-height to reduce height */
  line-height: 1.5rem;
  font-weight: 300;
  font-size: 11px; /* Adjust font size to reduce height */
  text-decoration: underline;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 1rem;
  position: absolute;
  right: 0.5rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  font-size: 13px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 0.5rem 1rem; /* Adjust padding to reduce height */
  /* padding: 0 5px 0 5px; */
  line-height: 1.2rem; /* Adjust line-height to reduce height */
  font-size: 11px; /* Adjust font size to reduce height */
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
/* Accordian End */
/* Flexbox layout for hero and about sections */
.row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
/* .column {
  flex: 1;
  /* padding: 10px; 
} */

/* .contact-content .row {
  height: 325px;
} */
.contact-content .column.left {
  flex: 1;
  padding: 10px;
  /* max-width: 50%; */
  text-align: left;
  justify-items: flex-start;
  /* margin-bottom: 20px; */
}
.contact-content .column.left p {
  text-align: justify;
  margin-right: 60px;
  font-size: 14px;
}
.contact-content .column.middle {
  flex: 1;
  padding: 10px;
  /* max-width: 30%; */
  text-align: left;
  /* margin-bottom: 20px; */
  font-size: 14px;
  align-items: flex-start;
}
.contact-content .column.middle .middle-flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.contact-content .column.middle .middle-flex .i {
  align-items: flex-start;
}
.contact-content .column.right {
  /* max-width: 20%; */
  text-align: left;
  /* margin-bottom: 20px; */
  font-size: 14px;
}
.contact-content .column {
  width: 100%;
  /* text-align: center; */
  /* margin-bottom: 20px; */
}
.contact-content .footer {
  width: 100%;
  justify-content: center;
  font-size: 11px;
  background-color: transparent;
}
.line-break {
  display: block; /* default for mobile - two lines */
}
.footer-text {
  font-size: 11px;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #ccc;
  padding: 4px;
  width: 270px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}
.contact-form textarea {
  height: 80px;
}
.contact-form text {
  height: 30px;
}
.contact-form button {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 5px 5px;
  border-radius: 6px;
  cursor: pointer;
  width: 50%;
  font-size: 14px;
}
.contact-form button:hover {
  background-color: #45a049;
}
.about2-content .column.right {
  max-width: 90%;
  align-items: top;
  text-align: justify;
}
.hero-image,
.about-image,
.classes-image {
  height: 300px;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  border-color: lavender;
}
/* .about-image {
  max-width: 60%;
  height: auto;
  border-radius: 10px;
} */
.about2-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
}
/* .classes-image {
  max-width: 85%;
  height: auto;
  border-radius: 10px;
} */
/* Facility Cards Start */
.wrapper {
  /* padding: 0 30px 0 0; Reduce left and right padding */
  display: flex;
  justify-content: center;
  width: 100%; /* Increase the width of the wrapper */
  /* margin-right: 30px; */
}
.card-area {
  display: grid;
  grid-template-columns: 1fr; /* Default to 1 card per row */
  gap: 10px; /* Spacing between cards */
  width: 100%;
  margin: auto;
}
.box {
  height: 160px; /* Reduce the height of the cards */
  background: transparent;
  border-radius: 15px;
  border: 2px solid transparent; /* Transparent border initially */
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.185);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Align content to the top */
  align-items: center; /* Align content horizontally center */
  transition: border 0.3s; /* Smooth transition for border */
}
.box:hover {
  border: 1px solid #f0e68c; /* Highlight border on hover */
}
.box h4 {
  font-size: 20px;
  color: gold;
  margin-bottom: -5px;
}
.box p {
  color: #fff;
  text-align: justify;
  padding: 0 10px 10px 10px;
  font-size: 11px;
  /* margin-top: -10px; */
}
.facility .title {
  text-align: left; /* Align title to the left */
}
/* Facility Cards End */
/* Testimonials Start */
.testimonials-content {
  width: 100%;
}
.section-header {
  text-align: left;
  margin-bottom: 30px;
}
.section-header .title {
  font-size: 35px;
  font-weight: 300;
  text-transform: capitalize;
  color: hsl(0, 0%, 100%);
  line-height: 1.2;
}
.testmonials-item {
  height: auto;
  width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  color: white;
}
.testmonials-item:hover {
  transform: translateY(-10px);
}
.testmonials-item .info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.testmonials-item .info .img {
  border-radius: 50%;
}
.testmonials-item .name {
  font-size: 18px;
  font-family: Merienda;
  color: #0ef;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 15px;
  justify-content: center;
}
.testmonials-item .job {
  font-size: 14px;
  justify-content: center;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 15px;
}
.testmonials-item .rating {
  justify-content: center;
  margin-bottom: 4px;
  margin-left: 15px;
}
.testmonials-item p {
  font-size: 11px;
  line-height: 1.5;
  color: white;
  padding: 0 15px 0 15px;
  margin-top: -10px;
  text-align: justify;
}
.rating {
  margin-top: 10px;
  font-size: 12px;
  color: gold;
}
.swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
}
.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #ffffff;
}
.testmonials-slider {
  padding-bottom: 20px;
}
.Quicklinks {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 2.3;
}
.Quicklinks a {
  text-decoration: none;
  color: #fff;
  justify-items: center;
}
.Quicklinks a:hover {
  color: #0ef;
}
.contact-content .footer-text {
  width: 100%;
  justify-content: center;
}
/* Testimonials end */
/* blog starts */
.slider-container {
  position: relative;
  /* width: 100%; */
  width: 65%;
  height: auto;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  min-width: 100%;
  transition: 0.5s;
}
.slide img {
  width: 100%;
  display: block;
}
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Breakpoints */
@media (min-width: 375px) {
  .slider-container {
    max-width: 350px;
  }
}
@media (min-width: 480px) {
  .slider-container {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .slider-container {
    max-width: 620px;
    max-height: auto;
  }
}
/* @media (min-width: 1024px) {
  .slider-container {
    max-width: 750px;
    max-height: auto;
  } 
}*/
@media (min-width: 1280px) {
  .slider-container {
    max-width: 1100px;
  }
}
@media (min-width: 1440px) {
  /* .slider-container {
    max-width: 1200px;
  } */
  .home-content .column.right .hero-image,
  .about-content .column.right .about-image {
    height: 300px;
  }
}
/* blog ends */
.footer {
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  color: #fff;
}
.footer a {
  color: #0ef;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.line-break {
  display: block; /* default for mobile - two lines */
}

@keyframes slideRight {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideTop {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideBottom {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* Slide-out animations */
.slideOutRight {
  animation: slideOutRight 1s ease forwards;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.slideOutLeft {
  animation: slideOutLeft 1s ease forwards;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(100px);
    opacity: 0;
  }
}
.slideOutTop {
  animation: slideOutTop 1s ease forwards;
}
@keyframes slideOutTop {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}
.slideOutBottom {
  animation: slideOutBottom 1s ease forwards;
}
@keyframes slideOutBottom {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}

/* Responsive styles 1024px */
/* ----------------- */
@media only screen and (min-width: 1024px) {
  .body {
    width: 100%;
    padding: 5px 5px;
  }
  .home-content,
  .about-content,
  .about2-content,
  .facility-content,
  .classes-content,
  .testimonials-content,
  .blog-content,
  .contact-content {
    padding: 0 20px;
  }
  section {
    height: 90%;
    padding: 75px 20px 0px 10px;
  }
  .header {
    width: 100%;
    height: 70px;
    /* padding: 10px 15px; */
  }
  .header .logo img {
    height: 65px;
  }
  .navbar {
    gap: 6px;
  }
  .navbar a {
    font-size: 14px;
  }
  .home-content .row,
  .about-content .row .about2-content .row,
  .about-content .row {
    width: 100%;
    align-items: flex-start;
  }
  .about2-content .h3,
  .testimonials-content .h3 {
    text-align: left;
  }
  .home-content h3,
  .about-content h3,
  .classes-content h3 {
    font-size: 28px;
    text-align: left;
  }
  .about2-content h3,
  .facility-content h3,
  .testimonials-content h3,
  .blog-content h3,
  .contact-content h3 {
    font-size: 28px;
    text-align: left;
    margin-left: 8px;
  }
  .home-content h4,
  .about-content h4,
  .about2-content h4,
  .facility-content h4,
  .classes-content h4,
  .testimonials-content h4,
  .blog-content h4,
  .contact-content h4 {
    font-size: 24px;
    text-align: left;
  }

  .home-content p,
  .about-content p,
  .about2-content p,
  .facility-content p,
  .classes-content p,
  .testimonials-content p,
  .blog-content p {
    font-size: 14px;
  }
  .accordion-item-header {
    font-size: 14px;
  }
  .home-content .column.right .hero-image {
    height: 370px;
    position: relative;
  }
  .about-content .column.right .about-image {
    height: 370px;
    position: relative;
  }
  .hero-image {
    position: absolute;
    top: 10px;
  }

  .about2-image {
    width: 100%;
  }
  .about-content .column.left {
    padding: 2px;
  }
  .slider-container {
    position: relative;
    width: 65%;
    height: auto;
  }
  .testimonials-content .section-header {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .card-area {
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row for 768px */
    /* gap: 10px; Adjust spacing between cards */
  }
  .facility-content .box {
    height: auto;
  }
  .box p {
    color: #fff;
    text-align: left;
    padding: 0 5px 5px 5px;
  }
  .facility-content p {
    font-size: 12px; /* Adjust font size for larger screens */
  }
  .facility-content h4 {
    font-size: 16px; /* Adjust font size for larger screens */
  }
  .testimonials-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: center; Center the items */
    gap: 20px; /* Add spacing between items */
  }
  .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px; /* Adjust the gap between cards as needed */
  }
  .swiper-slide {
    width: 100% !important; /* Ensure each slide takes full width */
    box-sizing: border-box;
    padding: 10px; /* Adjust padding as needed */
  }
  .testmonials-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }

  .testmonials-item {
    /* flex: 1 1 calc(33.33% - 20px); 3 items per row with spacing */
    max-width: calc(33% - 10px); /* Ensure proper width */
    margin: 10px 0 0 10px; /* Add margin for spacing */
  }
  .navbar {
    display: flex; /* Ensure the navbar is visible */
    flex-direction: row; /* Horizontal layout */
    gap: 10px; /* Add spacing between links */
    position: absolute; /* Position it relative to the header */
    right: 20px; /* Align it to the right */
    background: transparent; /* Remove background for larger screens */
    padding: 0; /* Remove padding */
    width: auto; /* Adjust width */
    z-index: 1000; /* Ensure it stays above other elements */
  }

  .navbar a {
    color: #fff; /* Ensure text color is visible */
    text-decoration: none;
    font-size: 16px; /* Adjust font size */
    font-weight: 500;
    margin: 0 10px; /* Add spacing between links */
    transition: color 0.3s ease;
  }

  .navbar a:hover {
    color: #0ef; /* Add hover effect */
  }

  .hamburger-menu {
    display: none; /* Hide hamburger menu on larger screens */
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .card-area {
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row for 768px */
    gap: 10px; /* Adjust spacing between cards */
  }
  .box {
    height: 150px; /* Adjust height for smaller screens */
  }
  .testmonials-item {
    /* flex: 1 1 calc(33.33% - 20px); 3 items per row with spacing */
    max-width: calc(99% - 10px); /* Ensure proper width */
    margin: 10px 0 0 10px; /* Add margin for spacing */
  }
  .home-content h3,
  .about-content h3,
  .about2-content h3,
  .facility-content h3,
  .classes-content h3,
  .testimonials-content h3,
  .blog-content h3,
  .contact-content h3,
  .home-content h4,
  .about-content h4,
  .about2-content h4,
  .facility-content h4,
  .classes-content h4,
  .testimonials-content h4,
  .blog-content h4,
  .contact-content h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .about-content .column.column.right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-content .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .contact-content .column {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }
  .contact-content .column.left,
  .column.middle,
  .column.right {
    max-width: 299px;
    text-align: center;
  }
  .section {
    padding: 75px 20px 0px 10px;
  }
}
/* Break point 768px */
/* ----------------- */
@media only screen and (min-width: 768px) {
  .body {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .header {
    height: 72px;
    width: 100%;
    padding: 10px 5px;
  }
  .section {
    max-height: 95%;
  }
  /* .navbar {
    display: block;
    gap: 7px;
    position: absolute;
    right: 5px;
    background: transparent;
    padding: 10px;
    border-radius: 5px;
  } */
  .navbar {
    display: flex; /* Ensure the navbar is visible */
    flex-direction: row; /* Horizontal layout */
    gap: 7px; /* Add spacing between links */
    position: absolute; /* Position it relative to the header */
    right: 20px; /* Align it to the right */
    background: transparent; /* Remove background for larger screens */
    padding: 10px; /* Remove padding */
    width: auto; /* Adjust width */
    z-index: 1000; /* Ensure it stays above other elements */
  }
  .navbar.active {
    display: flex;
  }
  .navbar a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 20px; /* Reduced margin */
    transition: 0.3s;
    opacity: 0;
    animation: slideTop 1s ease forwards;
  }

  .navbar a:hover {
    color: #0ef;
  }
  .hamburger-menu {
    display: none;
  }
  .row {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .home-content .column,
  .about-content .column,
  .about2-content .column,
  .classes-content .column {
    flex: 1;
    margin: 0;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  /* .home-content .column.left {
    max-width: 80%;
    margin: 0;
    padding: 10px;
    align-items: center;
    justify-items: left;
  } */
  .home-content .column.left,
  .about-content .column.left,
  .classes-content .column.left {
    max-width: 70%;
    margin: 0;
    padding: 10px;
    align-items: center;
    justify-items: left;
  }
  /* .home-content .column.right {
    max-width: 20%;
    text-align: right;
  } */
  .home-content .column.right,
  .about-content .column.right,
  .classes-content .column.right {
    max-width: 30%;
    text-align: right;
  }
  .contact-content .column.middle h4,
  .contact-content .column.column.right h4 {
    text-align: start;
  }
  .contact-content .column.column.left h4 {
    margin-top: 10px;
  }
  /* .hero-image {
    margin-top: 95px;
  } */
  .about-image {
    max-width: 85%;
    height: auto;
    border-radius: 10px;
    margin-top: 70px;
  }
  .about2-image {
    max-width: 100%;
    height: auto;
    margin-top: 60px;
  }
  .classes-image {
    max-width: 70%;
    margin-top: 100px;
  }
  .bullet-image {
    max-width: 80%;
    margin-bottom: 0px;
  }
  .about2-content .column.left {
    max-width: 35%;
    margin: 0;
    padding: 10px;
    align-items: center;
  }
  .about2-content .column.right {
    max-width: 65%;
    text-align: right;
  }
  .contact-content .column.left {
    max-width: 40%;
    justify-content: flex-start;
    padding: 10px 0 0 10px;
    text-align: left;
  }
  .contact-content .column.middle {
    max-width: 40%;
    justify-content: flex-start;
    padding: 10px 0 0 10px;
    text-align: left;
  }
  .contact-content .column.right {
    max-width: 20%;
    justify-content: flex-start;
    padding: 10px 0 0 10px;
    text-align: left;
  }
  .about2-content p {
    padding: 10px;
  }
  .logo img {
    height: 60px;
  }

  .about2-bullets-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .accordion {
    width: 100%;
  }
  .accordion-item-header {
    font-size: 12px;
  }
  .accordion-item-body-content {
    text-align: left;
  }
  .testmonials-item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px; /* Adjust margin as needed */
  }
  .swiper-container {
    pointer-events: none; /* Disable swipe */
  }
  .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 3px; /* Adjust the gap between cards as needed */
  }
  .swiper-slide {
    width: 100% !important; /* Ensure each slide takes full width */
    box-sizing: border-box;
    padding: 10px; /* Adjust padding as needed */
  }
  .testmonials-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
  }
  .testmonials-item .rating {
    margin-top: 5px; /* Adjust margin as needed */
  }
  .testimonials-content .section-header {
    text-align: left;
  }
  .about2-bullets div {
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }
  .swiper-pagination-bullet {
    display: none;
  }
  .contact-form textarea {
    height: 60px;
    /* width: 315px; */
  }
  .footer-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
  }
  .footer-text .line-break {
    display: inline;
    margin-left: 10px;
  }
}

/* Break point 425px */
/* ----------------- */
@media only screen and (min-width: 425px) {
  .body {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .swiper-pagination-bullet {
    display: none;
  }
  .section {
    padding: 0px 0px 0px 0px;
    margin: 0px;
  }
  .header {
    width: 100%;
    padding: 5px 5px;
  }
  .logo img {
    height: 40px;
  }

  .contact-content .p {
    text-align: left;
  }

  /* .accordion-item-header {
    font-size: 11px;
  } */
  .about2-bullets div {
    align-items: center;
    gap: 6px;
    font-size: 12px;
  }
  .facility-content p,
  .testmonials-item p {
    font-size: 12px;
  }
  .footer-text {
    font-size: 14px;
  }
  .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
  }
  .testmonials-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .testmonials-item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .testmonials-item .rating {
    margin-top: 5px;
  }
  .contact-content .row {
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .contact-content .column {
    text-align: left;
  }
  .contact-content .footer {
    width: 100%;
    justify-content: center;
    font-size: 12px;
    background-color: transparent;
  }
  .line-break {
    display: block; /* default for mobile - two lines */
  }
}

/* Breakpoint 320px */
/* ---------------- */
@media only screen and (min-width: 320px) {
  .body {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .swiper-pagination-bullet {
    display: none;
  }
  .section {
    padding: 0px 0px 0px 0px;
    margin: 0px;
  }
  .header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background: url(Images/navbackground.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background-color: #fff;
  }
  .blog-content h3 {
    margin-bottom: 20px;
  }
  .contact-content .p {
    text-align: left;
  }
  .about2-bullets div {
    align-items: center;
    gap: 6px;
    font-size: 11px;
  }
  .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
  }
  .testmonials-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .testmonials-item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .testmonials-item .rating {
    margin-top: 5px;
  }

  .hamburger-menu {
    margin-right: 10px;
    color: #fff;
  }
  .slides {
    height: 60%;
    width: 50%;
  }
}
