.ContactUs_ContactUsBackground__ypCCa {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
}

.ContactUs_backgroundImage__OjmMW {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  display: none;
}

.ContactUs_Home_contentWrapper__MKVeW {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10%;
  margin-top: 5%;
}

.ContactUs_heading__1OOJl {
  text-align: left;
  margin-bottom: clamp(10px, 01.5vw, 3rem);
  font-size: clamp(32px, 01.5vw, 4rem);
  padding-top: 5vh;
  font-weight: 300;
  position: relative;
  color: white;
}

.ContactUs_heading__1OOJl::after {
  content: "";
  display: block;
  width: 3.5vw;
  height: 2px;
  background-color: #f37a6b;
  margin-top: 10px;
}

.ContactUs_subText__5vA_m {
  color: #afafaf;
  width: 100%;
  line-height: 2rem;
  font-size: clamp(16px, 1vw, 3rem);
  margin-bottom: clamp(10px, 01.5vw, 3rem);
}

.ContactUs_footerContainer__ExN6C {
  display: flex;
  z-index: 10;

  justify-content: center;
  background-color: #07060b;
}

.ContactUs_centeredTextContainer__tocUp {
  width: 100%;
  text-align: center;
  padding: 20px;
  position: relative;
}

.ContactUs_centeredParagraph__0xdjF {
  color: white;
  font-size: clamp(32px, 01.5vw, 4rem);
  line-height: 1.6;
}

.ContactUs_Contact_midSection__LwWxU {
  position: relative;
  z-index: 3;
  margin: 2rem 0;
}

.ContactUs_FaqSection__KSiwB {
  position: relative;
  z-index: 3;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
}

.ContactUs_Footer__M8jFf {
  position: relative;
  z-index: 2;
  background-color: #07060b;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .ContactUs_heading__1OOJl {
    font-size: clamp(20px, 6vw, 28px);
  }
  .ContactUs_backgroundImage__OjmMW {
    height: 100%;
  }
  .ContactUs_subText__5vA_m {
    font-size: clamp(14px, 4vw, 18px);
  }
  .ContactUs_Home_contentWrapper__MKVeW {
    margin-top: 25%;
  }
  .ContactUs_centeredParagraph__0xdjF {
    font-size: clamp(20px, 6vw, 22px);
    text-align: left;
    line-height: 1.9;
  }

  .ContactUs_heading__1OOJl::after {
    width: 20%;
  }

  .ContactUs_midSectionWrapper__MVYjT {
    padding: 0;
  }
}

/* Core styles remain mostly unchanged */
.HeaderInner_contentContainer__qMABd {
  display: flex;
  justify-content: center;
  width: 100%;
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  z-index: 1000;
  font-family: "Geist Regular", sans-serif;
  height: 10vh;
  font-weight: 300;
}

.HeaderInner_contentContainer__qMABd.HeaderInner_scrolled__rNNEY {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.HeaderInner_headerInner__plL_D {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  padding: 10px 0;
}

.HeaderInner_nightHeading__P_aPF {
  color: white;
}

.HeaderInner_themeToggleStyled__kUX_Z {
  position: relative;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(243, 122, 107, 0) 0%,
    rgba(149, 0, 255, 1) 100%
  );
  color: var(--textColor); /* use theme-aware CSS variable */
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.HeaderInner_logo__oM_Ht {
  height: clamp(60px, 3vw, 8rem);
  cursor: pointer;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.HeaderInner_navMenu__WP_X0 {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  font-size: clamp(10px, 1vw, 3.5rem);
  color: white;
}

.HeaderInner_navMenu__WP_X0 p {
  font-size: clamp(10px, 1vw, 3.5rem);
  cursor: pointer;
}

.HeaderInner_contactUsButton__Hi4cO {
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  font-size: clamp(8px, 0.9vw, 3rem);
  position: relative;
  transition: background-color 0.3s ease;
}

.HeaderInner_whatsappIcon__g8QgR {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  width: 35px !important;
  height: 35px !important;
  /* background-color: #25D366 !important; */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  transition:
    transform 0.2s ease,
    background-color 0.3s ease !important;
}

.HeaderInner_whatsappIcon__g8QgR:hover {
  transform: scale(1.1) !important;
}

.HeaderInner_whatsappImage__ppYxH {
  width: 25px !important;
  height: 25px !important;
  /* border-radius: 50% !important; */
}

.HeaderInner_menuButton__oBxN0 {
  display: none;
  cursor: pointer;
}

.HeaderInner_megaMenuContent__j0AzJ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: absolute;
  top: 6vh;
  left: -16vw;
  background-color: #11041c;
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  width: 77vw;
}

.HeaderInner_resourcesMegaMenu__eDKvY {
  grid-template-columns: repeat(1, 1fr);
  width: 25vw;
  left: 50%;
  transform: translateX(-50%);
}

.HeaderInner_megaMenuItem__jfqQl {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
}

.HeaderInner_megaMenuItem__jfqQl:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.HeaderInner_dropdown__jw2LB .HeaderInner_textContainer__apYi5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.HeaderInner_disabled__vazHg {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}

.HeaderInner_disabledButton__9tdBf {
  opacity: 0.5;
  cursor: not-allowed;
}

.HeaderInner_megaMenuItemImage__izFHY {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.HeaderInner_megaMenuUnderLine__A4g6k {
  width: 30%;
}

.HeaderInner_megaMenuItemHeading__vG4wB {
  font-size: 0.9rem !important;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.HeaderInner_megaMenuItemDescription__hN6Gh {
  font-size: 0.9rem !important;
  color: #afafaf;
  margin: 0;
}

.HeaderInner_dropdown__jw2LB {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.HeaderInner_dropdownTitle__JwiZ6 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s ease;
}

.HeaderInner_dropdownTitle__JwiZ6:hover {
  color: #d87775;
}

.HeaderInner_sidebar__ARBJs {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: right 0.3s ease;
}

.HeaderInner_sidebarOpen__3oOMC {
  right: 0;
}

.HeaderInner_headerBar__rgAJ7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff;
}

.HeaderInner_menuArea__ZuvIi {
  flex: 1;
  background-color: #000;
  color: white;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

.HeaderInner_menuItem__K8w0X {
  padding: 1.5rem 1rem;
  width: 100%;
  cursor: pointer;
  font-size: 1.2rem;
}

.HeaderInner_menuItem__K8w0X:hover {
  background-color: #333;
}

.HeaderInner_backHeader__j4Cmf {
  padding: 1.5rem 1rem;
  cursor: pointer;
  font-size: 1.2rem;
}

.HeaderInner_backHeader__j4Cmf:hover {
  background-color: #333;
}

.HeaderInner_subItem__bXocv {
  padding: 1rem 1rem 1rem 2.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.HeaderInner_subItem__bXocv img {
  margin-right: 0.75rem;
}
@media (max-width: 768px) {
  .HeaderInner_contentContainer__qMABd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(12px, 0.9vw, 3rem);
  }

  .HeaderInner_whatsappIcon__g8QgR {
    width: 28px !important;
    height: 28px !important;
  }

  .HeaderInner_whatsappImage__ppYxH {
    width: 18px !important;
    height: 18px !important;
  }

  .HeaderInner_sidebarOpen__3oOMC {
    width: 95%;
  }

  .HeaderInner_menuItem__K8w0X {
    font-size: 1.2rem;
  }

  .HeaderInner_subItem__bXocv {
    font-size: 1rem;
  }
  .HeaderInner_dropdownContentMobile__bgSh4 {
    display: block;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #523f7261;
    padding: 1rem;
    width: 130%;
    margin-top: 1rem;
    box-sizing: border-box;
    border-radius: 20px;
    opacity: 1;
    visibility: visible;
  }

  .HeaderInner_dropdownItem__fRzHP {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: -moz-fit-content;
    width: fit-content;
  }

  .HeaderInner_megaMenuItem__jfqQl {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    padding: 8px 0;
    border-radius: 8px;
    width: 20rem;
    background: transparent;
  }

  .HeaderInner_dropdownArrow__XECG8 {
    font-size: 1.5rem;
    color: #fff;
  }

  .HeaderInner_megaMenuUnderLine__A4g6k {
    width: 30%;
    height: 2px;
    background: #fff;
  }

  .HeaderInner_textContainer__apYi5 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fff;
  }

  .HeaderInner_titleContainer__byn_I {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    min-width: 250px;
    overflow-x: auto;
    padding: 1.5rem 0px 1.5rem 10px;
    scrollbar-width: thin;
    scrollbar-color: #523f72 transparent;
  }

  .HeaderInner_titleContainer__byn_I::-webkit-scrollbar {
    height: 5px;
  }

  .HeaderInner_titleContainer__byn_I::-webkit-scrollbar-thumb {
    background: #523f72;
    border-radius: 5px;
  }

  .HeaderInner_titleContainer__byn_I::-webkit-scrollbar-track {
    background: transparent;
  }

  .HeaderInner_arrowContainer__1PBeX {
    display: flex;
    width: 6rem;
  }

  .HeaderInner_dropdownTitle__JwiZ6 {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 0.5rem 0;
  }

  .HeaderInner_megaMenuItem__jfqQl h4 {
    font-size: clamp(10px, 0.9vw, 3rem);
    font-weight: bold;
    color: #fff;
    margin: 0;
  }

  .HeaderInner_megaMenuItem__jfqQl p {
    font-size: clamp(8px, 0.8vw, 2rem);
    color: #afafaf;
    margin: 0;
  }

  .HeaderInner_megaMenuItem__jfqQl img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    display: inline-block;
  }

  .HeaderInner_menuButton__oBxN0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .HeaderInner_navMenu__WP_X0 {
    display: none;
  }

  .HeaderInner_headerInner__plL_D {
    width: 95%;
    padding: 0.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .HeaderInner_sidebar__ARBJs {
    display: none;
  }

  .HeaderInner_headerInner__plL_D {
    width: 90%;
  }

  .HeaderInner_navMenu__WP_X0 {
    gap: 0.75rem;
  }

  .HeaderInner_logo__oM_Ht {
    height: clamp(30px, 2.5vw, 10rem);
  }

  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(10px, 0.9vw, 2rem);
    padding: 8px 16px;
  }

  .HeaderInner_whatsappIcon__g8QgR {
    width: 30px !important;
    height: 30px !important;
  }

  .HeaderInner_whatsappImage__ppYxH {
    width: 18px !important;
    height: 18px !important;
  }

  .HeaderInner_megaMenuContent__j0AzJ {
    grid-template-columns: repeat(2, 1fr);
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .HeaderInner_resourcesMegaMenu__eDKvY {
    width: 25vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .HeaderInner_megaMenuItem__jfqQl {
    gap: 0.5rem;
    padding: 0.5rem;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .HeaderInner_headerInner__plL_D {
    width: 90%;
  }

  .HeaderInner_navMenu__WP_X0 {
    gap: 1vw;
  }

  .HeaderInner_logo__oM_Ht {
    height: clamp(35px, 2.8vw, 10rem);
  }

  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(10px, 0.85vw, 2rem);
    padding: 8px 18px;
  }

  .HeaderInner_whatsappIcon__g8QgR {
    width: 32px !important;
    height: 32px !important;
  }

  .HeaderInner_whatsappImage__ppYxH {
    width: 20px !important;
    height: 20px !important;
  }
}

.ContactUsTopSection_outerDiv__FLaNU {
  display: flex;
  align-items: center;
  width: 85%;
}
.ContactUsTopSection_headingContainer___5lvg {
  flex: 1.5 1;
  display: flex;
  gap: 1.2rem;
  text-align: left;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.ContactUsTopSection_legend__cJyEN {
  margin-top: 0.5rem;
  height: 2px;
  background-color: #f37a6b;
  width: 8%;
  align-self: start;
}
.ContactUsTopSection_imageContainer___oa2q {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.ContactUsTopSection_contactUsImage__kF3YL {
  width: 32vh !important;
  height: auto !important;
  position: relative !important;
}

.ContactUsTopSection_content__1HAA_ {
  display: flex;
  flex-direction: column;
  width: 85%;
}

.ContactUsTopSection_title__2MBEb {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: clamp(2rem, 1.2vw, 3rem);
  font-family: "Geist Regular", sans-serif;
  color: #fff;
}

.ContactUsTopSection_description__PGYU9 {
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: clamp(18px, 1vw, 2.5rem);
  line-height: clamp(2rem, 2vw, 4.5rem);
  width: 75%;
  margin-top: 1%;
}

.ContactUsTopSection_buttonText__p4PhA {
  position: relative;
  z-index: 1;
  color: #ffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 100;
}

/* Mobile screens */
@media (max-width: 768px) {
  .ContactUsTopSection_outerDiv__FLaNU {
    flex-direction: column;
  }

  .ContactUsTopSection_headingContainer___5lvg {
    gap: 1rem;
    align-items: center;
  }

  .ContactUsTopSection_imageContainer___oa2q {
    justify-content: center;
    margin-top: 2vh;
    display: none;
  }

  .ContactUsTopSection_contactUsImage__kF3YL {
    width: 70%;
    margin-top: 0;
  }

  .ContactUsTopSection_content__1HAA_ {
    width: 100%;
  }

  .ContactUsTopSection_title__2MBEb {
    font-size: clamp(20px, 6vw, 28px);
  }
.ContactUsTopSection_legend__cJyEN{
  width: 20%;
}
  .ContactUsTopSection_description__PGYU9 {
    display: block;
    font-size: clamp(16px, 4vw, 22px);
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .ContactUsTopSection_content__1HAA_ {
    width: 90%;
  }
}

/* ContactUsMidSection.module.css */
.ContactUsMidSection_container__tkLT9 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  background-color: transparent;
  flex-direction: column;
}

.ContactUsMidSection_box__WoJJm {
  width: 85%;
  padding: 20px;
  border-radius: 15px;
  background-color: #040404;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.ContactUsMidSection_control___4WbW {
  width: 100%;
}

.ContactUsMidSection_additionalInfoContainer__VXm8x {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  width: 59%;
}

.ContactUsMidSection_additionalInfoBox__THjjX {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  background-color: transparent;
  border-radius: 20px;
  width: 30%;
  border: 1px solid #523F72;
}

.ContactUsMidSection_textContainer__b6r3x {
  line-height: 1.5rem;
}



.ContactUsMidSection_emailHeader__2618n {
  font-size: 15px;
  margin-bottom: 10px;
}

.ContactUsMidSection_emailAddress__W0rnG {
  font-size: 16px;
}

.ContactUsMidSection_imageContainer__K29EH {
  padding: 10px;
  border: 1px solid #523F72;
  border-radius: 10px;
}

.ContactUsMidSection_contactImage__8xPx2 {
  width: 18px;
  height: 18px;
}

@keyframes ContactUsMidSection_traceBorder__W2rcs {
  0% {
    background-position: 100%;
  }
  50% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.ContactUsMidSection_sendButtonText__hpNdH {
  gap: 0.5rem;
  z-index: 1;
}

.ContactUsMidSection_inputRow__ZwOPQ {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.ContactUsMidSection_inputNumber__8dnbI {
  width: 49.7%;
}

.ContactUsMidSection_input__wgQLA {
  flex: 1;
  padding: 0.5rem 2rem;
  border: 1px solid #523F72;
  border-radius: 25px;
  font-size: 16px;
  background-color: transparent;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ContactUsMidSection_input__wgQLA::-moz-placeholder {
  color: inherit; /* Inherit color from parent (theme.colors.text) */
}

.ContactUsMidSection_input__wgQLA::placeholder {
  color: inherit; /* Inherit color from parent (theme.colors.text) */
}

.ContactUsMidSection_tick__MGhAa {
  animation: ContactUsMidSection_tickScale__1OaXz 0.5s ease-in-out;
  font-size: 1.5rem;
}

@keyframes ContactUsMidSection_tickScale__1OaXz {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ContactUsMidSection_submitted__Prnsk {
  background: #5bcf76 !important;
}

.ContactUsMidSection_phoneInput__7qawr input {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #fff;
}

.ContactUsMidSection_phoneInput__7qawr input:focus {
  outline: none;
  border: none;
}

.ContactUsMidSection_phoneInput__7qawr input::-moz-placeholder {
  color: inherit; /* Inherit color from parent (theme.colors.text) */
}

.ContactUsMidSection_phoneInput__7qawr input::placeholder {
  color: inherit; /* Inherit color from parent (theme.colors.text) */
}

.ContactUsMidSection_PhoneInput__cJN5j::after {
  color: inherit; /* Inherit color from parent */
}

.ContactUsMidSection_PhoneInputInput__eH75R {
  background: transparent;
}

.ContactUsMidSection_section__93icw {
  margin-bottom: 20px;
  border: 1px solid #523F72;
  padding: 2.5rem 2rem;
  border-radius: 25px;
}

.ContactUsMidSection_msgSection__6PY__ {
  margin-bottom: 20px;
}

.ContactUsMidSection_question__kbkru {
  margin-bottom: 15px;
  font-size: 18px;
}

.ContactUsMidSection_checkboxes__GIcb7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.ContactUsMidSection_checkboxes__GIcb7 label {
  display: block;
  margin-bottom: 2%;
  font-size: 16px;
}

.ContactUsMidSection_checkboxes__GIcb7 input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #a5a5ac;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #523F72;
  border-radius: 3px;
  position: relative;
}

.ContactUsMidSection_checkboxes__GIcb7 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 76%;
  height: 70%;
  background-color: transparent;
  border-radius: 2px;
}

.ContactUsMidSection_checkboxes__GIcb7 input[type="checkbox"]:checked::before {
  background-color: #a5a5ac;
}

.ContactUsMidSection_messageBox__k2Avw {
  width: 100%;
  height: 150px;
  padding: 25px;
  border: 1px solid #523F72;
  border-radius: 25px;
  font-size: 16px;
  resize: none;
  margin-bottom: 15px;
  background-color: transparent;
}

.ContactUsMidSection_messageBox__k2Avw::-moz-placeholder {
  color: inherit; /* Inherit color from parent (theme.colors.text) */
}

.ContactUsMidSection_messageBox__k2Avw::placeholder {
  color: inherit; /* Inherit color from parent (theme.colors.text) */
}

.ContactUsMidSection_sendButton__Rjy1h {
  position: relative;
  padding: 1rem 1.1rem;
  background: transparent;
  background-color: transparent;
  font-size: clamp(14px, 1vw, 2rem);
  cursor: pointer;
  overflow: hidden;
  border: none;
  border-radius: 2rem;
  transition: color 0.4s ease;
  width: 12%;
  margin: 0 auto;
}

.ContactUsMidSection_sendButton__Rjy1h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2rem;
  border: 1px solid transparent;
  background: linear-gradient(
    to right,
    rgba(123, 90, 154, 0) 0%,
    #4c3a6c 50%,
    rgba(123, 90, 154, 0) 100%
  );
  background-size: 200%;
  background-position: 100%;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.4s ease;
  animation: none;
}

.ContactUsMidSection_sendButton__Rjy1h:hover::before {
  animation: ContactUsMidSection_traceBorder__W2rcs 4.5s ease-in-out infinite;
  background-size: 300%;
}

.ContactUsMidSection_boxesContainer__yaSqn {
  display: flex;
  gap: 5rem;
}

.ContactUsMidSection_ContactBox__lVIez {
  padding: 26px;
  border: 1px solid #523F72;
  border-radius: 25px;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  z-index: 1;
  width: 50%;
}

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

.ContactUsMidSection_title__ItFMJ {
  margin-bottom: 10px;
}

.ContactUsMidSection_textSection__p3IYU {
  gap: 30px;
}



@media (max-width: 768px) {
  .ContactUsMidSection_container__tkLT9 {
    gap: 2rem;
  }

  .ContactUsMidSection_inputRow__ZwOPQ {
    flex-direction: column;
  }

  .ContactUsMidSection_input__wgQLA {
    width: 100%;
  }
  .ContactUsMidSection_inputNumber__8dnbI {
    width: 100%;
  }

  .ContactUsMidSection_messageBox__k2Avw {
    height: 120px;
  }

  .ContactUsMidSection_sendButton__Rjy1h {
    width: 100%;
    font-size: 1.2rem;
  }
  .ContactUsMidSection_checkboxes__GIcb7 label {
    display: flex;
  }
  .ContactUsMidSection_boxesContainer__yaSqn {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .ContactUsMidSection_ContactBox__lVIez {
    text-align: center;
    width: 85%;
  }

  .ContactUsMidSection_boxContent__llGiM {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }

  .ContactUsMidSection_svgSection__Q2gCy img {
    max-width: 100%;
  }
  .ContactUsMidSection_input__wgQLA {
    padding: 1.2rem 2rem;
  }

  .ContactUsMidSection_additionalInfoContainer__VXm8x {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 2rem;
    flex-direction: column;
    width: 85%;
  }

  .ContactUsMidSection_additionalInfoBox__THjjX {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: transparent;
    border-radius: 20px;
    width: 100%;
  }

  .ContactUsMidSection_imageContainer__K29EH {
    padding: 10px;
    border: 1px solid #523F72;
    border-radius: 10px;
  }

  .ContactUsMidSection_contactImage__8xPx2 {
    width: 18px;
    height: 18px;
  }
}
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.FaqSection_faqSection__6wD4t {
  display: flex;
  justify-content: center;
  width: 85%;
  padding: 20px;
  background-color: #11041c;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #ffffff !important;
  align-self: center;
  margin-bottom: 10vh;
  font-family: "Geist Regular", sans-serif;
}

.FaqSection_faqList__gwaAW h2 {
  font-size: clamp(32px, 1.5vw, 4rem);
  font-weight: 300;
  color: #ffffff;
}

.FaqSection_faqList__gwaAW h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #f37a6b;
  margin-top: 10px;
}

.FaqSection_faqImage__i2dfX {
  width: 25vh;
  height: auto;
  margin-left: 20px;
  flex-shrink: 0;
}

.FaqSection_faqList__gwaAW {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 2;
  padding: 2rem 0rem 4rem 1rem;
}

.FaqSection_faqItem__QvSwq {
  position: relative;
  background: rgba(231, 198, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
  width: 90%;
  align-self: center;
}

.FaqSection_faqItem__QvSwq::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 22px;
  z-index: -1;
}

.FaqSection_faqItem__QvSwq:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.FaqSection_faqQuestion__Qb_9p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(16px, 1vw, 3rem);
  transition: all 0.4s ease-in-out;
  font-weight: 300;
  color: #ffffff;
}

.FaqSection_icon__GERfy {
  margin-left: 10px;
  transition: transform 0.4s ease;
}

.FaqSection_icon__GERfy.FaqSection_darkTheme__IJHmZ {
  color: #ffffff; 
}

.FaqSection_icon__GERfy.FaqSection_lightTheme__xmtJX {
  color: #000000; 
}

.FaqSection_iconExpanded__L1_ZZ {
  transform: rotate(180deg);
}

.FaqSection_faqAnswer__zphdT {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.FaqSection_faqItem__QvSwq.FaqSection_expanded__OhMMd .FaqSection_faqAnswer__zphdT {
  height: auto;
}
.FaqSection_icon__GERfy {
  margin-left: 10px;
  color: #ffffff;
  transition: transform 0.4s ease; 
}

.FaqSection_iconExpanded__L1_ZZ {
  transform: rotate(180deg); 
}
.FaqSection_faqItem__QvSwq.FaqSection_expanded__OhMMd .FaqSection_faqAnswer__zphdT p {
  padding-left: 18px;
  font-size: clamp(16px, 1vw, 3rem);
  margin-top: 10px;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .FaqSection_faqSection__6wD4t {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 95%;
    margin-bottom: 3vh;
  }

  .FaqSection_faqList__gwaAW {
    width: 100%;
    padding: 0;
  }

  .FaqSection_faqList__gwaAW h2 {
    font-size: clamp(20px, 6vw, 24px);
  }

  .FaqSection_faqImage__i2dfX {
    width: 20vh;
    margin-top: 20px;
    margin-left: 0;
  }

  .FaqSection_faqAnswer__zphdT {
    max-width: 100%;
    color: #ffffff;
  }

  .FaqSection_faqQuestion__Qb_9p {
    font-size: 16px;
    color: #ffffff;
  }

  .FaqSection_faqAnswer__zphdT {
    font-size: 12px;
    padding-left: 0;
    color: #ffffff;
  }

  .FaqSection_faqAnswer__zphdT p {
    color: #ffffff !important;
  }

  .FaqSection_faqItem__QvSwq {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .FaqSection_faqSection__6wD4t {
    padding: 2rem 1rem;
    width: 90%;
  }

  .FaqSection_faqImage__i2dfX {
    width: 18vh;
  }

  .FaqSection_faqQuestion__Qb_9p {
    font-size: 15px;
    color: #ffffff;
    font-size: 0.8rem;
  }

  .FaqSection_faqAnswer__zphdT {
    font-size: 12px;
    padding-left: 0px;
    color: #ffffff;
  }

  .FaqSection_faqAnswer__zphdT p {
    color: #ffffff !important;
    padding-left: 18px;
    font-size: 0.8rem !important;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .FaqSection_faqSection__6wD4t {
    width: 90%;
    margin-bottom: 2vh;
  }

  .FaqSection_faqList__gwaAW {
    padding: 2rem;
  }
}

.Footer_container__fqbok {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 4rem;
  color: #ffffff; 
  font-family: "Geist Regular", sans-serif;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  align-items: flex-start;
}

.Footer_section__ZlOz5 {
  flex: 1 1 auto;
  margin: 1rem;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Footer_section__ZlOz5:last-child {
  flex: 1 1 100%;
  width: 100%;
  margin: 1rem 0;
}

.Footer_title__Q46MN {
  /* font-size: 1.25rem; */
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ffffff; 
}

.Footer_smallText__pEz2C {
  font-size: 0.875rem;
  margin: 0.5rem 0;
  color: #ccc; 
}

.Footer_followUs__H1ygt .Footer_socialIcons__CLKyT {
  display: flex;
  gap: 0;
}

.Footer_horizontalLine__0bcKO {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  margin: 0;
  align-self: center;
}

.Footer_dmcaBox__w_K1A {
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0.5rem 0;
}

.Footer_dmca__t3pLt {
  background-color: #f0f0f0;
  color: #000;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.Footer_protected__nba14 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.Footer_globalPresence__JUsDX .Footer_region__q4vrV {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  flex-shrink: 0;
}

.Footer_country__sErSf {
  /* font-size: 1.25rem; */
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
  white-space: nowrap;
}

.Footer_contact__a_MVg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  color: #ccc;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.Footer_icon__CRMUB {
  font-size: 1rem;
  color: #ccc;
}

.Footer_logo__NpJo2{
  width: auto;
  max-width: 200px;
  height: 50px;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
}


.Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 250px;
  align-items: flex-start;
}

.Footer_contactItem__8qSuf {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.Footer_icons___LYNo {
  display: flex;
  gap: 1rem;
  width: auto;
  max-width: 300px;
}

.Footer_linkContainer__N4I6f{
  font-size: 0.875rem;
  color: #ccc;
  max-width: 100%;
}

.Footer_globalPresence__JUsDX{
  margin-top: .5rem;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.Footer_footerRegion__ZSTzR {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  flex-wrap: nowrap;
}

@media (min-width: 1441px) {
  .Footer_container__fqbok {
    padding: 2rem 6rem;
  }
  
  .Footer_section__ZlOz5 {
    margin: 1rem 2rem;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .Footer_container__fqbok {
    padding: 2rem 3rem;
  }

  .Footer_section__ZlOz5 {
    margin: 1rem 1.5rem;
  }

  .Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
    width: 80%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .Footer_container__fqbok {
    padding: 1.5rem 2rem;
  }

  .Footer_section__ZlOz5 {
    margin: 1rem;
    flex: 1 1 45%;
  }

  .Footer_icons___LYNo {
    gap: 0.75rem;
    width: auto;
  }

  .Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
    width: 100%;
    max-width: 300px;
  }

  .Footer_logo__NpJo2 {
    width: 60%;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .Footer_container__fqbok {
    flex-direction: column;
    padding: 1rem;
  }

  .Footer_section__ZlOz5 {
    margin: 0.5rem 0;
  }
  
  .Footer_section__ZlOz5:last-child {
    flex: 1 1 auto;
    width: auto;
  }

  .Footer_icons___LYNo {
    justify-content: center;
    gap: 0.5rem;
  }

  .Footer_linkContainer__N4I6f {
    font-size: 0.75rem;
  }

  .Footer_logo__NpJo2 {
    display: none;
  }

  .Footer_securityCompliance__cg5D_{
    display: none;
  }
  
  .Footer_globalPresence__JUsDX {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .Footer_footerRegion__ZSTzR {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .Footer_globalPresence__JUsDX .Footer_region__q4vrV {
    gap: 1rem;
  }
  
  .Footer_horizontalLine__0bcKO {
    width: 100%;
    height: 1px;
    margin: 1rem 0;
  }
}

@media screen and (min-width: 1400px) and (max-height: 900px){
  .Footer_container__fqbok {
    padding: 2rem 4rem;
  }
  
  .Footer_section__ZlOz5{
    margin: 1rem 1.5rem;
  }
}
