/*
Theme Name: Infinity-Au
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infinity-au
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Infinity-Au is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --color-dark-1: #031E1E;
  --color-dark-2: #032424;
  --color-teal-dark: #044141;
  --color-teal-med: #055556;
  --color-teal-light: #9BBBBB;
  --color-teal-transparent: #69999A66;
  --color-gray-light: #F3F6F6;
  --color-pink: #EE5183;
  --color-pink-dark: #852A47;
  --color-accent-light: #3DE1C8;
  --color-white: #FFFFFF;
  --color-brand-strip: #9FBFBD;
  --color-card-light: #F9FAFA;
  --color-text-gray: #6B7280;
  --color-black: #000000;
  --color-pink-bright: #FF006E;
  --color-pink-hot: #FF2D87;
  --color-pink-deep: #E60073;
  --color-teal-bright: #00A8A8;
  --color-teal-overlay: #69999A;
  --color-text-muted: #6B6B6B;
  --color-text-dark: #111111;
  --color-text-dark-2: #222222;
  --color-text-mid: #666666;
  --color-text-mid-2: #555555;
  --color-text-light-1: #D9D9D9;
  --color-text-light-2: #D1D1D1;
  --color-white-soft: #FFF7F7;
  --color-white-alpha-c2: #FFFFFFC2;
  --color-pink-soft: #F1C6D4;
  --color-gray-border: #E0E0E0;
  --color-gray-placeholder: #999999;
  --color-hero-overlay: #061C22;
  --color-footer-bg: #011E1E;
  --color-footer-desc: #acc8c4;
  --color-footer-form-bg: #01312d;
  --color-footer-text: #E6F7F6;
  --color-footer-accent: #EE5183;
  --color-footer-accent-dark: #B92656;
  --color-footer-strong: #AEF0E6;
  --color-footer-input-border: rgba(255, 255, 255, 0.2);
  --color-footer-card-shadow: rgba(0, 0, 0, 0.8);
}

:root {
  --color-dark-1: #031E1E;
  --color-dark-2: #032424;
  --color-teal-dark: #0C999D;
  --color-teal-med: #055556;
  --color-teal-light: #9BBBBB;
  --color-pink: #EE5183;
  --color-teal-transparent: rgba(105, 153, 154, 0.4);
  --color-pink-dark: #852A47;
  --color-footer-bg: #011E1E;
  --color-footer-desc: #acc8c4;
  --color-footer-form-bg: #01312d;
  --color-footer-accent: #EE5183;
  --color-footer-accent-dark: #B92656;
  --color-accent-light: #3DE1C8;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-pink-bright: #FF006E;
  --color-pink-hot: #FF2D87;
  --color-pink-deep: #E60073;
  --color-teal-bright: #00A8A8;
  --color-teal-overlay: #69999A;
  --color-text-muted: #6B6B6B;
  --color-text-dark: #111111;
  --color-text-dark-2: #222222;
  --color-text-mid: #666666;
  --color-text-mid-2: #555555;
  --color-text-light-1: #D9D9D9;
  --color-text-light-2: #D1D1D1;
  --color-white-soft: #FFF7F7;
  --color-white-alpha-c2: rgba(255, 255, 255, 0.7607843137);
  --color-pink-soft: #F1C6D4;
  --color-gray-border: #E0E0E0;
  --color-gray-placeholder: #999999;
  --color-hero-overlay: #061C22;
  --color-footer-bg: #011E1E;
  --color-footer-desc: #acc8c4;
  --color-footer-form-bg: #01312d;
  --color-footer-accent: #EE5183;
  --color-footer-accent-dark: #B92656;
  --color-footer-text: #E6F7F6;
  --color-footer-strong: #AEF0E6;
  --color-footer-input-border: rgba(255, 255, 255, 0.2);
  --color-footer-card-shadow: rgba(0, 0, 0, 0.8);
  --font-primary: ARS Maquette Pro, sans-serif;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semi: 600;
  --weight-bold: 700;
  --weight-black: 900;
  --font-size-h1: 70px;
  --font-size-h2: 45px;
  --font-size-h3: 28px;
  --font-size-h4: 36px;
  --font-size-h5: 32px;
  --font-size-h5-medium: 24px;
  --font-size-body: 18px;
  --font-size-small: 16px;
  --font-size-48: 48px;
  --font-size-42: 42px;
  --font-size-38: 38px;
  --font-size-34: 34px;
  --font-size-24: 24px;
  --font-size-22: 22px;
  --font-size-20: 20px;
  --font-size-18: 18px;
  --font-size-16: 16px;
  --font-size-15: 15px;
  --font-size-14-5: 14.5px;
  --font-size-14: 14px;
  --font-size-13: 13px;
  --font-size-12: 12px;
  --line-height-h1: 100%;
  --line-height-h2: 70px;
  --line-height-33: 33px;
  --line-height-25: 25px;
  --color-dark: var(--color-dark-1);
  --color-gray: var(--color-teal-med);
  --color-accent: var(--color-pink);
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-BlackItalic.eot");
  src: local("ARS Maquette Pro Black Italic"), local("ARSMaquettePro-BlackItalic"), url("assets/font-family/ARSMaquettePro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-BlackItalic.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-BlackItalic.woff") format("woff"), url("assets/font-family/ARSMaquettePro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-Regular.eot");
  src: local("ARS Maquette Pro Regular"), local("ARSMaquettePro-Regular"), url("assets/font-family/ARSMaquettePro-Regular.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-Regular.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-Regular.woff") format("woff"), url("assets/font-family/ARSMaquettePro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-LightItalic.eot");
  src: local("ARS Maquette Pro Light Italic"), local("ARSMaquettePro-LightItalic"), url("assets/font-family/ARSMaquettePro-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-LightItalic.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-LightItalic.woff") format("woff"), url("assets/font-family/ARSMaquettePro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-Bold.eot");
  src: local("ARS Maquette Pro Bold"), local("ARSMaquettePro-Bold"), url("assets/font-family/ARSMaquettePro-Bold.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-Bold.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-Bold.woff") format("woff"), url("assets/font-family/ARSMaquettePro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-Italic.eot");
  src: local("ARS Maquette Pro Italic"), local("ARSMaquettePro-Italic"), url("assets/font-family/ARSMaquettePro-Italic.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-Italic.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-Italic.woff") format("woff"), url("assets/font-family/ARSMaquettePro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-MediumItalic.eot");
  src: local("ARS Maquette Pro Medium Italic"), local("ARSMaquettePro-MediumItalic"), url("assets/font-family/ARSMaquettePro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-MediumItalic.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-MediumItalic.woff") format("woff"), url("assets/font-family/ARSMaquettePro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-Medium.eot");
  src: local("ARS Maquette Pro Medium"), local("ARSMaquettePro-Medium"), url("assets/font-family/ARSMaquettePro-Medium.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-Medium.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-Medium.woff") format("woff"), url("assets/font-family/ARSMaquettePro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-Light.eot");
  src: local("ARS Maquette Pro Light"), local("ARSMaquettePro-Light"), url("assets/font-family/ARSMaquettePro-Light.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-Light.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-Light.woff") format("woff"), url("assets/font-family/ARSMaquettePro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-BoldItalic.eot");
  src: local("ARS Maquette Pro Bold Italic"), local("ARSMaquettePro-BoldItalic"), url("assets/font-family/ARSMaquettePro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-BoldItalic.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-BoldItalic.woff") format("woff"), url("assets/font-family/ARSMaquettePro-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ARS Maquette Pro";
  src: url("assets/font-family/ARSMaquettePro-Black.eot");
  src: local("ARS Maquette Pro Black"), local("ARSMaquettePro-Black"), url("assets/font-family/ARSMaquettePro-Black.eot?#iefix") format("embedded-opentype"), url("assets/font-family/ARSMaquettePro-Black.woff2") format("woff2"), url("assets/font-family/ARSMaquettePro-Black.woff") format("woff"), url("assets/font-family/ARSMaquettePro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html,
body,
button,
input,
textarea,
select {
  font-family: var(--font-primary), sans-serif;
  color: var(--color-gray);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
  font-family: var(--font-primary), sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 86px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
h1.h1-alt {
  font-weight: 400;
  font-size: 70px;
  line-height: 86px;
  letter-spacing: 0;
  color: #212121;
}
@media (max-width: 1024px) {
  h1.h1-alt {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (max-width: 767.9px) {
  h1.h1-alt {
    font-size: 28px;
    line-height: 40px;
  }
}
h1 span,
h1 strong {
  font-weight: var(--weight-bold);
  font-size: inherit;
  line-height: inherit;
  color: #212121;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
h2 h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 33px;
}
@media (max-width: 1024px) {
  h2 h3 {
    font-size: 32px;
    line-height: 20px;
  }
}
@media (max-width: 767.9px) {
  h2 h3 {
    font-size: 28px;
    line-height: 33px;
  }
}
h2 span,
h2 strong {
  font-weight: var(--weight-bold);
  font-size: inherit;
  line-height: inherit;
  color: #212121;
  text-align: center;
  display: inline-block;
}

p {
  font-weight: var(--weight-regular);
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  p {
    font-size: 20px;
    line-height: 32px;
  }
}
p.p-large {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  p.p-large {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  p.p-large {
    font-size: 20px;
    line-height: 32px;
  }
}
p.p-large-v2 {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 1024px) {
  p.p-large-v2 {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767.9px) {
  p.p-large-v2 {
    font-size: 20px;
    line-height: 30px;
  }
}
p.p-medium {
  font-size: 18px;
  line-height: 33px;
}
@media (max-width: 1024px) {
  p.p-medium {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767.9px) {
  p.p-medium {
    font-size: 20px;
    line-height: 32px;
  }
}
p.p-small {
  font-size: 20px;
  line-height: 37px;
  font-weight: 500px;
}
@media (max-width: 1024px) {
  p.p-small {
    font-size: 20px;
    line-height: 10px;
  }
}
@media (max-width: 767.9px) {
  p.p-small {
    font-size: 16px;
    line-height: 10px;
  }
}

body {
  background-color: #FFFFFF;
}

.text-primary {
  color: #0C999D;
}

.text-accent {
  color: #EE5183;
}

.text-white {
  color: #FFFFFF;
}

.bg-dark {
  background-color: #031E1E;
}

.bg-light {
  background-color: #F3F6F6;
}

section {
  padding: 100px 0;
}
@media (max-width: 767.9px) {
  section {
    padding: 50px 0;
  }
}

.is-hidden {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1530px;
}
@media (max-width: 1700px) {
  .container {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: calc(100% - 55px);
  }
}
@media (max-width: 767.9px) {
  .container {
    max-width: calc(100% - 28px);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
  background: transparent;
}
@media (max-width: 767.9px) {
  .header {
    padding-bottom: 0px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .header__brand {
    width: 100%;
    max-width: 194px;
  }
}
@media (max-width: 767.9px) {
  .header__brand {
    width: 100%;
    max-width: 152px;
  }
}
.header__brand img,
.header__brand .custom-logo-link img {
  max-height: 50px;
  width: auto;
}
.header__brand .header__title {
  margin: 0;
  font-size: 28px;
}
.header__brand .header__title a {
  color: #FFFFFF;
  text-decoration: none;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  list-style: none;
  display: flex;
  gap: 60px;
  margin: 0;
  padding: 0;
}
.header__menu li a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}
.header__menu li a:hover {
  color: #3DE1C8;
}
@media (max-width: 767.9px) {
  .header__actions .cta-btn {
    padding-block: 16px;
    padding-inline: 25px;
    font-size: 14px;
    min-width: auto;
  }
}
.header__toggle {
  display: none;
}
@media (max-width: 1024px) {
  .header__toggle {
    display: block;
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
  }
}

.hire-virtual {
  background-image: url("assets/image/footer-background.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 100px 0 0;
  /* Subtle background glow */
}
.hire-virtual::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle, rgba(238, 81, 131, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  transform: translateY(-50%);
}
.hire-virtual__container {
  position: relative;
  z-index: 5;
}
.hire-virtual {
  /* PART 1: TOP CONTENT & FORM */
}
.hire-virtual__top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  margin-bottom: 60px;
}
.hire-virtual__content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .hire-virtual__content {
    align-items: center;
    justify-content: center;
  }
}
.hire-virtual .star-icon {
  display: block;
  margin-bottom: 24px;
  line-height: 0;
}
.hire-virtual .star-icon svg {
  width: 42px;
  height: 42px;
}
.hire-virtual__title {
  margin-bottom: 20px;
  color: #FFFFFF !important;
  max-width: 365px;
  font-weight: 400 !important;
  width: 100%;
}
@media (max-width: 1024px) {
  .hire-virtual__title {
    max-width: 100%;
    text-align: center;
    font-size: 46px;
  }
}
.hire-virtual__title strong {
  color: #FFFFFF;
}
.hire-virtual__desc {
  font-size: var(--font-size-20);
}
@media (max-width: 767.9px) {
  .hire-virtual__desc {
    font-size: var(--font-size-16);
  }
}
.hire-virtual__desc {
  line-height: 1.6;
  max-width: 640px;
  margin-bottom: 66px;
  color: var(--color-white);
}
.hire-virtual__contact-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 745px;
}
.hire-virtual__info-box {
  display: flex;
  align-items: center;
  padding-block: 30px;
  border-radius: 16px;
  padding-left: 22px;
  border: 2px solid #0c494d;
  font-size: 32px;
}
@media (max-width: 767.9px) {
  .hire-virtual__info-box {
    font-size: 20px;
  }
}
.hire-virtual__info-box {
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hire-virtual__info-box .hire-virtual__icon-arrow {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  .hire-virtual__info-box .hire-virtual__icon-arrow {
    margin-right: 4px;
  }
}
.hire-virtual__info-box .hire-virtual__icon-arrow svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 767.9px) {
  .hire-virtual__info-box .hire-virtual__icon-arrow svg {
    width: 10px;
    height: 10px;
  }
}
.hire-virtual {
  /* Form Card Styling - Optimized for Forminator */
}
.hire-virtual__form-card {
  border-radius: 30px;
  padding-block: 54px;
  padding-inline: 86px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(20, 86, 92, 0.53);
}
@media (max-width: 1280px) {
  .hire-virtual__form-card {
    max-width: 642px;
    width: 100%;
    margin: 0 auto;
  }
}
.hire-virtual__form-card h2 {
  text-align: center;
  margin-bottom: 41px;
  color: #FFFFFF;
}
.hire-virtual__form-card {
  /* Forminator Specific Overrides */
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 !important;
  max-width: 451px;
  width: 100%;
  margin: 0 auto !important;
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-row {
  margin-bottom: 0 !important;
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-field {
  margin-bottom: 0 !important;
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-input,
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-textarea {
  background: transparent !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 12px !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  padding: 0 20px !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-input::placeholder,
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-textarea::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-input {
  height: 54px !important;
}
@media (max-width: 767.9px) {
  .hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-input {
    height: 54px !important;
  }
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-textarea {
  padding-top: 20px !important;
  min-height: 120px !important;
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-button-submit {
  margin: 24px auto 0 !important;
  height: 51px !important;
  width: 181px !important;
  border-radius: 12px !important;
  border: none !important;
  background: linear-gradient(90deg, #EE5183 0%, #B92656 100%) !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  transition: all 0.3s ease !important;
  display: block !important;
}
.hire-virtual__form-card .forminator-ui.forminator-custom-form .forminator-response-message {
  border-radius: 12px !important;
  font-size: 14px !important;
  margin-top: 20px !important;
}
.hire-virtual__form-card {
  /* Fallback static form styling */
}
.hire-virtual__form-card form:not(.forminator-ui) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hire-virtual__form-card form:not(.forminator-ui) input {
  height: 64px;
  border-radius: 12px;
  padding: 0 20px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 100%;
}
.hire-virtual__form-card form:not(.forminator-ui) input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.hire-virtual__form-card form:not(.forminator-ui) input:focus {
  outline: none;
  border-color: #EE5183;
}
.hire-virtual__form-card form:not(.forminator-ui) button {
  margin-top: 24px;
  height: 54px;
  width: 180px;
  align-self: center;
  border-radius: 12px;
  border: none;
  background: linear-gradient(90deg, #EE5183 0%, #B92656 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.hire-virtual {
  /* PART 2: WORLD MAP */
}
.hire-virtual__middle {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .hire-virtual__middle {
    padding-block: 0;
  }
}
.hire-virtual__middle img {
  width: 100%;
  max-width: 1200px;
  opacity: 0.5;
}
.hire-virtual {
  /* PART 3: BOTTOM SECTION (OVERLAY DESIGN) */
}
.hire-virtual__bottom-section {
  position: relative;
  margin-top: 20px;
  line-height: 0;
  padding-inline: 28px;
}
.hire-virtual__massive-branding {
  width: 100%;
  opacity: 0.45;
  pointer-events: none;
}
.hire-virtual__massive-branding img {
  width: 100%;
}
.hire-virtual__legal-bar {
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 28px;
  transform: translateY(-50%);
  z-index: 20;
  font-size: 20px;
  color: #FFFFFF;
  line-height: normal;
}
.hire-virtual__legal-links {
  display: flex;
  gap: 40px;
}
.hire-virtual__legal-links a {
  color: #EE5183;
  text-decoration: none;
  font-size: 20px;
  line-height: 37px;
}
@media (max-width: 1024px) {
  .hire-virtual__legal-links a {
    font-size: 18px;
    line-height: 28px;
  }
}
.hire-virtual__social-list {
  display: flex;
  gap: 20px;
}
.hire-virtual__social-list a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 2px solid #EE5183;
  color: #EE5183;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 22px;
}
.hire-virtual__social-list img {
  padding: 7px;
}
.hire-virtual {
  /* User's Utility Class X */
}
.hire-virtual .x {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 1280px) {
  .hire-virtual__top {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .hire-virtual__bottom-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .hire-virtual__bottom-section {
    padding-bottom: 0;
    padding-top: 28px;
  }
}
@media (max-width: 1280px) {
  .hire-virtual__legal-bar {
    position: relative;
    top: 0;
    transform: none;
    gap: 30px;
    text-align: center;
    padding: 40px 20px;
  }
}
@media (max-width: 1280px) and (max-width: 767.9px) {
  .hire-virtual__legal-bar {
    padding-block: 0;
    flex-direction: column-reverse;
    gap: 31px;
  }
}
@media (max-width: 1280px) {
  .hire-virtual__legal-links {
    gap: 10px;
  }
}
@media (max-width: 1280px) and (max-width: 767.9px) {
  .hire-virtual__legal-links {
    gap: 18px;
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .hire-virtual {
    padding-top: 60px;
  }
  .hire-virtual__title {
    font-size: 42px;
    line-height: 100%;
  }
  .hire-virtual__info-box {
    padding-block: 18px;
    font-size: 18px;
    padding-left: 21px;
  }
  .hire-virtual__form-card {
    padding: 50px 16px;
  }
  .hire-virtual .x {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767.9px) and (max-width: 767.9px) {
  .hire-virtual .x {
    gap: 18px;
  }
}
.forminator-edit-module {
  display: none;
}

.forminator-row .forminator-field-name .forminator-field .forminator-input {
  height: 51px !important;
}

.forminator-field-text .forminator-field .forminator-input {
  height: 51px !important;
}

/* ===============================
   Contact Info Premium Hover
================================= */
.hire-virtual__info-box:hover {
  transform: translateY(-4px);
  background: rgba(20, 86, 92, 0.53);
  box-shadow: 0 15px 40px rgba(205, 114, 143, 0.15);
}

/* Arrow slide */
.hire-virtual__icon-arrow {
  transition: transform 0.3s ease;
}

.hire-virtual__info-box:hover .hire-virtual__icon-arrow {
  transform: translateX(6px);
}

/* ===============================
   Form Card Premium Effect
================================= */
.hire-virtual__form-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.hire-virtual__form-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}

/* ===============================
   Luxury Button Hover
================================= */
.forminator-button-submit {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.forminator-button-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(238, 82, 131, 0.35);
}

/* Light sweep effect */
.forminator-button-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}

.forminator-button-submit:hover::before {
  left: 120%;
}

/* ===============================
   Social Icon Premium Interaction
================================= */
.hire-virtual__social-list a {
  display: inline-flex;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.hire-virtual__social-list a:hover {
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

/* ===============================
   Legal Links Elegant Hover
================================= */
.hire-virtual__legal-links a {
  position: relative;
  text-decoration: none;
}

.hire-virtual__legal-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #ee5283;
  transition: width 0.3s ease;
}

.hire-virtual__legal-links a:hover::after {
  width: 100%;
}

.cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  min-width: 188px;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.cta-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 10px 25px rgba(238, 81, 131, 0.5);
  opacity: 1;
}
.cta-btn:hover::after {
  left: 110%;
}
@media (max-width: 767.9px) {
  .cta-btn {
    width: 100%;
    max-width: 224px;
  }
}
.cta-btn--primary {
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
}
.cta-btn--sm {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  min-width: auto;
}

.btn-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  max-width: 232px;
  padding: 16px 21px;
  background: transparent;
  color: #EE5183;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #EE5183 0%, #F1C6D4 100%);
  border-image-slice: 1;
}
@media (max-width: 767.9px) {
  .btn-outline {
    width: 100%;
    max-width: 252px;
  }
}
@media (max-width: 1080px) {
  .btn-outline {
    max-width: 100%;
    width: fit-content;
    height: 55px;
  }
}

.hero {
  position: relative;
  min-height: 988px;
  color: #FFFFFF;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .hero {
    padding-bottom: 24px;
    height: 100%;
    min-height: 947px;
  }
}
@media (max-width: 767.9px) {
  .hero {
    min-height: 853px;
    height: 100%;
  }
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(6, 28, 34, 0.95) 0%, rgba(6, 28, 34, 0.75) 45%, rgba(6, 28, 34, 0.4) 100%);
  opacity: 0.43;
}
.hero__container {
  z-index: 3;
}
.hero__content {
  max-width: 1136px;
  width: 100%;
  padding-top: 194px;
}
@media (max-width: 1280px) {
  .hero__content {
    padding-top: 0px;
  }
}
.hero__avatars {
  display: flex;
  margin-bottom: 9px;
}
@media (max-width: 1080px) {
  .hero__avatars {
    margin-bottom: 29px;
  }
}
@media (max-width: 767.9px) {
  .hero__avatars {
    padding-top: 49px;
  }
}
.hero__avatar {
  width: 59.93px;
  height: 59.93px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-left: -12px;
  object-fit: cover;
}
.hero__avatar:first-child {
  margin-left: 0;
}
.hero__avatar {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
.hero__avatar:hover {
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.hero__title {
  margin-bottom: 20px;
  color: #FFFFFF;
  max-width: 1136px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero__title {
    max-width: 776px;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  .hero__title {
    max-width: 382px;
    width: 100%;
  }
}
.hero__title--highlight {
  color: #3DE1C8;
}
.hero__description {
  margin-bottom: 29px;
  opacity: 0.9;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .hero__description {
    margin-bottom: 130px;
    font-size: 24px !important;
  }
}
@media (max-width: 767.9px) {
  .hero__description {
    margin-bottom: 30px;
    max-width: 365px;
    width: 100%;
  }
}
.hero__actions {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .hero__actions {
    flex-direction: column;
  }
}
.hero__stats {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 78px;
  z-index: 3;
  width: 100%;
}
.hero .hero__stats-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%);
  z-index: 1;
}
.hero__stat {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  min-height: 120px;
}
.hero__stat--edge {
  grid-template-rows: 1fr auto 1fr;
  align-self: center;
  flex: 0 0 10px;
}
.hero__stat--edge .hero__dot--small {
  grid-row: 2;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: block;
}
.hero__stat--data {
  flex: 1;
}
.hero__stat--data .hero__stat-number {
  grid-row: 1;
  align-self: end;
  font-weight: 500;
  margin-bottom: 12px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 33px;
}
@media (max-width: 480px) {
  .hero__stat--data .hero__stat-number {
    font-size: 22px;
  }
}
.hero__stat--data .hero__dot--large {
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  z-index: 5;
  margin: 0;
}
.hero__stat--data .hero__dot--large svg {
  width: 20px;
  height: 20px;
  display: block;
}
.hero__stat--data .hero__stat-label {
  grid-row: 3;
  align-self: start;
  margin-top: 0;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0;
}
.hero .hero__stats-dot-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero__dot-css {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7607843137);
  border-radius: 50%;
}
.hero .hero__dot-svg {
  width: 20px;
  height: 20px;
  display: block;
}
.hero .hero__stat-label {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0%;
}
@media (max-width: 480px) {
  .hero .hero__stat-label {
    font-size: 14px;
  }
}
.hero .hero__mobile-visuals {
  display: none;
}
@media (max-width: 1280px) {
  .hero .hero__stats {
    margin-top: 69px;
  }
  .hero .hero__stats .slick-dots {
    bottom: -30px;
  }
  .hero .hero__stats .slick-dots li {
    margin: 0 6px;
  }
  .hero .hero__stats .slick-dots li button:before {
    font-size: 8px;
    color: #FFFFFF;
    opacity: 0.3;
  }
  .hero .hero__stats .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #EE5183;
  }
  .hero .hero__stats .hero__stat {
    position: relative;
  }
  .hero .hero__stats .hero__stat.hero__stat--marker {
    display: none;
  }
  .hero .hero__stats .hero__stat .desktop-only {
    display: none;
  }
  .hero .hero__stats .hero__stat .hero__mobile-visuals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    padding: 0 10%;
  }
  .hero .hero__stats .hero__stat .hero__mobile-line {
    flex-grow: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
  }
  .hero .hero__stats .hero__stat .hero__stat-number {
    position: relative;
    z-index: 2;
  }
  .hero .hero__stats .hero__stat .hero__stat-label {
    position: relative;
    z-index: 2;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #031E1E;
  width: 100%;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #999999;
  font-weight: 300;
  opacity: 0.8;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border-color: #EE5183;
  box-shadow: 0 0 0 2px rgba(238, 81, 131, 0.1);
}

.form__group {
  margin-bottom: 24px;
}
.form__label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #031E1E;
}

.arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #FFFFFF;
}
.arrow--open {
  transform: rotate(90deg);
}
.arrow--close {
  transform: rotate(0deg);
}
@media (max-width: 1080px) {
  .arrow {
    width: 30px;
    height: 30px;
  }
  .arrow svg {
    width: 10px;
    height: 10px;
  }
}

.arrow__icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.3019607843);
  border-radius: 50%;
}
@media (max-width: 1080px) {
  .arrow__icon {
    width: 30px;
    height: 30px;
  }
  .arrow__icon svg {
    width: 9px;
    height: 9px;
  }
}

.slider__arrow__icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.3019607843);
  border-radius: 50%;
  border: none;
}
@media (max-width: 1024px) {
  .slider__arrow__icon {
    width: 40px;
    height: 40px;
  }
  .slider__arrow__icon svg {
    width: 14px;
    height: 14px;
  }
}

.play-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border: none;
  color: #FFFFFF;
}
.play-btn--lg {
  width: 84px;
  height: 84px;
  font-size: 24px;
}
.play-btn--sm {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
@media (max-width: 767.9px) {
  .play-btn {
    width: 57px;
    height: 57px;
  }
  .play-btn svg {
    width: 21px;
    height: 21px;
  }
}

.star-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  color: #EE5183;
}
.star-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width: 1080px) {
  .star-icon {
    padding-bottom: 18px;
  }
}

.card {
  width: 100%;
  max-width: 435px;
  height: 574px;
  background-color: #F3F6F6;
  border-radius: 30px;
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.faq {
  background: #FFFFFF;
}
.faq__icon {
  font-size: 22px;
  color: #E60073;
  margin-bottom: 12px;
  text-align: center;
}
.faq__title {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700 !important;
}
@media (max-width: 767.9px) {
  .faq__title {
    margin-bottom: 26px;
    max-width: 270px;
    width: 100%;
    margin-inline: auto;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.faq__item {
  border: 1px solid #69999A;
  border-radius: 20px;
  background: #FFFFFF;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767.9px) {
  .faq__item {
    padding: 26px 23px 32px 21px;
  }
}
.faq__item {
  /* ACTIVE STATE */
}
.faq__item--active .faq__answer {
  max-height: 1000px;
  opacity: 1;
}
.faq__item--active .faq__arrow {
  transform: rotate(0deg);
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0px;
  color: #212121;
}
@media (max-width: 767.9px) {
  .faq__question {
    padding: 0 0 14px 0;
    font-size: 20px;
    line-height: 32px;
  }
}
.faq__question h2 {
  font-weight: 500 !important;
}
.faq__toggle {
  background: linear-gradient(90deg, #ee5183 0%, #852a47 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq {
  /* Arrow */
}
.faq__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.faq {
  /* Answer */
}
.faq__answer {
  padding: 0 22px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  max-width: 1018px;
  width: 100%;
}
@media (max-width: 767.9px) {
  .faq__answer {
    padding: 0;
  }
}
.faq__answer p {
  padding-bottom: 20px;
  margin: 0;
  letter-spacing: 0px;
  color: rgb(105, 105, 105);
}
@media (max-width: 767.9px) {
  .faq__answer p {
    padding-bottom: 0;
    font-size: 20px;
  }
}

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

.company-logos {
  background: #9FBFBD;
  padding: 0;
}
.company-logos__container {
  position: relative;
}
.company-logos .slick-list {
  overflow: hidden;
}
.company-logos .slick-track {
  display: flex;
  align-items: center;
  padding-left: 0px;
}
.company-logos .slick-slide {
  display: flex;
  height: auto;
  position: relative;
}
.company-logos__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.company-logos__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
}
.company-logos__logo img {
  max-height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}
.company-logos__logo img:hover {
  opacity: 0.8;
}
.company-logos .company-logos__item {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding-block: 30px;
}
@media (max-width: 1024px) {
  .company-logos__logo {
    width: 100%;
  }
}
.services__title {
  max-width: 704px;
  width: 100%;
  padding-bottom: 18px;
}
.services__title h1 {
  color: var(--color-dark);
}
@media (max-width: 1080px) {
  .services__title {
    max-width: 483px;
    width: 100%;
    line-height: 48px;
    font-size: 48px;
  }
}
@media (max-width: 767.9px) {
  .services__title {
    padding-bottom: 46px;
    max-width: 375px;
    letter-spacing: 0%;
    width: 100%;
    line-height: 28px;
    font-size: 28px;
    font-weight: 400;
  }
}
.services__description {
  max-width: 1386px;
  width: 100%;
  padding-bottom: 60px;
  color: rgb(105, 105, 105);
}
@media (max-width: 1024px) {
  .services__description {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .services__description {
    padding-bottom: 30px;
  }
}
@media (max-width: 1080px) {
  .services .star-icon {
    padding-bottom: 18px;
  }
}
.services__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767.9px) {
  .services__wrapper {
    gap: 20px;
  }
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .services__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 26px;
  }
}

.service-card {
  display: flex;
  position: relative;
  background-color: #F3F6F6;
  color: #031E1E;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.9px) {
  .service-card {
    flex-direction: column;
    gap: 0;
  }
}
.service-card__content {
  padding: 33px 37px;
}
@media (max-width: 767.9px) {
  .service-card__content {
    padding: 0 31px 42px 17px;
  }
}
.service-card__content h5 {
  font-weight: 700;
  color: #0C999D;
  font-size: 32px;
  line-height: 33px;
}
@media (max-width: 767.9px) {
  .service-card__content h5 {
    padding-bottom: 0;
  }
}
.service-card__content p {
  font-weight: 400;
  color: #696969;
}
@media (max-width: 767.9px) {
  .service-card__content p {
    padding-top: 10px;
  }
}
.service-card__content__dark {
  padding: 56px 0 0 38px;
}
@media (max-width: 767.9px) {
  .service-card__content__dark {
    padding: 0 35px 27px 29px;
  }
}
.service-card__content__dark h5 {
  color: #0C999D;
  font-size: 32px;
  line-height: 33px;
}
.service-card__content__dark p {
  color: #FFFFFF;
  max-width: 416px;
  width: 100%;
}
.service-card__content__tall {
  max-width: 416px;
  padding: 56px 0 0 38px;
}
@media (max-width: 767.9px) {
  .service-card__content__tall {
    max-width: 100%;
    padding: 0 31px 40px 17px;
    line-height: 33px;
    color: #696969;
  }
}
.service-card__text {
  padding-top: 19px;
}
@media (max-width: 767.9px) {
  .service-card__text {
    padding-top: 0;
  }
}
.service-card__image {
  padding: 0 117px 39px 100px;
}
@media (max-width: 1200px) {
  .service-card__image {
    padding: 40px;
  }
}
@media (max-width: 767.9px) {
  .service-card__image {
    padding: 20px;
  }
}
.service-card__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.service-card__image__dark {
  max-width: 301px;
  padding: 41px 0 6px;
}
@media (max-width: 767.9px) {
  .service-card__image__dark {
    max-width: 222px;
    padding: 47px 0 0 10px;
  }
}
.service-card--large {
  grid-row: span 2;
  flex-direction: column;
}
.service-card--large .service-card__image {
  padding-top: 54px;
  padding-bottom: 6px;
  transition: transform 0.5s ease;
}
@media (max-width: 767.9px) {
  .service-card--large .service-card__image {
    max-width: 276px;
    padding: 48px 0 0 38px;
  }
}
.service-card--large .service-card__image:hover {
  transform: scale(1.05);
}
.service-card .cards {
  padding-bottom: 30px;
}
.service-card--short {
  flex-direction: row-reverse;
  background: linear-gradient(270deg, #044141 0%, #032424 100%);
}
@media (max-width: 767.9px) {
  .service-card--short {
    height: auto;
    flex-direction: column;
  }
}
.service-card--tall {
  flex-direction: row-reverse;
  background: #F3F6F6;
}
.service-card--tall .service-card__image {
  padding: 0px;
  transition: transform 0.5s ease;
}
.service-card--tall .service-card__image:hover {
  transform: scale(1.05);
}
@media (max-width: 767.9px) {
  .service-card--tall {
    height: auto;
    flex-direction: column;
  }
}
.service-card--tall h5 {
  color: #0C999D;
}
@media (max-width: 767.9px) {
  .service-card--tall h5 {
    padding-bottom: 5px;
  }
}
.service-card--tall p {
  color: #696969;
}
.service-card--dark {
  background: linear-gradient(270deg, #044141 0%, #032424 100%);
  color: #FFFFFF;
  flex-direction: row-reverse;
}
@media (max-width: 767.9px) {
  .service-card--dark {
    flex-direction: column;
  }
}
.service-card--active {
  background: linear-gradient(180deg, #044141 0%, #032424 100%);
}
.service-card--active h5 {
  color: #0C999D;
}
.service-card--active p {
  color: #FFF7F7;
}
.service-card {
  transition: all 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Image Containers */
.service-card__image,
.service-card__image__dark {
  overflow: hidden;
  border-radius: 14px;
}

/* Image Zoom */
.service-card__image img,
.service-card__image__dark img {
  width: 100%;
  transition: transform 0.5s ease;
}

.service-card:hover .service-card__image img,
.service-card:hover .service-card__image__dark img {
  transform: scale(1.05);
}

/* Arrow Slide Animation */
.arrow__icon {
  display: inline-flex;
  transition: transform 0.35s ease;
}

.service-card:hover .arrow__icon {
  transform: translateX(6px);
}

/* Smooth Text Transition */
.service-card__title,
.service-card__text {
  transition: all 0.3s ease;
}

/* Title Accent on Hover */
.service-card:hover .service-card__title {
  color: #EE5183;
}

/* Dark Card Hover Adjustment */
.service-card--dark:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
  transform: translateY(-10px);
}

.services-card-main-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 767.9px) {
  .services-card-main-row {
    grid-template-columns: 1fr;
  }
}

.service-card-row {
  max-width: 490px;
  width: 100%;
  height: 100%;
  padding: 33px 37px 29px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px;
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}
@media (max-width: 767.9px) {
  .service-card-row {
    max-width: 100%;
    padding: 24px;
  }
}
.service-card-row .arrow-icon {
  position: absolute;
  top: 33px;
  right: 20px;
}
@media (max-width: 767.9px) {
  .service-card-row .arrow-icon {
    top: 24px;
  }
}

.service-card__media {
  max-width: 282px;
  width: 100%;
  padding-bottom: 29px;
}
@media (max-width: 767.9px) {
  .service-card__media {
    max-width: 100%;
  }
}

.services img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.services .arrow-icon {
  position: absolute;
  right: 0;
  padding: 20px;
}
@media (max-width: 767.9px) {
  .services .arrow-icon {
    padding: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .services-card-main-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-card__image__dark {
    display: none;
  }
  .service-card .service-card--tall .service-card__image {
    display: none;
  }
  .service-card__media {
    display: none;
  }
  .service-card__text {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) and (max-width: 1280px) {
  .service-card__text {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .service-card-row {
    padding: 33px 25px 29px;
  }
  .service-card-row .arrow-icon {
    top: 0;
    right: 10px;
  }
  .service-card__content h5 {
    padding-bottom: 10px;
  }
  .service-card--large .service-card__image {
    padding-top: 24px;
  }
  .service-card__content {
    padding: 20px;
  }
  .service-card__content__dark {
    padding: 36px 38px 0 38px;
  }
  .services__grid {
    grid-template-rows: 273px 1fr;
  }
  .service-card__content__dark p {
    color: #FFFFFF;
    max-width: 100%;
    width: 100%;
  }
  .service-card--tall .service-card__image {
    display: none;
  }
  .service-card__content__tall {
    max-width: 100%;
    padding: 36px 38px 0 38px;
  }
}
@media (max-width: 1280px) {
  .service-card__title {
    padding-top: 23px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .service-card-row .service-card__title {
    padding-top: 33px;
    padding-bottom: 10px;
    color: #0C999D;
  }
}
@media (max-width: 767.9px) {
  .service-card-row .service-card__title {
    padding-top: 0px;
    font-size: 24px !important;
    line-height: 100% !important;
  }
}
.service-card__title {
  color: #0c999d;
  font-size: 24px !important;
  line-height: 100% !important;
}

.service-card-row .service-card__text {
  color: #696969;
}

.service-card--active .service-card__text {
  color: #FFF7F7;
}

.service-card,
.service-card-row {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover,
.service-card-row:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card__image,
.service-card__image__dark,
.service-card__media {
  overflow: hidden;
  border-radius: 14px;
}

.service-card__image img,
.service-card__image__dark img,
.service-card__media img {
  width: 100%;
  transition: transform 0.5s ease;
}

.service-card:hover img,
.service-card-row:hover img {
  transform: scale(1.05);
}

.arrow__icon {
  display: inline-flex;
  transition: transform 0.35s ease;
}

.service-card:hover .arrow__icon,
.service-card-row:hover .arrow__icon {
  transform: translateX(6px);
}

.service-card__title,
.service-card__text {
  transition: color 0.3s ease;
}

.service-card:hover .service-card__title,
.service-card-row:hover .service-card__title {
  color: #EE5183;
}

.service-card--dark:hover {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.outsourcing {
  background: #F3F6F6;
}
@media (max-width: 1280px) {
  .outsourcing .container {
    margin-right: 0px;
  }
}
.outsourcing h1 {
  max-width: 1085px;
  margin-bottom: 56px;
}
@media (max-width: 1080px) {
  .outsourcing h1 {
    max-width: 804px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  .outsourcing h1 {
    margin-bottom: 28px;
  }
}
.outsourcing__wrapper {
  display: grid;
  grid-template-columns: 307px 1fr;
  gap: 57px;
  align-items: start;
  min-width: 0;
}
@media (max-width: 1080px) {
  .outsourcing__wrapper {
    gap: 45px;
  }
}
@media (max-width: 767.9px) {
  .outsourcing__wrapper {
    gap: 28px;
  }
}
.outsourcing__content {
  max-width: 314px;
}
.outsourcing__content p {
  color: rgb(105, 105, 105);
}
@media (max-width: 1280px) {
  .outsourcing__content {
    width: 100%;
    max-width: 100%;
  }
}
.outsourcing__cards {
  width: calc(100vw - 383px);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .outsourcing__cards {
    width: 100%;
  }
}
.outsourcing__card-cover {
  width: 100%;
  padding: 0 17px;
}
@media (max-width: 1280px) {
  .outsourcing__card-cover {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .outsourcing__card-cover {
    padding-right: 27px;
    padding-left: 0;
  }
}
@media (max-width: 767.9px) {
  .outsourcing__card-cover {
    padding-right: 17px;
    padding-left: 0;
  }
}
.outsourcing__card {
  position: relative;
  height: 574px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 991px) {
  .outsourcing__card {
    height: 448px;
  }
}
@media (max-width: 767.9px) {
  .outsourcing__card {
    height: 383px;
    max-width: 290px;
    width: 100%;
  }
}
.outsourcing__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.outsourcing__card:hover img {
  transform: scale(1.08);
}
.outsourcing__card .card__overlay {
  position: absolute;
  inset: 0;
  padding-left: 42px;
  padding-right: 29.4px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(105, 153, 154, 0.83);
}
@media (max-width: 767.9px) {
  .outsourcing__card .card__overlay {
    padding: 28px;
  }
}
.outsourcing__card .card__overlay h2 {
  color: #FFFFFF;
  margin-top: auto;
  letter-spacing: 0px;
  position: absolute;
  top: 438px;
  left: 0;
  width: 100%;
  /* right: 20px; */
  padding-inline: 39px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .outsourcing__card .card__overlay h2 {
    top: 307px;
  }
}
@media (max-width: 767.9px) {
  .outsourcing__card .card__overlay h2 {
    top: auto;
    bottom: 28px;
    padding-inline: 28px;
  }
}
.outsourcing__card .card__overlay .arrow-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .outsourcing__card .card__overlay .arrow-icon {
    top: 16px;
    right: 18px;
  }
}
.outsourcing__nav {
  margin-top: 40px;
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 10;
  margin-left: 20px;
}
@media (max-width: 767.9px) {
  .outsourcing__nav {
    margin-top: 28px;
  }
}
.outsourcing__nav .arrow__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.outsourcing__nav .arrow__icon:first-child svg {
  transform: rotate(180deg);
}
.outsourcing__nav .arrow__icon.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 1280px) {
  .outsourcing__wrapper {
    grid-template-columns: 1fr;
  }
  .outsourcing__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.9px) {
  .outsourcing__cards {
    grid-template-columns: 1fr;
  }
}

.outsourcing-slider.slick-slider {
  max-width: 469px;
  width: 100%;
  overflow: visible;
}
@media (max-width: 991px) {
  .outsourcing-slider.slick-slider {
    max-width: 367px;
    width: 100%;
    padding-left: 0;
  }
}
.outsourcing-slider.slick-slider .slick-list {
  overflow: visible;
}

@media (max-width: 1280px) {
  .outsourcing__nav {
    margin-left: 0px;
  }
  .outsourcing__nav .arrow__icon svg {
    width: 13px;
    height: 13px;
  }
}

.virtual-staffing {
  background-color: #FFFFFF;
  padding-bottom: 0px;
}
.virtual-staffing .virtual-staffing-main-wrapper {
  display: grid;
  grid-template-columns: 744px 750px;
  align-items: flex-start;
  gap: 30px;
}
.virtual-staffing__title {
  color: #111111;
  margin-bottom: 48px;
  max-width: 1147px;
  width: 100%;
}
.virtual-staffing__text {
  color: rgb(105, 105, 105);
  margin-bottom: 16px;
}
@media (max-width: 767.9px) {
  .virtual-staffing__text {
    margin-bottom: 0px;
  }
}
.virtual-staffing__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.virtual-staffing__video {
  position: relative;
  width: 100%;
  height: 455px;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(105, 153, 154, 0.4);
}
.virtual-staffing__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.virtual-staffing__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(90deg, #ee5183 0%, #852a47 100%);
  color: #FFFFFF;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.virtual-staffing__play svg {
  margin-right: -6px;
}
@media (max-width: 1280px) {
  .virtual-staffing .virtual-staffing-main-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 1280px) and (max-width: 767.9px) {
  .virtual-staffing .virtual-staffing-main-wrapper {
    gap: 28px;
  }
}
@media (max-width: 1280px) {
  .virtual-staffing__media {
    order: -1;
  }
  .virtual-staffing__video {
    height: 100%;
  }
}
@media (max-width: 767.9px) {
  .virtual-staffing {
    padding: 56px 0;
  }
  .virtual-staffing__title {
    margin-bottom: 28px;
    max-width: 348px;
    width: 100;
  }
  .virtual-staffing__video {
    border-radius: 20px;
  }
  .virtual-staffing__play {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 767.9px) {
  .virtual-staffing__play {
    width: 57px;
    height: 57px;
    font-size: 16px;
  }
}

.virtual-staffing__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9.7;
}

.virtual-staffing__image {
  width: 100%;
  height: 100%;
  display: block;
}

.virtual-staffing__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.outsorsing-services {
  background: #FFFFFF;
  text-align: center;
}
.outsorsing-services__heading {
  padding-bottom: 66px;
  max-width: 1186px;
  margin: 0 auto;
  color: #696969 !important;
  letter-spacing: 0px;
}
.outsorsing-services__heading strong {
  color: #EE5183;
}
.outsorsing-services__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.outsorsing-card {
  background: #F3F6F6;
  border-radius: 30px;
  padding: 30px 28px 48px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 22px);
}
.outsorsing-card__image {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 33px;
  height: 263px;
}
@media (max-width: 1080px) {
  .outsorsing-card__image {
    margin-bottom: 30px;
  }
}
.outsorsing-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.outsorsing-card__title {
  color: rgb(12, 153, 157);
  margin-bottom: 18px;
  text-align: left;
}
@media (max-width: 767.9px) {
  .outsorsing-card__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.outsorsing-card__text {
  letter-spacing: 0;
  text-align: left;
  flex-grow: 1;
  color: rgb(105, 105, 105);
}

@media (max-width: 1024px) {
  .outsorsing-card {
    width: calc(50% - 16px);
    height: 520px;
    padding-inline: 30px;
    padding-bottom: 44px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .outsorsing-services__heading {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 28px;
  }
  .outsorsing-services__cards {
    gap: 26px;
  }
  .outsorsing-card {
    width: 100%;
    padding: 22px 22px 35px;
  }
}
.outsorsing-card {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 30px 28px 48px;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.outsorsing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(120deg, #ff6ec4, #7873f5, #4ade80, #ff6ec4);
  background-size: 300% 300%;
  animation: gradientMove 6s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.outsorsing-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.15);
}

.outsorsing-card:hover::before {
  opacity: 1;
}

.outsorsing-card__image {
  overflow: hidden;
  border-radius: 16px;
}

.outsorsing-card__image img {
  width: 100%;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.outsorsing-card:hover .outsorsing-card__image img {
  transform: scale(1.06);
  filter: brightness(1.05) contrast(1.05);
}

.outsorsing-card__title,
.outsorsing-card__text {
  transition: all 0.3s ease;
}

.outsorsing-card:hover .outsorsing-card__title {
  color: #EE5183;
  transform: translateY(-2px);
}

.outsorsing-card:hover .outsorsing-card__text {
  transform: translateY(-2px);
}

.process {
  background-image: url("assets/image/process-bg.png");
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}
.process__container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .process__container {
    padding-bottom: 63px;
  }
}
.process__title {
  padding-bottom: 20px;
  color: #FFFFFF;
  font-weight: 700;
}
.process__description {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 81px;
  max-width: 1291px;
  width: 100%;
}
@media (max-width: 1280px) {
  .process__description {
    padding-bottom: 0px;
  }
}
.process__timeline {
  position: relative;
  display: flex;
  height: 471px;
  align-items: center;
}
@media (max-width: 1280px) {
  .process__timeline {
    margin-top: 160px;
  }
}
.process__main-line {
  position: absolute;
  top: 50%;
  left: 94px;
  right: 0;
  height: 1px;
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  border: 1px solid #FFFFFF;
}
@media (max-width: 1280px) {
  .process__main-line {
    display: none;
  }
}
.process__step {
  position: absolute;
  width: 34.5%;
  z-index: 3;
  bottom: 50%;
  margin-bottom: 44px;
}
@media (max-width: 1280px) {
  .process__step {
    width: 44%;
  }
}
.process__step.bottom {
  top: 50%;
  bottom: auto;
  margin-top: 44px;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .process__step.bottom {
    top: auto;
    bottom: 50%;
    margin-top: 0;
  }
}
.process__step--01 {
  left: 0;
}
.process__step--02 {
  left: 22%;
}
.process__step--03 {
  left: 48%;
}
.process__step--04 {
  left: 67%;
}
.process__step-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-top: 35px;
}
.process__number {
  font-size: 35px;
}
@media (max-width: 767.9px) {
  .process__number {
    font-size: 28px;
  }
}
.process__number {
  font-weight: 900;
  color: #EE5183;
  line-height: 1;
}
.process__step-title {
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .process__step-title {
    padding-top: 0;
  }
}
.process__step-body {
  max-width: 528px;
  padding-left: 61px;
}
.process__step-text {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 35px;
}
@media (max-width: 1280px) {
  .process__step-text {
    padding-bottom: 0;
  }
}
.process__connector {
  position: absolute;
  top: 100%;
  width: 1px;
  height: 44px;
  left: 299px;
  z-index: 2;
  border: 1px solid #FFFFFF;
  transform: rotateX(180deg);
}
.process__connector::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.process__step.bottom .process__connector {
  top: auto;
  bottom: 100%;
}
.process__step.bottom .process__connector::after {
  top: -5px;
  bottom: auto;
}
@media (max-width: 1280px) {
  .process__timeline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    height: auto;
    margin-top: 60px;
  }
}
@media (max-width: 1280px) and (max-width: 767.9px) {
  .process__timeline {
    margin-top: 34px;
    gap: 34px;
  }
}
@media (max-width: 1280px) {
  .process__step {
    position: static;
    width: 100%;
    margin: 0;
    padding-left: 0;
    border-left: none;
  }
  .process__connector {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .process__timeline {
    grid-template-columns: 1fr;
  }
}
.process__footer {
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .process__footer {
    padding-top: 54px;
  }
}
@media (max-width: 767.9px) {
  .process__footer {
    display: none;
  }
}
.process__footer marquee {
  width: 100%;
}
.process__footer-text {
  font-weight: 900;
  font-size: 116px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  line-height: 0.9;
  letter-spacing: -0.02em;
  font-size: 116px;
}
.process__footer-text strong {
  color: #EE5183;
  -webkit-text-stroke: 0;
}
@media (max-width: 1080px) {
  .process__footer-text {
    -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
    font-size: 116px;
    line-height: 77px;
  }
}
@media (max-width: 1280px) {
  .process__footer-text {
    font-size: 48px;
    line-height: 100%;
  }
}

.testimonial {
  background: #F3F6F6;
}
.testimonial__grid {
  display: grid;
  grid-template-columns: 748px 1fr;
  gap: 40px;
}
@media (max-width: 767.9px) {
  .testimonial__grid {
    gap: 17px;
  }
}
.testimonial .testimonial__title {
  margin-bottom: 116px;
  max-width: 755px;
  width: 100%;
}
@media (max-width: 1080px) {
  .testimonial .testimonial__title {
    max-width: 515px;
    width: 100%;
    margin-bottom: 37px;
  }
}
@media (max-width: 1024px) {
  .testimonial .testimonial__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.9px) {
  .testimonial .testimonial__title {
    margin-bottom: 34px;
    max-width: 317px;
    width: 100%;
  }
}
.testimonial__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px;
}
@media (max-width: 767.9px) {
  .testimonial__right {
    gap: 15px;
  }
}
.testimonial__card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 294px;
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.1);
  background: rgba(12, 153, 157, 0.3);
}
@media (max-width: 1080px) {
  .testimonial__card {
    height: 306px;
  }
}
@media (max-width: 767.9px) {
  .testimonial__card {
    height: 154px;
  }
}
.testimonial__card--large {
  height: 620px;
}
.testimonial__card--large::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.06%, #044141 81.25%);
  border-radius: 30px;
}
@media (max-width: 1080px) {
  .testimonial__card--large::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.06%, #044141 81.25%);
  }
}
@media (max-width: 767.9px) {
  .testimonial__card--large {
    height: 320px;
  }
}
.testimonial__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonial__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 60, 55, 0.9), rgba(0, 60, 55, 0.35), transparent);
}
.testimonial__info {
  position: absolute;
  bottom: 31px;
  left: 45px;
  color: #FFFFFF;
  z-index: 2;
  max-width: 413px;
  width: 100%;
}
@media (max-width: 1080px) {
  .testimonial__info {
    display: none;
  }
}
.testimonial__name {
  color: #FFFFFF;
  font-size: 35px !important;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 500;
  padding-bottom: 7px;
}
.testimonial__role {
  color: #D9D9D9;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
}
.testimonial__label {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  z-index: 2;
}
.testimonial__play {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  z-index: 3;
}
.testimonial__play--center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial__play--bottom {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.testimonial__play svg {
  margin-right: -4px;
}
@media (max-width: 1080px) {
  .testimonial__play {
    width: 113px;
    height: 113px;
  }
  .testimonial__play svg {
    width: 43px;
    height: 43px;
  }
}
@media (max-width: 767.9px) {
  .testimonial__play {
    width: 47px;
    height: 47px;
  }
  .testimonial__play svg {
    width: 21px;
    height: 21px;
    margin-right: -4px;
  }
}

@media (max-width: 1024px) {
  .testimonial__grid {
    grid-template-columns: 1fr;
  }
  .testimonial__card--large {
    min-height: 6px;
  }
}
.small {
  width: 40px;
  height: 40px;
}
@media (max-width: 1080px) {
  .small {
    width: 113px;
    height: 113px;
  }
}
@media (max-width: 767.9px) {
  .small {
    width: 57px;
    height: 57px;
  }
}

.testimonial__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.testimonial__card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  will-change: transform;
}

.testimonial__card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}

.testimonial__img,
.testimonial__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.testimonial__card:hover .testimonial__img,
.testimonial__card:hover .testimonial__video {
  transform: scale(1.08);
}

.testimonial__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), transparent);
  opacity: 0.6;
  transition: opacity 0.5s ease;
}

.testimonial__card:hover .testimonial__gradient {
  opacity: 0.85;
}

.testimonial__play {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, background 0.4s ease;
}

.testimonial__card:hover .testimonial__play {
  transform: scale(1.2);
  box-shadow: 0 15px 40px rgba(255, 0, 128, 0.5);
}

.testimonial__info {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.testimonial__card:hover .testimonial__info {
  transform: translateY(-4px);
}

.testimonial__label {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.testimonial__card:hover .testimonial__label {
  transform: scale(1.05);
}

.featured-blogs {
  background: #FFFFFF;
  overflow: hidden;
}
.featured-blogs__header {
  max-width: 1398px;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1280px) {
  .featured-blogs__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__header {
    margin-bottom: 32px;
  }
}
.featured-blogs__title {
  margin-bottom: 22px;
  text-align: left;
}
.featured-blogs__description {
  color: #696969;
  font-size: 20px !important;
  line-height: 32px;
}
.featured-blogs__slider {
  overflow: hidden;
  margin-right: calc(-1 * 57px);
}
@media (max-width: 1280px) {
  .featured-blogs__slider {
    margin-right: -40px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__slider {
    margin-right: -20px;
  }
}
.featured-blogs__track {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .featured-blogs__track {
    padding-left: 0;
    gap: 24px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__track {
    padding-left: 0;
    gap: 28px;
  }
}
.featured-blogs__slider {
  overflow: hidden;
  margin-right: calc(-1 * 57px);
}
@media (max-width: 1280px) {
  .featured-blogs__slider {
    margin-right: -40px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__slider {
    margin-right: -20px;
  }
}
.featured-blogs__track {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .featured-blogs__track {
    gap: 24px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__track {
    gap: 16px;
  }
}
.featured-blogs__track.slick-initialized {
  display: block;
  gap: 0;
}
.featured-blogs__slide {
  flex: 0 0 calc((100% - 60px * 2) / 3);
  min-width: 0;
}
@media (max-width: 1280px) {
  .featured-blogs__slide {
    flex: 0 0 calc((100% - 24px) / 2.3);
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__slide {
    flex: 0 0 69%;
  }
}
.slick-initialized .featured-blogs__slide {
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .slick-initialized .featured-blogs__slide {
    padding-right: 20px;
  }
}
@media (max-width: 767.9px) {
  .slick-initialized .featured-blogs__slide {
    padding-right: 14px;
  }
}
.featured-blogs__card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 574px;
  background: #000000;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 1024px) {
  .featured-blogs__card {
    height: 451px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__card {
    height: 384px;
  }
}
.featured-blogs__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 36, 36, 0) 0%, #032424 63.94%);
  pointer-events: none;
}
.featured-blogs__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-blogs__arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  background: linear-gradient(90deg, #EE5183 0%, #852A47 100%);
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.25s ease;
  pointer-events: none;
}
.featured-blogs__arrow svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767.9px) {
  .featured-blogs__arrow {
    width: 30px;
    height: 30px;
  }
  .featured-blogs__arrow svg {
    width: 10px;
    height: 10px;
  }
}
.featured-blogs__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 358px;
  padding: 0 42px 39px 42px;
  color: #FFFFFF;
  z-index: 2;
}
@media (max-width: 1024px) {
  .featured-blogs__content {
    top: 226px;
    padding: 0 31px 52px 14px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__content {
    top: 222px;
    padding: 0 20px 58px 19px;
  }
}
.featured-blogs__card-title {
  margin-bottom: 10px;
}
.featured-blogs__card-text {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .featured-blogs__card-text {
    line-height: 22px;
    font-size: 14px !important;
  }
}
.featured-blogs__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
}
.featured-blogs__nav {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .featured-blogs__nav {
    padding-left: 15px;
  }
}
@media (max-width: 767.9px) {
  .featured-blogs__nav {
    padding-left: 0;
  }
}
.featured-blogs__nav-btn.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.featured-blogs__card img {
  transition: transform 0.3s ease;
}

.featured-blogs__card:hover img {
  transform: scale(1.08);
}

.bg-banner {
  background: linear-gradient(105.49deg, rgba(3, 30, 30, 0.8) 0%, rgba(5, 85, 86, 0.8) 96.51%), linear-gradient(130.77deg, rgba(3, 36, 36, 0) 39.83%, rgba(238, 81, 131, 0.35) 77.53%);
}

.bg-dark-h {
  background: linear-gradient(270deg, #044141 0%, #032424 100%);
}

.bg-dark-v {
  background: linear-gradient(180deg, #044141 0%, #032424 100%);
}

.bg-gray {
  background-color: #F3F6F6;
}

.bg-teal {
  background-color: #055556;
}

.bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11.06%, #044141 81.25%);
}
/*# sourceMappingURL=style.css.map */
