@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

:root {
  --primary-color: #ffc303;
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #222222;
  --grey-color: #f5f6f7;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 24px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.index-hero-section {
  width: 100%;
  padding: 0;
  height: 80vh;
  position: relative;
}

.index-hero-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center center;
}

section {
  padding: 80px 5%;
  width: 100%;
}

section .inner-section-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

section.index-about-section {
  width: 100%;
}

section.index-about-section .index-about-section-inner {
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.5), #00000052), url(https://images.unsplash.com/photo-1429042007245-890c9e2603af) no-repeat center center / cover;
  border-radius: 32px;
  padding: 50px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  max-width: 1440px;
  margin: 0 auto;
}

section.index-about-section h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ffffff;
}

section.index-about-section p {
  color: #ffffff;
  margin: 0px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 26px;
}

section.index-about-section p:first-child {
  margin-top: 0px;
}

section.index-about-section-2 {
  width: 100%;
  padding: 80px 5%;
}

section .index-about-section-inner-2 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 32px;
  overflow: hidden;
}

section .index-about-section-inner-2-left {
  width: 100%;
}

section .index-about-section-inner-2-left img {
  width: 100%;
  height: 100%;
  display: table;
  object-fit: cover;
  min-height: 40vh;
}

section .index-about-section-inner-2-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
  max-width: 40%;
}

section .index-about-section-inner-2-right-text {
  width: 100%;
  max-width: 600px;
}

section .index-about-section-inner-2-right-text h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #333333;
}

section .index-about-section-inner-2-right-text p {
  color: #333333;
  margin: 0px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

/* footer */

footer {
  background: #000000;
  width: 100%;
  padding: 80px 5% 0;
}

.footer-wrap-outer {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.footer-wrap-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 48px;
}

.footer-logo-wrap {
  width: 100%;
  max-width: max-content;
}

.footer-logo-wrap img {
  display: table;
  width: 100%;
  max-width: 300px;
}

.footer-links-wrap-container {
  width: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-end;
  align-items: flex-start;
  gap: 48px;
}

.footer-links-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 320px;

}

.footer-links-wrap-inner {
  width: 100%;
  max-width: 350px;
}

.footer-links-wrap-inner-2 {
  margin-top: 48px;
}

.footer-links-wrap-inner h3.footer-sec-title {
  font-size: 24px;
  line-height: 30px;
  color: #5f5f5f;
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 2px solid #5f5f5f;
  width: 100%;
  max-width: max-content;
}

.footer-links-wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links-wrap ul li {
  list-style: none;
  width: 100%;
  max-width: 140px;
}

.footer-links-wrap ul li a {
  font-size: 20px;
  line-height: 20px;
  color: var(--white-color);
}

.footer-links-wrap ul li a:hover {
  color: var(--primary-color);
}

.footer-contact-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: max-content;
}

.footer-links-wrap ul li.footer-links-wrap-inner-2-flex {
  max-width: none;
}

.footer-contact-wrap-inner {
  width: 100%;
  max-width: 350px;
}

.footer-contact-wrap-inner h3.footer-sec-title {
  font-size: 24px;
  line-height: 30px;
  color: #5f5f5f;
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-bottom: 2px solid #5f5f5f;
  width: 100%;
  max-width: max-content;
}

.call-chat-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-phone-wrap {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.footer-phone-wrap p.footer-phone-text {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-phone-wrap p.footer-phone-text i {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 18px;
}

.footer-phone-wrap p.footer-phone-link {
  margin-bottom: 0px;
}

.footer-phone-wrap p.footer-phone-link span {
  color: var(--white-color);
  font-size: 20px;
  line-height: 20px;
}

.footer-phone-wrap p.footer-phone-link a {
  color: var(--white-color);
  font-size: 20px;
  line-height: 20px;
  display: none;
}

.footer-phone-wrap p.footer-phone-link a:hover {
  color: var(--primary-color);
}

.footer-whatsapp-wrap {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.footer-whatsapp-wrap p.footer-whatsapp-text {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-whatsapp-wrap p.footer-whatsapp-text i {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 20px;
}

.footer-whatsapp-wrap p.footer-whatsapp-link {
  margin-bottom: 0px;
}

.footer-whatsapp-wrap p.footer-whatsapp-link span {
  color: var(--white-color);
  font-size: 20px;
  line-height: 20px;
}

.footer-whatsapp-wrap p.footer-whatsapp-link a {
  color: var(--white-color);
  font-size: 20px;
  line-height: 20px;
}

.footer-phone-wrap p.footer-whatsapp-link a:hover {
  color: var(--primary-color);
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid color(srgb 0.37 0.37 0.37 / 0.35);
}

.footer-terms-link-wrap {
  display: flex;
  gap: 16px;
  width: 100%;
  /* max-width: max-content; */
  justify-content: flex-start;
  align-items: center;
}

.footer-terms-link-wrap p {
  margin-bottom: 0;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 14px;
}

.footer-terms-link-wrap p.footer-terms-pipe {
  height: 16px;
  width: 1px;
  background: #5f5f5f;
}

.footer-terms-link-wrap p a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}

.footer-terms-link-wrap p a:hover {
  color: var(--primary-color);
}

.footer-social-link-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.footer-social-links {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

ul.footer-social-links li {
  list-style: none;
}

ul.footer-social-links li a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 14px;
}

ul.footer-social-links li a:hover {
  color: var(--primary-color);
}

.footer-back-to-top {
  display: flex;
  gap: 16px;
  width: 100%;
  /* max-width: max-content; */
  justify-content: flex-end;
}

.footer-back-to-top a {
  font-size: 14px;
  line-height: 14px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.footer-back-to-top a span {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.footer-back-to-top a span i {
  padding-top: 2px;
}

.footer-back-to-top a:hover {
  color: var(--primary-color);
}

.footer-back-to-top a:hover span {
  border-color: var(--primary-color);
}

.footer-qr-wrap {
  width: 100%;
  max-width: 250px;
  margin-top: 48px;
  margin-bottom: 16px;
  background: none;
}

.footer-qr-wrap-inner {
  display: flex;
  border-radius: 4px;
  width: 100%;
  max-width: max-content;
  background: none;
  gap: 16px;
  padding: 0px;
}

.footer-qr-wrap-inner-text {}

.footer-qr-wrap-text-copy {
  margin-bottom: 16px;
  color: var(--white-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.footer-qr-wrap-inner-text p {
  margin-bottom: 0px;
}

.footer-qr-wrap-inner-text p i {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 20px;
  padding-left: 4px;
}

.footer-qr-wrap-inner-text p.footer-qr-wrap-inner-text-icon i {
  -webkit-animation: 3s infinite bounceRight;
  animation: 2s infinite bounceRight;
  color: var(--primary-color);
  font-size: 20px;
  margin-top: 4px;
}

.footer-qr-wrap-inner-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  padding: 3px;
  background: #ffffff;
  border-radius: 4px;
}

.footer-qr-wrap-inner-img img {
  display: table;
  width: 100%;
  max-width: 270px;
}

/* right bounce */
@-webkit-keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-moz-keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(20px);
  }

  60% {
    transform: translateX(10px);
  }
}

@keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* /right bounce */

section.sub-footer-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 5% 0
}

.sub-footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  padding: 16px 32px 12px;
  gap: 16px;
  border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}

.sub-footer-inner {
  width: 100%;
  max-width: 1440px;
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.sub-footer-left {
  width: 100%;
}

.sub-footer-left h2.sub-footer-title {
  margin-bottom: 0px;
}

.sub-footer-left p {
  margin-bottom: 0px;
}

.sub-footer-right {
  width: 100%;
  max-width: max-content;
}

.sub-footer-right a {
  padding: 12px 24px;
  background: var(--text-color);
  border-radius: 12px;
  color: var(--white-color);
  font-weight: 600;
  display: table;
}

.sub-footer-right a:hover {
  background: var(--white-color);
  color: var(--text-color);
}

@media all and (max-width: 1000px) {

  /* .footer-wrap-inner {
    flex-direction: column;
  } */
  /* 
  .footer-logo-wrap {
    max-width: none;
  } */
  /* 
  .footer-links-wrap-container {
    justify-content: flex-start;
  } */
  footer {
    padding: 50px 5% 0;
    position: relative;
    z-index: 10;
  }

  .footer-logo-wrap img {
    max-width: 200px;
  }

  .footer-links-wrap {
    max-width: 260px;
  }

  .footer-back-to-top {
    max-width: max-content;
  }

  .footer-terms-link-wrap {
    max-width: max-content;
  }
}

@media all and (max-width: 850px) {
  .footer-wrap-inner {
    flex-direction: column;
  }

  .footer-logo-wrap {
    max-width: none;
  }

  .footer-links-wrap-container {
    justify-content: flex-start;
  }

  .footer-bottom-wrap {
    margin-top: 50px;
    padding: 24px 0;
  }
}

@media all and (max-width: 768px) {
  .index-hero-section {
    height: 35vh;
  }

  section,
  section.index-about-section-2 {
    padding: 50px 5%;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
  }

  .footer-social-link-wrap {
    order: -1;
  }

  .footer-links-wrap ul li {
    width: calc(50% - 8px);
    max-width: none;
  }

  .footer-links-wrap ul li.footer-links-wrap-inner-2-flex {
    max-width: none;
    width: 100%;
  }

  section.index-about-section h1 {
    font-size: 28px;
    line-height: 34px;
  }

  section .index-about-section-inner-2 {
    flex-direction: column;
  }

  section .index-about-section-inner-2-right {
    max-width: none;
    padding: 32px 24px;
  }

  section .index-about-section-inner-2-left img {
    min-height: auto;
  }
}

@media all and (min-width: 600px) {
  .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .hide-desktop {
    display: none;
  }

  .footer-phone-wrap p.footer-phone-link span {
    display: none;
  }

  .footer-phone-wrap p.footer-phone-link a {
    display: block;
  }

  .footer-back-to-top {
    display: none;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .footer-links-wrap-container {
    flex-direction: column-reverse;
  }

  .footer-links-wrap ul {
    gap: 16px 24px;
  }

  .footer-links-wrap ul li {
    width: auto;
  }

  .footer-links-wrap {
    max-width: none;
    align-items: flex-start;
  }

  .footer-links-wrap-inner {
    max-width: none;
  }

  .footer-links-wrap ul li.footer-links-wrap-inner-2-flex {
    width: auto;
  }

  .footer-contact-wrap {
    max-width: none;
    align-items: flex-start;
  }

  .footer-contact-wrap-inner {
    max-width: none;
  }

  .footer-qr-wrap {
    display: none;
  }

  .footer-logo-wrap img {
    max-width: 230px;
  }

  .call-chat-wrap {
    flex-direction: row;
    gap: 24px;
  }

  .footer-phone-wrap p.footer-phone-text {
    display: none;
  }

  .footer-whatsapp-wrap p.footer-whatsapp-text {
    display: none;
  }

  .footer-whatsapp-wrap p.footer-whatsapp-link a {
    color: var(--text-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: var(--primary-color);
    border-radius: 8px;
  }

  .footer-whatsapp-wrap p.footer-whatsapp-link a i {
    font-size: 18px;
  }

  .footer-phone-wrap p.footer-phone-link a {
    color: var(--text-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: var(--primary-color);
    border-radius: 8px;
  }

  .footer-phone-wrap p.footer-phone-link a i {
    font-size: 15px;
  }

  .footer-contact-wrap-inner h3.footer-sec-title,
  .footer-links-wrap-inner h3.footer-sec-title,
  .footer-links-wrap-inner h3.footer-sec-title {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-links-wrap-inner-2 {
    margin-top: 32px;
  }

  .footer-phone-wrap p.footer-phone-link a:hover,
  .footer-whatsapp-wrap p.footer-whatsapp-link a:hover {
    color: var(--text-color);
  }

  .footer-terms-link-wrap {
    justify-content: center;
  }

  .sub-footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
  }

  .sub-footer-right {
    max-width: none;
  }

  .sub-footer-right a {
    width: 100%;
    text-align: center;
  }

  section.sub-footer-wrap {
    margin-bottom: -10px;
  }
}

/* footer 2 */
.sub-footer-wrap-2 .sub-footer-inner {
  padding: 0px;
}

footer.footer-2 {
  background: none;
  padding: 0px 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer.footer-2 .footer-wrap-outer {
  background: #000000;
  padding: 12px;
  border-radius: 32px;
}

footer.footer-2 .footer-bottom-wrap {
  width: 100%;
  max-width: 1440px;
  margin-top: 48px;

}

footer.footer-2 .footer-terms-link-wrap p a {
  color: var(--text-color)
}

footer.footer-2 .footer-terms-link-wrap p a:hover {
  color: var(--primary-color)
}

footer.footer-2 ul.footer-social-links li a {
  color: var(--text-color)
}

footer.footer-2 ul.footer-social-links li a:hover {
  color: var(--primary-color)
}

footer.footer-2 .footer-back-to-top a {
  color: var(--text-color)
}

footer.footer-2 .footer-back-to-top a span {
  color: var(--text-color);
  border-color: var(--text-color);
}

footer.footer-2 .footer-back-to-top a:hover,
footer.footer-2 .footer-back-to-top a:hover span {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

footer.footer-2 .footer-wrap-inner {
  padding: 50px 48px;
  border-radius: 32px;
  border: 4px solid color(srgb 1 0.76 0.01 / 0.6);
  box-shadow: 0px 0px 20px 6px color(srgb 1 0.76 0.01 / 0.51);
}

@media all and (max-width: 768px) {

  footer.footer-2 .footer-wrap-inner {
    padding: 32px 24px;
  }
}

@media all and (max-width: 600px) {

  .sub-footer-wrap.sub-footer-wrap-2 {
    margin-bottom: 0px;
  }

  .sub-footer-wrap.sub-footer-wrap-2 .sub-footer-container {
    padding: 12px 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0 0;
  }

  .sub-footer-wrap.sub-footer-wrap-2 .sub-footer-left h2.sub-footer-title {
    font-size: 22px;
    line-height: 22px;
  }

  .sub-footer-wrap.sub-footer-wrap-2 .sub-footer-right {
    max-width: max-content;
    ;
  }

  .sub-footer-wrap.sub-footer-wrap-2 .sub-footer-right a {
    max-width: max-content;
    padding: 8px 16px;
  }
}

/* csrousel section */

section.dance-types-sec {
  background: var(--primary-color);
}

.read-more-cta {
  font-weight: 600;
  border-bottom: 2px solid var(--text-color);
  padding-bottom: 2px;
  color: var(--text-color);
}

.read-more-cta:hover {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}

section.dance-types-sec .dance-types-sec-inner {}

.dance-types-sec-inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.dance-types-sec-inner-text-wrap {
  width: 100%;
  max-width: 750px;
  margin-bottom: 48px;
  padding-left: 32px;
}

/* carousel styles */
.carousel-container {
  position: relative;
  width: 100%;
  /* Increased max width to accommodate 4 boxes */
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  flex-wrap: wrap;
  gap: 24px;
}

.carousel-slide {
  /* min-width: 33.33%; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: calc(33.33% - 16px);
}

.carousel-slide-inner {
  padding: 0px;
  background: #ffffff;
  height: 100%;
  border-radius: 16px;
  position: relative;
  width: 100%;
}

.carousel-slide-img-wrap {
  width: 100%;
  height: 500px;
}

.carousel-slide-text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  padding: 24px;
  background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, color(srgb 0 0 0 / 0.18) 100%);
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(0deg, #000000FF 0%, #000000 15%, #00000085 28%, #00000000 70%, #00000000 100%);
  border-radius: 0 0 16px 16px;
}

.carousel-slide img {
  max-width: 100%;
  height: 100%;
  border-radius: 16px;
  margin-bottom: 0px;
  display: table;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.carousel-slide h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: none;
  width: 100%;
  text-align: left;
  text-shadow: 0 0 color(srgb 0 0 0 / 0.44);
}

.carousel-slide p {
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  text-shadow: 0 0 color(srgb 0 0 0 / 0.44);
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00000000;
  color: white;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 9999px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 10;
  height: 34px;
  width: 34px;
  background: #000000;
}

.carousel-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.05);
}

.carousel-button.prev {
  left: 1rem;
}

.carousel-button.next {
  right: 1rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  background-color: #f8f8f8;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.dot {
  height: 0.75rem;
  width: 0.75rem;
  margin: 0 0.4rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot.active {
  background-color: #333;
  transform: scale(1.2);
}

.dance-types-sec-inner h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  text-align: left;
}

.carousel-buttons-wrap {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 110px;
  margin-left: 8px;
  top: 12px;
  gap: 12px;
}

.carousel-buttons-wrap button.carousel-button {
  /* top: 0;
  left: 0; */
  transform: none;
}

/* Responsive adjustments */
@media all and (max-width: 1024px) {
  .carousel-slide-img-wrap {
    height: 400px;
  }
}

@media all and (max-width: 900px) {
  .carousel-slide {
    /* min-width: 33.33%; */
    max-width: calc(50% - 12px);
  }
}


@media all and (max-width: 768px) {
  .carousel-container {
    width: 100%;
    margin: 0;
  }

  .carousel-slide {
    max-width: 100%;
  }

  .carousel-slide h2 {
    font-size: 1.1rem;
  }

  .carousel-slide p {
    font-size: 0.8rem;
  }

}

@media all and (max-width: 768px) {
  .carousel-slide-img-wrap {
    height: 300px;
  }
}

.homepage-images-grid {
  width: 100%;
  padding: 80px 5% 80px;
  margin: auto;
}

.homepage-images-grid-inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 16px;
}

.homepage-images-grid-inner img {
  display: table;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}

.homepage-images-grid-item-left {
  width: 100%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.homepage-images-grid-item-left-1 {
  width: 100%;
  height: 100%;
}

.homepage-images-grid-item-left-2 {
  width: 100%;
  height: 100%;
}

.homepage-images-grid-item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}

.homepage-images-grid-item-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.homepage-images-grid-item-right-1 {
  width: 100%;
}

.homepage-images-grid-item-right-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}

.homepage-images-grid-item-right-2 {
  display: flex;
  gap: 16px;
}

.homepage-images-grid-item-right-2-1 {
  width: 100%;
}

.homepage-images-grid-item-right-2-2 {
  width: 100%;
}

.homepage-images-grid-item-right-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}

.homepage-images-grid-inner-2 {
  width: 100%;
  display: flex;
  gap: 16px;
  max-width: 1440px;
  margin: auto;
  margin-top: 16px;
}

.homepage-images-grid-item-3 {
  width: 100%;

}

.homepage-images-grid-item-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px;
}

.map-container {
  position: relative;
  width: 100%;
  /* Changed from 90% */
  max-width: max-content;
  /* Changed from 1000px */
  /* aspect-ratio: 16 / 9; Removed */
  /* background-color: #e0e0e0; Removed */
  border-radius: 12px;
  overflow: hidden;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Changed from cover */
  border-radius: 12px;
}

/* Wrapper for each location point (marker, line, label) */
.location-point {
  position: absolute;
  transform: translate(-50%, -50%);
  /* Center the entire group on its coordinates */
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  /* Initially hidden for staggered appearance */
  animation: location-appear 0.5s forwards ease-out var(--delay);
}

/* The marker icon */
.marker {
  width: 30px;
  height: 30px;
  background-color: #ef4444;
  border-radius: 8px;
  border: 3px solid #fef2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* Changed to pointer to indicate clickability */
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.3);
  animation: marker-pulse 1.5s infinite alternate ease-in-out var(--delay);
}

.marker:hover {
  transform: scale(1.1);
  background-color: #dc2626;
  box-shadow: 0 0 0 7px rgba(220, 38, 38, 0.5);
}

.marker-logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 4px;
}

/* The connecting line below the marker */
.marker-line {
  width: 2px;
  height: 10px;
  /* Changed from 30px */
  background-color: #ef4444;
  margin-top: 5px;
  margin-bottom: 5px;
  animation: line-pulse 1.5s infinite alternate ease-in-out var(--delay);
  /* Default visibility for desktop */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* The location name label */
.marker-label {
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  animation: label-pulse 1.5s infinite alternate ease-in-out var(--delay);
  /* Default visibility for desktop */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Mobile-specific styles for visibility */
@media (max-width: 768px) {

  .marker-line,
  .marker-label {
    opacity: 0;
    visibility: hidden;
  }

  .location-point.active .marker-line,
  .location-point.active .marker-label {
    opacity: 1;
    visibility: visible;
  }
}

/* Keyframes for initial staggered appearance of the whole location point */
@keyframes location-appear {
  to {
    opacity: 1;
  }
}

/* Keyframes for marker pulsing effect */
@keyframes marker-pulse {
  0% {
    box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.3);
  }

  100% {
    box-shadow: 0 0 0 7px rgba(220, 38, 38, 0.5);
  }
}

/* Keyframes for line pulsing effect */
@keyframes line-pulse {
  0% {
    opacity: 0.7;
    background-color: #ef4444;
  }

  100% {
    opacity: 1;
    background-color: #dc2626;
  }
}

/* Keyframes for label pulsing effect */
@keyframes label-pulse {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .homepage-images-grid {
    padding: 50px 5%;
  }

  .homepage-images-grid-inner {
    gap: 8px;
  }

  .homepage-images-grid-item-left {
    gap: 8px;
  }

  .homepage-images-grid-item-right {
    gap: 8px;
  }

  .homepage-images-grid-item-right-2 {
    gap: 8px;
  }

  .homepage-images-grid-inner-2 {
    gap: 8px;
    margin-top: 8px;
  }

  .homepage-images-grid-item-left img,
  .homepage-images-grid-item-right-1 img,
  .homepage-images-grid-item-right-2 img,
  .homepage-images-grid-item-3 img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}

.homepage-map-area-inner {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.homepage-map-area-inner-text {
  display: flex;
  flex-direction: column;
}

.homepage-map-area-inner-text h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
}

.homepage-map-area-inner-text p {
  font-size: 16px;
  line-height: 24px;
}

p.location-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 16px;
  margin-top: 32px;
}

.location-list {
  width: 100%;
  max-width: 450px;
}

.location-list ul {
  display: flex;
  margin: 0;
  padding-left: 0px;
  flex-wrap: wrap;
  gap: 8px;
}

.location-list ul li {
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  max-width: calc(50% - 6px);
  list-style: none;
}

.location-list ul li i {
  font-size: 15px;
  margin-right: 4px;
  color: var(--primary-color);
}

@media all and (max-width: 1024px) {
  .homepage-map-area-inner {
    flex-direction: column;
    gap: 48px;
  }

  .location-list ul li {
    max-width: max-content;
  }

  .location-list {
    max-width: none;
  }
}

@media all and (max-width: 768px) {
  .location-list ul {
    gap: 12px;
  }

  .location-list ul li {
    max-width: calc(50% - 6px);
  }

  .homepage-map-area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.parallax-padding {
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 24px 5%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0 0 0 / 74%) 0%, rgb(0 0 0 / 56%) 10%, rgb(0 0 0 / 3%) 27%, rgba(0, 0, 0, 0) 100%);
}

.parallax-padding h1 {
  margin-bottom: 0px;
  font-size: 9vw;
  color: #ffffff;
  text-shadow: 3px 4px 11px rgb(255 195 5 / 67%);
  display: table;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
}

.head-title {
  font-size: 40px;
  text-align: center;
  background: #d87a28;
  color: #ffffff;
  padding: 10px 0;
}

.about-us-container {}

.about-us-container p {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.qala-list-first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 64px 32px 0;

}

.qala-list-first h2.choreographer-head {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 64px;
  text-align: center;
  color: var(--primary-color);
  max-width: max-content;
  border-bottom: 2px solid var(--primary-color);
}

.qala-list-first-inner {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  max-width: 1100px;
  margin: auto;
  width: 100%;
  background: #f5f5f5;
  border-radius: 16px;
  gap: 48px;
  margin-top: 32px;
}

.qala-list-first-image {
  position: relative;
  max-width: max-content;
  width: 100%;
}

.qala-list-first-image img {
  width: 100%;
  display: table;
  position: relative;
  bottom: 30px;
  right: 30px;
  max-width: 350px;
  min-width: 350px;
  min-height: auto;
  max-height: 430px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 2px 3px 20px 2px color(srgb 0 0 0 / 0.21);
  border: 2px solid color(srgb 1 0.76 0.01 / 0.7);
}

.qala-list-first-details {
  width: 100%;
  padding: 32px 32px 32px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qala-list-first-details-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qala-list-first-details-wrapper h2 {
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  font-size: 28px;
  line-height: 34px;
  color: var(--text-color);
}

.qala-list-first-details-wrapper p {
  margin: 0;
  line-height: 26px;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}

.qala-list-second {
  margin-top: 100px;
  flex-direction: row-reverse;
}

.qala-list-second .qala-list-first-image img {
  right: auto;
  left: 30px;
}

.qala-list-second .qala-list-first-details {
  padding: 32px 0px 32px 48px;
}

@media all and (max-width: 1200px) {}

@media all and (max-width: 1024px) {
  .qala-list-first-inner {
    gap: 24px;
  }

  .qala-list-first-image img {
    max-width: 270px;
    min-width: 270px;
    min-height: auto;
    max-height: 340px;
  }
}

@media all and (max-width: 768px) {
  .parallax-padding {
    height: 40vh;
  }

  .qala-list-first-inner {
    flex-direction: column;
    padding: 0 24px 24px;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    gap: 48px;
  }

  .qala-list-first-details {
    padding: 0px;
  }

  .qala-list-first-image img {
    bottom: 0;
    right: 0;
    margin-top: -140px;
  }

  .qala-list-first {
    padding: 32px 0px 0;
  }

  .qala-list-first h2.choreographer-head {
    margin-bottom: 32px;
  }

  .qala-list-second .qala-list-first-image img {
    left: auto;
  }

  .qala-list-second {
    margin-top: 190px;
  }

  .qala-list-second .qala-list-first-details {
    padding: 0px;
  }

  .qala-list-first-details-wrapper h2 {
    text-align: center;
  }

  .qala-list-first-details-wrapper p {
    text-align: justify;
  }
}


.contact-form-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-inner form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-form-inner form .form-wrap {
  width: 100%;
  margin: 10px 0 0;
  flex-grow: 1;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
  gap: 12px;
}

.contact-form-inner form .form-wrap label {
  font-size: 17px;
  color: var(--primary-color);
}

.contact-form-inner form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  color: var(--primary-color);
  flex-grow: 1;
}

.contact-form-inner form label.half-field {
  width: calc(50% - 6px);
}

.contact-form-inner form label.full-field {
  width: 100%;
}

.contact-form-inner form label input,
.contact-form-inner form label textarea {
  padding: 10px;
  border: 2px solid var(--text-color);
  background: none;
  border-radius: 4px;
  outline: 0;
  margin-top: 0px;
  color: var(--black-color);
  font-size: 16px;
  font-family: var(--primary-font);
}

.contact-form-inner form label textarea {
  max-height: 90px;
}

.contact-form-inner form .form-wrap input,
.contact-form-inner form .form-wrap textarea {
  font-family: var(--primary-font);
  padding: 7px 10px;
  border-radius: 2px;
  border: 2px solid var(--white-color);
  margin-top: 4px;
  background: none;
  color: var(--white-color);
  outline: 0;
  font-size: 17px;
  max-height: 110px;
}

.contact-form-inner form button.sbt-btn {
  max-width: 220px;
  margin: auto;
  min-width: 200px;
  background: var(--text-color);
  border: none;
  font-size: 20px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  transition: all ease 0.3s;
  cursor: pointer;
  display: table;
  font-family: var(--primary-font);
  padding: 10px;
  border-radius: 12px;
  margin-top: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.contact-form-inner form .form-wrap input.sbt-btn {
  max-width: 200px;
  margin: auto;
  min-width: 200px;
  background: var(--btn-color);
  border: none;
  font-size: 20px;
  color: var(--dark-color);
  text-transform: uppercase;
  font-weight: 600;
  transition: all ease 0.3s;
  cursor: pointer;
}

.contact-form-inner form button.sbt-btn:hover {
  background: var(--primary-color);
}

.gallery-container {
  display: flex;
  /* Use flexbox for a simple grid */
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  /* Space between gallery items */
  max-width: 1440px;
  margin: 0 auto;
}

.gallery-item {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  width: calc(25% - 12px);
  /* Fixed width for gallery items */
  height: 200px;
  /* Fixed height for gallery items */
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures images fill the container without distortion */
  display: block;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lightbox.active {
  display: flex;
  /* Show when active */
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  border-radius: 5px;
}

#lightbox-caption {
  margin-top: 20px;
  color: white;
  font-size: 18px;
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1001;
  /* Ensure it's above other elements if needed */
}

.close-btn:hover,
.close-btn:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Styles for Navigation Buttons */
.prev-btn,
.next-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  /* Vertically center */
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1001;
  /* Ensure buttons are clickable */
}

.prev-btn {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.next-btn {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-images-grid {}

@media all and (max-width: 1024px) {
  .gallery-item {
    width: calc(33.33% - 12px);
    /* Adjust width for smaller screens */
  }
}

@media all and (max-width: 768px) {
  .gallery-container {
    gap: 8px;
  }

  .gallery-item {
    width: calc(33.33% - 6px);
    height: 100px;
    /* Adjust width for smaller screens */
  }
}

.events-images-grid {}

.events-images-grid-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.events-images-grid .gallery-container {}

.events-images-grid h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 24px;
}

.events-images-grid .gallery-container .gallery-item {
  width: calc(33.33% - 8px);
  height: 300px;
}

.gallery-container.gallery-container-services .gallery-item {
  width: calc(25% - 9px);
  height: 300px;
}


@media all and (max-width: 768px) {
  .events-images-grid .gallery-container .gallery-item {
    width: calc(33.33% - 6px);
    height: 100px;
  }

  .gallery-container.gallery-container-services .gallery-item {
    width: calc(33.33% - 6px);
    height: 120px;
  }

  .dance-types-sec-inner-text-wrap {
    padding-left: 0px;
  }
}

@media all and (min-width: 600px) {
  .call-now-sec {
    display: none;
    ;
  }
}

@media all and (max-width: 600px) {
  .call-now-sec {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 4px;
    z-index: 9;
  }

  .call-now-sec-inner {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    padding: 10px 16px;
    background: var(--black-color);
    border-radius: 8px;
    box-shadow: 0 0 13px 3px color(srgb 0 0 0 / 0.19);
  }

  .call-now-sec-inner a {
    color: var(--text-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: var(--primary-color);
    border-radius: 8px;
    width: 100%;
  }

  a.call-now-bar-cta {
    padding: 0;
    background: none;
    color: var(--primary-color);
    font-size: 28px;
    line-height: 28px;
    max-width: 40px;
  }

  a.chat-now-bar-cta {
    padding: 0;
    background: none;
    color: var(--primary-color);
    font-size: 32px;
    line-height: 32px;
    max-width: 40px;
  }
}

.services-list-wrap {
  margin-bottom: 64px;
  width: 100%;
}

.services-list-inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.services-list-inner h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  text-align: left;
}

.gallery-images-grid h2.services-subtitle {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}

.services-list-inner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.services-list-inner ul li {
  width: 100%;
  max-width: calc(33.33% - 11px);
  max-width: max-content;
  list-style: none;
  padding: 12px;
  background: color(srgb 1 0.76 0.01 / 0.88);
  border-radius: 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  border: 2px solid var(--primary-color);
  color: var(--text-color);
}

.services-contact-wrap {
  margin-top: 32px;
}

.services-contact-wrap p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
}

.services-contact-wrap p span {
  font-weight: 600;
}

.services-contact-wrap p a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--text-color);
}

.services-contact-wrap p a:hover {
  color: var(--primary-color);
}

@media all and (max-width: 768px) {
  .services-list-inner ul li {
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .services-list-inner ul {
    gap: 8px;
  }
}

section.class-size-wrap {
  /* padding-bottom: 0px; */
}

.class-size-wrap-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.class-size-wrap-inner-text {
  margin-bottom: 48px;
}

.class-size-wrap-inner-text h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}

.class-size-wrap-inner-text p {}

.class-size-images-wrap {
  width: 100%;
}

.class-size-images-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}

.class-size-image-item {
  width: 100%;
  max-width: calc(33.33% - 22px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  border-radius: 16px;
  /* background: #efefef; */
  position: relative;
  overflow: hidden;
}

.class-size-image-item h3 {
  margin-bottom: 0;
  padding: 8px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  background: var(--primary-color);
  border-radius: 16px 16px 0 0;
}

.class-size-image-item img {
  display: table;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
}

.class-size-image-item p {
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.class-size-image-item p a {
  font-weight: 600;
  color: var(--text-color);
  text-decoration: underline;
}

.class-size-image-item p a:hover {
  color: var(--primary-color);
}

.gallery-item img.qala-services-img-8,
.gallery-item img.qala-services-img-11,
.gallery-item img.qala-services-img-12,
.gallery-item img.qala-services-img-17,
.gallery-item img.qala-services-img-18,
.gallery-item img.qala-services-img-19,
.gallery-item img.qala-services-img-20,
.gallery-item img.qala-services-img-22,
.gallery-item img.qala-services-img-23,
.gallery-item img.qala-services-img-24,
.gallery-item img.qala-services-img-25,
.gallery-item img.qala-services-img-13 {
  object-position: top center;
}

.gallery-item img.qala-services-img-14,
.gallery-item img.qala-services-img-9 {
  object-position: center -50px;
}

@media all and (max-width: 1024px) {
  .class-size-images-wrap-inner {
    gap: 32px 16px;
  }

  .class-size-image-item {
    max-width: calc(33.33% - 11px);
  }

  .class-size-image-item img {
    height: 180px;
  }
}

@media all and (max-width: 768px) {
  .class-size-images-wrap-inner {
    gap: 24px 16px;
  }

  .class-size-image-item {
    max-width: calc(50% - 8px);
  }
}

@media all and (max-width: 600px) {
  .class-size-images-wrap-inner {
    gap: 24px 16px;
  }

  .class-size-image-item {
    max-width: 100%;
  }
}

section.classes-iframe-wrap {
  padding: 0 0 50px;
}

@media all and (max-width: 768px) {
  section.classes-iframe-wrap {
    padding: 0;
  }
}

section.privacy-section {
  padding-bottom: 0;
  padding-top: 12%;
}

section.privacy-section .privacy-header {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.privacy-section h1 {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 34px;
}

a.review-link-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

a.review-link-footer img {
  display: table;
  width: 100%;
  max-width: 40px;
}

@media all and (max-width: 768px) {
  section.privacy-section {
    padding-top: 130px;
  }
}