.pt-5 {
  padding-top: 3rem;
}
.pb-5 {
  padding-bottom: 3rem;
}

.text-bold {
  font-weight: 600;
}

.title-pink {
  color: #7d1050 !important;
}

/* ACCORDIAN */
.accordion-single-item {
  margin: 20px 0;
}

.view-mode-full .field-label {
  color: #7d1050;
  font-weight: 600;
}
.view-mode-full .field--node-field-career-archive-title {
  /* margin-block-end: 10px; */
}
.view-mode-full .field--node-field-career-archive-date {
  /* margin-block-end: 10px; */
}

.mb-10 {
  margin-block-end: 10px;
}
.closed-link {
  color: #7d1050;
}

.view-mode-full .field--node-field-career-archive-title {
  margin-block-end: 10px;
}
.view-mode-full .field--node-field-career-archive-date {
  margin-block-end: 10px;
}
.view-mode-full .field--node-field-career-archive-last-date {
  margin-block-end: 10px;
}
.view-mode-full .field--node-field-career-archive-description {
  margin-block-end: 10px;
}
.closed-link {
  color: #7d1050;
}

.accordion-single-title {
  background-color: #f1debafa;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #c59f59;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-single-item.js-acc-item.is-open .accordion-single-title {
  background-color: #c59f59 !important;
  color: #fff;
}

.accordion-arrow::after {
  content: "";
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.50781 9L17.4062 9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.45703 16.9492L9.45703 1.05078' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 19px;
  height: 18px;
  z-index: 9;
  background-repeat: no-repeat;
}

.accordion-single-item.is-open .accordion-arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='2' viewBox='0 0 19 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.50781 1L17.4062 1' stroke='%23C59F59' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  color: #c59f59;
  z-index: 9;
  width: 19px;
  height: 2px;
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 15px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 500px;
  overflow: auto;
}

.accordion-arrow {
  background-color: #c59f59;
  border-radius: 50px;
  color: #fff;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-single-item.is-open .accordion-single-title .accordion-arrow {
  background-color: #fff;
  color: #c59f59;
}

/* ACCORDIAN */
/* TABLE */
.exam-table {
  width: 100%;
  overflow-x: auto;
}

.exam-table table {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

.exam-table table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.exam-table table tr td {
  color: #54555a;
  padding: 15px;
  border-left: 0;
  border-bottom: 3px solid #fff;
  font-size: 14px;
}

.exam-table table tr th {
  padding: 15px;
  color: #7d1050;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}

.exam-table table tr:nth-child(even) td {
  font-size: 14px;
  background: #f6f6f6;
  color: #54555a;
  padding: 15px;
  border-left: 0;
  border-bottom: 3px solid #fff;
}

html[dir="rtl"] .filter-wrap h2 {
  float: right;
}

html[dir="rtl"] .newsletter-search input[type="submit"] {
  left: 1rem;
}
html[dir="rtl"] .newsletter-first-item .content-block .category {
  padding: 2px 10px 5px;
}

html[dir="rtl"] .newsletter-first-item .content-block .newsletter--link {
  padding: 10px 20px 14px;
}

html[dir="rtl"]
  .events--page-wrapper
  .container--item-event
  .wrap--title-event {
  height: 10rem;
}
html[dir="rtl"]
  .reports--page-wrapper
  .container--item-report
  .wrap--title-report {
  height: 14rem;
}
html[dir="rtl"]
  .reports--page-wrapper
  .container--item-report
  .wrap--title-report
  .container--title-report {
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
html[dir="rtl"]
  .newsletter-list--wrapper
  .wrap--newsletter-item
  .block--newsletter-content
  .wrap--newletter-links
  .newsletter--link-list
  .newsletter--link-item {
  min-width: 140px;
}

/* TABLE */

/* TABLE */
/* SLICK SLIDER  */

.whatson-slider {
  height: 500px;
}

.whatson-wrap {
  width: 100%;
  display: inline-block;
}

.whatson-container {
  display: table;
  width: calc(100% - 20px);
  height: 500px;
  margin: 24px auto;
}

.wh-image-block {
  display: table-cell;
  position: relative;
  width: 50%;
  height: 100%;
}

.wh-image-block::after {
  content: "";
  position: absolute;
  background: transparent
    linear-gradient(180deg, rgba(13, 13, 13, 0.1) 0%, #111112 100%) 0% 0%
    no-repeat padding-box;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wh-image-block img {
  object-fit: cover;
  height: 100%;
}

.wh-image-block-div {
  position: absolute;
  z-index: 1;
  bottom: 10%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 50px;
  width: 100%;
  left: 0;
}

.wh-image-block-div h2 {
  display: inline-block;
  font-size: 34px;
  font-weight: 800;
  color: #c59f59;
}

.wh-image-block-div h2 span {
  display: block;
  font-size: 48px;
  color: #fff;
}

.wh-content-block {
  background-color: #7d1050;
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

.wh-content-block-bg {
  background-image: url(../images/whats-bg.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 4rem 3rem;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.wh-content-block h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}

.wh-content-block h4 {
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 0px;
}

.wh-content-block h4 img {
  width: 17px;
}

.wh-content-block a {
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  /* padding: 0.3rem 2rem 0.5rem 2rem; */
  position: relative;
  text-transform: uppercase;
}

.wh-content-yellow-shade {
  position: absolute;
  top: -46px;
  inset-inline-end: 0;
}

.yellow-shade-content {
  position: absolute;
  top: 43px;
  font-size: 25px;
  left: 0;
  right: 0;
}

.yellow-shade-content h5 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}

.yellow-shade-content span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

/* GALLERY SLIDER */

.gallery-slider-item {
  padding: 0 10px;
  position: relative;
}

.common-qma-slick .slick-prev {
  inset-inline-start: -32px;
  width: 34px;
  height: 114px;
  background: url(../images/button-previous.png) no-repeat left 50% transparent;
}

.common-qma-slick .slick-dots li.slick-active button:before {
  background-color: #5b213b;
}

.common-qma-slick .slick-dots {
  bottom: -60px;
}

.common-qma-slick .slick-dots li button::before {
  content: " ";
  border: 1px solid #707070;
  border-radius: 50%;
  opacity: 1;
}

[dir="rtl"] .common-qma-slick .slick-prev {
  transform: scale(-1);
  top: 37%;
}

[dir="rtl"] .common-qma-slick .slick-next {
  transform: scale(-1);
  inset-inline-end: -30px;
  top: 37%;
}

.common-qma-slick .slick-next {
  width: 34px;
  height: 114px;
  inset-inline-end: -31px;
  background: url(../images/button-next.png) no-repeat right 50% transparent;
}

.common-qma-slick .slick-prev::before,
.common-qma-slick .slick-next::before {
  content: " ";
}

.gallery-view-more {
  position: absolute;
  bottom: 10px;
  right: 18px;
}

.gallery-view-more img {
  width: 40px;
  cursor: pointer;
  transition: 0.5s;

  &:active {
    transform: scale(0.8);
  }
}

/* GALLERY SLIDER */

/* ENSEMBLE PAGE */
.ensemble-content-block {
  display: flex;
  gap: 30px;
}

.ensemble-content-block p {
  padding-top: 15px;
}

.ensembles-search {
  margin: 30px 0;
}

.ensembles-search input {
  font-size: 16px;
  line-height: 1.5;
  border: none;
  background: #f1f1f1;
  /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>"); */
  background-repeat: no-repeat;
  background-position: right 1% bottom 45%;
  background-size: 20px 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  width: 300px;
  padding: 0.5em 2.5rem 0.5em 0.5em;
  width: 100%;
}

.ensemble-content-block .content {
  width: 50%;
  max-width: 100%;
}

.ensemble-content-block .content-img {
  width: 50%;
  max-width: 100%;
}

.ensemble-parallax {
  min-height: 50vh;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.ensemble-parallax-content {
  text-align: center;
  width: 50%;
}

.ensemble-parallax-content p {
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.side-heading {
  font-size: 35.2px;
  letter-spacing: 0;
  color: #6c1d45;
  text-transform: uppercase;
  margin: 1rem 0;
  /* font-family: "DIN Next LT Arabic", Arial, Helvetica, sans-serif; */
  font-weight: bold;
}

.title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ENSEMBLE PAGE */
.side-title {
  /* font-family: "DIN Next LT Arabic", Arial, Helvetica, sans-serif; */
  font-weight: bold;
  color: #7d1050;
  font-size: 35.2px;
  margin: 1rem 0;
  position: relative;
  line-height: 1.2;
  text-transform: uppercase;
  padding-inline-start: 20px;
  line-height: 42.24px;
}

.side-title::before {
  inset-inline-start: 0;
  content: "";
  display: block;
  background: #7d1050;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
}

.ensembles-items-wrap {
  display: flex;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
  gap: 20px;
  padding-inline: 15px;
}

.ensembles-items {
  background-color: #f2f2f2;
  width: calc(100% / 3 - 14px);
}

.ensembles-items img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ensembles-items p {
  background-color: #f2f2f2;
  padding: 20px;
  color: #53565a;
}

.load-more {
  margin: 2rem auto;
  margin-bottom: 0;
  text-align: center;
}

.view-more {
  border: 2px solid #7d1050;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #7d1050;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.3rem 2rem 0.5rem 2rem;
  position: relative;
}

.load-more span:hover {
  border: 1px solid #7d1050;
  color: #7d1050;
  background-color: #fff;
}

.load-more span {
  background: #7d1050;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #7d1050;
  display: inline-block;
  font-weight: bold;
  padding: 10px 35px 15px 35px;
  transition: 0.5s;
}

.events--page-wrapper {
  padding-bottom: 0 !important;
}

/* FULL CALENDER */

/* Style the tab */
.tab {
  overflow: hidden;
  padding: 7px;
  width: fit-content;
  background: #7d105008;
  border-radius: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 20px;
  transition: 0.3s;
  font-size: 17px;
  color: #7d1050;
  font-size: 25px;
  font-weight: 800;
  border-radius: 10px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #7d1050;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tabcontent {
  display: none;
}

.academic-calender.fc-unthemed td.fc-today {
  position: relative;
  background-color: #6c1d45;
  color: #fff;
}

.academic-calender.fc-unthemed td.fc-today::after {
  content: "TODAY";
  position: absolute;
  inset-inline-end: 15px;
  top: 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

[dir="rtl"] .academic-calender.fc-unthemed td.fc-today::after {
  content: "Ã˜Â§Ã™â€žÃ™Å Ã™Ë†Ã™â€¦";
}

.academic-calender.fc-unthemed td.fc-today .fc-day-number {
  color: #fff;
  font-weight: 800;
}

.academic-calender .fc-row .fc-content-skeleton {
  border-top: 1px solid #ddd;
}

.academic-calender.fc-unthemed .fc-day-header {
  border: none;
  text-align: left;
  font-weight: 600;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 20px;
}

.academic-calender .fc-day-number {
  color: #53565a;
  font-size: 24px;
}

.academic-calender.fc-unthemed tbody {
  border-top: 1px solid #ddd;
}

.academic-calender.fc-unthemed thead {
  border-style: hidden;
  border-width: 0px;
}

.academic-calender.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #dcdcdc;
}

.fc-bg {
  border-top: 1px solid #ddd;
}

.academic-calender.fc-unthemed .fc-day,
.academic-calender.fc-unthemed .fc-day-top {
  padding: 10px;
}

.academic-calender .fc-event {
  background: transparent;
  border: 1px solid transparent;
  color: #fff !important;
  border-radius: 15px;
  text-align: center;
  margin: 1px 25px;
  border-radius: 20px;
}

.academic-calender .fc-toolbar.fc-header-toolbar {
  display: none;
}

.academic-calender .fc-button-primary {
  background-color: #6c1d45;
  border-color: #6c1d45;
}

.academi-date-select {
  padding: 25px 0;
  display: inline-flex;
  gap: 15px;
  justify-content: flex-start;
}

.select-date {
  width: fit-content;
  height: 53px;
  padding: 10px;
  border: 2px solid #dcdcdc;
  border-radius: 7px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  color: #6c1d45;
  padding-right: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: transparent;
  z-index: 1;
  position: relative;
  font-family: 'QF' !important;
}

.academi-date-select-div {
  position: relative;
}

.academi-date-select-div::before {
  content: "";
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 11px;
  background-image: url(../images/down-arrow.svg);
  bottom: 14px;
  z-index: 1;
}

.select-date::-webkit-inner-spin-button,
.select-date::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calender-modal {
  max-width: 340px;
  width: 100%;
  max-height: 420px;
  height: 100%;
  background-color: #7d1050;
  border-radius: 15px;
  padding: 29px;
  display: none;
  position: absolute;
  top: 28%;
  left: 50%;
  z-index: 1;
  transition: 0.5s;
  transform: scale(0.5);
}

.calender-modal-header h4 {
  color: #fff !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 400;
}

.calender-modal-header .close {
  cursor: pointer;
  transition: 0.5s;
}

.calender-modal-header .close:active {
  transform: scale(0.6);
}

.calender-modal-header .close img {
  width: 15px;
}

.calender-bg-shadow {
  position: relative;
}

.calender-bg-shadow::after {
  content: "";
  background-image: url(../images/modal-bg-shadow.svg);
  background-repeat: no-repeat;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-position: bottom 0% right 0%;
  z-index: 0;
  pointer-events: none;
  left: 27px;
}

.calender-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calender-modal .wh-content-yellow-shade {
  top: -84px !important;
  transform: scale(0.7) !important;
  z-index: 1;
}

.calender-modal .wh-content-yellow-shade .yellow-shade-content h5 {
  font-weight: 800;
  font-size: 35px;
  color: #fff !important;
}

.academic-calender .fc-title {
  display: none;
}

.academic-calender .fc-image {
  display: flex;
  /* max-height: 36px; */
  height: 100%;
}

.academic-calender .fc-image img {
  width: 100%;
  height: 36px;
  object-fit: cover;
  border-radius: 20px;
}

.academic-calender .single-date {
  height: 80px !important;
}

.calender-modal-title {
  padding: 5px 0;
}

.academic-calender .fc-past {
  background-color: #faf8f8 !important;
}

.academic-calender .fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  border-color: #ddd !important;
}

.calender-modal-title h4 {
  padding: 0;
  margin: 0.5rem 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 700;
}

.calender-modal-title h5 {
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-size: 20px !important;
}

.calender-modal-img {
  position: relative;
  width: 100%;
  height: 247px;
}

.calender-modal-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 247px;
  border-radius: 12px;
  z-index: 1;
}

.clicked-event {
  display: block;
  transform: scale(1);
}
.academic-calender .fc-popover .fc-header {
  background-color: #6c1d45;
  padding: 8px 14px;
}

.academic-calender .fc-popover .fc-header .fc-close {
  color: #fff;
}
.academic-calender .fc-more {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.ensemble-serach-sec {
  position: relative;
}

.ensemble-serach-sec .form-actions {
  position: absolute;
  inset-inline-end: 10px;
  top: 0;
}
.ensemble-serach-sec .form-actions input {
  width: 26px;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  background: #f1f1f1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
  background-position: right 1% bottom 45%;
  background-size: 20px 20px;
  border-radius: 5px;
  padding: 0.5em 2.5rem 0.5em 0.5em;
  text-indent: -999px;
}

/* FULL CALENDER */

@media (min-width: 1024px) and (max-width: 1200px) {
  .academic-calender.fc-unthemed td.fc-today::after {
    font-size: 16px;
  }
}

@media (max-width: 1023.98px) {
  .bottom {
    margin-bottom: 4rem;
  }

  .common-qma-slick .slick-dots {
    bottom: -17px;
  }

  .title-block {
    flex-direction: column;
    align-items: center;
  }

  .ensemble-parallax-content {
    width: 80%;
  }

  .ensemble-parallax-content p {
    font-size: 20px;
  }

  .gallery-view-more img {
    width: 30px;
  }

  .wh-image-block {
    display: block;
    /* padding: 2rem 2rem; */
    width: 100%;
    height: initial;
  }

  .wh-content-block-bg {
    padding: 3rem 3rem;
  }

  .wh-content-block {
    display: block;
    width: 100%;
    height: 15rem;
  }

  .whatson-slider {
    height: 100%;
  }

  .wh-content-block h2 {
    font-size: 26px;
  }

  .wh-content-block h4 {
    font-size: 15px;
  }

  /* ENSEMBLE PAGE */
  .ensemble-content-block {
    display: block;
  }

  .ensemble-content-block .content {
    width: 100%;
    max-width: 100%;
  }

  .ensemble-content-block .content-img {
    width: 100%;
    max-width: 100%;
  }

  .ensembles-items {
    width: calc(100% / 2 - 20px);
  }

  .academic-calender.fc-unthemed .fc-day-header {
    font-size: 18px;
  }

  .academic-calender .fc-event {
    margin: 1px 9px;
  }

  .academic-calender.fc-unthemed td.fc-today::after {
    inset-inline-end: 7px;
    top: 6px;
    font-size: 12px;
  }

  .academic-calender .fc-day-number {
    font-size: 20px;
  }

  .calender-modal {
    top: 43%;
    left: 22%;
  }

  /* ENSEMBLE PAGE */
}

@media (max-width: 576px) {
  .academic-calender .fc-more {
    font-size: 12px;
  }
  .bottom {
    margin-bottom: 1rem;
  }

  .common-qma-slick .slick-dots {
    bottom: 40px;
  }

  .wh-image-block {
    height: fit-content;
  }

  .wh-content-block {
    height: 318px;
  }

  .wh-content-block-bg {
    padding: 2rem 1rem;
  }

  .wh-content-block h2 {
    font-size: 19px;
  }

  .wh-content-block h4 {
    font-size: 13px;
  }

  .wh-content-yellow-shade {
    transform: scale(0.7);
    transition: 0.5s;
    top: -52px;
    inset-inline-end: -30px;
  }

  .yellow-shade-content h5 {
    font-size: 22px;
  }

  .yellow-shade-content span {
    font-size: 18px;
  }

  .yellow-shade-content {
    top: 45px;
  }

  .wh-image-block-div {
    bottom: 24%;
    padding: 0 15px;
  }

  .wh-image-block-div h2 {
    font-size: 18px;
  }

  .wh-image-block-div h2 span {
    font-size: 18px;
  }

  .ensembles-items {
    width: calc(100%);
  }

  .academic-calender.fc-unthemed .fc-day-header {
    font-size: 15px;
  }

  .academic-calender .fc-event {
    margin: 1px 5px;
  }

  .academic-calender.fc-unthemed td.fc-today::after {
    inset-inline-end: 7px;
    top: 3px;
    font-size: 8px;
  }

  .academic-calender .fc-day-number {
    font-size: 15px;
  }

  .select-date {
    font-size: 16px;
  }

  .calender-modal {
    top: 64%;
    left: 10%;
    max-width: 273px;
  }

  .calender-modal .wh-content-yellow-shade {
    inset-inline-end: 15px;
  }
}

/* AISWARYA CSS - 16-05-2024 */

.header-warning-close {
  display: flex;
  align-items: center;
}
.wh-content-block a {
  padding: 0.6rem 1rem;
}
.reports--page-wrapper .container--item-report .report--link-item a {
  padding: 0.45rem 1.5rem 0.45rem 1.5rem;
}
.newsletter-first-item .content-block .newsletter--link {
  padding: 14px 20px 14px;
}
[dir="ltr"] #block-firstnewsletterblock .newsletter-filter #category-filter {
  margin-left: 0.25rem;
  background-position: right 10px top 13px;
}
.newsletter-list--wrapper
  .wrap--newsletter-item
  .block--newsletter-content
  .wrap--newletter-links
  .newsletter--link.newsletter--read-more-link {
  /* padding: 0.85rem 1rem 0.85rem 1rem !important; */
}
.newsletter--download-link.newsletter--link {
  display: flex;
  align-items: center;
  /* padding: 0.65rem 2.95rem 0.65rem 1rem !important; */
}
.news-first-item .content-block .news--link {
  padding: 14px 20px 14px;
}
#block-languageswitcher .language-link {
  /* height: 65px; */
  height: auto;
}
.about-us-block #block-homeaboutusblock .content-block .readmore {
  /* padding: 0.65rem 1.75rem 0.65rem 3.5rem; */
}
.header #block-languageswitcher {
  /* margin-top: 0; */
}
.newsletter-list--wrapper
  .wrap--newsletter-item
  .block--newsletter-content
  .wrap--newletter-links
  .newsletter--link.newsletter--read-more-link::after {
  padding-inline-start: 10px;
  font-size: 22px;
}

.date-box {
  background: #c59f59;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  inset-block-start: -20px;
  inset-inline-end: 20px;
  text-align: center;
}
.date-box::before {
  /* background: #000; */
  content: "";
  border-left: 21px solid transparent;
  border-bottom: 20px solid #967a47;
  inset-inline-start: -20px;
  position: absolute;
  top: 0;
  z-index: 0;
}
.datehd {
  font-weight: bold;
  font-size: 32px;
}
.datep {
  font-size: 18px;
}
/*  27/5/25 css updation  */


.text-center {
text-align: center;
}

.ensemble-instructors-section .mt-32 {
  margin-top: 32px;

}
.ensemble-instructors-section .mb-40 {
  margin-bottom: 40px;

}
.ensemble-instructors-section .swiper-button-next {
  background-image: url(../images/slider-arrow-end.svg);
  background-repeat: no-repeat;
}
[dir="rtl"] .ensemble-instructors-section .swiper-button-next {
transform: scaleX(-1);
}
.ensemble-instructors-section .swiper-button-next:after {
  display:none;
}
.ensemble-instructors-section .swiper-button-prev:after {
  display:none;
}

.ensemble-instructors-section .swiper-button-prev {
  background-image: url(../images/slider-arrow-start.svg);
    background-repeat: no-repeat;
}
[dir="rtl"] .ensemble-instructors-section .swiper-button-prev {
transform: scaleX(-1);
}
.ensemble-instructors-section .swiper-pagination {
  bottom: 2% !important;
}
.ensemble-instructors-section .swiper-pagination-bullet {
  background-color: White;
}
.ensemble-instructors-section .swiper-pagination-bullet-active {
  background: White;
  transform: scale(1.3);
}
.ensemble-instructors-section .mb-24 {
  margin-bottom:24px;
}

.inside-page .inner-wrap {
  max-width: 1412px;
  /* padding: 0 2rem; */
  margin: 0 auto;
}
.main-desc-section .main-content {
  padding-block: 80px;
}
.main-desc-section .main-heading {
  font-size: 56px;

  letter-spacing: 0;
  color: #6c1d45;
  text-transform: uppercase;
  /* font-family: "DIN Next LT Arabic", Arial, Helvetica, sans-serif; */
  font-weight: 700;
  margin-bottom: 16px;
}

.main-desc-section .main-desc p {
  color: black;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.review-details-item {
  position: relative;
  margin-inline-start: 120px;
}

.review-details-item .reviewer-image {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  inset-inline-start: -13%;
  transform: translateY(-50%);
}
.review-details-item .reviewer-image img {
width:182px;
height:182px;
  border-radius: 50%;
 object-fit: cover;
}
.review-details-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.reviews-section h3 {
  color: white;
  font-size: 40px;
  font-weight: 500 !important;
  margin-bottom: 32px;
}
.reviews-section .inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 80px 100px;
  position: relative;
}
.reviews-section .slider-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 32px;
  padding-inline: 88px 24px;
  padding-block: 24px 24px;
  row-gap: 16px;
  max-width: 934px;
}

.reviews-section .slider-content img {
  width: 43px;
}
.reviews-section .name-details {
  color: #6c1d45;
  font-size: 24px;
}

.reviews-section .name-details h4 {
  color: #6c1d45;
  font-size: 32px;
  @media (max-width: 767px) {
    font-size: 22px;
  }
}
.swiper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 3rem 1rem;
  position: relative;
  overflow: hidden;
}
.reviews-section .swiper-button-next,
.reviews-section .swiper-button-prev {
  top: 60%;
  transform: translateY(-50%);
}

.reviews-section .swiper-button-next::after,
.reviews-section .swiper-button-prev::after {
  display: none !important;
}
.reviews-section .swiper-button-next,
.reviews-section .swiper-button-prev {
  width: 30px !important;
  height: 24px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.reviews-section .swiper-button-next {
  background-image: url(../images/slider-arrow-end.svg);
  width: 10px;
  inset-inline-end: 0% !important;
}

.reviews-section .swiper-button-prev {
  background-image: url(../images/slider-arrow-start.svg);
  inset-inline-start: 0% !important;
}
[dir="rtl"] .reviews-section .swiper-button-prev {
  transform: scaleX(-1);
}
[dir="rtl"] .reviews-section .swiper-button-next{
  transform: scaleX(-1);
  right:auto;
}
.reviews-section .swiper-pagination {
  bottom: 12% !important;
}
.reviews-section .swiper-pagination-bullet {
  background-color: White;
}
.reviews-section .swiper-pagination-bullet-active {
  background: White;
  transform: scale(1.3);
}

.pb-80 {
  padding-block: 80px;
}

.ensembles-search {
  margin: 0px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.ensemble-serach-sec {
  width: 500px;
  box-shadow: 0px 4px 12px 0px #0d0a2c0f;
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.ensemble-serach-sec .form-actions {
  inset-inline-end: 0px;
  top: 0px;
}
.ensemble-serach-sec .form-actions input {
  background-color: #6c1d45;
  background-position: right 42% bottom 45%;
  padding-inline: 28px;
  padding-block: 16px;
}
.ensembles-search input {
  padding: 14px;
  padding-inline-end: 73px;
  font-family: 'QF' !important;
}
.all-ensemble-section .side-title {
  margin-bottom: 24px;
}
.all-ensemble-section .search-row {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.all-ensemble-section .filter {
  width: 149px;
  height: 58px;
  display: flex;
  background-color: #e7e7e7;
  padding-block: 16px;
  padding-inline: 24px;
  align-items: center;
  border-radius: 8px;
  column-gap: 10px;
}
.all-ensemble-section .filter img {
  width: 24px;
  height: 24px;
}
.all-ensemble-section .filter p {
  text-wrap: nowrap;
  color: #000;
  font-size: 18px;
}
.all-ensemble-section .filter-dropdown {
  position: relative;
  display: inline-block;
}

.all-ensemble-section .filter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 1px solid #ddd;
  user-select: none;
}

.all-ensemble-section .filter:hover {
  background-color: #eaeaea;
}

.all-ensemble-section .filter p {
  margin: 0;
  font-size: 14px;
}

.all-ensemble-section .filter-menu {
  position: absolute;
  top: 92%; 
  inset-inline-start: -52px;
  margin-top: 0.5rem;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  min-width: 200px;
}

.all-ensemble-section .filter-menu label {
  display: block;
  font-size: 18px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-weight: 500;
  
}

.all-ensemble-section .filter-menu input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.5);
}
.all-ensemble-section .custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.all-ensemble-section .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.all-ensemble-section .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 1px;
  height: 18px;
  width: 18px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.all-ensemble-section .custom-checkbox input:checked ~ .checkmark {
  background-color: #6C1D45; 
  border-color: #6C1D45;
}

.all-ensemble-section .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.all-ensemble-section .custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}

.all-ensemble-section .custom-checkbox .checkmark::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;       
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.all-ensemble-section .custom-checkbox input:checked ~ .label-text {
  color: #6C1D45;
  font-weight: 500;
}
.ensembles-items img {
  height: auto;
}

.ensembles-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 24px;
  justify-content: center;
}

.ensembles-list {
  position: relative;
}
.ensembles-list img{
  height:100%;
}
.ensembles-list .item {
  position: absolute;
  bottom: 2%;
  padding: 20px;
  inset-inline-start: 0%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ensembles-list .item p {
  color: White;
  font-size: 20px;
  font-weight: 500;
}
.ensembles-list .item .tags-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.ensembles-list .item .tag {
  padding-inline: 12px;
  padding-block: 2px;
  background: #ffffff1a;
  border-radius: 8px;
}

.ensembles-list .item .tag p {
  color: White;
  font-size: 16px;
  font-weight: lighter !important;
  white-space: nowrap;
}

 .load-more span {
  border-radius: 8px;
  padding-inline: 35px;
  padding-block: 13px 11px;
}
.ensembles-list {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ensembles-list .hover-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7d1050;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  justify-content: center;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
  padding: 20px;
}
.ensembles-list .hover-overlay h4 {
  font-size: 28px;
  color: white;
  text-align: center;
}
.ensembles-list .hover-overlay p {
  font-size: 20px;
  color: white;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 100;
  text-overflow: ellipsis;
  max-height: 55px;
}
.ensembles-list .hover-overlay a {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding-inline:70px 28px;
  padding-block:13px;
  border-radius: 32px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  bottom:-16px;
}

.ensembles-list .hover-overlay a::before {
  content: "";
  position: absolute;
  inset-inline-start: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url("../images/readmore-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.ensembles-list:hover .hover-overlay {
  opacity: 1;
  pointer-events: auto;
}
.listing-desc-section .sec-padding {
  padding-block: 20px 100px;
}
.listing-desc-section h2 {
  font-size: 56px;
  color: #6c1d45;
  text-transform: uppercase;
}
.listing-desc-section a {
  padding-inline: 100px 40px;
  padding-block: 20px;
  background: #eeeeee;
  border-radius: 8px;
  font-size: 20px;
  color: #000;
  position: relative;
}

.listing-desc-section a:hover {
  background-color: #6c1d45;
  color: #fff;
}
.listing-desc-section a::before {
  content: "";
  position: absolute;
  inset-inline-start: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #000;
  -webkit-mask-image: url("../images/arrow-start.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("../images/arrow-start.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
}

  [dir="rtl"]  .listing-desc-section a::before {
     transform: translateY(-50%) scaleX(-1);
  }
.listing-desc-section a:hover::before {
  background-color: #fff;
}
.listing-desc-section .tags-list {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: end;
}
.listing-desc-section .tag {
  height: 63px;
}
.listing-desc-section .tag {
  padding-inline: 12px;
  padding-block: 2px;
  background: #eeeeee;
  align-content: center;

  border-radius: 8px;
}
.listing-desc-section .tag p {
  color: black;
  font-size: 16px;
  font-weight: lighter !important;
  white-space: nowrap;
}
.row {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -12px;
  margin-right: -12px; */
  gap: 20px;
  align-items: center;
}
.ensemble-instructors-section .row {
  display: flex;
  align-items: stretch; 
  height: 100%; 
    margin-left: 32px;
  margin-right: 32px;
}

.instructor-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.instructor-image img {
  margin-top: auto;
  align-self: flex-end;
}
.col-lg-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-lg {
  flex: 1 0 0%;
  max-width: 100%;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.listing-desc-section p {
  margin-bottom: 32px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
}

.listing-desc-section p:last-child {
  margin-bottom: 0;
}

.ensemble-instructors-section {
  color: White;
}
.ensemble-instructors-section .padding-block-80 {
  padding-block: 80px;
}
.ensemble-instructors-section h2 {
  color: White;
  font-size: 56px;
}
.ensemble-instructors-section h3 {
  color: White;
  font-weight: 400;
  font-size: 32px;
}
.ensemble-instructors-section p {
  color: White;
  font-size: 20px;
  font-weight: 400;
}
.ensemble-instructors-section .instructor-details {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.pt-35 {
  padding-top: 35px;
}
.gx-60 {
  column-gap: 60px;
}
.align-end {
  align-items: end;
}
.ensemble-instructors-section .instructor-image img {
  display: block;
  /* height:500px; */
  object-fit: cover;
}

.enquire-now-section h2 {
  font-size: 56px;
  color: #6c1d45;
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.enquire-now-section h6 {
  font-size: 24px;
  color: #000;
  margin-bottom: 24px;
  font-weight: 500;
}
.enquire-now-section p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
.enquire-now-section .enquire-now {
  display: flex;
  flex-wrap: wrap;
  column-gap: 152px;
  padding-block: 80px 134px;
}
.enquire-now-section .content-area .content-inside-wrap ul li

 {
list-style-position: outside;
 }
.enquire-now-section .form-wrapper-enquire {
  padding-block: 40px;
  padding-inline: 34px;
  background-color: white;
  color: #000;
  border-radius: 20px;
  position: relative;
}
.enquire-now-section .form-wrapper-enquire .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.enquire-now-section .form-wrapper-enquire .col-6 {
  flex: 0 0 50%;
  max-width: calc(50% - 30px);
  padding: 0 12px;
}
.enquire-now-section .form-wrapper-enquire .col-12 {
  flex: 0 0 100%;
  max-width: calc(100% - 40px);
  padding: 0 12px;
}
.enquire-now-section .form-wrapper-enquire h3 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
  color: #cccccc!important;
  margin-top:9px;
}

.select2-container--default .select2-results__option {
  font-size: 18px;
}
.select2-container--default .select2-selection--single {
  height:47px !important;
    border: 1px solid #eeeeee !important; 
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top:10px !important;
}
span[aria-hidden="true"] {
  display: none !important;
}
.enquire-now-section input {
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
}

.enquire-now-section label {
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

/* .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #cccccc !important;
  font-size: 18px;
  font-weight: 400;
} */
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #eeeeee !important;
    border-radius: 4px;
    cursor: text;
    height: 47px !important;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top:12px !important;
  vertical-align:top !important;
}

.enquire-now-section textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
}
.mb-24 {
  margin-bottom: 24px;
}
.enquire-now-section textarea::placeholder,
input::placeholder  {
  color: #cccccc;
  font-family: 'QF';
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
}

.enquire-now-section .submit {
  background-color: #6c1d45;
  border: 1px solid #6c1d45;
  color: white;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  padding-inline: 43px;
  padding-block: 18px;
  border-radius: 8px;
}
/* .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 24px;
  margin: 0 auto;
} */

/* .gallery-section .parent div {
  background-color: #eee;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */

/* .parent .child:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.parent .child:nth-child(2) {
  grid-area: 1 / 2 / 2 / 4;
}
.parent .child:nth-child(3) {
  grid-area: 2 / 3 / 4 / 4;
}
.parent .child:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}
.parent .child:nth-child(5) {
  grid-area: 3 / 1 / 4 / 2;
}
.parent .child:nth-child(6) {
  grid-area: 3 / 2 / 4 / 3;
} */


.gallery-section .padding-block-80 {
  padding-block: 80px;
}
.gallery-section h2 {
  font-size: 56px;
  color: #6c1d45;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.gallery-section .grid-item {
   width:100%;
  margin: auto;
  position: relative;
}


/* .gallery-section .grid-item {
   width: 33.333%;  
  box-sizing: border-box;
}
.gallery-section .grid-sizer {
  background-color: red;
   width: 33.333%; 
   
    box-sizing: border-box;
}
  */

/* .gallery-section .grid-item figure { 
  margin: 10px;
  
} */
 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url("../images/play-btn.svg") no-repeat;
  transform: translate(-50%, -50%);
  background-position: 29px 22px;
  cursor: pointer;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
[dir ="rtl"] .play-btn {
 transform: translate(-50%, -50%) scaleX(-1);
}

.listing-desc-section {
  position: relative;
}
.listing-desc-section .pattern-instructor {
    position: absolute;
      bottom: 45px;
    inset-inline-end: -50px;
    width: 592px;
    pointer-events: none;
    touch-action: none;
}
[dir="rtl"] .listing-desc-section .pattern-instructor {
      transform: scaleX(-1);
}


.fancybox__nav .carousel__button.is-next  {
  background-color: #6C1D45;
  border-radius: unset;
  background-image: url("../images/arrow-end-fancybox.svg");
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: 24px 24px;           
  padding: 0;                           
  width: 86px;          
  height: 86px;
  inset-inline-end:0px!important ;
  top:53%;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
}
.fancybox__nav .carousel__button.is-prev { 
 background-color: #6C1D45;
  border-radius: unset;
  background-image: url("../images/arrow-end-fancybox.svg");
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: 24px 24px;           
  padding: 0;                           
  width: 86px;          
  height: 86px;
  transform: scaleX(-1);
  top:50%;
  inset-inline-start:0px!important ;
  border-end-start-radius: 12px;
  border-start-start-radius: 12px;
}
.carousel__button.is-next svg ,.carousel__button.is-prev svg{
  display: none;
}
.gallery-section .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 24px;
}
/* .gallery-section  .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-template-rows: repeat(3, auto);   
  gap: 24px; 
} */

.gallery-section figure {
  margin: 0;
} 

 .gallery-section figure a {
  display: block;
} 

.gallery-section figure img , .gallery-section figure video {
 width: 100%;
  height: 330px; 
  object-fit: cover; 
  display: block;
}
.gallery-section  .grid-item {

  text-align: center;
  font-size: 18px;
  background-color: grey;
}
 /* .gallery-section .grid-item img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  
}
 .gallery-section a {
  display:block;
  line-height: 0px;
 } */
/* video {
  border-radius: 8px;
} */


@media (max-width: 1600px) {
  .listing-desc-section .pattern-instructor {
    bottom: 5%;
    inset-inline-end: 0px;
    width: 440px;
  }
}
@media (max-width: 1400px) {
  .ensembles-list .item .tag {
    padding-inline: 4px;
    padding-block: 0px;
  }
    .listing-desc-section .pattern-instructor {
    bottom: 2%;
    width: 440px;
  }
}

@media (max-width: 1200px) {
  .ensembles-list .hover-overlay p {
    font-size: 16px;
  }
  .ensembles-list .hover-overlay h4 {
    font-size: 20px;
  }

  .ensembles-list .item {
    gap: auto;
  }
  .listing-desc-section .pattern-instructor {
  bottom:4%;
  width:300px;

}
}

@media (max-width: 992px) {
  /* .gallery-section .grid-item,
  .gallery-section .grid-sizer {
    width: 50%;
  } */
.fancybox__nav .carousel__button.is-next ,.fancybox__nav .carousel__button.is-prev  {                        
  width: 50px;          
  height: 50px;
  background-size: 14px 24px; 
}

.all-ensemble-section .filter-menu {

  top: 92%; 
  inset-inline-start: 0px;
}
.ensemble-instructors-section .mt-32 {
  margin-top: 0px;

}
.ensemble-instructors-section .mb-40 {
  margin-bottom: 20px;

}
  .mb-24 {
    margin-bottom: 10px;
  }

  .listing-desc-section .pattern-instructor {
  bottom:2%;
  width:300px;

}
  .ensembles-search input {
    padding: 7px;
  }
  .ensemble-serach-sec .form-actions input {
    padding-inline: 20px;
    padding-block: 9px;
  }
  .all-ensemble-section .filter {
    width: 135px;
    height: 43px;
    padding-inline: 14px;
  }
  .main-desc-section .main-content {
    padding-block: 0px;
  }
  .main-desc-section .main-heading {
    font-size: 30px;
  }

  .main-desc-section .main-desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .review-details-item {
    margin-inline-start: 107px;
  }

  .review-details-item .reviewer-image img {
    width:150px;
    height: 150px;
  }
  .reviews-section .swiper-pagination {
    bottom: 4% !important;
  }
  .reviews-section .slider-content {
    padding-inline: 88px 10px;
    padding-block: 10px 10px;
  }
  .reviews-section .slider-content {
    row-gap: 0px;
  }

  .pb-80 {
    padding-block: 10px;
  }
  .all-ensemble-section .side-title {
    font-size: 30px;
  }
  .all-ensemble-section .search-row {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .all-ensemble-section .filter p {
    font-size: 16px;
  }
  .inside-page .inner-wrap {
    padding: 0 2rem;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .play-btn {
    width: 40px;
    height: 40px;
    background-size: 14px;
    background-position: 15px 11px;
  }

  .gallery-section .padding-block-80 {
    padding-block: 40px;
  }
  .ensembles-list {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }

  .reviews-section .swiper-button-next,
  .reviews-section .swiper-button-prev {
    top: 100%;
    transform: translateY(-50%);
  }


  [dir="ltr"]   .reviews-section .swiper-button-next,
  .reviews-section .swiper-button-prev { 
    top: 96%;
  }



  .gallery-section .padding-block-80 {
    padding-block: 40px;
  }

  .ensembles-list .item p {
    font-size: 20px;
    /* line-height: 25px; */
  }
  .row {
    gap: 10;
  }

  .gallery-section h2 {
    font-size: 30px;
  }
  .gallery-section .padding-block-80 {
    padding-block: 40px;
  }
  .enquire-now-section .submit {
    padding-inline: 20px;
    padding-block: 10px;
  }
  .enquire-now-section textarea::placeholder,
  input::placeholder {
    font-size: 14px;
    font-family: 'QF';
  }
  .enquire-now-section .col-start,
  .enquire-now-section .col-end {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .enquire-now-section .enquire-now {
    row-gap: 20px;
  }
  .enquire-now-section label {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .enquire-now-section .form-wrapper-enquire h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .enquire-now-section .form-wrapper-enquire .col-6 {
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    padding: 0 12px;
  }

  .enquire-now-section .form-wrapper-enquire {
    padding-block: 15px;
    padding-inline: 15px;
  }
  .enquire-now-section .enquire-now {
    padding-block: 0px 0px;
  }
  .enquire-now-section p {
    font-size: 16px;
  }
  .enquire-now-section h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .enquire-now-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .gx-60 {
    column-gap: 30px;
  }
  .ensemble-instructors-section p {
    font-size: 16px;
  }

  .ensemble-instructors-section h3 {
    font-size: 20px;
  }

  .ensemble-instructors-section h2 {
    font-size: 30px;
  }
  .ensemble-instructors-section .padding-block-80 {
    padding-block-start: 0px;
    padding-block-end: 0px;
  }
.ensemble-instructors-section .row {
  display: flex;
  flex-direction: column-reverse;
}
.ensemble-instructors-section .instructor-image img
{
  width:228px;

}
.ensemble-instructors-section .inner-wrap { 
          padding-bottom: 0px !important;
}
   .ensemble-instructors-section .col-start {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
  }
   .ensemble-instructors-section .col-end {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
  }
  .listing-desc-section p {
    font-size: 16px;
  }
  .mb-32 {
    margin-bottom: 20px;
  }
  .col-lg-auto {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
  }
  .listing-desc-section .tag {
    padding-inline: 4px;
    padding-block: 0px;
    height: 48px;
  }
  .listing-desc-section .tags-list {
    justify-content: start;
    flex-wrap: wrap;
  }
  .listing-desc-section button::before {
    inset-inline-start: 10px;
  }
  .listing-desc-section button {
    padding-inline: 49px 28px;
    padding-block: 13px;
    font-size: 16px;
  }
  .listing-desc-section h2 {
    font-size: 30px;
  }

  .listing-desc-section .sec-padding {
    padding-block: 40px 100px;
  }
}

@media (max-width: 766.98px) {
  .review-details-item {
    margin-inline-start: auto;
    margin-block-start: 80px;
  }

  .review-details-item .reviewer-image {
    top: 0%;
    inset-inline-start: auto;
    inset-inline-end: 2%;
  }
  .reviews-section .slider-content {
    padding-inline: 20px 20px;
    padding-block: 30px 10px;
  }
  .reviews-section h3 {
    margin-bottom: auto;
    font-size: 30px;
  }
  .ensemble-serach-sec {
    width: 300px;
  }
  .reviews-section .name-details {
    font-size: 16px;
  }

  .ensembles-list {
    flex: 0 0 calc(100% - 16px);
    max-width: calc(100% - 16px);
  }
}
@media (max-width: 576px) {
  .review-details-item {
    margin-inline-start: auto;
    margin-block-start: 55px;
  }
 .listing-desc-section .pattern-instructor {
  width:200px;

}
 .listing-desc-section .sec-padding {
    padding-block: 40px 60px;
  }
/* .gallery-section .grid-item,
  .gallery-section .grid-sizer {
    width: 100%;
  } */
  /* .parent {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  } */

 /* .parent .child:nth-child(1),
.parent .child:nth-child(2),
.parent .child:nth-child(3),
.parent .child:nth-child(4),
.parent .child:nth-child(5),
.parent .child:nth-child(6) {
  grid-area: unset;
} */
.px-0 {
  padding-inline:0px !important;
}
  .review-details-item .reviewer-image img {
    width:100px;
    height: 100px;
  }
  .reviews-section .swiper-button-next,
  .reviews-section .swiper-button-prev {
    display: none;
  }
   .ensemble-instructors-section  .swiper-button-next,
  .ensemble-instructors-section  .swiper-button-prev {
    display: none;
  }
  .ensembles-list .hover-overlay a::before {
    inset-inline-start:8px;
  }
  .listing-desc-section a::before
  {
      inset-inline-start:8px;
  }
.ensembles-list .hover-overlay a {
  padding-inline:50px 14px;
  padding-block:8px;
  font-size: 12px;
}
.ensembles-list .hover-overlay {
  row-gap:10px;
}
    .ensemble-serach-sec {
        width: 256px;
    }
    .listing-desc-section a {
        padding-inline: 40px 24px;
        padding-block: 10px;
    }
    .ensembles-list .item .tag p {

  font-size: 12px;
    }
      .gallery-section .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* or adjust as needed */
  }
}



@media (min-width: 992px) {
  .enquire-now-section .col-start {
    flex: 0 0 calc(33.33% - 76px);
    max-width: calc(33.33% - 76px);
  }

  .ensembles-list {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
  .enquire-now-section .col-end {
    flex: 0 0 calc(66.66% - 76px);
    max-width: calc(66.66% - 76px);
  }
  .col-start {
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }

  .col-end {
    flex: 0 0 calc(66.66% - 30px);
    max-width: calc(66.66% - 30px);
  }
}
@media (min-width: 1200px) {
  .ensembles-list .item p {
    font-size: 32px;
  }
}

@media (min-width: 1300px) {
  .reviews-section .swiper-button-prev {
    inset-inline-start: 9% !important;
  }

  .reviews-section .swiper-button-next {
    inset-inline-end: 8% !important;
  }
}

@media (min-width: 1400px) {
  .listing-desc-section .sec-padding {
    padding-block: 80px 150px;
  }
}

h1, h2 {
  font-weight: 600;
}