@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.woff2" format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "CustomGeorgia", sans-serif;
  src: "/assets/font/georgia/georgia.woff2" format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CustomInter", sans-serif;
  src: "/assets/font/inter/Inter-Regular.woff2" format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CustomOnest", sans-serif;
  src: "/assets/font/onest/Onest-Regular.woff2" format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
/************************************/
/*****        01. General css         ****/
/************************************/
html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
  font-family: "CustomGeorgia", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

figure.wp-block-image {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

.section-padding-large {
  padding: 144px 0px;
}
@media screen and (max-width: 991px) {
  .section-padding-large {
    padding: 120px 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-padding-large {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding-large {
    padding: 80px 20px;
  }
}

.section-padding-toplittle {
  padding: 200px 0px 96px 0px;
}
@media screen and (max-width: 991px) {
  .section-padding-toplittle {
    padding: 160px 20px 60px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding-toplittle {
    padding: 120px 20px 50px 20px;
  }
}

.section-padding {
  padding: 96px 0px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding {
    padding: 40px 20px;
  }
}

.section-padding-top {
  padding: 150px 0px 80px 0px;
}
@media screen and (max-width: 991px) {
  .section-padding-top {
    padding: 130px 20px 50px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding-top {
    padding: 100px 20px 40px 20px;
  }
}

.common-padding {
  padding: 70px 0px;
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 40px 20px;
  }
}

.section-padding-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

.section-pt-0 {
  padding-top: 0;
}

.section-pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-pb-0-md {
    padding-bottom: 0;
  }
}

.d-none {
  display: none;
}

.section-purple-bg {
  background-color: #211955;
}

.section-green-bg {
  background-color: #053D3B;
}

h1 {
  font-size: 90px;
  line-height: 110px;
  font-weight: 400;
  color: #DBD2FF;
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 96px;
    line-height: 116px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 78px;
    line-height: 90px;
  }
  h1 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 68px;
    line-height: 78px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 58px;
    line-height: 68px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
}

h2 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 400;
  color: #211955;
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 46px;
    line-height: 54px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3 {
  font-size: 42px;
  line-height: 52px;
  font-style: normal;
  font-weight: 400;
  color: #211955;
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 46px;
    line-height: 58px;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 425px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-size: 32px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
  color: #211955;
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 425px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

p {
  font-weight: 400;
  color: #000000;
  font-family: "CustomInter", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

.description-primary {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
@media screen and (min-width: 1440px) {
  .description-primary {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .description-primary {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .description-primary {
    font-size: 14px;
    line-height: 22px;
  }
}

.description-secondary {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 1440px) {
  .description-secondary {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .description-secondary {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 575px) {
  .description-secondary {
    font-size: 13px;
    line-height: 21px;
  }
}

.subtitle {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  font-family: "CustomGeorgia", sans-serif;
  font-style: italic;
  color: #D3C8FF;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D3C8FF;
  background: linear-gradient(90deg, rgba(156, 131, 255, 0.19) 0%, rgba(211, 200, 255, 0.19) 100%);
}
@media screen and (min-width: 1440px) {
  .subtitle {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .subtitle {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 425px) {
  .subtitle {
    font-size: 16px;
    line-height: 16px;
  }
}
.subtitle::before {
  content: "\e81c";
  font-family: "fontello";
  font-style: normal;
  background: linear-gradient(90deg, #7E5EFF 0%, #D3C8FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

:where(.wp-block-file__button):is(a):tempusive,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: unset;
  color: unset;
  opacity: unset;
  text-decoration: unset;
}

.global-button-purple {
  display: flex !important;
}
.global-button-purple a,
.global-button-purple .wp-block-button__link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "CustomGeorgia", sans-serif;
  color: #ffffff;
  padding: 16px 26px;
  border-radius: 182px;
  background: #211955;
  border: unset;
  transition: all 500ms;
}
.global-button-purple a span.ripple-effect,
.global-button-purple .wp-block-button__link span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgb(178.2, 159, 255);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.global-button-purple a:hover span.ripple-effect,
.global-button-purple .wp-block-button__link:hover span.ripple-effect {
  width: 300%;
  height: 300%;
}
@media screen and (max-width: 1199px) {
  .global-button-purple a,
  .global-button-purple .wp-block-button__link {
    padding: 14px 22px;
  }
}
@media screen and (max-width: 991px) {
  .global-button-purple a,
  .global-button-purple .wp-block-button__link {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
  }
}

.global-button-purple-light {
  display: flex !important;
}
.global-button-purple-light a,
.global-button-purple-light .wp-block-button__link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "CustomGeorgia", sans-serif;
  color: #211955;
  padding: 16px 26px;
  border-radius: 182px;
  background: #DBD2FF;
  border: unset;
  transition: all 500ms;
}
.global-button-purple-light a span.ripple-effect,
.global-button-purple-light .wp-block-button__link span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgb(178.2, 159, 255);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.global-button-purple-light a:hover span.ripple-effect,
.global-button-purple-light .wp-block-button__link:hover span.ripple-effect {
  width: 300%;
  height: 300%;
}
@media screen and (max-width: 1199px) {
  .global-button-purple-light a,
  .global-button-purple-light .wp-block-button__link {
    padding: 14px 22px;
  }
}
@media screen and (max-width: 991px) {
  .global-button-purple-light a,
  .global-button-purple-light .wp-block-button__link {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
  }
}

.global-button-purple-soft {
  display: flex !important;
}
.global-button-purple-soft a,
.global-button-purple-soft .wp-block-button__link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "CustomGeorgia", sans-serif;
  color: #ffffff;
  padding: 16px 26px;
  border-radius: 182px;
  background: rgba(169, 147, 255, 0.1882352941);
  border: unset;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  transition: all 500ms;
  position: relative;
}
.global-button-purple-soft a span.ripple-effect,
.global-button-purple-soft .wp-block-button__link span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgb(178.2, 159, 255);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.global-button-purple-soft a:hover span.ripple-effect,
.global-button-purple-soft .wp-block-button__link:hover span.ripple-effect {
  width: 300%;
  height: 300%;
}
@media screen and (max-width: 1199px) {
  .global-button-purple-soft a,
  .global-button-purple-soft .wp-block-button__link {
    padding: 14px 22px;
  }
}
@media screen and (max-width: 991px) {
  .global-button-purple-soft a,
  .global-button-purple-soft .wp-block-button__link {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
  }
}
.global-button-purple-soft a::before,
.global-button-purple-soft .wp-block-button__link::before {
  content: "\e804";
  font-family: "fontello";
}

.global-button-green {
  display: flex !important;
}
.global-button-green a,
.global-button-green .wp-block-button__link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "CustomGeorgia", sans-serif;
  color: #ffffff;
  padding: 16px 26px;
  border: 1px solid transparent;
  background: #053D3B;
  border-radius: 182px;
  text-transform: capitalize;
  transition: all 500ms;
}
.global-button-green a span.ripple-effect,
.global-button-green .wp-block-button__link span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.global-button-green a:hover span.ripple-effect,
.global-button-green .wp-block-button__link:hover span.ripple-effect {
  width: 300%;
  height: 300%;
}
@media screen and (max-width: 1199px) {
  .global-button-green a,
  .global-button-green .wp-block-button__link {
    padding: 14px 26px;
  }
}
@media screen and (max-width: 991px) {
  .global-button-green a,
  .global-button-green .wp-block-button__link {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
  }
}
.global-button-green a:hover,
.global-button-green .wp-block-button__link:hover {
  background-color: #ffffff;
  color: #053D3B;
  border: 1px solid #053D3B;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
}

.logged-in .header {
  transform: translateY(0px);
  margin-top: 31px;
}
@media screen and (max-width: 782px) {
  .logged-in .header {
    transform: translateY(0px);
    margin-top: 46px;
  }
}
.logged-in .header.sticky {
  transform: translateY(31px);
}
@media screen and (max-width: 600px) {
  .logged-in .header.sticky {
    transform: translateY(0px);
    margin-top: 0;
  }
}
.logged-in .header.sticky .header__inner_menu .wp-block-navigation__container li,
.logged-in .header.sticky .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item {
  padding: 35px 0;
}
.logged-in .header.sticky .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item {
  padding: 0px 0px;
}

.search .header {
  transform: translateY(0px);
  margin-top: 0px;
}
@media screen and (max-width: 782px) {
  .search .header {
    transform: translateY(0px);
    margin-top: 0px;
  }
}

.header {
  margin-top: 0px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 99;
  transform: translateY(0px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #211955;
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.0509803922);
}
@media screen and (max-width: 991px) {
  .header {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 28px 20px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header.sticky {
  position: fixed;
  z-index: 9999;
  transform: translateY(0);
  width: 100%;
  background-color: #211955;
  animation: stickySlideDown 1s forwards;
}
@media screen and (max-width: 991px) {
  .header.sticky {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .header.sticky {
    padding: 20px;
  }
}
.header.sticky .header__inner_menu .wp-block-navigation__container li,
.header.sticky .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item {
  padding: 35px 0;
}
@media screen and (max-width: 991px) {
  .header.sticky .header__inner_menu .wp-block-navigation__container li,
  .header.sticky .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item {
    padding: 13px 0px;
  }
}

@media screen and (max-width: 991px) {
  .header__inner_logo {
    flex: 1;
  }
}
.header__inner_logo a img {
  max-width: 100%;
  width: 280px;
  height: 70px;
}
@media screen and (min-width: 1400px) {
  .header__inner_logo a img {
    width: 385px;
    height: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner_logo a img {
    width: 240px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_logo a img {
    width: 300px;
    height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .header__inner_logo a img {
    width: 210px;
    height: 56px;
  }
}
@media screen and (max-width: 425px) {
  .header__inner_logo a img {
    width: 180px;
    height: 48px;
  }
}

.header__buttons .wp-block-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (min-width: 1400px) {
  .header__buttons .wp-block-buttons {
    gap: 31px;
  }
}
@media screen and (max-width: 991px) {
  .header__buttons .wp-block-buttons {
    margin-right: 10px;
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .header__buttons .wp-block-buttons {
    margin-right: 10px;
  }
}
@media screen and (max-width: 425px) {
  .header__buttons .wp-block-buttons {
    margin-right: 6px;
  }
}
.header__buttons .global-button-purple-light a,
.header__buttons .global-button-purple-light .wp-block-button__link {
  line-height: 16px;
  font-weight: 600;
  color: #211955;
  font-family: "CustomInter", sans-serif;
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.0588235294);
  background-color: #ffffff;
  border-radius: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 5px 5px 5px 25px;
}
@media screen and (max-width: 1199px) {
  .header__buttons .global-button-purple-light a,
  .header__buttons .global-button-purple-light .wp-block-button__link {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 575px) {
  .header__buttons .global-button-purple-light a,
  .header__buttons .global-button-purple-light .wp-block-button__link {
    font-size: 13px;
    line-height: 13px;
    padding: 5px 5px 5px 16px;
  }
}
.header__buttons .global-button-purple-light a::after,
.header__buttons .global-button-purple-light .wp-block-button__link::after {
  content: "\e81c";
  font-family: "fontello";
  font-size: 18px;
  width: 42px;
  height: 42px;
  display: block;
  background: linear-gradient(90deg, rgba(126, 94, 255, 0.18) 0%, rgba(211, 200, 255, 0.18) 100%);
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .header__buttons .global-button-purple-light a::after,
  .header__buttons .global-button-purple-light .wp-block-button__link::after {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .header__buttons .global-button-purple-light a::after,
  .header__buttons .global-button-purple-light .wp-block-button__link::after {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header__buttons_number {
    display: none !important;
  }
}
.header__buttons_number a,
.header__buttons_number .wp-block-button__link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
  position: relative;
  background: unset;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 500ms;
}
@media screen and (max-width: 1199px) {
  .header__buttons_number a,
  .header__buttons_number .wp-block-button__link {
    font-size: 16px;
    line-height: 22px;
    gap: 3px;
  }
}
.header__buttons_number a::before,
.header__buttons_number .wp-block-button__link::before {
  content: "\e802";
  font-family: "fontello";
  font-size: 16px;
  color: #ffffff;
  width: auto;
  height: auto;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  background: linear-gradient(90deg, rgba(126, 94, 255, 0.09) 0%, rgba(211, 200, 255, 0.09) 100%);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(126, 94, 255, 0.09) 0%, rgba(211, 200, 255, 0.09) 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__buttons_number a::after,
.header__buttons_number .wp-block-button__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7E5EFF 0%, #D3C8FF 100%);
  transition: width 0.3s ease;
}
.header__buttons_number a:hover::after,
.header__buttons_number .wp-block-button__link:hover::after {
  width: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  margin: -50px 0 0;
  position: absolute;
  right: -15px !important;
  width: auto;
  top: -60%;
  visibility: hidden;
  transform: translate(105%, 0px);
  -webkit-transform: translate(105%, 0px);
  transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  opacity: 0;
}

#modal-1-content ul li ul.wp-block-navigation__submenu-container li:first-child {
  display: none;
}
#modal-1-content li.open-on-hover-click:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  #modal-1-content li.open-on-hover-click:hover .wp-block-navigation__submenu-container {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .header__inner_menu {
    display: none !important;
  }
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li {
  transform: translateX(-124%);
  -webkit-transform: translateX(-124%);
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li ul.services-sub-menu li {
  transform: unset;
  -webkit-transform: unset;
}
.header__inner_menu ul.services-sub-menu li .wp-block-navigation__submenu-icon {
  transform: rotate(90deg) !important;
  top: 10px !important;
}
.header__inner_menu ul.services-sub-menu li ul {
  position: relative !important;
  transform: translate(0) !important;
  margin: 0 !important;
  height: unset !important;
  max-height: 0;
  padding: 0px 20px !important;
}
.header__inner_menu .wp-block-navigation__container {
  gap: 18px;
}
@media screen and (min-width: 1400px) {
  .header__inner_menu .wp-block-navigation__container {
    gap: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container {
    gap: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container {
    display: none !important;
  }
}
.header__inner_menu .wp-block-navigation__container .selected:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .selected ul.services-sub-menu,
  .header__inner_menu .wp-block-navigation__container .selected ul.qt-careers-sub-menu,
  .header__inner_menu .wp-block-navigation__container .selected ul.our-work-submenu {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header__inner_menu .wp-block-navigation__container .selected ul.services-sub-menu li,
  .header__inner_menu .wp-block-navigation__container .selected ul.qt-careers-sub-menu li,
  .header__inner_menu .wp-block-navigation__container .selected ul.our-work-submenu li {
    transform: translateX(0%) !important;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container ul.services-sub-menu li.services-show .wp-block-navigation__submenu-icon {
    transform: rotate(270deg) !important;
  }
  .header__inner_menu .wp-block-navigation__container ul.services-sub-menu li.services-show ul {
    max-height: 600px;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container ul.services-sub-menu li ul {
    right: 0 !important;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type .services-sub-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type .services-sub-menu {
    display: block;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type:hover .services-sub-menu {
  display: block;
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type:hover .services-sub-menu {
  display: none;
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type:hover .services-sub-menu {
    width: 510px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type:hover .services-sub-menu {
    width: auto;
    display: block;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type:hover .our-work-submenu {
  width: 205px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:first-of-type:hover .our-work-submenu {
    width: auto;
  }
}
.header__inner_menu .wp-block-navigation__container li.menu-item {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.menu-items-contactus {
    padding: 13px 0px;
  }
}
.header__inner_menu .wp-block-navigation__container li,
.header__inner_menu .wp-block-navigation__container .wp-block-navigation-item {
  gap: 5px;
  padding: 50px 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li,
  .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item {
    padding: 13px 0px;
    width: 100%;
    transition: ease all 0.8s;
    -webkit-transition: ease all 0.8s;
  }
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content,
.header__inner_menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
  text-transform: capitalize;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  font-family: "CustomGeorgia", sans-serif;
  position: relative;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content,
  .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content,
  .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    color: #000000;
  }
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content::after,
.header__inner_menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7E5EFF 0%, #D3C8FF 100%);
  transition: width 0.3s ease;
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content:hover,
.header__inner_menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
  color: #DBD2FF;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content:hover,
  .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
    color: #211955;
  }
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content:hover::after,
.header__inner_menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover::after {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li ul.wp-block-navigation__submenu-container li a,
  .header__inner_menu .wp-block-navigation__container .wp-block-navigation-item ul.wp-block-navigation__submenu-container li a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus {
    margin-top: auto;
  }
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a:hover {
  background-size: 0% 0px !important;
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a span {
  display: block;
  background-color: rgba(0, 0, 0, 0.83);
  padding: 12px 24px;
  color: #ffffff;
  border-radius: 8px;
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a span:hover {
  transition: all 500ms;
  background-color: #000000;
  color: #ffffff;
  background-size: 0% 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus a span {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus a {
    width: 100%;
    text-align: center;
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding: 0px 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item {
  margin-left: 0px;
  padding: 0px 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0%;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item:not(:last-child) {
  border-bottom: 1px solid #DBD2FF;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item:not(:last-child) {
    border-bottom: unset;
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  height: unset;
  width: unset;
  margin-left: 0px;
  margin-bottom: -2px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
    position: absolute;
    top: 19px;
    right: 0px;
    transform: rotate(270deg);
    color: #000000;
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  width: 14px;
  height: 14px;
  color: #ffffff;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
    color: #000000;
  }
}
.header__inner_menu .wp-block-navigation__container li.our-work-submenu .wp-block-navigation__submenu-icon {
  left: 76px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.our-work-submenu .wp-block-navigation__submenu-icon {
    right: 0;
    left: unset;
    transform: rotate(270deg);
  }
}

.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: absolute;
  top: 90px;
  width: 250px;
  min-width: 250px !important;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li {
  display: inline-block;
  vertical-align: text-top;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 8px 20px;
  font-size: 17px;
  color: #211955;
  transition: all 500ms;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    font-size: 15px;
    line-height: 18px;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content::after {
  display: none;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    padding: 10px 0px 10px 0px;
    color: #000000;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle::before {
  content: "\f007";
  font-family: "fontello";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 8px;
  color: #211955;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a:hover {
  color: unset !important;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a span {
  padding-left: 15px;
}

.header__inner_menu li.wp-block-navigation-item ul.services-sub-menu {
  width: 550px;
  opacity: 0;
  overflow: hidden !important;
  visibility: visible !important;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu li.wp-block-navigation-item ul.services-sub-menu {
    width: 522px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.services-sub-menu {
    display: block !important;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.services-sub-menu li {
  width: 255px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu li.wp-block-navigation-item ul.services-sub-menu li {
    width: 235px;
  }
}

.header__inner_menu li.wp-block-navigation-item ul.careers-sub-menu {
  width: 250px;
}

.header__inner_menu li.wp-block-navigation-item ul.our-work-submenu {
  width: 205px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.our-work-submenu {
    margin: -100px 0 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
  .wp-block-navigation__responsive-container-open svg {
    color: #ffffff;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: block !important;
    z-index: 99;
  }
}
.sidebar__menu {
  display: none !important;
  order: 3;
}
@media screen and (max-width: 991px) {
  .sidebar__menu {
    display: block !important;
  }
}
.sidebar__menu .wp-block-navigation__responsive-close {
  background: #ffffff;
}
.sidebar__menu .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 991px) {
  .sidebar__menu .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close svg {
    color: #000000;
  }
}
.sidebar__menu .wp-block-navigation__responsive-container-content {
  background: #ffffff;
  display: list-item !important;
  overflow: auto !important;
  padding-top: 0 !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.sidebar__menu .wp-block-navigation__container {
  display: block !important;
  margin: 0px auto;
  padding: 90px 0px 30px 0px;
  width: 80%;
  height: 100vh;
  border-top: 1px solid #c9c9c9;
  background-color: #ffffff;
}
.sidebar__menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: unset;
  top: 0;
  width: auto;
  box-shadow: none;
}
.sidebar__menu .wp-block-navigation__responsive-container {
  padding: 0;
  width: 350px !important;
  animation: none !important;
  transform: translateX(-400px);
  transition: all 500ms;
  position: fixed !important;
  overflow: visible;
  height: 100vh;
  z-index: 99;
}
@media screen and (max-width: 425px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 300px !important;
  }
}
@media screen and (max-width: 360px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 100% !important;
  }
}
.sidebar__menu .wp-block-navigation__responsive-container.is-menu-open {
  transform: translateX(0px);
  flex-direction: unset;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 0px;
}

.header-close-sidebar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-150%);
  }
}
@keyframes stickySlideDown {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-150%);
  }
}
.footer {
  position: relative;
  z-index: 1;
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0px 20px 20px 20px;
  }
}
.footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("./../images/footer/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 991px) {
  .footer .first-row {
    gap: 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .footer .first-row .services-column {
    order: 3;
    border-right: 0.9px solid rgba(255, 255, 255, 0.0901960784);
  }
}
@media screen and (max-width: 575px) {
  .footer .first-row .services-column {
    border-bottom: unset;
    border-top: unset;
    border-right: 0.9px solid rgba(255, 255, 255, 0.0901960784);
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .footer .first-row .company-column {
    order: 4;
  }
}
@media screen and (max-width: 575px) {
  .footer .first-row .company-column {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .footer .first-row .button-column {
    position: absolute;
    top: 52px;
    right: 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 425px) {
  .footer .first-row .button-column {
    display: none;
  }
}
.footer .first-row .details-column {
  border-left: 0.9px solid rgba(255, 255, 255, 0.0901960784);
  border-right: 0.9px solid rgba(255, 255, 255, 0.0901960784);
}
@media screen and (max-width: 991px) {
  .footer .first-row .details-column {
    border-left: unset;
    border-right: unset;
    border-bottom: 0.9px solid rgba(255, 255, 255, 0.0901960784);
  }
}
@media screen and (max-width: 575px) {
  .footer .first-row .details-column {
    border-bottom: 0.9px solid rgba(255, 255, 255, 0.0901960784);
  }
}
.footer .first-row .details-column,
.footer .first-row .services-column,
.footer .first-row .company-column {
  padding: 62px 0px;
}
@media screen and (max-width: 575px) {
  .footer .first-row .details-column,
  .footer .first-row .services-column,
  .footer .first-row .company-column {
    padding: 50px 10px;
  }
}
.footer__text_wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.0901960784);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0901960784);
  padding: 32px 0px 32px 0px;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .footer__text_wrapper {
    padding: 26px 0px 26px 0px;
  }
}
.footer__text_wrapper .second-row {
  justify-content: center;
}
.footer__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .footer__text {
    flex-direction: column;
  }
}
.footer__text p,
.footer__text li {
  font-family: "CustomGeorgia", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #D9D9D9;
}
@media screen and (max-width: 1199px) {
  .footer__text p,
  .footer__text li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .footer__text p,
  .footer__text li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .footer__text p,
  .footer__text li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .footer__text p,
  .footer__text li {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer__text ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__text ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__text ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DBD2FF;
  border-radius: 99px;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__text ul li::before {
    width: 5px;
    height: 5px;
  }
}
.footer__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 991px) {
  .footer__details br {
    display: none;
  }
}
.footer__details .wp-block-site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__details .wp-block-site-logo .components-resizable-box__container {
  width: unset !important;
  height: unset !important;
}
.footer__details .wp-block-site-logo img {
  width: 300px;
  height: auto;
  max-height: 72px;
}
@media screen and (min-width: 1400px) {
  .footer__details .wp-block-site-logo img {
    width: 310px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__details .wp-block-site-logo img {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  .footer__details .wp-block-site-logo img {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .footer__details .wp-block-site-logo img {
    width: 250px;
  }
}
.footer__details p.logo-description {
  font-family: "CustomGeorgia", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .footer__details p.logo-description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .footer__details p.logo-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .footer__details p.logo-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .footer__details p.logo-description br {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .footer__details p.logo-description br {
    display: none;
  }
}
.footer__details_seperate {
  width: 94px !important;
  height: 20px !important;
}
.footer__details_seperate img {
  width: 94px !important;
  height: 20px !important;
}
.footer__details .wp-block-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__details .wp-block-buttons .wp-block-button a,
.footer__details .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  font-family: "CustomInter", sans-serif;
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.0588235294);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-radius: 32px;
}
@media screen and (max-width: 1199px) {
  .footer__details .wp-block-buttons .wp-block-button a,
  .footer__details .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 575px) {
  .footer__details .wp-block-buttons .wp-block-button a,
  .footer__details .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 13px;
    line-height: 13px;
  }
}
.footer__details .wp-block-buttons .wp-block-button a span,
.footer__details .wp-block-buttons .wp-block-button .wp-block-button__link span {
  display: none;
}
.footer__details .wp-block-buttons .button-white a,
.footer__details .wp-block-buttons .button-white .wp-block-button__link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #211955;
  background-color: #ffffff;
  padding: 5px 5px 5px 25px;
}
.footer__details .wp-block-buttons .button-white a span.ripple-effect,
.footer__details .wp-block-buttons .button-white .wp-block-button__link span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgb(178.2, 159, 255);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.footer__details .wp-block-buttons .button-white a:hover span.ripple-effect,
.footer__details .wp-block-buttons .button-white .wp-block-button__link:hover span.ripple-effect {
  width: 300%;
  height: 300%;
}
@media screen and (max-width: 575px) {
  .footer__details .wp-block-buttons .button-white a,
  .footer__details .wp-block-buttons .button-white .wp-block-button__link {
    padding: 5px 5px 5px 16px;
  }
}
.footer__details .wp-block-buttons .button-white a::after,
.footer__details .wp-block-buttons .button-white .wp-block-button__link::after {
  content: "\e81c";
  font-family: "fontello";
  font-size: 18px;
  width: 42px;
  height: 42px;
  display: block;
  background: linear-gradient(90deg, rgba(126, 94, 255, 0.18) 0%, rgba(211, 200, 255, 0.18) 100%);
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .footer__details .wp-block-buttons .button-white a::after,
  .footer__details .wp-block-buttons .button-white .wp-block-button__link::after {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .footer__details .wp-block-buttons .button-white a::after,
  .footer__details .wp-block-buttons .button-white .wp-block-button__link::after {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.footer__details .wp-block-buttons .button-light-purple a,
.footer__details .wp-block-buttons .button-light-purple .wp-block-button__link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 16px 46px;
  color: #ffffff;
  border: 1px solid transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(84.62deg, rgba(255, 255, 255, 0.1) 76.4%, rgba(139, 110, 255, 0.1) 103.53%, rgba(139, 110, 255, 0.1) 130.65%);
}
.footer__details .wp-block-buttons .button-light-purple a span.ripple-effect,
.footer__details .wp-block-buttons .button-light-purple .wp-block-button__link span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgb(178.2, 159, 255);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.footer__details .wp-block-buttons .button-light-purple a:hover span.ripple-effect,
.footer__details .wp-block-buttons .button-light-purple .wp-block-button__link:hover span.ripple-effect {
  width: 300%;
  height: 300%;
}
.footer__details .wp-block-buttons .button-light-purple a::after,
.footer__details .wp-block-buttons .button-light-purple .wp-block-button__link::after {
  display: none;
}
@media screen and (max-width: 575px) {
  .footer__details .wp-block-buttons .button-light-purple a,
  .footer__details .wp-block-buttons .button-light-purple .wp-block-button__link {
    padding: 14px 34px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-left: 56px;
}
@media screen and (min-width: 1400px) {
  .footer__contact {
    padding-left: 89px;
  }
}
@media screen and (max-width: 575px) {
  .footer__contact {
    gap: 24px;
    padding-left: 0px;
  }
}
.footer__contact_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contact_box-top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__contact_box-top figure img {
  width: auto;
  height: auto;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
}
@media screen and (max-width: 1199px) {
  .footer__contact_box-top figure img {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .footer__contact_box-top figure img {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }
}
.footer__contact_box p.title {
  font-size: 22px;
  line-height: 30px;
  font-family: "CustomGeorgia", sans-serif;
}
@media screen and (max-width: 1199px) {
  .footer__contact_box p.title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .footer__contact_box p.title {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer__contact_box p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1199px) {
  .footer__contact_box p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .footer__contact_box p {
    font-size: 15px;
    line-height: 22px;
  }
}
.footer__contact_box p a {
  color: #ffffff;
  transition: all 500ms;
  font-family: "CustomInter", sans-serif;
}
.footer__contact_box p a:hover {
  text-decoration: underline;
}
.footer__contact_socialmedia {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .footer__contact_socialmedia {
    gap: 10px;
  }
}
@media screen and (max-width: 425px) {
  .footer__contact_socialmedia {
    flex-wrap: wrap;
  }
}
.footer__contact_socialmedia .components-resizable-box__container {
  width: unset !important;
  height: unset !important;
}
.footer__contact_socialmedia a,
.footer__contact_socialmedia figure {
  line-height: 0;
  width: auto;
  height: auto;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 39px;
  background: rgba(255, 255, 255, 0.0588235294);
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: all 0.3s ease;
}
.footer__contact_socialmedia a:hover,
.footer__contact_socialmedia figure:hover {
  background: rgb(178.2, 159, 255);
}
@media screen and (max-width: 575px) {
  .footer__contact_socialmedia a,
  .footer__contact_socialmedia figure {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
  }
}
.footer__contact_socialmedia a img,
.footer__contact_socialmedia figure img {
  width: auto;
  height: auto;
  min-width: 19px;
  max-width: 19px;
  min-height: 19px;
  max-height: 19px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 575px) {
  .footer__contact_socialmedia a img,
  .footer__contact_socialmedia figure img {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }
}
.footer__contact_socialmedia a:hover img,
.footer__contact_socialmedia figure:hover img {
  transform: scale(1.1);
  animation: pulse 0.6s ease-in-out;
}
.footer__contact_socialmedia .twitter img {
  min-width: 16px;
  max-width: 16px;
  min-height: 18px;
  max-height: 18px;
}
@media screen and (max-width: 575px) {
  .footer__contact_socialmedia .twitter img {
    min-width: 14px;
    max-width: 14px;
    min-height: 16px;
    max-height: 16px;
  }
}
.footer__contact_socialmedia .youtube img {
  min-width: 21px;
  max-width: 21px;
  min-height: 16px;
  max-height: 16px;
}
@media screen and (max-width: 575px) {
  .footer__contact_socialmedia .youtube img {
    min-width: 18px;
    max-width: 18px;
    min-height: 14px;
    max-height: 14px;
  }
}
.footer__services {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .footer__services {
    gap: 16px;
  }
}
.footer__services p {
  font-family: "CustomGeorgia", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .footer__services p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .footer__services p {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer__services nav .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__services nav .wp-block-navigation__container .wp-block-navigation-item a {
  font-family: "CustomGeorgia", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .footer__services nav .wp-block-navigation__container .wp-block-navigation-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .footer__services nav .wp-block-navigation__container .wp-block-navigation-item a {
    font-size: 14px;
  }
}
.footer__services nav .wp-block-navigation__container .wp-block-navigation-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #7E5EFF 0%, #D3C8FF 100%);
  transition: width 0.3s ease;
}
.footer__services nav .wp-block-navigation__container .wp-block-navigation-item a:hover {
  transition: all 500ms;
  color: #DBD2FF !important;
}
.footer__services nav .wp-block-navigation__container .wp-block-navigation-item a:hover::after {
  width: 100%;
}
.footer__payment {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__payment p {
  font-weight: 500;
  font-style: italic;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
}
@media screen and (max-width: 425px) {
  .footer__payment p.description-primary {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer__payment_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer__payment_inner {
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}
.footer__payment_inner figure {
  line-height: 0;
  background: linear-gradient(115.55deg, #7E102C 0%, #5A0C1F 100%);
  border: 0.57px solid rgba(227, 178, 53, 0.3019607843);
  border-radius: 5px;
  box-shadow: 0px 4.58px 14.32px -4.58px rgba(126, 16, 44, 0.3019607843);
  width: 65px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__payment_inner figure {
    width: auto;
    height: auto;
    min-width: 65px;
    min-height: 37px;
  }
}
.footer__payment_inner figure img {
  width: auto;
  height: auto;
  max-width: 47px;
  max-height: 15px;
}
.footer__button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  cursor: pointer;
}
.footer__button figure {
  width: 49px;
  height: 49px;
  background-color: #211955;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: floatMove 1.25s ease-in-out infinite;
}
.footer__button figure img {
  width: 21px;
  height: 23px;
}
@keyframes floatMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.footer__button p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "CustomInter", sans-serif;
  letter-spacing: -0.19px;
}
.footer__bottom {
  padding: 21px 0px 21px 0px;
}
.footer__bottom p {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.footer__bottom p a {
  color: #DBD2FF;
  font-family: "CustomInter", sans-serif;
}
.footer .footer-fixed-btn {
  position: fixed;
  bottom: 50px;
  right: 66px;
  z-index: 999;
}
@media screen and (max-width: 575px) {
  .footer .footer-fixed-btn {
    right: 30px;
  }
}
.footer .footer-fixed-btn p {
  position: relative;
}
.footer .footer-fixed-btn p a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #211955;
  font-family: "CustomInter", sans-serif;
  border-radius: 99px;
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.0784313725);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  transition: all 500ms;
}
@media screen and (max-width: 767px) {
  .footer .footer-fixed-btn p a {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
  }
}
.footer .footer-fixed-btn p a::before {
  content: "\f232";
  font-family: "fontawesome";
  font-size: 24px;
  color: #7AD06D;
  transition: all 500ms;
}
@media screen and (max-width: 767px) {
  .footer .footer-fixed-btn p a::before {
    font-size: 20px;
  }
}
.footer .footer-fixed-btn p a:hover {
  background: #7AD06D;
  color: #ffffff;
}
.footer .footer-fixed-btn p a:hover::before {
  color: #ffffff;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.25);
  }
}
.search {
  position: relative;
  z-index: 1;
}
.search__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.search__inner_heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.search__inner_heading h1 {
  font-style: italic;
  color: #010035;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 425px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 270px;
  }
}
@media screen and (max-width: 360px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 250px;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
  letter-spacing: -0.18px;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  color: #000000;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: #000000;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  border: 1.33px solid #F0F0F0;
  border-radius: 4px !important;
  padding: 12px 24px;
}
@media screen and (max-width: 767px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 10px 20px;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #99A1AF;
  border-radius: 32px !important;
  font-family: "CustomInter", sans-serif;
  display: block;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #99A1AF;
  border-radius: 32px !important;
  font-family: "CustomInter", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
    font-size: 14px;
    line-height: 20px;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  color: #000000;
  border: 1.33px solid #7E5EFF;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  font-weight: 600;
  color: #ffffff;
  background: #211955;
  border: 1px solid transparent !important;
  border-radius: 4px;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  transition: all 500ms;
  color: #211955;
  background: #ffffff;
  border: 1px solid #211955 !important;
}
.search__inner_loop ul,
.search__inner_loop ul li {
  display: flex;
  flex-direction: column;
}
.search__inner_loop ul {
  gap: 24px;
}
.search__inner_loop ul li {
  gap: 12px;
  border-bottom: 1.33px solid #F0F0F0;
  padding-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .search__inner_loop ul li {
    gap: 8px;
  }
}
.search__inner_loop ul li .search__inner_loop--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}
@media screen and (max-width: 575px) {
  .search__inner_loop ul li .search__inner_loop--content {
    gap: 8px 16px;
  }
}
.search__inner_loop ul li .search__inner_loop--content .wp-block-post-author__name {
  text-transform: capitalize;
}
.search__inner_loop ul li a {
  color: #010035;
  transition: all 300ms ease;
}
.search__inner_loop ul li .description-secondary {
  color: #010035;
}
@media screen and (max-width: 575px) {
  .search__inner_loop ul li .description-secondary {
    font-size: 14px;
  }
}
.search__inner_loop ul li .wp-block-post-excerpt {
  line-height: 26px;
}
@media screen and (min-width: 1400px) {
  .search__inner_loop ul li .wp-block-post-excerpt {
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .search__inner_loop ul li .wp-block-post-excerpt {
    line-height: 24px;
  }
}
.search__inner_loop ul li .wp-block-post-excerpt p {
  color: #99A1AF;
}
.search__inner_loop .wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #010035;
  padding: 8px 13px;
  border: 1.33px solid #F0F0F0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous,
  .search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next {
    padding: 6px 13px;
  }
}
@media screen and (max-width: 767px) {
  .search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous,
  .search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next {
    font-size: 13px;
    line-height: 20px;
  }
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before, .search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::after,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::before,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after {
  font-family: "fontello";
  font-size: 16px;
  color: #010035;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\f104";
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\f105";
}

.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
}
.rank-math-breadcrumb p a:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #211955;
}
.rank-math-breadcrumb p a {
  color: #000000;
}
@media screen and (max-width: 991px) {
  .rank-math-breadcrumb p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .rank-math-breadcrumb p {
    font-size: 14px;
    line-height: 22px;
  }
}
.rank-math-breadcrumb p .separator {
  font-size: 0;
  line-height: 0;
}
.rank-math-breadcrumb p .separator::before {
  content: "\f105";
  font-family: "fontello";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .rank-math-breadcrumb p .separator::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .rank-math-breadcrumb p .separator::before {
    font-size: 14px;
    line-height: 22px;
  }
}
.rank-math-breadcrumb span.last {
  border: 2.39px solid #211955;
  -webkit-backdrop-filter: blur(50.1147499084px);
  backdrop-filter: blur(50.1147499084px);
  box-shadow: 0px 11.93px 40.57px 0px rgba(86, 90, 221, 0.1);
  border-radius: 59.66px;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

.page-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .page-header__text p br {
    display: none;
  }
}
.page-header__icon {
  width: 58px;
  height: 58px;
  border-radius: 99px;
  background: linear-gradient(97.91deg, #E3B235 0%, #EAC362 100%);
  box-shadow: 0px 2.9px 5.8px 0px rgba(0, 0, 0, 0.0509803922) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-header__icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 425px) {
  .page-header__icon {
    width: 45px;
    height: 45px;
  }
}
.page-header__icon figure,
.page-header__icon img {
  width: 29px;
  height: 29px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .page-header__icon figure,
  .page-header__icon img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 425px) {
  .page-header__icon figure,
  .page-header__icon img {
    width: 22px;
    height: 22px;
  }
}

.page-header.contact-page {
  background: unset;
}

.simple-content__inner-left .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.simple-content__inner-left .wp-block-post-content p,
.simple-content__inner-left .wp-block-post-content li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(9, 9, 11, 0.6117647059);
}
@media screen and (min-width: 1400px) {
  .simple-content__inner-left .wp-block-post-content p,
  .simple-content__inner-left .wp-block-post-content li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .simple-content__inner-left .wp-block-post-content p,
  .simple-content__inner-left .wp-block-post-content li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .simple-content__inner-left .wp-block-post-content p,
  .simple-content__inner-left .wp-block-post-content li {
    font-size: 14px;
    line-height: 22px;
  }
}
.simple-content__inner-left .wp-block-post-content p strong,
.simple-content__inner-left .wp-block-post-content li strong {
  color: #161616;
}
.simple-content__inner-left .wp-block-post-content p a,
.simple-content__inner-left .wp-block-post-content li a {
  color: #211955;
}
.simple-content__inner-left .wp-block-post-content ul,
.simple-content__inner-left .wp-block-post-content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: unset;
  padding-left: 20px;
}
.simple-content__inner-left a {
  color: #211955;
}
.simple-content__inner-left h1 {
  font-size: 52px;
  line-height: 64px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .simple-content__inner-left h1 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media screen and (max-width: 991px) {
  .simple-content__inner-left h1 {
    font-size: 38px;
    line-height: 54px;
  }
}
.simple-content__inner-left h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .simple-content__inner-left h2 {
    font-size: 36px;
    line-height: 51px;
  }
}
@media screen and (max-width: 1199px) {
  .simple-content__inner-left h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  .simple-content__inner-left h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.about-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about-hero {
    background-color: #211955;
  }
}
@media screen and (max-width: 767px) {
  .about-hero {
    padding: 0 20px;
  }
}
.about-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(89.75deg, #211955 64.49%, rgba(33, 25, 85, 0.85) 70.65%, rgba(33, 25, 85, 0.8) 76.59%, rgba(33, 25, 85, 0.31) 81.9%, rgba(33, 25, 85, 0) 90.81%);
}
@media screen and (max-width: 991px) {
  .about-hero::before {
    display: none;
  }
}
.about-hero__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .about-hero__image {
    position: unset;
    width: 100%;
    padding: 0px 0px 70px 0px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__image {
    padding: 0px 0px 60px 0px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__image {
    padding: 0px 0px 40px 0px;
  }
}
.about-hero__image figure {
  width: 100%;
  height: 100%;
}
.about-hero__image figure img {
  width: 100%;
  height: 100%;
  min-height: 778px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .about-hero__image figure img {
    min-height: 792px;
  }
}
@media screen and (min-width: 1440px) {
  .about-hero__image figure img {
    min-height: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .about-hero__image figure img {
    min-height: 732px;
  }
}
@media screen and (max-width: 991px) {
  .about-hero__image figure img {
    min-height: 400px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__image figure img {
    min-height: 350px;
  }
}
.about-hero .row {
  gap: 46px 0;
  justify-content: space-between;
}
.about-hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding: 160px 0px 94px 0px;
}
@media screen and (min-width: 1400px) {
  .about-hero__content {
    padding: 200px 0px 122px 0px;
  }
}
@media screen and (max-width: 991px) {
  .about-hero__content {
    padding: 160px 0px 0px 0px;
  }
}
.about-hero__content .section-header__subtitle {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1400px) {
  .about-hero__content h1 {
    font-size: 76px;
    line-height: 84px;
  }
}
.about-hero__content p {
  color: #DBD2FF;
}
@media screen and (max-width: 1199px) {
  .about-hero__content p br {
    display: none;
  }
}
.about-hero__content .wp-block-buttons {
  margin: 12px 0px 45px 0px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .about-hero__content .wp-block-buttons {
    margin: 12px 0px 26px 0px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__content .wp-block-buttons {
    margin: 10px 0px 20px 0px;
  }
}
.about-hero__content .wp-block-buttons a::before,
.about-hero__content .wp-block-buttons .wp-block-button__link::before {
  display: none;
}
.about-hero__content_counter {
  display: flex;
  align-items: baseline;
  gap: 51px;
}
@media screen and (max-width: 767px) {
  .about-hero__content_counter {
    gap: 34px;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__content_counter {
    gap: 16px;
  }
}
.about-hero__content_counter .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.about-hero__content_counter .item h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  color: #DBD2FF;
}
@media screen and (min-width: 1400px) {
  .about-hero__content_counter .item h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__content_counter .item h3 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__content_counter .item h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.about-hero__content_counter .item p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #DBD2FF;
}
@media screen and (min-width: 1400px) {
  .about-hero__content_counter .item p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__content_counter .item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__content_counter .item p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__content_counter .item p {
    font-size: 13px;
    line-height: 20px;
  }
}
.about-hero__bigtext {
  position: absolute !important;
  bottom: -40px;
  left: 80px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .about-hero__bigtext {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__bigtext {
    display: none;
  }
}
.about-hero__bigtext p {
  font-size: 10vw;
  font-weight: 700;
  color: transparent;
  font-family: "CustomOnest", sans-serif;
  -webkit-text-stroke: 2px rgba(127, 120, 153, 0.1098039216);
  text-stroke: 2px rgba(127, 120, 153, 0.1098039216);
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.4;
}
.about-hero .scroll-down-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1199px) {
  .about-hero .scroll-down-btn {
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .about-hero .scroll-down-btn {
    bottom: 30px;
  }
}
.about-hero .scroll-down-btn .description-secondary a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  font-size: inherit;
  font-family: inherit;
  color: #ffffff;
}
.about-hero .scroll-down-btn .description-secondary a::after {
  content: "";
  width: 32px;
  height: 45px;
  background: url("https://demo.qrolic.com/diamond-dj/wp-content/uploads/2025/11/scroll-down.png");
  background-size: cover;
  background-repeat: no-repeat;
  animation: upDown 1.5s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
.common-hero {
  position: relative;
  z-index: 1;
}
.common-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("./../images/aboutpage/common-hero-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-hero__image {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .common-hero__image {
    position: unset;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
.common-hero__image figure {
  width: 100%;
  height: 100%;
}
.common-hero__image figure img {
  width: 100%;
  height: auto;
  min-height: 637px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .common-hero__image figure img {
    min-height: 587px;
  }
}
@media screen and (min-width: 1440px) {
  .common-hero__image figure img {
    min-height: 595px;
  }
}
@media screen and (max-width: 1199px) {
  .common-hero__image figure img {
    min-height: 617px;
  }
}
@media screen and (max-width: 991px) {
  .common-hero__image figure img {
    min-height: 400px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__image figure img {
    min-height: 350px;
  }
}
.common-hero .row {
  gap: 46px 0;
  justify-content: space-between;
}
.common-hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.common-hero__content .section-header__subtitle {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1400px) {
  .common-hero__content h1 {
    font-size: 76px;
    line-height: 84px;
  }
}
.common-hero__content p {
  color: #DBD2FF;
}
@media screen and (max-width: 1199px) {
  .common-hero__content p br {
    display: none;
  }
}
.common-hero__content .wp-block-buttons {
  margin: 13px 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .common-hero__content .wp-block-buttons {
    margin: 10px 0px 0px 0px;
  }
}
.common-hero__content .wp-block-buttons a::before,
.common-hero__content .wp-block-buttons .wp-block-button__link::before {
  display: none;
}
.common-hero__content_counter {
  display: flex;
  align-items: baseline;
  gap: 51px;
}
@media screen and (max-width: 767px) {
  .common-hero__content_counter {
    gap: 34px;
  }
}
@media screen and (max-width: 575px) {
  .common-hero__content_counter {
    gap: 16px;
  }
}
.common-hero__content_counter .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.common-hero__content_counter .item h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  color: #DBD2FF;
}
@media screen and (min-width: 1400px) {
  .common-hero__content_counter .item h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .common-hero__content_counter .item h3 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 575px) {
  .common-hero__content_counter .item h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.common-hero__content_counter .item p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #DBD2FF;
}
@media screen and (min-width: 1400px) {
  .common-hero__content_counter .item p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-hero__content_counter .item p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .common-hero__content_counter .item p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__content_counter .item p {
    font-size: 13px;
    line-height: 20px;
  }
}

.common-page .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-page .wp-block-post-content p,
.common-page .wp-block-post-content span,
.common-page .wp-block-post-content strong,
.common-page .wp-block-post-content li,
.common-page .wp-block-post-content figcaption {
  font-weight: 400;
  color: #364153;
  font-family: "CustomInter", sans-serif;
}
.common-page .wp-block-post-content a {
  font-weight: 600;
  color: #211955;
  font-family: "CustomInter", sans-serif;
}
.common-page .wp-block-post-content h2,
.common-page .wp-block-post-content h3,
.common-page .wp-block-post-content h4 {
  margin: 20px 0 10px 0;
  color: #211955;
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2,
  .common-page .wp-block-post-content h3,
  .common-page .wp-block-post-content h4 {
    margin: 10px 0 10px 0;
  }
}
.common-page .wp-block-post-content h2 {
  font-size: 32px;
  line-height: 42px;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .common-page .wp-block-post-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.common-page .wp-block-post-content h3 {
  font-size: 28px;
  line-height: 38px;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .common-page .wp-block-post-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.common-page .wp-block-post-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .common-page .wp-block-post-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.common-page .wp-block-post-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: circle;
  padding-left: 20px;
}
.common-page .wp-block-post-content ul {
  margin: 10px;
}
.common-page .wp-block-post-content p {
  margin-bottom: 8px;
}
.common-page .wp-block-post-content p:last-child {
  margin-bottom: 0px;
}
.common-page .wp-block-post-content li {
  position: relative;
  padding-left: 0px;
  color: #364153;
}
.common-page .wp-block-post-content p,
.common-page .wp-block-post-content li,
.common-page .wp-block-post-content a,
.common-page .wp-block-post-content figcaption {
  font-size: 18px;
  line-height: 26px;
  color: #364153;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content p,
  .common-page .wp-block-post-content li,
  .common-page .wp-block-post-content a,
  .common-page .wp-block-post-content figcaption {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .common-page .wp-block-post-content p,
  .common-page .wp-block-post-content li,
  .common-page .wp-block-post-content a,
  .common-page .wp-block-post-content figcaption {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-page .wp-block-post-content a {
  color: #211955;
  text-decoration: underline;
}
.common-page .wp-block-post-content a:hover {
  color: #211955;
}
.common-page .wp-block-post-content p:first-child,
.common-page .wp-block-post-content h2:first-child,
.common-page .wp-block-post-content h3:first-child,
.common-page .wp-block-post-content h4:first-child,
.common-page .wp-block-post-content div:first-child {
  margin-top: 0;
  padding-top: 0;
}
.common-page .wp-block-post-content p:last-child,
.common-page .wp-block-post-content h2:last-child,
.common-page .wp-block-post-content h3:last-child,
.common-page .wp-block-post-content h4:last-child,
.common-page .wp-block-post-content div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.common-page .wp-block-post-content hr,
.common-page .wp-block-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin: 0;
  background: #EBEBEB;
  border-color: #EBEBEB;
  width: 100%;
}
.common-page .wp-block-post-content hr {
  margin: 24px 0;
}
.common-page .wp-block-post-content figure {
  margin: 24px 0;
}
.common-page .wp-block-post-content img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.common-page .wp-block-post-content figcaption {
  color: #364153;
  margin: 20px 0 10px 0;
}

.experience-showcase {
  background-color: #053D3B;
  position: relative;
  overflow: hidden;
}
.experience-showcase__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .experience-showcase__inner {
    gap: 38px;
  }
}
.experience-showcase__title {
  max-width: 800px;
}
@media screen and (min-width: 1920px) {
  .experience-showcase__title {
    max-width: 1148px;
  }
}
@media screen and (min-width: 1400px) {
  .experience-showcase__title {
    max-width: 991px;
  }
}
@media screen and (max-width: 1199px) {
  .experience-showcase__title {
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .experience-showcase__title {
    max-width: 767px;
  }
}
.experience-showcase__title h2 {
  text-align: center;
  color: #B9FFF1;
}
.experience-showcase__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .experience-showcase__content {
    gap: 38px;
  }
}
.experience-showcase__counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.experience-showcase__counter h3,
.experience-showcase__counter p {
  text-align: center;
  color: #B9FFF1;
  font-family: "CustomGeorgia", sans-serif;
}
.experience-showcase .image-left {
  position: absolute;
  left: 32px;
  top: 56px;
}
@media screen and (min-width: 1440px) {
  .experience-showcase .image-left {
    top: 100px;
    left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .experience-showcase .image-left {
    top: 46px;
  }
}
@media screen and (max-width: 991px) {
  .experience-showcase .image-left {
    display: none;
  }
}
.experience-showcase .image-left img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(-8.883deg);
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .experience-showcase .image-left img {
    height: 175px;
  }
}
@media screen and (max-width: 1199px) {
  .experience-showcase .image-left img {
    height: 130px;
  }
}
.experience-showcase .image-right {
  position: absolute;
  right: 32px;
  top: 55px;
}
@media screen and (min-width: 1440px) {
  .experience-showcase .image-right {
    top: 62px;
    right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .experience-showcase .image-right {
    top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .experience-showcase .image-right {
    display: none;
  }
}
.experience-showcase .image-right img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(6.057deg);
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .experience-showcase .image-right img {
    height: 175px;
  }
}
@media screen and (max-width: 1199px) {
  .experience-showcase .image-right img {
    height: 130px;
  }
}
.experience-showcase .diamond-overlay {
  position: absolute;
  right: 25px;
  bottom: -60px;
}

.home-hero {
  background: linear-gradient(to bottom, #211955 60%, #053D3B 40%);
}
@media screen and (max-width: 991px) {
  .home-hero {
    background: linear-gradient(to bottom, #211955 70%, #053D3B 30%);
  }
}
@media screen and (max-width: 991px) {
  .home-hero__inner {
    margin-bottom: 40px;
  }
}
.home-hero__bottom {
  margin-bottom: -100px;
}
@media screen and (max-width: 991px) {
  .home-hero__bottom {
    margin-bottom: 0;
  }
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 991px) {
  .home-hero__content {
    gap: 24px;
  }
}
.home-hero__content .subtitle {
  width: -moz-fit-content;
  width: fit-content;
}
.home-hero__content .subtitle::before {
  display: none;
}
.home-hero__content h1 {
  font-size: 80px;
  line-height: 100px;
}
@media screen and (min-width: 1400px) {
  .home-hero__content h1 {
    font-size: 90px;
    line-height: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .home-hero__content h1 {
    font-size: 68px;
    line-height: 86px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero__content h1 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media screen and (max-width: 575px) {
  .home-hero__content h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media screen and (max-width: 425px) {
  .home-hero__content h1 {
    font-size: 46px;
    line-height: 54px;
  }
}
.home-hero__content h1 strong {
  color: #0FB3AC;
}
.home-hero .video-column {
  margin-top: 90px;
}
@media screen and (max-width: 1199px) {
  .home-hero .video-column {
    margin-top: 40px;
  }
}
.home-hero__video {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
  background-color: #211955;
  padding: 0px 0px 30px 30px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .home-hero__video {
    padding: 0px 0px 18px 18px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero__video {
    padding: 0;
    border-bottom-left-radius: unset;
    gap: 18px;
  }
}
.home-hero__video p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #DBD2FF;
  font-family: "CustomGeorgia", sans-serif;
}
@media screen and (min-width: 1400px) {
  .home-hero__video p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .home-hero__video p br {
    display: none;
  }
}
.home-hero__video_wrapper {
  width: 100%;
  height: 210px;
  border-radius: 11px;
}
@media screen and (max-width: 991px) {
  .home-hero__video_wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero__video_wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .home-hero__video_wrapper {
    height: 270px;
  }
}
.home-hero__video_wrapper .video-wrapper__inner {
  position: relative !important;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.home-hero__video_wrapper .video-wrapper__inner .wp-block-image,
.home-hero__video_wrapper .video-wrapper__inner img,
.home-hero__video_wrapper .video-wrapper__inner .components-placeholder {
  width: 100%;
  height: 210px;
  border-radius: 11px;
}
@media screen and (max-width: 991px) {
  .home-hero__video_wrapper .video-wrapper__inner .wp-block-image,
  .home-hero__video_wrapper .video-wrapper__inner img,
  .home-hero__video_wrapper .video-wrapper__inner .components-placeholder {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero__video_wrapper .video-wrapper__inner .wp-block-image,
  .home-hero__video_wrapper .video-wrapper__inner img,
  .home-hero__video_wrapper .video-wrapper__inner .components-placeholder {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .home-hero__video_wrapper .video-wrapper__inner .wp-block-image,
  .home-hero__video_wrapper .video-wrapper__inner img,
  .home-hero__video_wrapper .video-wrapper__inner .components-placeholder {
    height: 270px;
  }
}
.home-hero__video_wrapper .video-wrapper__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  z-index: 1;
}
.home-hero__video_wrapper .video-wrapper__inner .video-popup-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7803921569);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: 6.67px solid rgba(53, 44, 120, 0.1098039216);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.home-hero__video_wrapper .video-wrapper__inner .video-popup-btn::before {
  content: "\e804";
  font-family: "fontello";
  font-size: 20px;
  color: #7E5EFF;
  transform: translateX(2px);
}
.home-hero__video_wrapper .video-wrapper__inner .video-popup-btn span {
  display: none;
}
.home-hero__video_wrapper .video-wrapper__inner .video-popup-btn.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
}
.home-hero__video .wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .home-hero__video .wp-block-buttons {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero__video .wp-block-buttons {
    justify-content: flex-start;
  }
}
.home-hero__video .wp-block-buttons .wp-block-button {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .home-hero__video .wp-block-buttons .wp-block-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.home-hero__video .wp-block-buttons .wp-block-button a,
.home-hero__video .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 14px 17px;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  .home-hero__video .wp-block-buttons .wp-block-button a,
  .home-hero__video .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1199px) {
  .home-hero__video .wp-block-buttons .wp-block-button a,
  .home-hero__video .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 14px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero__video .wp-block-buttons .wp-block-button a,
  .home-hero__video .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 15px;
    line-height: 20px;
    padding: 14px 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero__video .wp-block-buttons .wp-block-button a,
  .home-hero__video .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.home-hero__video .wp-block-buttons .wp-block-button .global-button-purple-light a,
.home-hero__video .wp-block-buttons .wp-block-button .global-button-purple-light .wp-block-button__link {
  color: #190078;
}

.video-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.video-popup.active {
  opacity: 1;
  visibility: visible;
}

.video-popup-content {
  position: relative;
  max-width: 900px;
  width: 90%;
  height: 500px;
  border-radius: 7px;
}
.video-popup-content .video-overlay-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7803921569);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: 6.67px solid rgba(53, 44, 120, 0.1098039216);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
@media screen and (max-width: 575px) {
  .video-popup-content .video-overlay-btn {
    width: 50px;
    height: 50px;
  }
}
.video-popup-content .video-overlay-btn svg {
  width: 30px;
  height: 30px;
  fill: #7E5EFF;
}
.video-popup-content .wp-block-video,
.video-popup-content video {
  border-radius: 7px;
  margin: 0px;
  height: 500px;
}

.video-popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.video-popup-close::before {
  content: "→";
  font-family: "fontello";
  font-size: 28px;
  color: #ffffff;
}

.why-choose {
  background-image: url("./../images/why-choose-bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose__subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-choose__subtitle_heading {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 14px;
  background: linear-gradient(90deg, rgba(0, 65, 0, 0.19) 0%, rgba(189, 255, 189, 0.19) 100%);
  border: 1px solid #FFD83C;
  border-radius: 8px;
}
.why-choose__subtitle_heading img {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 575px) {
  .why-choose__subtitle_heading img {
    width: 25px;
    height: 25px;
  }
}
.why-choose__subtitle_heading p {
  font-family: "CustomGeorgia", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
  text-transform: capitalize;
  line-height: 19.28px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .why-choose__subtitle_heading p {
    font-size: 18px;
  }
}
.why-choose .wp-block-heading {
  color: #ffffff;
}
.why-choose__list {
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .why-choose__list {
    gap: 50px 0;
  }
}
.why-choose__list .wp-block-heading {
  font-family: "CustomInter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22.86px;
}
.why-choose__list p {
  font-family: "CustomInter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 143%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .why-choose__list p {
    text-align: center;
  }
}
.why-choose__list_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .why-choose__list_box {
    align-items: center;
    justify-content: center;
  }
}

.section-header {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.section-header__subtitle {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 14px;
  border: 1px solid #D3C8FF;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(156, 131, 255, 0.19) 0%, rgba(211, 200, 255, 0.19) 100%);
}
@media screen and (max-width: 767px) {
  .section-header__subtitle {
    gap: 8px;
    padding: 8px 14px;
  }
}
.section-header__subtitle figure,
.section-header__subtitle img,
.section-header__subtitle .components-placeholder {
  width: auto;
  height: auto;
  min-width: 22px;
  max-width: 22px;
  min-height: 16px !important;
  max-height: 16px;
  line-height: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-header__subtitle figure,
  .section-header__subtitle img,
  .section-header__subtitle .components-placeholder {
    min-width: 20px;
    max-width: 20px;
  }
}
.section-header__subtitle p {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
  color: #DBD2FF;
  font-family: "CustomGeorgia", sans-serif;
  text-transform: capitalize;
  margin: 0 !important;
}
@media screen and (min-width: 1400px) {
  .section-header__subtitle p {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .section-header__subtitle p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-header__subtitle p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 425px) {
  .section-header__subtitle p {
    font-size: 16px;
    line-height: 16px;
  }
}
.section-header__heading h1,
.section-header__heading h2 {
  color: #DBD2FF;
}
.section-header__text p {
  font-weight: 500;
  color: #DBD2FF;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .section-header__text br {
    display: none;
  }
}
.section-header__bigtext {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-header__bigtext p {
  font-size: 11vw;
  font-weight: 700;
  color: transparent;
  font-family: "CustomOnest", sans-serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  text-stroke: 1px rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  text-transform: uppercase;
}

.cta-section {
  background-image: url("./../images/background-img-cta-d-dj.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 575px) {
  .cta-section {
    background-size: cover;
  }
}
.cta-section__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cta-section__inner h2,
.cta-section__inner p {
  color: #ffffff;
}
.cta-section__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 575px) {
  .cta-section__buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.cta-section__buttons .global-button-purple-light {
  position: relative;
  line-height: 0;
}
.cta-section__buttons .global-button-purple-light a {
  padding: 15px 50px 15px 40px;
}
.cta-section__buttons .global-button-purple-light a::after {
  position: absolute;
  content: url("./../images/right-vector.svg");
  padding-left: 8px;
  z-index: 1;
}
.cta-section__buttons .global-button-purple-soft a {
  padding: 15px 40px 15px 40px;
}
.cta-section__buttons .global-button-purple-soft a::before {
  display: none;
}

.home-gallery .section-header__subtitle p {
  color: #211955;
}
.home-gallery .section-header__heading h1,
.home-gallery .section-header__heading h2 {
  color: #211955;
  font-style: italic;
}
.home-gallery .section-header__bigtext p {
  font-size: 9vw;
  -webkit-text-stroke: 1px rgba(31, 46, 22, 0.1);
}
.home-gallery__inner {
  margin: 48px 0px 48px 0px;
}
@media screen and (max-width: 575px) {
  .home-gallery__inner {
    margin: 40px 0px 40px 0px;
  }
}
.home-gallery__inner .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px 43px;
}
@media screen and (max-width: 991px) {
  .home-gallery__inner .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}
@media screen and (max-width: 575px) {
  .home-gallery__inner .wp-block-post-template {
    gap: 42px 24px;
  }
}
@media screen and (max-width: 425px) {
  .home-gallery__inner .wp-block-post-template {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-gallery__inner .wp-block-post-template .wp-block-post a:first-child {
  overflow: hidden;
  border-radius: 7px;
}
.home-gallery__inner .wp-block-post-template .wp-block-post figure,
.home-gallery__inner .wp-block-post-template .wp-block-post img {
  width: 100%;
  height: auto;
  min-height: 310px;
  max-height: 310px;
  border-radius: 7px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1199px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post figure,
  .home-gallery__inner .wp-block-post-template .wp-block-post img {
    min-height: 260px;
    max-height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post figure,
  .home-gallery__inner .wp-block-post-template .wp-block-post img {
    min-height: 220px;
    max-height: 220px;
  }
}
@media screen and (max-width: 575px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post figure,
  .home-gallery__inner .wp-block-post-template .wp-block-post img {
    min-height: 200px;
    max-height: 200px;
  }
}
.home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a {
  position: relative;
}
.home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4588235294);
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a::before {
  content: "\e805";
  font-family: "fontello";
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #7E5EFF;
  padding: 16px 11px;
  background-color: #ffffff;
  border-radius: 99px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a::before {
    top: 43%;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 11px;
  }
}
@media screen and (max-width: 767px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a::before {
    top: 42%;
    font-size: 13px;
    line-height: 13px;
    padding: 12px 10px;
  }
}
.home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a:hover::after, .home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a:hover::before {
  opacity: 1;
  visibility: visible;
}
.home-gallery__inner .wp-block-post-template .wp-block-post .wp-block-post-featured-image a:hover img {
  transform: scale(1.1);
}
.home-gallery__inner .wp-block-post-template .wp-block-post .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 27px 10px 0px 10px;
}
@media screen and (max-width: 767px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .content {
    padding: 16px 10px 0px 10px;
  }
}
@media screen and (max-width: 425px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .content {
    gap: 10px;
  }
}
.home-gallery__inner .wp-block-post-template .wp-block-post .content h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #1A281F;
}
.home-gallery__inner .wp-block-post-template .wp-block-post .content h3 a {
  color: #1A281F;
}
@media screen and (max-width: 1199px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.home-gallery__inner .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  display: none;
}
.home-gallery__inner .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1A281F;
  font-family: "CustomInter", sans-serif;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: visible;
}
@media screen and (max-width: 1199px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
    font-size: 13px;
    line-height: 21px;
  }
}
.home-gallery__inner .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::after {
  content: "\e801";
  font-family: "fontello";
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #1A281F;
  transform: translateX(0);
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .home-gallery__inner .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link::after {
    font-size: 18px;
    line-height: 18px;
  }
}
.home-gallery__inner .wp-block-post-template .wp-block-post .content .wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover::after {
  transform: translateX(5px);
}
.home-gallery__button .wp-block-buttons {
  justify-content: center;
}
.home-gallery__button .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0;
  background: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #010035;
  font-family: "CustomInter", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .home-gallery__button .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-gallery__button .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "\e801";
  font-family: "fontello";
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #1A281F;
  transform: translateX(0);
  transition: transform 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .home-gallery__button .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    font-size: 18px;
    line-height: 18px;
  }
}
.home-gallery__button .wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  transform: translateX(5px);
}

.zigzag-section .image-with-shape {
  position: relative;
  display: inline-block;
  height: 100%;
}
.zigzag-section .image-with-shape img {
  display: block;
  position: relative;
  z-index: 2;
}
.zigzag-section .image-with-shape::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -15px;
  width: 90%;
  height: 97%;
  background-color: #211955;
  z-index: 1;
}
.zigzag-section__inner {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .zigzag-section__inner {
    gap: 50px;
  }
}
.zigzag-section__inner_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.zigzag-section__inner_content p,
.zigzag-section__inner_content strong {
  font-family: "CustomInter", sans-serif;
}
@media screen and (max-width: 575px) {
  .zigzag-section__inner_content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.zigzag-section__inner_img .wp-block-image {
  overflow: hidden;
}
.zigzag-section__inner_img .wp-block-image img {
  transition: all 0.5s ease-in-out;
}
.zigzag-section__inner_img .wp-block-image img:hover {
  transform: scale(1.08);
}

.home-events.section-green-bg .section-header__subtitle {
  background: linear-gradient(90deg, rgba(0, 65, 0, 0.19) 0%, rgba(189, 255, 189, 0.19) 100%);
  border: 1px solid #FFD83C;
}
.home-events.section-green-bg .section-header__subtitle p {
  color: #ffffff;
}

.home-events {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .home-events {
    gap: 36px;
  }
}
.home-events .section-header__heading h1,
.home-events .section-header__heading h2 {
  color: #ffffff;
  font-style: italic;
}
.home-events .section-header__bigtext p {
  font-size: 9vw;
}
.home-events__inner .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 270px;
  gap: 27px;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template {
    grid-auto-rows: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template {
    grid-auto-rows: 242px;
  }
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template {
    grid-auto-rows: 200px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post {
  border-radius: 7px;
}
.home-events__inner .wp-block-post-template .wp-block-post figure,
.home-events__inner .wp-block-post-template .wp-block-post img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin: 0;
  overflow: hidden;
}
.home-events__inner .wp-block-post-template .wp-block-post img:hover {
  transform: scale(1.1);
}
.home-events__inner .wp-block-post-template .wp-block-post .content {
  background-color: #141412;
  padding: 17px 30px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post .content {
    padding: 12px 20px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post .content h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #F3EFFF;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post .content h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post .content h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post .content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post .content h3 a {
  color: #F3EFFF;
  display: block;
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1;
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) {
    grid-row: span 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) {
    grid-row: unset;
    grid-column: 1;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) figure,
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) img {
  height: 100%;
  min-height: 352px;
  max-height: 352px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) img {
    min-height: 375px;
    max-height: 375px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) img {
    min-height: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) img {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(1) img {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) {
  grid-row: span 2;
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) {
    grid-row: span 2;
    grid-column: 2;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) {
    grid-row: unset;
    grid-column: 1;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) figure,
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) img {
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) img {
    min-height: 550px;
    max-height: 550px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) img {
    min-height: 450px;
    max-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) img {
    min-height: 378px;
    max-height: 378px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(2) img {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) {
  grid-row: span 1;
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) {
    grid-row: span 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) {
    grid-row: unset;
    grid-column: 1;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) figure,
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) img {
  height: 100%;
  min-height: 205px;
  max-height: 205px;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) img {
    min-height: 225px;
    max-height: 225px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) img {
    min-height: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) img {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(3) img {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) {
  grid-row: span 1;
  grid-column: 3;
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) {
    grid-row: span 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) {
    grid-row: unset;
    grid-column: 1;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) figure,
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) img {
  height: 100%;
  min-height: 205px;
  max-height: 205px;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) img {
    min-height: 225px;
    max-height: 225px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) img {
    min-height: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) img {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(4) img {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) {
  grid-row: 3;
  transform: translateY(-150px);
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) {
    transform: translateY(-120px);
  }
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) {
    grid-row: unset;
    grid-column: 1;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) figure,
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) img {
  height: 100%;
  min-height: 352px;
  max-height: 352px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) img {
    min-height: 375px;
    max-height: 375px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) img {
    min-height: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) img {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(5) img {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) {
  grid-row: span 1;
  grid-column: 2;
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) {
    grid-column: 1;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) {
    grid-row: unset;
    grid-column: 1;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) figure,
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) img {
  height: 100%;
  min-height: 205px;
  max-height: 205px;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) img {
    min-height: 225px;
    max-height: 225px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) img {
    min-height: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) img {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(6) img {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) {
  grid-row: span 1;
}
@media screen and (max-width: 991px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) {
    grid-column: 2;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) {
    grid-row: unset;
    grid-column: 1;
  }
}
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) figure,
.home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) img {
  height: 100%;
  min-height: 205px;
  max-height: 205px;
}
@media screen and (min-width: 1400px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) img {
    min-height: 225px;
    max-height: 225px;
  }
}
@media screen and (max-width: 1199px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) img {
    min-height: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) img {
    min-height: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) img {
    min-height: 300px;
    max-height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) figure,
  .home-events__inner .wp-block-post-template .wp-block-post:nth-child(7) img {
    min-height: 250px;
    max-height: 250px;
  }
}
.home-events__button {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .home-events__button {
    margin-top: 40px;
  }
}
.home-events__button .wp-block-buttons {
  display: flex;
  justify-content: center;
}

.home-events.section-white-bg h2 {
  color: #211955;
}
.home-events.section-white-bg .section-header__subtitle p {
  color: #211955;
}

.about-us {
  background: linear-gradient(to bottom, #053D3B 50%, #211955 50%);
}
.about-us .section-header__subtitle {
  background: linear-gradient(90deg, rgba(0, 65, 0, 0.19) 0%, rgba(189, 255, 189, 0.19) 100%);
  border: 1px solid #FFD83C;
}
.about-us .section-header__subtitle p {
  color: #ffffff;
}
.about-us .section-header__heading h1,
.about-us .section-header__heading h2 {
  color: #B9FFF1;
  font-style: italic;
}
.about-us .section-header__text p {
  font-weight: 400;
  color: #B9FFF1;
}
.about-us__inner {
  position: relative;
}
.about-us__inner .row {
  justify-content: center;
}
.about-us__inner_left, .about-us__inner_right {
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1199px) {
  .about-us__inner_left, .about-us__inner_right {
    top: 40%;
  }
}
@media screen and (max-width: 991px) {
  .about-us__inner_left, .about-us__inner_right {
    display: none;
  }
}
.about-us__inner_left .wp-block-image,
.about-us__inner_left img, .about-us__inner_right .wp-block-image,
.about-us__inner_right img {
  width: auto;
  height: auto;
  min-width: 200px;
  max-width: 200px;
  min-height: 150px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .about-us__inner_left .wp-block-image,
  .about-us__inner_left img, .about-us__inner_right .wp-block-image,
  .about-us__inner_right img {
    min-width: 277px;
    max-width: 277px;
    min-height: 209px;
    max-height: 209px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us__inner_left .wp-block-image,
  .about-us__inner_left img, .about-us__inner_right .wp-block-image,
  .about-us__inner_right img {
    min-width: 150px;
    max-width: 150px;
    min-height: 100px;
    max-height: 100px;
  }
}
.about-us__inner_left {
  left: 32px;
  transform: rotate(350deg);
}
.about-us__inner_right {
  right: 32px;
  transform: rotate(10deg);
}
.about-us__video {
  margin: 40px 0px 90px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .about-us__video {
    margin: 40px 0px 40px 0px;
  }
}
.about-us__video_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: 340px;
  border-radius: 31px;
  box-shadow: 0px 0px 33.8px 0px rgba(255, 255, 255, 0.1294117647);
}
@media screen and (min-width: 1400px) {
  .about-us__video_wrapper {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us__video_wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .about-us__video_wrapper {
    box-shadow: unset;
    height: 258px;
  }
}
.about-us__video_wrapper .wp-block-video {
  position: relative !important;
  display: inline-block;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .about-us__video_wrapper .wp-block-video {
    height: auto;
  }
}
.about-us__video_wrapper .wp-block-video video,
.about-us__video_wrapper .wp-block-video .components-placeholder {
  width: -moz-fit-content;
  width: fit-content;
  height: 340px;
  border-radius: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1400px) {
  .about-us__video_wrapper .wp-block-video video,
  .about-us__video_wrapper .wp-block-video .components-placeholder {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us__video_wrapper .wp-block-video video,
  .about-us__video_wrapper .wp-block-video .components-placeholder {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .about-us__video_wrapper .wp-block-video video,
  .about-us__video_wrapper .wp-block-video .components-placeholder {
    width: 100%;
    height: 258px;
  }
}
.about-us__video_wrapper .wp-block-video .video-overlay-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7803921569);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: 6.67px solid rgba(53, 44, 120, 0.1098039216);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
@media screen and (max-width: 1199px) {
  .about-us__video_wrapper .wp-block-video .video-overlay-btn {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .about-us__video_wrapper .wp-block-video .video-overlay-btn {
    width: 50px;
    height: 50px;
  }
}
.about-us__video_wrapper .wp-block-video .video-overlay-btn svg {
  width: 40px;
  height: 40px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .about-us__video_wrapper .wp-block-video .video-overlay-btn svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .about-us__video_wrapper .wp-block-video .video-overlay-btn svg {
    width: 30px;
    height: 30px;
  }
}
.about-us__video_wrapper .wp-block-video .video-overlay-btn svg path {
  fill: #7E5EFF;
}
.about-us__video_wrapper .wp-block-video .video-overlay-btn.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
}
.about-us__bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-us__bottom h3 {
  color: #DBD2FF;
  text-align: center;
}
.about-us__bottom .wp-block-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .about-us__bottom .wp-block-list {
    flex-wrap: wrap;
  }
}
.about-us__bottom .wp-block-list li {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
  border: 1px solid #DBD2FF;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(126, 94, 255, 0.03) 0%, rgba(211, 200, 255, 0.03) 100%);
}
@media screen and (min-width: 1400px) {
  .about-us__bottom .wp-block-list li {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about-us__bottom .wp-block-list li {
    font-size: 12px;
  }
}
.about-us__bottom .wp-block-list li a {
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 99px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.about-us__bottom .wp-block-list li a:hover {
  background: linear-gradient(90deg, rgba(185, 255, 241, 0.15) 0%, rgba(219, 210, 255, 0.15) 100%);
  border-color: #B9FFF1;
}
@media screen and (min-width: 1400px) {
  .about-us__bottom .wp-block-list li a {
    padding: 16px 26px;
  }
}
@media screen and (max-width: 991px) {
  .about-us__bottom .wp-block-list li a {
    padding: 8px 20px;
  }
}
.about-us__bottom .wp-block-list li:not(:has(a)) {
  padding: 10px 20px;
}
@media screen and (min-width: 1400px) {
  .about-us__bottom .wp-block-list li:not(:has(a)) {
    padding: 16px 26px;
  }
}
@media screen and (max-width: 991px) {
  .about-us__bottom .wp-block-list li:not(:has(a)) {
    padding: 8px 20px;
  }
}

.error-page {
  position: relative;
  z-index: 1;
}
.error-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("./../images/aboutpage/common-hero-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.error-page__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.error-page__content p {
  color: #DBD2FF;
}
.error-page__content .wp-block-buttons {
  margin-top: 14px;
}

.faq-section .section-header__heading h1,
.faq-section .section-header__heading h2 {
  color: #211955;
  font-style: italic;
}
.faq-section .section-header__text p {
  font-weight: 300;
  color: #211955;
  font-family: "CustomInter", sans-serif;
}
.faq-section__inner {
  position: relative;
  z-index: 1;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .faq-section__inner {
    margin-top: 40px;
  }
}
.faq-section__inner .rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .rank-math-list {
    gap: 10px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item {
  background: #ffffff;
  border-bottom: 1px solid #EAEAEA;
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-weight: 600;
  color: #211955;
  font-family: "CustomInter", sans-serif;
  position: relative;
  cursor: pointer;
  padding: 21px 0px;
  transition: margin-bottom 0.3s ease;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3 {
    padding: 18px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3::after {
  content: "\e806";
  font-family: "fontello";
  color: #211955;
  font-size: 24px;
  font-weight: 600;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3::after {
    font-size: 22px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 500;
  color: #211955;
  padding: 0px 0px 18px 0px;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
    padding: 0px 0px 14px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p a {
  color: #B9FFF1;
  text-decoration: underline;
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3,
.faq-section__inner .faq-rank-math .rank-math-list-item p {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3,
  .faq-section__inner .faq-rank-math .rank-math-list-item p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3,
  .faq-section__inner .faq-rank-math .rank-math-list-item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active h3::after {
  content: "\e807";
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer > p {
  opacity: 1;
}

.reviews-list .section-header__heading h1,
.reviews-list .section-header__heading h2 {
  color: #211955;
  font-style: italic;
}
.reviews-list .section-header__text p {
  font-weight: 300;
  color: #211955;
  font-family: "CustomInter", sans-serif;
}
.reviews-list__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.gallery-hero__image figure img {
  min-height: 677px;
}
@media screen and (min-width: 1400px) {
  .gallery-hero__image figure img {
    min-height: 681px;
  }
}
@media screen and (min-width: 1440px) {
  .gallery-hero__image figure img {
    min-height: 689px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery-hero__image figure img {
    min-height: 631px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-hero__image figure img {
    min-height: 400px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 425px) {
  .gallery-hero__image figure img {
    min-height: 350px;
  }
}

.gallery-single-hero__back p a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .gallery-single-hero__back p a {
    gap: 10px;
  }
}
.gallery-single-hero__back p a::before {
  content: "\f809";
  font-family: "fontello";
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .gallery-single-hero__back p a::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-single-hero__back p a::before {
    font-size: 13px;
  }
}
.gallery-single-hero__back p,
.gallery-single-hero__back a {
  font-weight: 600;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
}
.gallery-single-hero__image figure img {
  height: 100%;
  min-height: unset;
  max-height: unset;
}
@media screen and (max-width: 991px) {
  .gallery-single-hero__image figure img {
    min-height: 400px;
  }
}
@media screen and (max-width: 425px) {
  .gallery-single-hero__image figure img {
    min-height: 350px;
  }
}

.event-booking__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.event-booking__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.event-booking__form .row {
  margin-bottom: 38px;
}
.event-booking__form .form-group br {
  display: none;
}
.event-booking__form .form-group p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-booking__form .form-group .form-control {
  font-family: "CustomInter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 12px 16px;
  color: #99A1AF;
  border-bottom: 1px solid #99A1AF;
}
@media screen and (max-width: 767px) {
  .event-booking__form .form-group .form-control {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
  }
}
.event-booking__form .form-group .form-control:focus {
  color: #000000;
  border-bottom: 1px solid #7E5EFF;
  box-shadow: none;
}
.event-booking__form .form-group textarea {
  height: 120px;
}
.event-booking__form .form-group .description-primary {
  color: #1E2939;
}
.event-booking__form .select-event {
  position: relative;
}
.event-booking__form .select-event select {
  width: 100%;
  padding: 12px 16px;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #99A1AF;
}
.event-booking__form .select-event span::after {
  content: "\f107";
  font-family: "fontello";
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #99A1AF;
}
.event-booking__form .expected-guest {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 6px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(128, 97, 255, 0.03) 0%, rgba(211, 200, 255, 0.03) 100%);
  box-shadow: 0 3.789px 3.789px 0 rgba(255, 255, 255, 0.02) inset;
}
.event-booking__form .expected-guest .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.event-booking__form .expected-guest .wpcf7-list-item:not(:last-child) .wpcf7-list-item-label {
  border-right: 1px solid rgba(79, 79, 79, 0.1882352941);
}
.event-booking__form .expected-guest input[type=radio] {
  display: none;
}
.event-booking__form .expected-guest .wpcf7-list-item-label {
  font-family: "CustomInter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #0A0A0A;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
}
.event-booking__form .expected-guest input[type=radio]:checked + .wpcf7-list-item-label {
  color: #ffffff;
  border-radius: 10px;
  background: linear-gradient(180deg, #987FFF 0%, #8061FF 100%);
}
.event-booking__form .select-date {
  position: relative;
}
.event-booking__form .select-date .form-control {
  padding-left: 40px;
}
.event-booking__form .select-date input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}
.event-booking__form .select-date span::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://demo.qrolic.com/diamond-dj/wp-content/uploads/2025/11/calender.png");
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #8061ff;
}
.event-booking__form .select-addons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-booking__form .select-addons .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.event-booking__form .select-addons .wpcf7-checkbox .wpcf7-list-item-label {
  font-family: "CustomInter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #364153;
}
.event-booking__form .select-addons .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #724FFF;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background: #fff;
  transition: all 0.2s;
}
.event-booking__form .select-addons .wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.event-booking__form .select-addons .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  content: "✔";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #724FFF;
  border-color: #724FFF;
}
.event-booking__form .select-addons .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.event-booking__form .select-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-booking__form .select-contact .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.event-booking__form .select-contact .wpcf7-radio .wpcf7-list-item-label {
  font-family: "CustomInter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #364153;
}
.event-booking__form .select-contact .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #724FFF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background: #fff;
  transition: all 0.2s;
}
.event-booking__form .select-contact .wpcf7-radio input[type=radio] {
  display: none;
}
.event-booking__form .select-contact .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  content: "✔";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #724FFF;
  border-color: #724FFF;
}
.event-booking__form .select-contact .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.event-booking__form .global-button-purple {
  width: -moz-fit-content;
  width: fit-content;
  display: flex !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "CustomGeorgia", sans-serif;
  color: #ffffff;
  padding: 16px 26px;
  border-radius: 182px;
  background: #211955;
  border: unset;
  transition: all 500ms;
}
@media screen and (max-width: 1199px) {
  .event-booking__form .global-button-purple {
    padding: 14px 22px;
  }
}
@media screen and (max-width: 991px) {
  .event-booking__form .global-button-purple {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 22px;
  }
}
.event-booking__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: #FFF;
  border-radius: 24px;
  box-shadow: 3px 4px 32px 0 rgba(0, 0, 0, 0.08);
}
.event-booking__info-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 160px;
}
@media screen and (max-width: 991px) {
  .event-booking__info-container {
    position: static;
  }
}
.event-booking__info-head {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  gap: 8px;
  padding: 24px 20px 0;
  position: relative;
  z-index: 9;
  border-radius: 24px;
  background: linear-gradient(90deg, #7E5EFF 0%, #D3C8FF 100%);
}
.event-booking__info-head::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("https://demo.qrolic.com/diamond-dj/wp-content/uploads/2025/11/overlay.png");
  background-size: cover;
}
.event-booking__info-head .title {
  font-family: "CustomGeorgia", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.event-booking__info-head .description-secondary {
  margin-bottom: 20px;
  color: #ffffff;
}
.event-booking__info-head img {
  max-width: 130px;
  max-height: 130px;
}
.event-booking__info-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 25px 25px;
}
@media screen and (max-width: 575px) {
  .event-booking__info-body {
    padding: 0 16px 16px;
  }
}
.event-booking__info-body .icon-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #E9D4FF;
  background: #FAF5FF;
}
@media screen and (max-width: 575px) {
  .event-booking__info-body .icon-box {
    flex-direction: column;
    gap: 10px;
  }
}
.event-booking__info-body .icon-box img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-booking__info-body .icon-box-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-booking__info-body .icon-box-content .title {
  font-family: "CustomGeorgia", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101828;
}
.event-booking__info-body .icon-box-content .description {
  font-family: "CustomInter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #211955;
}

.direct-contact__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.direct-contact__inner .row {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .direct-contact__inner .row {
    gap: 30px;
  }
}
.direct-contact__right {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0 60px;
}
@media screen and (min-width: 1400px) {
  .direct-contact__right {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1199px) {
  .direct-contact__right {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .direct-contact__right {
    gap: 20px;
    padding: 0;
  }
}
.direct-contact__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.direct-contact__content .wp-block-heading {
  color: #010035;
}
.direct-contact__content .role {
  background: linear-gradient(90deg, #7E5EFF 0.01%, #D3C8FF 201.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.direct-contact__options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.direct-contact__icon-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #ECE7FF;
  background: #FAF9FF;
}
.direct-contact__icon-box .icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(90deg, #7D5DFF 0%, #724FFF 100%);
  box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.22) inset;
}
.direct-contact__icon-box .icon-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.direct-contact__icon-box .icon-phone::after {
  content: "\e802";
  font-family: "fontello";
  font-size: inherit;
  color: #ffffff;
}
.direct-contact__icon-box .icon-email {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.direct-contact__icon-box .icon-email::after {
  content: "\e81f";
  font-family: "fontello";
  font-size: inherit;
  color: #ffffff;
}
.direct-contact__icon-box .icon-chat {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.direct-contact__icon-box .icon-chat::after {
  content: "\f075";
  font-family: "fontawesome";
  font-size: inherit;
  color: #ffffff;
}
.direct-contact__icon-box .whatsapp-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.direct-contact__icon-box .whatsapp-link .whatsapp-btn a {
  font-family: "CustomInter", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, #7AD06D 0%, #7AD06D 100%);
  box-shadow: 0 0.78px 4.603px 0 rgba(255, 255, 255, 0.9) inset;
}
.direct-contact__icon-box .whatsapp-link .whatsapp-btn a::before {
  content: "\f232";
  font-family: "fontawesome";
  font-size: 16px;
  color: #ffffff;
}
.direct-contact__icon-box .content .label {
  font-family: "CustomInter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #4A5565;
}
.direct-contact__icon-box .content .description-primary a {
  font-family: "CustomInter", sans-serif;
  color: #211955;
  text-decoration: none;
  transition: all 0.3s ease;
}
.direct-contact__icon-box .content .description-primary a:hover {
  text-decoration: underline;
}
.direct-contact__left {
  position: relative;
}
.direct-contact__left::before {
  content: "";
  width: 100%;
  height: 100%;
  min-height: 500px;
  top: -26px;
  left: 24px;
  z-index: 1;
  background: #211955;
  border-radius: 6px;
  position: absolute;
}
@media screen and (max-width: 575px) {
  .direct-contact__left::before {
    min-height: 350px;
    top: -16px;
    left: 12px;
  }
}
@media screen and (max-width: 425px) {
  .direct-contact__left::before {
    display: none;
  }
}
.direct-contact__left figure {
  position: relative;
  z-index: 2;
}
.direct-contact__left figure img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 575px) {
  .direct-contact__left figure img {
    min-height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .single-service-hero {
    padding: 0px 20px;
  }
}
.single-service-hero__inner {
  position: relative;
  overflow-y: clip;
}
.single-service-hero__inner .row {
  align-items: center;
}
@media screen and (max-width: 575px) {
  .single-service-hero__inner .row {
    gap: 30px 0;
  }
}
.single-service-hero__inner::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -110px;
  width: 192px;
  height: 192px;
  background: url("./../images/servicepage/single-service-hero-diamond.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .single-service-hero__inner::before {
    left: -54px;
    top: -74px;
    width: 150px;
    height: 130px;
  }
}
.single-service-hero__image {
  position: unset;
  width: 100%;
}
.single-service-hero__image figure img {
  min-height: unset;
  max-height: unset;
}
.single-service-hero__content {
  padding: 180px 0px 60px 0px;
}
@media screen and (min-width: 1400px) {
  .single-service-hero__content {
    padding: 200px 0px 90px 0px;
  }
}
@media screen and (max-width: 991px) {
  .single-service-hero__content {
    padding: 160px 0px 0px 0px;
  }
}
.single-service-hero__slider-wapper {
  height: 700px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 6px;
}
@media screen and (max-width: 1199px) {
  .single-service-hero__slider-wapper {
    height: 680px;
  }
}
@media screen and (max-width: 575px) {
  .single-service-hero__slider-wapper {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
  }
}
.single-service-hero .swiper-wrapper {
  transition-timing-function: linear !important;
}
.single-service-hero__slider-container {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .single-service-hero__slider-container {
    height: 250px;
  }
}
.single-service-hero__slider-container-2 {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .single-service-hero__slider-container-2 {
    height: 250px;
  }
}
.single-service-hero .swiper {
  width: 100%;
  height: 100%;
}
.single-service-hero .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.single-service-hero .swiper-slide figure {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .single-service-hero .swiper-slide figure {
    height: 250px;
  }
}
.single-service-hero .swiper-slide figure img {
  height: 100%;
}
.single-service-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}

.blog-single-hero {
  position: relative;
  z-index: 1;
}
.blog-single-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("./../images/aboutpage/common-hero-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-single-hero__back p a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .blog-single-hero__back p a {
    gap: 10px;
  }
}
.blog-single-hero__back p a::before {
  content: "\f809";
  font-family: "fontello";
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .blog-single-hero__back p a::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .blog-single-hero__back p a::before {
    font-size: 13px;
  }
}
.blog-single-hero__back p,
.blog-single-hero__back a {
  font-weight: 600;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
}
.blog-single-hero__image {
  position: relative;
  z-index: 1;
}
.blog-single-hero__image figure img {
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 300px;
  border-right: 0.75px solid rgba(17, 17, 17, 0.1019607843);
  border-radius: 4px;
}
@media screen and (min-width: 1400px) {
  .blog-single-hero__image figure img {
    min-height: 370px;
    max-height: 370px;
  }
}
@media screen and (max-width: 991px) {
  .blog-single-hero__image figure img {
    min-height: 400px;
  }
}
@media screen and (max-width: 425px) {
  .blog-single-hero__image figure img {
    min-height: 350px;
  }
}
.blog-single-hero__image::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: -18px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1215686275);
  z-index: -1;
}
.blog-single-hero .row {
  gap: 46px 0;
  justify-content: space-between;
}
.blog-single-hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-single-hero__content .section-header__subtitle {
  width: -moz-fit-content;
  width: fit-content;
}
.blog-single-hero__content h1 {
  font-size: 68px;
  line-height: 80px;
}
@media screen and (min-width: 1400px) {
  .blog-single-hero__content h1 {
    font-size: 76px;
    line-height: 84px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-single-hero__content h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (max-width: 575px) {
  .blog-single-hero__content h1 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media screen and (max-width: 425px) {
  .blog-single-hero__content h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
.blog-single-hero__content p {
  color: #DBD2FF;
}
@media screen and (max-width: 1199px) {
  .blog-single-hero__content p br {
    display: none;
  }
}
.blog-single-hero__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-single-hero__bottom .wp-block-post-terms a,
.blog-single-hero__bottom .wp-block-post-terms span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
  padding: 6px 12px;
  background: linear-gradient(90deg, #7E5EFF 0%, #D3C8FF 100%);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.blog-single-hero__bottom .wp-block-post-terms a:hover,
.blog-single-hero__bottom .wp-block-post-terms span:hover {
  background: linear-gradient(90deg, #D3C8FF 0%, #7E5EFF 100%);
}
.blog-single-hero__bottom span.read-time {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: "CustomInter", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 575px) {
  .blog-single-hero__bottom span.read-time {
    font-size: 12px;
    line-height: 18px;
  }
}
.blog-single-hero__bottom span.read-time::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url("./../images/servicepage/time-clock.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .blog-single-hero__bottom span.read-time::before {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 991px) {
  .blog-content__inner .row {
    gap: 40px 0px;
  }
}
.blog-content__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.blog-content__content .entry-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-top: 1.05px solid #E5E7EB;
  border-bottom: 1.05px solid #E5E7EB;
  padding: 33px 0px;
}
@media screen and (max-width: 991px) {
  .blog-content__content .entry-content {
    gap: 24px;
  }
}
.blog-content__content .entry-content p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #364153;
  font-family: "CustomInter", sans-serif;
}
@media screen and (max-width: 575px) {
  .blog-content__content .entry-content p {
    font-size: 14px;
  }
}
.blog-content__content .entry-content h2,
.blog-content__content .entry-content h3,
.blog-content__content .entry-content h4,
.blog-content__content .entry-content h5,
.blog-content__content .entry-content h6 {
  color: #010035;
}
.blog-content__content .entry-content .wp-block-preformatted {
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
  color: #101828;
  font-family: "CustomGeorgia", sans-serif;
}
@media screen and (max-width: 991px) {
  .blog-content__content .entry-content .wp-block-preformatted {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .blog-content__content .entry-content .wp-block-preformatted {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog-content__content .entry-content ul,
.blog-content__content .entry-content ol {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 20px;
}
.blog-content__content .entry-content ul li,
.blog-content__content .entry-content ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #364153;
  font-family: "CustomInter", sans-serif;
}
@media screen and (max-width: 767px) {
  .blog-content__content .entry-content ul li,
  .blog-content__content .entry-content ol li {
    font-size: 15px;
  }
}
.blog-content__social ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .blog-content__social ul {
    gap: 10px;
  }
}
.blog-content__social ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #7E5EFF, #D3C8FF) border-box;
  border-radius: 39em;
  border: 1px solid transparent;
}
.blog-content__social ul li a::before {
  font-family: "fontello";
  font-size: 20px;
  color: #8E73FF;
  position: relative;
  z-index: 999;
}
.blog-content__social ul .instagram a::before {
  content: "\e811";
}
.blog-content__social ul .facebook a::before {
  content: "\e812";
}
.blog-content__social ul .twitter a::before {
  content: "\e813";
}
.blog-content__social ul .youtube a::before {
  content: "\e814";
}
.blog-content__social, .blog-content__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-content__social p, .blog-content__bottom p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #4A5565;
  font-family: "CustomInter", sans-serif;
}
.blog-content__bottom .wp-block-post-terms {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-content__bottom .wp-block-post-terms span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #364153;
  font-family: "CustomInter", sans-serif;
  padding: 3px 9px;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #7E5EFF, #D3C8FF) border-box;
  border-radius: 39em;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.blog-content__bottom .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.blog-content__sidebar {
  position: sticky;
  top: 140px;
}
.blog-content__sidebar_wrapper {
  background-color: #ffffff;
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 2px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-content__sidebar_wrapper .info-box {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  gap: 8px;
  padding: 20px 20px 0px 20px;
  position: relative;
  z-index: 9;
  border-radius: 24px;
  background: linear-gradient(90deg, #7E5EFF 0%, #D3C8FF 100%);
}
.blog-content__sidebar_wrapper .info-box__inner {
  width: -webkit-fill-available;
}
.blog-content__sidebar_wrapper .info-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("./../images/blogpage/blog-sidebar-overlay.svg");
  background-size: cover;
}
.blog-content__sidebar_wrapper .info-box .title {
  font-family: "CustomGeorgia", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}
@media screen and (min-width: 1400px) {
  .blog-content__sidebar_wrapper .info-box .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog-content__sidebar_wrapper .info-box .description-secondary {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8980392157);
  margin-bottom: 20px;
}
@media screen and (min-width: 1400px) {
  .blog-content__sidebar_wrapper .info-box .description-secondary {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-content__sidebar_wrapper .info-box .wp-block-image img {
  width: 135px;
  height: 90px;
}
@media screen and (min-width: 1400px) {
  .blog-content__sidebar_wrapper .info-box .wp-block-image img {
    height: 100px;
  }
}
.blog-content__sidebar_services {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 0 25px 25px;
}
.blog-content__sidebar_services h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #211955;
  font-family: "CustomInter", sans-serif;
}
.blog-content__sidebar_services ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 13px;
}
.blog-content__sidebar_services ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block-start: 0px !important;
}
.blog-content__sidebar_services ul li figure {
  position: relative;
}
.blog-content__sidebar_services ul li figure img {
  width: 100%;
  height: 96px;
  border-radius: 13px;
}
@media screen and (max-width: 991px) {
  .blog-content__sidebar_services ul li figure img {
    height: 130px;
  }
}
@media screen and (max-width: 425px) {
  .blog-content__sidebar_services ul li figure img {
    height: 100px;
  }
}
.blog-content__sidebar_services ul li figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 13px;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(179.81deg, rgba(0, 0, 0, 0) 38.95%, rgba(0, 0, 0, 0) 99.84%);
}
.blog-content__sidebar_services ul li h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "CustomGeorgia", sans-serif;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .blog-content__sidebar_services ul li h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.blog-content__sidebar_services ul li h3 a {
  color: #211955;
}
.blog-content__sidebar_services .wp-block-buttons .wp-block-button__link {
  box-shadow: 3px 4px 32px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 32px;
  background: #ffffff;
  padding: 5px 5px 5px 25px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #211955;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  transition: all 500ms;
}
@media screen and (min-width: 1400px) {
  .blog-content__sidebar_services .wp-block-buttons .wp-block-button__link {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .blog-content__sidebar_services .wp-block-buttons .wp-block-button__link {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog-content__sidebar_services .wp-block-buttons .wp-block-button__link .ripple-effect {
  display: none;
}
.blog-content__sidebar_services .wp-block-buttons .wp-block-button__link::after {
  content: "";
  background: url("./../images/blogpage/button-diamond-round.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 1400px) {
  .blog-content__sidebar_services .wp-block-buttons .wp-block-button__link::after {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 425px) {
  .blog-content__sidebar_services .wp-block-buttons .wp-block-button__link::after {
    width: 32px;
    height: 32px;
  }
}
.blog-content__sidebar_services .wp-block-buttons .wp-block-button__link:hover {
  text-decoration: underline;
}

.logged-in .blog-content__sidebar {
  top: 170px;
}

.project-gallery .section-header__subtitle p {
  color: #010035;
}
.project-gallery .section-header__heading h2 {
  color: #010035;
  font-style: italic;
}
.project-gallery__inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 575px) {
  .project-gallery__inner-wrapper {
    gap: 40px;
  }
}
.project-gallery .wp-block-gallery {
  gap: 28px 33px;
}
@media screen and (max-width: 991px) {
  .project-gallery .wp-block-gallery {
    gap: 28px;
  }
}
.project-gallery .wp-block-gallery .wp-block-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 7px;
}
.project-gallery .wp-block-gallery .wp-block-image img {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 7px;
}
.project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4588235294);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: 7px;
}
.project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay .icon-eye {
  font-size: 20px;
  color: rgb(126, 94, 255);
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay .icon-eye {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay .icon-eye {
    font-size: 18px;
  }
}
.project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay .icon-eye:before {
  font-family: "fontello";
  content: "\e805";
  font-style: normal;
  font-weight: normal;
  speak: none;
  width: 42px;
  height: 49px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 991px) {
  .project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay .icon-eye:before {
    width: 41px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay .icon-eye:before {
    width: 34px;
    height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .project-gallery .wp-block-gallery .wp-block-image .gallery-item__overlay .icon-eye:before {
    width: 40px;
    height: 46px;
  }
}
.project-gallery .wp-block-gallery .wp-block-image:hover img {
  transform: scale(1.05);
}
.project-gallery .wp-block-gallery .wp-block-image:hover .gallery-item__overlay {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 991px) {
  .project-gallery .wp-block-gallery.has-nested-images.columns-default .wp-block-image:not(#individual-image) {
    width: calc(33.33% - 22px);
  }
}
@media screen and (max-width: 991px) {
  .project-gallery .wp-block-gallery.has-nested-images.columns-default .wp-block-image:not(#individual-image) {
    width: calc(50% - 17px);
  }
}
@media screen and (max-width: 575px) {
  .project-gallery .wp-block-gallery.has-nested-images.columns-default .wp-block-image:not(#individual-image) {
    width: 100%;
  }
}

.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.lightbox-modal .lightbox-content {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
  padding: 180px 0px 50px 0px;
}
@media screen and (max-width: 1199px) {
  .lightbox-modal .lightbox-content {
    width: 88%;
  }
}
@media screen and (max-width: 991px) {
  .lightbox-modal .lightbox-content {
    width: 87%;
  }
}
@media screen and (max-width: 767px) {
  .lightbox-modal .lightbox-content {
    width: 91%;
  }
}
@media screen and (max-width: 575px) {
  .lightbox-modal .lightbox-content {
    max-width: 90%;
  }
}
@media only screen and (max-width: 490px) {
  .lightbox-modal .lightbox-content {
    width: auto;
  }
}
.lightbox-modal .lightbox-close {
  position: absolute;
  top: 18%;
  right: 50px;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.lightbox-modal .lightbox-close:hover, .lightbox-modal .lightbox-close:focus {
  color: #bbb;
  text-decoration: none;
}
.lightbox-modal .buttons-container {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .lightbox-modal .buttons-container {
    width: 92%;
    top: 57%;
  }
}
@media only screen and (max-width: 490px) {
  .lightbox-modal .buttons-container {
    width: 95%;
    top: 58%;
  }
}
.lightbox-modal .buttons-container .lightbox-next,
.lightbox-modal .buttons-container .lightbox-prev {
  position: relative;
}
.lightbox-modal .buttons-container .lightbox-next::after, .lightbox-modal .buttons-container .lightbox-next::before,
.lightbox-modal .buttons-container .lightbox-prev::after,
.lightbox-modal .buttons-container .lightbox-prev::before {
  font-family: "fontello";
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s ease;
}
.lightbox-modal .buttons-container .lightbox-next::after {
  content: "\f006";
}
.lightbox-modal .buttons-container .lightbox-prev::before {
  content: "\f007";
}

.meet-founder__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.meet-founder__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.meet-founder .column-row {
  position: relative;
}
.meet-founder .column-row::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: 0;
  width: 83%;
  height: 50px;
  background-color: #211955;
}
@media screen and (max-width: 991px) {
  .meet-founder .column-row::after {
    display: none;
  }
}
.meet-founder .column-row::before {
  content: "";
  position: absolute;
  top: -17px;
  right: 0;
  width: 100%;
  transform: translateX(560px);
  border: 9px solid #7E5EFF;
}
@media screen and (max-width: 991px) {
  .meet-founder .column-row::before {
    display: none;
  }
}
.meet-founder__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 72px;
  padding: 50px;
  border: 17px solid #7E5EFF;
  border-right: unset;
  border-top-left-radius: 269px;
  border-bottom-left-radius: 269px;
}
@media screen and (max-width: 991px) {
  .meet-founder__card {
    gap: 40px;
    border: unset;
    flex-direction: column;
    text-align: center;
    padding: 50px 30px;
  }
}
.meet-founder__card.column-reverse {
  border-left: 0;
  border-right: 17px solid #7E5EFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 269px;
  border-bottom-right-radius: 269px;
  border-bottom: 17px solid #7E5EFF;
  position: relative;
  transform: translateY(-24px);
}
@media screen and (min-width: 1400px) {
  .meet-founder__card.column-reverse {
    transform: translateY(-19px);
  }
}
@media screen and (max-width: 1199px) {
  .meet-founder__card.column-reverse {
    transform: translateY(-34px);
  }
}
@media screen and (max-width: 991px) {
  .meet-founder__card.column-reverse {
    border-bottom: unset;
    border-right: unset;
    transform: translateY(0px);
    flex-direction: column-reverse;
    text-align: center;
  }
}
.meet-founder__card.column-reverse::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 17%;
  height: 50px;
  background-color: #211955;
  border-top-right-radius: 35px;
}
@media screen and (min-width: 1400px) {
  .meet-founder__card.column-reverse::before {
    width: 15.4%;
  }
}
@media screen and (max-width: 1199px) {
  .meet-founder__card.column-reverse::before {
    width: 18%;
  }
}
@media screen and (max-width: 991px) {
  .meet-founder__card.column-reverse::before {
    display: none;
  }
}
.meet-founder__card.column-reverse::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  transform: translateX(-560px);
  border: 9px solid #7E5EFF;
}
@media screen and (max-width: 991px) {
  .meet-founder__card.column-reverse::after {
    display: none;
  }
}
.meet-founder__card .card-image {
  flex: none;
}
.meet-founder__card .card-image img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .meet-founder__card .card-image img {
    width: 280px;
    height: 280px;
  }
}
.meet-founder__card .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.meet-founder__card .card-content .wp-block-heading,
.meet-founder__card .card-content .description-primary {
  font-family: "CustomGeorgia", sans-serif;
  color: #ffffff;
}

.instafeed-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 575px) {
  .instafeed-section {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .instafeed-section .section-header {
    padding: 0 20px;
  }
}
.instafeed-section .section-header__subtitle {
  padding: 6px 14px;
}
.instafeed-section .section-header__subtitle figure {
  min-width: unset;
  max-width: unset;
  min-height: unset !important;
  max-height: unset;
}
.instafeed-section .section-header__subtitle figure.instagram-logo img {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px !important;
  max-height: 25px;
}
@media screen and (max-width: 767px) {
  .instafeed-section .section-header__subtitle figure.instagram-logo img {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px !important;
    max-height: 20px;
  }
}
.instafeed-section .section-header__subtitle figure.instagram-text {
  padding-top: 5px;
}
.instafeed-section .section-header__subtitle figure.instagram-text img {
  width: auto;
  height: auto;
  min-width: 90px;
  max-width: 90px;
  min-height: 25px !important;
  max-height: 25px;
}
@media screen and (max-width: 767px) {
  .instafeed-section .section-header__subtitle figure.instagram-text img {
    min-width: 80px;
    max-width: 80px;
    min-height: 20px !important;
    max-height: 20px;
  }
}
.instafeed-section #sb_instagram,
.instafeed-section #sbi_images {
  padding: 0px !important;
}
@media screen and (max-width: 991px) {
  .instafeed-section #sb_instagram.sbi_col_6 #sbi_images,
  .instafeed-section #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .instafeed-section #sb_instagram.sbi_col_6 #sbi_images,
  .instafeed-section #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    gap: 14px !important;
  }
}
@media screen and (max-width: 425px) {
  .instafeed-section #sb_instagram.sbi_col_6 #sbi_images,
  .instafeed-section #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=main.css.map */