@font-face {
  font-family: "montserrat";
  src: url("../webfonts/ArbFONTS-Montserrat-Arabic-Regular.ttf");
}
* {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "montserrat", sans-serif;
  transition: scroll 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

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

label {
  cursor: pointer;
}

a {
  text-decoration: none;
}

button,
input {
  border: none;
  background-color: unset;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #989898;
  border-radius: 30px;
}

:target {
  scroll-margin-top: 120px;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button {
  display: none;
}
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

.dropdown-toggle:active {
  background: #fff !important;
  border-color: #ffae00 !important;
}

a,
button {
  transition: 0.3s ease-in-out;
}

.dropdown-toggle::after {
  display: none;
}

body {
  position: relative;
  overflow-x: hidden;
  direction: rtl;
}

header {
  padding: 16px 0;
  z-index: 999;
  background: #f8f8f8;
  position: sticky;
  top: 0;
}
header .layer {
  position: absolute;
  top: 92px;
  left: 0;
  width: 100%;
  height: calc(100vh - 92px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-behavior: allow-discrete;
}
header .layer.show {
  display: block;
  opacity: 1;
}
header nav {
  border-radius: 8px;
  width: 100%;
  display: flex;
}
header nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
header nav .logo a {
  color: #ffae00;
}
header nav .logo a h1 {
  font-size: 22px;
  margin: 0;
}
header nav .logo a img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .nav_links {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  header nav .nav_links {
    position: fixed;
    right: -50%;
    top: 92px;
    height: calc(100vh - 92px);
    width: 50%;
    justify-content: flex-start;
    background: #f8f8f8;
    flex-direction: column;
    align-items: self-start;
    padding: 32px 24px;
    gap: 32px;
    z-index: 1;
    transition: 0.3s ease-in-out;
  }
  header nav .nav_links.show {
    right: 0;
  }
}
header nav .nav_links .nav_link {
  color: #222020;
  font-size: 14px;
  position: relative;
}
header nav .nav_links .nav_link::after {
  position: absolute;
  content: "";
  height: 1.5px;
  width: 0;
  background: #ffae00;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
header nav .nav_links .nav_link.active, header nav .nav_links .nav_link:hover {
  color: #ffae00;
}
header nav .nav_links .nav_link.active::after, header nav .nav_links .nav_link:hover::after {
  width: 100%;
}
header nav .more_actions {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  header nav .more_actions {
    flex: 2;
  }
}
header nav .more_actions .dropdown-toggle {
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #ffae00;
}
header nav .more_actions .dropdown-toggle i {
  color: #ffae00;
}
header nav .more_actions .drop_Message_Menu {
  z-index: 999;
  min-width: 350px;
  height: 300px;
  flex-direction: column;
  top: 20px !important;
  padding: 16px !important;
  border-radius: 16px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu {
  overflow-y: scroll;
  flex: 1 1 auto;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .noNotifications {
  width: 100%;
  text-align: start;
  margin: 0;
  padding: 16px;
  font-size: 20px;
  color: #aaaaaa;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message {
  width: 100%;
  background: #f8f8f8;
  padding: 12px;
  border-radius: 8px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header .title {
  font-size: 14px;
  color: #222020;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message .header .time {
  color: #666b88;
  font-size: 10px;
}
header nav .more_actions .drop_Message_Menu .scroll_menu .drop_Message p {
  margin: 0;
  text-align: start;
  font-size: 14px;
  color: #222020;
}
header nav .more_actions .drop_Message_Menu .showall {
  width: 100%;
  text-align: center;
  color: #ffae00;
  font-size: 14px;
  padding: 12px;
  border-radius: 4px;
  background: #f8f8f8;
}
header nav .more_actions .drop_Message_Menu.show {
  display: flex;
}
header nav .more_actions .toggler {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .more_actions .toggler {
    display: block;
  }
}
header nav .more_actions .auth_menu {
  display: none;
  flex-direction: column;
  padding: 16px !important;
  border-radius: 16px !important;
  top: 20px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  gap: 12px;
}
header nav .more_actions .auth_menu .balance {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffae00;
  color: #fff;
  border-radius: 8px;
  padding: 8px;
}
header nav .more_actions .auth_menu .balance h6 {
  font-size: 14px;
  margin: 0;
}
header nav .more_actions .auth_menu .profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .more_actions .auth_menu .profile .img {
  width: 48px;
  height: 48px;
  position: relative;
}
header nav .more_actions .auth_menu .profile .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav .more_actions .auth_menu .profile .img .verified {
  position: absolute;
  bottom: -8px;
  left: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .more_actions .auth_menu .profile .img .verified i {
  color: #2ecc71;
  font-size: 12px;
}
header nav .more_actions .auth_menu .profile .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header nav .more_actions .auth_menu .profile .info p {
  font-size: 14px;
  color: #222020;
  margin: 0;
  text-align: start;
}
header nav .more_actions .auth_menu .profile .info span {
  text-align: start;
  color: #ffae00;
  font-size: 12px;
}
header nav .more_actions .auth_menu img {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
header nav .more_actions .auth_menu a,
header nav .more_actions .auth_menu button {
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 8px;
  color: #222020;
}
header nav .more_actions .auth_menu a i,
header nav .more_actions .auth_menu button i {
  width: 16px;
  height: 16px;
}
header nav .more_actions .auth_menu.show {
  display: flex;
}
header nav .more_actions .loginLink {
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  background: #ffae00;
  border-radius: 8px;
}
header nav .question {
  margin-bottom: 8px;
}
header nav .question label {
  font-size: 14px;
}
header nav .question input {
  cursor: pointer;
}

.heroSection {
  background-image: linear-gradient(rgba(255, 174, 0, 0.4196078431), #fff);
}
@media (max-width: 576px) {
  .heroSection {
    padding: 52px 0 100px;
  }
}
.heroSection .img {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroSection .img img {
  width: 90%;
}
@media (max-width: 576px) {
  .heroSection .img {
    padding-top: 32px;
    display: none;
  }
}
.heroSection .text {
  height: 100%;
  gap: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.heroSection .text span {
  font-size: 12px;
  font-weight: 700;
  color: #ffae00;
  display: flex;
  align-items: center;
  gap: 8px;
}
.heroSection .text span i {
  font-size: 12px;
  font-weight: 700;
  color: #ffae00;
}
.heroSection .text h1 {
  font-size: 40px;
  color: #222020;
  line-height: 70px;
  font-weight: 700;
}
.heroSection .text h1 span {
  font-size: 42px;
  font-weight: 700;
  line-height: inherit;
  display: inline-block !important;
  color: #ffae00;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .heroSection .text h1 {
    font-size: 32px;
    line-height: 52px;
  }
  .heroSection .text h1 span {
    font-size: 32px;
  }
}
.heroSection .text p {
  margin-bottom: 24px;
  color: #777;
}
@media (max-width: 576px) {
  .heroSection .text p {
    font-size: 14px;
    line-height: 26px;
  }
}

.download_btns {
  display: flex;
  gap: 16px;
}
.download_btns img {
  height: 44px;
}

.gallery {
  padding: 40px 0 0;
  background: rgba(255, 174, 0, 0.0666666667);
}
.gallery .appImgs {
  padding: 40px 0;
  position: relative;
}
.gallery .appImgs h2 {
  color: #ffae00;
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px !important;
}
.gallery .appImgs p {
  color: #777;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px !important;
}
.gallery .appImgs .swiper {
  width: 100%;
  padding: 30px 0;
  position: relative;
  display: flex;
}
.gallery .appImgs .swiper .swiper-slide {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  width: 234px;
  height: 507px;
  position: relative;
}
@media (max-width: 768px) {
  .gallery .appImgs .swiper .swiper-slide {
    width: 175.5px;
    height: 380px;
  }
}
.gallery .appImgs .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.gallery .appImgs .swiper .frame {
  width: 267px;
  height: 532px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .gallery .appImgs .swiper .frame {
    width: 202.5px;
    height: 401px;
  }
}
.gallery .appImgs .swiper-wrapper {
  height: auto;
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-bottom,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-left,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-right,
.gallery .appImgs .swiper-3d .swiper-slide-shadow-top {
  border-radius: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.062745098);
  border: 4px solid #fff;
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.gallery .appImgs .swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.features {
  position: relative;
  padding: 60px 0;
}
.features .title {
  color: #222020;
  font-size: 26px;
  font-weight: 600;
}
.features .subtitle {
  color: #666b88;
  font-size: 12px;
  margin-bottom: 32px;
}
.features .feature-card {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  height: 100%;
  padding: 24px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
.features .feature-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffae00;
  border-radius: 16px;
  height: 78px;
  width: 78px;
  margin-bottom: 28px;
}
.features .feature-card .icon img {
  max-height: 40px;
  filter: brightness(0) invert(1);
}
.features .feature-card h4 {
  color: #222020;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.features .feature-card p {
  margin: 0;
  text-align: center;
  color: #666b88;
  line-height: 24px;
  font-size: 12px;
}

.about_section {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .about_section {
    padding-top: 0;
  }
}
.about_section .content {
  padding-top: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 576px) {
  .about_section .content {
    padding-top: 30px;
  }
}
.about_section .content h2 {
  color: #ffae00;
  font-size: 28px;
  margin-bottom: 24px;
}
.about_section .content p {
  color: #222020;
  font-size: 14px;
  line-height: 26px;
}
.about_section .content .loginLink {
  padding: 12px 32px;
  background: #ffae00;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.about_section .circle {
  width: 440px;
  aspect-ratio: 1/1;
  background: #ffae00;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 450px) {
  .about_section .circle {
    width: 350px;
  }
}
.about_section .circle .img1 {
  position: absolute;
  max-height: 100%;
  transform: rotate(22deg);
  bottom: -48px;
  right: -16px;
}
@media (max-width: 450px) {
  .about_section .circle .img1 {
    max-height: 300px;
  }
}
.about_section .circle .img2 {
  position: absolute;
  max-height: 340px;
  transform: rotate(-22deg);
  top: -40px;
  left: 40px;
}
@media (max-width: 450px) {
  .about_section .circle .img2 {
    max-height: 220px;
  }
}
.about_section .circle .legend {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_card {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
.about_section .about_card img {
  height: 60px;
}
.about_section .about_card h4 {
  font-size: 16px;
  color: #ffae00;
}

.download-app {
  width: 100%;
  padding: 30px 0 0;
  background: #000;
  background-size: contain;
  overflow: hidden;
}
@media (max-width: 768px) {
  .download-app {
    height: 650px;
  }
  .download-app .app-imgs {
    margin-top: 60px;
  }
}
.download-app .container {
  height: 100%;
}
.download-app .container .row {
  height: 100%;
}
.download-app .container .row .img {
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.download-app .container .row .img img {
  width: 52%;
}
@media (max-width: 576px) {
  .download-app .container .row .img img {
    width: 70%;
  }
}
.download-app .container .row h3 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  margin-bottom: 12px;
}
@media (max-width: 450px) {
  .download-app .container .row h3 {
    font-size: 36px;
    line-height: 56px;
  }
}
.download-app .container .row p {
  color: #fff;
}
.download-app .container .row .btns {
  margin-top: 16px;
  display: flex;
  gap: 24px;
}
.download-app .container .row .btns img {
  max-height: 48px;
}

.footerLanding {
  background-color: #fff;
  padding: 20px 0;
}
.footerLanding .container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerLanding .container {
    flex-direction: column;
    text-align: center;
  }
}
.footerLanding .info {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerLanding .info {
    flex-direction: column;
    text-align: center;
  }
}
.footerLanding .info p {
  min-width: 150px;
}
.footerLanding p {
  margin: 0;
}
.footerLanding .hint {
  white-space: nowrap;
}
.footerLanding .logo {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footerLanding a {
  color: #ffae00;
}

.how-it-works-section {
  padding: 80px 0;
  background: rgba(255, 174, 0, 0.0666666667);
}
.how-it-works-section h4 {
  text-align: center;
  color: #ffae00;
  margin-top: 16px !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.how-it-works-section .subtitle {
  text-align: center;
  color: #777777;
  text-wrap: balance;
  margin-bottom: 32px !important;
}
.how-it-works-section .mockup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-section .mockup img {
  max-width: 80%;
}
.how-it-works-section .h-card {
  display: flex;
  flex-direction: row-reverse;
  text-align: end;
  gap: 20px;
  padding: 24px 0;
}
@media screen and (max-width: 576px) {
  .how-it-works-section .h-card {
    flex-direction: row;
    text-align: start;
  }
}
.how-it-works-section .h-card .icon {
  display: flex;
  align-items: center;
}
.how-it-works-section .h-card .icon img {
  display: block;
  min-width: 64px;
  height: 64px;
}
.how-it-works-section .h-card .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.how-it-works-section .h-card .text p {
  color: #777777;
  text-wrap: balance;
  line-height: 24px;
}
.how-it-works-section .h-card .text h5 {
  color: #ffae00;
}
.how-it-works-section .h-card.left {
  flex-direction: row;
  text-align: start;
}

/* ============ MAIN CONTAINER ============ */
.sapp-hero-section {
  background: #fcf8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  /* ============ HEADER STYLES ============ */
  /* ============ STEPS CONTAINER ============ */
  /* ============ INDIVIDUAL STEP ============ */
  /* ============ STEP ICON ============ */
  /* ============ STEP TEXT ============ */
  /* ============ ARROW DIVIDER ============ */
  /* ============ ANIMATIONS ============ */
  /* ============ RESPONSIVE ============ */
}
.sapp-hero-section .sapp-hero {
  max-width: 1200px;
  width: 100%;
}
.sapp-hero-section .sapp-header-wrapper {
  text-align: center;
  margin-bottom: 80px;
  animation: sapp-fade-in-down 0.8s ease-out;
}
.sapp-hero-section .sapp-header-wrapper .sapp-main-heading {
  font-size: 1.8rem;
  color: #ffae00;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.sapp-hero-section .sapp-header-wrapper .sapp-sub-heading {
  font-size: 0.9rem;
  color: rgba(83, 83, 83, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.sapp-hero-section .sapp-steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.sapp-hero-section .sapp-step-card {
  flex: 1;
  min-width: 280px;
  text-align: center;
  animation: sapp-fade-in-up 0.8s ease-out;
  animation-fill-mode: both;
}
.sapp-hero-section .sapp-step-card:nth-child(1) {
  animation-delay: 0.2s;
}
.sapp-hero-section .sapp-step-card:nth-child(2) {
  animation-delay: 0.4s;
}
.sapp-hero-section .sapp-step-card:nth-child(3) {
  animation-delay: 0.6s;
}
.sapp-hero-section .sapp-step-card:hover .sapp-icon-container {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.sapp-hero-section .sapp-step-card:hover .sapp-icon-container::before {
  left: 100%;
}
.sapp-hero-section .sapp-icon-container {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.sapp-hero-section .sapp-icon-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 174, 0, 0.3490196078);
  transition: left 0.6s ease;
}
.sapp-hero-section .sapp-step-title {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.sapp-hero-section .sapp-step-description {
  font-size: 0.8rem;
  color: rgba(104, 102, 102, 0.9);
  line-height: 1.6;
}
.sapp-hero-section .sapp-arrow-divider {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.6);
  display: none;
  flex-shrink: 0;
  animation: sapp-slide-arrow 1.5s ease-in-out infinite;
}
@keyframes sapp-slide-arrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
}
@keyframes sapp-fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sapp-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .sapp-hero-section .sapp-arrow-divider {
    display: block;
  }
}
@media (max-width: 767px) {
  .sapp-hero-section .sapp-main-heading {
    font-size: 2.5rem;
  }
  .sapp-hero-section .sapp-steps-wrapper {
    flex-direction: column;
    gap: 60px;
  }
  .sapp-hero-section .sapp-step-card {
    animation: sapp-fade-in-up 0.8s ease-out !important;
  }
}

/* CONTACT */
.contact {
  background-image: url("../images/backgroundImage.png");
  background-size: contain;
  background-position: center;
}
.contact h2 {
  color: black;
  text-align: center;
  font-size: 2rem;
}
.contact p {
  color: rgba(128, 128, 128, 0.658);
  text-align: center;
}
.contact .contact-inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1rem;
}
@media (max-width: 992px) {
  .contact .contact-inner {
    grid-template-columns: 1fr;
  }
}
.contact .contact-inner .contact-card {
  border-radius: 12px;
  padding: 1rem;
}
.contact .contact-inner .contact-card form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  /* Single labels (like textarea outside row) */
}
.contact .contact-inner .contact-card form .form-row {
  display: flex;
  gap: 0.8rem;
  margin: 2rem 0 0 0;
}
.contact .contact-inner .contact-card form .form-row label {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Floating label when focused or has content */
}
.contact .contact-inner .contact-card form .form-row label span {
  position: absolute;
  right: 0.8rem;
  font-weight: 600;
  color: rgba(255, 174, 0, 0.5882352941);
  font-size: 12px;
  pointer-events: none;
  padding: 0 4px;
  transition: all 0.3s ease;
}
.contact .contact-inner .contact-card form .form-row label span:focus {
  color: rgba(255, 174, 0, 0.5882352941);
}
.contact .contact-inner .contact-card form .form-row label input,
.contact .contact-inner .contact-card form .form-row label textarea {
  width: 100%;
  padding: 0.8rem 0.7rem;
  border: 1px solid rgba(255, 174, 0, 0.2588235294);
  border-radius: 8px;
  outline: none;
  font-size: 18px;
  background: none;
  transition: border-color 0.3s ease;
  color: rgba(255, 174, 0, 0.5882352941);
}
.contact .contact-inner .contact-card form .form-row label input:focus,
.contact .contact-inner .contact-card form .form-row label textarea:focus {
  border-color: rgba(255, 174, 0, 0.2588235294);
}
.contact .contact-inner .contact-card form .form-row label.focused span, .contact .contact-inner .contact-card form .form-row label.has-content span {
  left: 0.6rem;
  font-size: 16px;
  color: rgba(255, 174, 0, 0.5882352941);
  transform: scale(0.98);
  padding: 2px;
}
.contact .contact-inner .contact-card form label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .contact-inner .contact-card form label span {
  position: absolute;
  top: 0.75rem;
  right: 0.8rem;
  font-weight: 600;
  color: rgba(255, 174, 0, 0.5882352941);
  font-size: 14px;
  pointer-events: none;
  padding: 0 4px;
  transition: all 0.3s ease;
}
.contact .contact-inner .contact-card form label input,
.contact .contact-inner .contact-card form label textarea {
  width: 100%;
  padding: 0.8rem 0.7rem;
  border: 1px solid rgba(255, 174, 0, 0.2588235294);
  border-radius: 8px;
  outline: none;
  font-size: 18px;
  background: none;
  transition: border-color 0.3s ease;
  color: rgba(255, 174, 0, 0.5882352941);
}
.contact .contact-inner .contact-card form label input:focus,
.contact .contact-inner .contact-card form label textarea:focus {
  border-color: rgba(255, 174, 0, 0.2588235294);
}
.contact .contact-inner .contact-card form label.focused span, .contact .contact-inner .contact-card form label.has-content span {
  top: -0.55rem;
  right: 0.6rem;
  font-size: 18px;
  color: rgba(255, 174, 0, 0.5882352941);
  transform: scale(0.98);
  top: -2rem;
}
.contact .contact-inner .contact-card form .form-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.contact .contact-inner .contact-card form .form-actions .form-msg {
  color: var(--white);
  font-weight: 600;
  margin-left: 0.5rem;
}
.contact .contact-inner .contact-card form .form-actions .btn-custom {
  background-color: #ffae00;
  color: white !important;
  padding: 0.6rem 3rem !important;
}
.contact .contact-inner .contact-card form .form-actions .btn-custom:hover {
  scale: 1.05;
  transition: all 0.5s;
}
.contact .contact-inner .contact-info {
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */