html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, a, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

@font-face {
  font-family: Oriya;
  src: url(../../assets/Oriya.ttf);
}
@font-face {
  font-family: "Avenir";
  src: url(../../assets/Avenir.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url(../../assets/Avenir-Heavy.otf);
  font-weight: 700;
}
* {
  color: #2D2D2D;
}

a {
  color: #2D2D2D;
}
a:hover {
  text-decoration: underline;
  transition: 300ms;
}

u {
  text-decoration: underline;
}

ol li {
  list-style-type: disc;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.oriya-uppercase-big {
  font-family: "Oriya", sans-serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: normal;
}

@media (max-width: 600px) {
  .oriya-uppercase-big {
    font-size: 40px;
    line-height: normal;
  }
}
.oriya-uppercase-medium {
  font-family: "Oriya", sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: normal;
  text-transform: uppercase;
  line-height: normal;
}

.avenir-capitalise-small {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  line-height: 34px;
}

.oriya-capitalise-small {
  font-family: "Oriya", sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  line-height: 34px;
}

.avenir-uppercase-tiny {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 24px;
}

.avenir-lowercase-tiny {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 22px;
}

body {
  background: #F5F2ED;
  font-family: "Avenir", sans-serif;
}

hr {
  border-bottom: 0;
  border-top: 2px solid #2D2D2D;
  margin: 0;
}

.screen-reader-only {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  left: 100px;
}
.screen-reader-only .skip-link {
  width: max-content;
  background-color: #E690E9;
  border: 1px solid #2D2D2D;
  border-radius: 99px;
  padding: 8px 20px;
  z-index: 100; /* Ensure it appears above other content */
  position: absolute;
  top: -200px;
}
.screen-reader-only .skip-link:focus {
  top: 100px;
}

.logo-animated {
  width: 400px;
  margin-bottom: 60px;
}

#circular-monogram {
  animation: circular-monogram 24000ms linear infinite normal forwards;
}

@keyframes circular-monogram {
  0% {
    transform: translate(42.218676px, 42.557921px) rotate(0deg);
  }
  25% {
    transform: translate(42.218676px, 42.557921px) rotate(89.999999deg);
  }
  50% {
    transform: translate(42.218676px, 42.557921px) rotate(179.999999deg);
  }
  75% {
    transform: translate(42.218676px, 42.557921px) rotate(269.999999deg);
  }
  100% {
    transform: translate(42.218676px, 42.557921px) rotate(359.999996deg);
  }
}
.open-link-new-tab {
  align-items: center;
  display: flex;
}
.open-link-new-tab svg.icon {
  border: 0;
  width: 12px;
  margin-left: 4px;
  fill: #2D2D2D;
}

.button {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Oriya", sans-serif;
  cursor: pointer;
  transition: 300ms;
  border: 1px solid #2D2D2D;
  background-color: #DCFD44;
  border-radius: 999px;
  height: fit-content;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  line-height: normal;
  transition: 300ms;
}
.button:hover {
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
}
.button:active {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
}
.button .icon {
  height: 14px;
  margin-left: 6px;
  width: 14px;
}
.button:hover {
  text-decoration: underline;
  transition: 300ms;
}

.section-padding {
  padding: 100px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.section-heading .button {
  width: fit-content;
}

.spotlight-section {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  line-height: 34px;
  border-top: 2px solid #2D2D2D;
  padding: 10px 0;
  text-align: center;
}

.scroll-to-top {
  align-items: center;
  display: flex;
  justify-content: center;
  bottom: 60px !important;
  right: 20px !important;
  width: 50px !important;
  height: 50px !important;
}

@media (max-width: 600px) {
  .scroll-to-top {
    bottom: 30px !important;
  }
}
@media (max-width: 1024px) {
  .section-padding {
    padding: 30px;
  }
}
nav {
  align-items: center;
  border-bottom: 2px solid #2D2D2D;
  background-color: #F5F2ED;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  z-index: 999;
}
nav .button {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #2D2D2D;
  font-family: "Oriya", sans-serif;
  color: #F5F2ED;
  cursor: pointer;
  transition: 300ms;
  line-height: normal;
}
nav .button:hover {
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.3), 16px 4px 50px 0 rgba(0, 0, 0, 0.2);
  transition: 300ms;
}
nav .button:active {
  box-shadow: inset -6px -6px 6px 0 rgba(255, 255, 255, 0.15), inset 6px 6px 8px 0 rgb(0, 0, 0);
  transition: 300ms;
}
nav .nav-left-column {
  display: flex;
  margin-right: auto;
}
nav .nav-left-column .logo {
  height: 30px;
}
nav .nav-centre-column {
  display: flex;
  margin: 0 auto;
  padding: 10px 0;
  height: 22px;
}
nav .nav-centre-column a {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 20px;
  transition: 300ms;
}
nav .nav-centre-column li {
  display: flex;
}
nav .nav-centre-column .active {
  font-style: normal;
  text-transform: uppercase;
  font-family: "Oriya", sans-serif;
}
nav .nav-right-column {
  margin-left: auto;
}
nav .mobile-nav-indicator {
  display: none;
}

@media (max-width: 1024px) {
  nav {
    display: flex;
    justify-content: space-between;
  }
  nav .nav-active {
    background: #2D2D2D;
  }
  nav .nav-active::after {
    display: none;
  }
  nav .mobile-nav-indicator {
    background: none;
    border: 0;
    padding: 0;
  }
  nav .mobile-nav-indicator p {
    color: transparent;
    line-height: 0;
  }
  nav .mobile-nav-hidden {
    display: none;
  }
  nav .mobile-nav-visible {
    background-color: #F5F2ED;
    box-shadow: 16px 4px 50px 0 rgba(101, 74, 18, 0.2);
    align-items: center;
    display: flex;
    left: 0;
    flex-direction: column;
    position: absolute;
    top: 72px;
    width: 100%;
    height: fit-content;
    z-index: 999;
  }
  nav .mobile-nav-visible li,
  nav .mobile-nav-visible li:last-child {
    text-align: center;
    width: 100%;
  }
  nav .mobile-nav-visible a,
  nav .mobile-nav-visible a:hover {
    display: block;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
  }
  nav .mobile-nav-visible a::after {
    bottom: 0;
  }
  nav .nav-centre-column li {
    margin: 0;
  }
  nav .icon-menu {
    align-items: flex-end;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    width: 50px;
  }
  nav .icon-menu:hover span {
    background-color: #2D2D2D;
    transition: 300ms;
    width: 10px;
  }
  nav .icon-menu span {
    background-color: #2D2D2D;
    border-radius: 4px;
    display: block;
    height: 2px;
    margin: 2px 0;
    opacity: 1;
    transition: 300ms;
    width: 10px;
  }
  nav .icon-menu span:nth-child(3) {
    width: 15px;
  }
  nav .icon-menu span:nth-child(4) {
    width: 20px;
  }
  nav .icon-menu.mobile-nav-visible-button span:nth-child(2) {
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
  }
  nav .icon-menu.mobile-nav-visible-button span:nth-child(3) {
    opacity: 0;
    transition: 300ms;
  }
  nav .icon-menu.mobile-nav-visible-button span:nth-child(4) {
    position: absolute;
    transform: rotate(-45deg);
    width: 20px;
  }
}
@media (max-width: 600px) {
  .nav-right-column {
    display: none;
  }
}
footer {
  background-color: #F5F2ED;
  border-top: 2px solid #2D2D2D;
  border-bottom: 2px solid #2D2D2D;
  display: grid;
  grid-template-columns: 1fr 4fr 2fr 4fr 1fr;
  text-align: center;
  margin: 0 0 30px;
}
footer .logo-est {
  width: 175px;
}
footer .new-footer-left,
footer .new-footer-right {
  border-left: 2px solid #2D2D2D;
  border-right: 2px solid #2D2D2D;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
footer .new-footer-top {
  display: flex;
  justify-content: space-evenly;
}
footer .new-footer-bottom {
  display: flex;
  justify-content: space-evenly;
}
footer .new-footer-middle {
  padding: 30px 0;
}

@media (max-width: 1024px) {
  footer {
    grid-template-columns: 0fr 2fr 1fr 2fr 0fr;
  }
  footer hr {
    display: none;
  }
  footer .open-link-new-tab {
    display: block;
  }
  footer .logo-est {
    padding: 0 30px;
  }
  footer .new-footer-left {
    text-align: left;
    padding: 0 30px;
    border-left: 0;
  }
  footer .new-footer-right {
    text-align: right;
    padding: 0 30px;
    border-right: 0;
  }
  footer .new-footer-top {
    padding: 30px 30px 0 30px;
    flex-direction: column;
  }
  footer .new-footer-bottom {
    padding: 0 30px 30px 30px;
    flex-direction: column;
  }
  footer .new-footer-middle {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  footer {
    display: flex;
    flex-direction: column;
    margin: 0 0 100px;
  }
  footer .new-footer-middle {
    border-top: 2px solid #2D2D2D;
    border-bottom: 2px solid #2D2D2D;
  }
  footer .new-footer-left,
  footer .new-footer-right {
    border-left: none;
    border-right: none;
    text-align: center;
  }
}
.accordion {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.accordion__button {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 24px;
  color: #2D2D2D;
  cursor: pointer;
  padding: 20px;
  text-align: left;
  transition: 300ms;
}
.accordion__button::before {
  display: inline-block;
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 12px;
  border-bottom: 2px solid #2D2D2D;
  border-right: 2px solid #2D2D2D;
  transform: rotate(-45deg);
  transition: 300ms;
}
.accordion__button[aria-expanded=true]::before {
  transform: rotate(45deg);
  transition: 300ms;
}
.accordion__button:hover {
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  z-index: 1;
  transition: 300ms;
}

.accordion__panel {
  padding: 20px;
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
}

@media (max-width: 600px) {
  .accordion {
    width: 100%;
  }
  .accordion__button {
    padding: 0;
  }
  .accordion__item {
    padding-bottom: 30px;
  }
}
.cta-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  .cta-section {
    display: block;
  }
}
.cta-section > div:first-child {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url(../../assets/stock-vid-3-edited.png) no-repeat;
  background-size: cover;
}
.cta-section > div:last-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid #2D2D2D;
  padding: 100px;
}
.cta-section video {
  height: 100%;
  width: 100%;
}
.cta-section p {
  margin: 20px 0;
}
@media (prefers-reduced-motion: reduce) {
  .cta-section video {
    display: none;
  }
}

@media (max-width: 1000px) {
  .cta-section > div:last-child {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .cta-section > div:last-child {
    border-left: 0;
    border-top: 2px solid #2D2D2D;
  }
}
.spotlight-section {
  background-color: #E690E9;
}

#testimonials .section-heading {
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}

.testimonial-section {
  text-align: center;
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
  margin: 20px 100px 0;
}

.testimonial-full {
  margin: 30px 0;
}

.testimonial-name {
  font-size: 20px;
}

.react-rotating-text-cursor {
  animation: blinking-cursor 0.8s cubic-bezier(0.68, 0.01, 0.01, 0.99) 0s infinite;
}

@keyframes blinking-cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: calc(100vh - 64px);
  overflow: hidden;
}
header .header-text-container {
  padding: 100px;
}
header .header-text-container h1,
header .header-text-container p {
  margin-bottom: 30px;
}
header .header-video-container {
  border-left: 2px solid #2D2D2D;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  background: url("../../assets/stock-vid-2-edited.png") no-repeat;
  background-size: cover;
}
header .header-video-container video {
  height: 100%;
  width: auto;
}
@media (prefers-reduced-motion: reduce) {
  header .header-video-container video {
    display: none;
  }
}

@media (max-width: 1024px) {
  header {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  header .header-video-container {
    height: 400px;
  }
  header .header-text-container {
    padding: 30px;
  }
  header .header-video-container {
    border-bottom: 2px solid #2D2D2D;
    border-left: 0;
    justify-content: center;
  }
  header .header-video-container video {
    width: 650px;
  }
}
@media (max-width: 600px) {
  header .header-video-container {
    height: 200px;
  }
  header video {
    width: 350px;
    height: 200px;
  }
  header .button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
.home-services-section .oriya-uppercase-medium {
  margin: 16px;
}
.home-services-section .button {
  margin: 0 auto;
  margin-top: 30px;
}

.section-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 30px;
}
.section-services > a {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #dedad2;
  font-weight: 700;
  display: flex;
  padding: 20px;
  text-align: left;
  transition: 300ms;
  cursor: auto;
  background-color: #FFFFFF;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  text-transform: none;
}
.section-services > a:hover {
  transition: 300ms;
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
}
.section-services > a:active {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
  transition: 300ms;
}
.section-services > a .icon {
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  padding-right: 10px;
  width: 20px;
}
.section-services > a:hover {
  text-decoration: none;
  border: 2px solid #2D2D2D;
}
.section-services > a:hover .avenir-uppercase-tiny {
  text-decoration: underline;
}
.section-services > a > div {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .section-services {
    display: flex;
    flex-direction: column;
  }
}
.law-section {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.law-section > div:first-child {
  border-right: 2px solid #2D2D2D;
  padding: 100px;
}
.law-section > div {
  padding: 100px;
}
@media (max-width: 600px) {
  .law-section {
    display: block;
  }
  .law-section > div:first-child {
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .law-section > div:first-child {
    border-right: none;
  }
}
.law-section .oriya-uppercase-medium {
  margin: 16px;
}
.law-section .law-button-container {
  padding: 30px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}
.law-section .law-button-container > div {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #dedad2;
  font-weight: 700;
  display: flex;
  padding: 20px;
  text-align: left;
  transition: 300ms;
  cursor: auto;
}
.law-section .law-button-container > div:hover {
  transition: 300ms;
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
}
.law-section .law-button-container > div:active {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
  transition: 300ms;
}
.law-section .law-button-container > div .icon {
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  padding-right: 10px;
  width: 20px;
}
.law-section .law-button-container > div:last-child {
  background: none;
  box-shadow: none;
  border: none;
}

@media (max-width: 1024px) {
  .law-section {
    display: flex;
    flex-direction: column;
  }
  .law-section > div:first-child {
    padding-bottom: 30px;
  }
  .law-section .law-button-container {
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.supported-tech-section {
  text-align: center;
}
.supported-tech-section .section-heading {
  width: 80%;
}
.supported-tech-section .oriya-uppercase-medium {
  margin: 16px;
}
.supported-tech-section .spotlight-section {
  align-items: center;
  background-color: #E690E9;
  display: flex;
  justify-content: space-between;
  border: 2px solid #2D2D2D;
  margin-top: 40px;
  padding: 20px 40px;
}

.supported-tech-logo {
  max-width: 200px;
}
.supported-tech-logo.wordpress-logo {
  height: 36px;
}
.supported-tech-logo.webflow-logo {
  height: 20px;
}
.supported-tech-logo.shopify-logo {
  height: 30px;
}
.supported-tech-logo.figma-logo {
  height: 30px;
}
.supported-tech-logo.react-logo {
  height: 40px;
}
.supported-tech-logo.vue-logo {
  height: 40px;
}
.supported-tech-logo.weebly-logo {
  height: 30px;
}

@media (max-width: 1024px) {
  .supported-tech-section .spotlight-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .supported-tech-section .supported-tech-logo {
    margin: 0 auto;
    width: -webkit-fill-available;
  }
}
@media (max-width: 600px) {
  .supported-tech-section {
    padding: 0;
    padding-top: 30px;
  }
  .supported-tech-section .spotlight-section {
    border: 0;
    border-top: 2px solid #2D2D2D;
    grid-template-columns: 1fr 1fr;
  }
  .supported-tech-section .supported-tech-logo {
    margin: 0 auto;
    width: -webkit-fill-available;
  }
}
.about-page .about-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin: 20px 0;
}
.about-page .about-header .about-badge-container {
  display: flex;
  align-items: center;
}
.about-page .membership-section {
  text-align: center;
  margin-top: 70px;
}
.about-page .membership-section .spotlight-section {
  margin-top: 20px;
  border: 2px solid #2D2D2D;
  padding: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.about-page .membership-section a {
  display: flex;
}
.about-page .membership-section img {
  margin: 0 40px;
  height: 110px;
}
.about-page .about-team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin: 20px 0;
}
.about-page .about-team h3 {
  margin-left: 4px;
}
.about-page .about-team .about-team-name {
  display: flex;
  align-items: center;
}
.about-page .about-team .about-team-photos {
  width: 340px;
  height: 340px;
  min-width: 300px;
  border: 2px solid #2D2D2D;
  margin-bottom: 20px;
}
.about-page .about-team .about-team-photos img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .about-page .about-team {
    grid-template-columns: 1fr 1fr;
  }
  .about-page .img-badge-iaap {
    margin: 20px 0;
  }
}
@media (max-width: 1000px) {
  .about-page .about-header,
  .about-page .about-team {
    display: flex;
    flex-direction: column;
  }
  .about-page .about-header .about-badge-container,
  .about-page .about-team .about-badge-container {
    text-align: center;
    flex-direction: column;
  }
  .about-page .about-header .about-badge-container img,
  .about-page .about-team .about-badge-container img {
    width: 120px;
  }
  .about-page .about-header .about-team-photos,
  .about-page .about-team .about-team-photos {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
@media (max-width: 600px) {
  .about-page .about-badge-container {
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
  .about-page .about-badge-container a {
    display: block;
  }
  .about-page .about-badge-container a img {
    margin: 20px;
  }
}
.services-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-section > .section-heading {
  padding: 100px 100px 0;
}
.services-section .oriya-uppercase-medium {
  margin: 16px;
}
.services-section .oriya-capitalise-small {
  font-size: 30px;
}
.services-section .dropdown-button {
  display: none;
}
.services-section div[role=menu] {
  display: none;
}
.services-section div[role=menu].visible {
  display: flex;
  flex-direction: column;
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
}
.services-section div[role=menu].visible a {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  align-items: center;
  background-color: #F5F2ED;
  display: flex;
  font-weight: 700;
  height: fit-content;
  padding: 20px;
  text-align: left;
  justify-content: space-between;
}
.services-section div[role=menu].visible a:hover {
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  z-index: 999;
}
.services-section div[role=menu].visible a:active {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
}
.services-section div[role=menu].visible a.react-tabs__tab--selected {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
  position: relative;
}
.services-section div[role=menu].visible a .services-tab-button {
  display: flex;
  align-items: center;
}
.services-section div[role=menu].visible a .services-tab-button .icon {
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  padding-right: 10px;
  width: 20px;
}
.services-section div[role=menu].visible a .services-tab-button + .icon {
  transform: rotate(90deg);
  padding-right: 0;
  display: block;
  height: 20px;
  min-height: 20px;
}
.services-section div[role=menu].visible a .services-tab-button + .icon {
  transform: rotate(0deg);
}
.services-section ul.react-tabs__tab-list {
  display: flex;
  justify-content: center;
}
.services-section li.react-tabs__tab {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  align-items: center;
  background-color: #F5F2ED;
  display: flex;
  font-weight: 700;
  height: fit-content;
  padding: 20px;
  text-align: left;
}
.services-section li.react-tabs__tab:hover {
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  cursor: pointer;
  z-index: 999;
}
.services-section li.react-tabs__tab:active {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
}
.services-section li.react-tabs__tab.react-tabs__tab--selected {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
  position: relative;
}
.services-section li.react-tabs__tab .services-tab-button {
  display: flex;
  align-items: center;
}
.services-section li.react-tabs__tab .services-tab-button .icon {
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  padding-right: 10px;
  width: 20px;
}
.services-section li.react-tabs__tab .services-tab-button + .icon {
  transform: rotate(90deg);
  padding-right: 0;
  display: block;
  height: 20px;
  min-height: 20px;
}
.services-section li.react-tabs__tab:first-child {
  margin-left: 0;
}
.services-section li.react-tabs__tab:last-child {
  margin-right: 0;
}
.services-section li.react-tabs__tab:focus-visible {
  outline: 0;
}
.services-section .react-tabs__tab-panel .tab-content .icon {
  height: 20px;
  width: 20px;
  display: flex;
  margin: 0 0 10px;
}
.services-section .react-tabs__tab-panel .section-heading {
  justify-content: center;
  text-align: center;
}
.services-section .react-tabs__tab-panel .button {
  display: flex;
  margin-left: 0;
}
.services-section .react-tabs__tab-panel .tab-images {
  width: 100%;
  display: flex;
  margin-right: 0;
  margin-left: auto;
}
.services-section .react-tabs__tab-panel .show-mobile {
  display: block;
  padding: 0;
}
.services-section .react-tabs__tab-panel .services-tabs-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding-top: 60px;
  margin: 0 100px;
}
.services-section .react-tabs__tab-panel .services-tabs-content p {
  margin-bottom: 20px;
}
.services-section .spotlight-section {
  display: flex;
  justify-content: center;
  background-color: #E690E9;
}
.services-section .spotlight-section > div {
  display: flex;
  margin-right: 40px;
}
.services-section .spotlight-section .icon {
  width: 26px;
  margin-right: 6px;
}
.services-section .spotlight-section .icon path {
  fill: #E690E9;
  stroke: #2D2D2D;
}
.services-section .spotlight-section .icon polyline {
  stroke: #2D2D2D;
}
.services-section .types-section .section-heading {
  display: flex;
  justify-content: center;
  z-index: 10;
}
.services-section .types-section .types-content-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.services-section .types-section .types-content-item {
  padding: 30px;
  transition: 300ms;
}
.services-section .types-section .types-content-item:hover {
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  transition: 300ms;
}
.services-section .types-section .types-content-item:active {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
}
.services-section .types-section .icon {
  width: 24px;
}

.booking-process {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
.booking-process .logo-circular {
  width: 120px;
}

.booking-process-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: left;
  margin-top: 20px;
  transition: 300ms;
  grid-gap: 10px;
}
.booking-process-steps > div {
  padding: 20px;
  transition: 300ms;
}
.booking-process-steps > div:hover {
  box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
  transition: 300ms;
}
.booking-process-steps > div:active {
  box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
  transition: 300ms;
}

@media (max-width: 1000px) {
  .booking-process {
    padding: 30px;
  }
  .booking-process-steps {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .booking-process-steps > div {
    padding: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .booking-process-steps {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .services-section .dropdown-button {
    font-family: "Avenir", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    align-items: center;
    background-color: #F5F2ED;
    display: flex;
    font-weight: 700;
    height: fit-content;
    padding: 20px;
    text-align: left;
    box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
    justify-content: space-between;
    border: 0;
    transition: none;
    z-index: 1;
    margin: 0 100px;
  }
  .services-section .dropdown-button:hover {
    box-shadow: -16px -16px 40px 0 rgba(255, 255, 255, 0.8), 16px 4px 50px 0 rgba(101, 74, 18, 0.2), inset -8px -6px 80px 0 rgba(255, 255, 255, 0.18);
    cursor: pointer;
    z-index: 999;
  }
  .services-section .dropdown-button:active {
    box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
  }
  .services-section .dropdown-button.react-tabs__tab--selected {
    box-shadow: inset -6px -6px 8px 0 rgba(255, 255, 255, 0.6), inset 6px 6px 10px 0 rgba(101, 69, 18, 0.15);
    position: relative;
  }
  .services-section .dropdown-button .services-tab-button {
    display: flex;
    align-items: center;
  }
  .services-section .dropdown-button .services-tab-button .icon {
    min-height: 20px;
    min-width: 20px;
    height: 20px;
    padding-right: 10px;
    width: 20px;
  }
  .services-section .dropdown-button .services-tab-button + .icon {
    transform: rotate(90deg);
    padding-right: 0;
    display: block;
    height: 20px;
    min-height: 20px;
  }
  .services-section .dropdown-button:hover, .services-section .dropdown-button:active {
    transition: none;
  }
  .services-section .dropdown-button .services-tab-button + .icon {
    transform: rotate(0deg);
  }
  .services-section div[role=menu].visible {
    margin: 0 100px;
  }
  .services-section ul.react-tabs__tab-list {
    display: none;
  }
  .services-section .react-tabs__tab-panel .button {
    margin: 0 auto 30px;
  }
  .services-section .react-tabs__tab-panel .services-tabs-content {
    display: block;
  }
  .services-section .react-tabs__tab-panel .tab-content {
    border-top: 0;
  }
  .services-section .types-section .types-content-item {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .services-section .dropdown-button {
    border: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .services-section .dropdown-button .services-tab-button + .icon {
    transform: rotate(90deg);
  }
  .services-section .section-heading {
    padding: 30px;
  }
  .services-section .react-tabs__tab-panel .tab-content {
    border: 0;
  }
  .services-section .react-tabs__tab-panel .services-tabs-content {
    margin: 0 0 30px;
    box-shadow: none;
  }
  .services-section .react-tabs__tab-panel .tab-images {
    width: 100%;
  }
  .services-section .tab-content .oriya-capitalise-small {
    text-align: left;
  }
  .services-section .visible.dropdown-menu {
    margin-left: 30px;
    margin-right: 30px;
    border: 0;
  }
  .services-section div[role=menu].visible {
    border: 0;
    margin: 0 30px;
  }
  .services-section .types-section .types-content-section {
    display: flex;
    flex-direction: column;
  }
  .services-section .types-section .types-content-item {
    padding: 20px 0;
  }
  .services-section .spotlight-section > div {
    margin: 0 10px;
  }
}
.contact-page {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.contact-page .contact-right-column {
  order: 2;
}
.contact-page .contact-left-column {
  order: 1;
  border-left: 0;
  border-right: 2px solid #2D2D2D;
}
.contact-page .icon {
  border: 1px solid #dedad2;
  width: 20px;
  margin-right: 8px;
  padding: 6px;
}
.contact-page .contact-details-container {
  margin-bottom: 12px;
}
.contact-page .contact-details {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
.contact-page .contact-details a {
  margin-bottom: 8px;
}
.contact-page form {
  margin-top: 20px;
}
.contact-page form div {
  margin-bottom: 20px;
  display: grid;
}
.contact-page form label {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-page form input,
.contact-page form textarea {
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  border: 1px solid #2D2D2D;
  background-color: transparent;
  padding: 10px;
  resize: none;
}
.contact-page form input:focus-visible,
.contact-page form textarea:focus-visible {
  outline: #E690E9 auto 2px;
}
.contact-page .success-message {
  margin-top: 20px;
}

.contact-map-container {
  height: 150px;
}
.contact-map-container iframe {
  width: 100%;
}

@media (max-width: 1000px) {
  .contact-page {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-page .contact-left-column,
  .contact-page .contact-right-column {
    border-right: none;
  }
  .contact-page .contact-right-column {
    border-bottom: 2px solid #2D2D2D;
  }
}

/*# sourceMappingURL=style.css.map */
