
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*------------------- 1.1. Variable-------------------*/
:root {
  --theme-color: #053a66;
  --theme-color2: #e02454;
  --theme-color3: #f7f7f7;
  --title-color: var(--dark-color);
  --body-color: var(--gray-color);
  --dark-color: #333;
  --dark-color2: #053131;
  --dark-color3: #114f4f;
  --dark-color4: #093b3b;
  --gray-color: #5a7779;
  --gray-color2: #90b4b6;
  --white-color: #ffffff;
  --light-color: #edfbfb;
  --light-color2: #f4f8ec;
  --light-color3: #dcefef;
  --light-color4: #ddf1f1;
  --orange-color: #ff9d10;
  --success-color: #28a745;
  --error-color: #ff0000;
  --bs-text-color1: #10171d;
  --bs-text-color2: rgba(255, 255, 255, 0.70);
  --bs-bg-color1: rgba(6, 50, 50, 0.4);
  --bs-bg-color2: rgba(0, 0, 0, 0.60);
  --bs-bg-color3: rgba(2, 27, 27, 0.7);
  --bs-bg-color4: rgba(236, 248, 248, 0.2);
  --bs-bg-color5: rgba(255, 255, 255, 0.30);
  --bs-bg-color6: rgba(255, 255, 255, 0.50);
  --bs-bg-color7: rgba(6, 50, 50, 0.10);
  --bs-bg-color8: rgba(6, 50, 50, 0.8);
  --bs-bg-color9: rgba(255, 255, 255, .3);
  --bs-bg-color10: rgba(255, 255, 255, 0.10);
  --bs-bg-color11: rgba(209, 219, 219, 0.3);
  --bs-bg-color12: rgba(255, 255, 255, 0.2);
  --bs-bg-color13: rgba(6, 50, 50, 0.70);
  --bs-bg-color14: rgba(255, 255, 255, 0.6);
  --bs-bg-color15: rgba(6, 50, 50, 0.90);
  --bs-bg-color16: rgba(6, 50, 50, 0.30);
  --bs-bg-color17: rgba(193,223,147,0.9999999999999999);
  --bs-bg-color18: rgba(194, 223, 147, 0.5019607843137255);
  --bs-bg-color19: rgba(3, 42, 42, 0.9019607843137255);
  --bs-bg-color20: #186060;
  --bs-border-color: rgba(255, 255, 255, 0.10);
  --bs-border-color2: rgba(0, 0, 0, 0.1);
  --bs-border-color3: rgba(0, 0, 0, .05);
  --bs-border-color4: rgba(212, 226, 226, 0.3);
  --bs-border-color5: rgba(0, 67, 70, 0.10);
  --bs-border-color6: rgba(6, 50, 50, 0.15);
  --bs-border-color7: rgba(6, 50, 50, 0.1);
  --bs-border-color8: #dce4d9;
  --bs-border-color9: rgba(255, 255, 255, 0.30);
  --bs-border-color10: rgba(6, 50, 50, 0.10);
  --bs-border-color11: rgba(255, 255, 255, 0.2);
  --bs-border-color12: rgba(6, 50, 50, 0.2);
  --bs-border-color13: rgba(255, 255, 255, 0.15);
  --bs-border-color14: #FFFFFF66;
  --title-font: "Manrope", sans-serif;
  --body-font: "Manrope", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1320px;
  --container-gutters: 24px;
  --section-space: 80px;
  --section-space-mobile: 60px;
  --section-space-small-mobile: 60px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.2. Mixin -------------------*/
/*Position*/

.p-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.mbm-color-dodge {
  mix-blend-mode: color-dodge;
}

/*------------------- 1.3. Function -------------------*/
/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  background: var(--dark-color);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}

section {
  position: relative;
  z-index: 1;
}

iframe {
  border: none;
  width: 100%;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
video {
  max-width: 100%;
  height: auto;
}

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

a {
  color: var(--title-color);
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: var(--theme-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

a,
button {
  outline: none;
  border: none;
  background: transparent;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

p {
  font-family: var(--body-font);
  margin: 0 0 15px 0;
  color: var(--dark-color);
  line-height: 1.5;
}

h1,
h2,
h4 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 600;
  /* line-height: 1.4; */
  margin: 0 0 15px 0;
}

h2 {
  font-size: 42px;
  line-height: 50px;
}

h4 {
  font-size: 24px;
  line-height: 1.417;
}
/* Large devices */
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  h4 {
    font-size: 24px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  h4 {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  h1 {
    font-size: 32px;
  }
}
/*------------------- 1.5. Extend -------------------*/
/*================================
02. Reset
=================================*/
/*------------------- 2.1. Container -------------------*/
.container {
  max-width: calc(var(--main-container) + var(--container-gutters));
}

/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}
/*------------------- 2.2. Grid -------------------*/

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

/*------------------- 2.3. Input -------------------*/
textarea,
input {
  height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--white-color);
  background-color: var(--dark-color2);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  transition: all 0.4s ease 0s;
  padding-right: 45px;
  border-radius: 5px;
}
textarea:focus,
input:focus {
  color: var(--white-color);
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background-color: var(--dark-color2);
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--gray-color);
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--gray-color);
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--gray-color);
}

textarea {
  min-height: 100px;
  padding-top: 16px;
  padding-bottom: 17px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
/*------------------- 3.2. Buttons -------------------*/
.link-effect {
  position: relative;
  overflow: hidden;
  display: block;
  height: 26px;
  line-height: 1.66;
}
.link-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.link-effect:hover .effect-1 {
  top: -100%;
}

.theme-btn {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
  padding: 15px 40px;
  margin-bottom: 0px;
  color: var(--dark-color);
  background-color: var(--theme-color2);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 12px 35px;
  }
}
.theme-btn i {
  font-size: 16px;
  height: 26px;
  line-height: 1.66;
}
.theme-btn:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.theme-btn:hover .effect-1 {
  top: -100%;
}

/*------------------- 3.3. Titles -------------------*/
/*======= Section Title Area ============*/
.title-area {
  /* Medium devices */
  /* Small devices */
  margin-bottom: calc(var(--section-title-space) - 30px);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .title-area {
    --section-title-space: 60px;
  }
}
@media (max-width: 767px) {
  .title-area {
    --section-title-space: 55px;
  }
}
.title-area.two {
  margin-bottom: 15px;
}
.title-area.twoT {
  margin-bottom: calc(var(--section-title-space) - 42px);
}
.title-area.three {
  margin-bottom: calc(var(--section-title-space) - 20px);
}

.sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  position: relative;
  background: linear-gradient(to top, #e0245452 40%, transparent 40%);
  width: auto;
  min-width: auto;
  max-width: max-content;
}

.text-center .sub-title {
  justify-content: center;
}

.sec-title {
  font-size: 42px;
  line-height: 1.18;
  margin-bottom: 15px;
  /* color: var(--theme-color); */
  color: #212529;
  font-weight: 400;
  position: relative;
}
.sec-title .bold {
  font-weight: 700;
}
@media (max-width: 1280px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  .sec-title {
    font-size: 30px;
    letter-spacing: normal;
  }
}
@media (max-width: 430px) {
  .sec-title {
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .sec-title {
    font-size: 24px;
  }
}

.sec-text {
  font-size: 16px;
  line-height: 1.66;
  color: var(--gray-color2);
  margin-bottom: 0;
}
.white .sec-title {
  color: var(--white-color);
}
/*------------------- 3.4. Icons -------------------*/

.icon-refresh-arrow {
  display: inline-block;
  width: 60px !important;
  height: 60px !important;
  position: relative;
}
.icon-refresh-arrow::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/refresh-arrow.png") no-repeat center/cover;
}

.icon-comercial {
  display: inline-block;
  width: 57px !important;
  height: 60px !important;
  position: relative;
}
.icon-comercial::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/icon-comercial.png") no-repeat center/cover;
}

.icon-infomsg {
  display: inline-block;
  width: 67px !important;
  height: 60px !important;
  position: relative;
}
.icon-infomsg::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/icon-infomsg.png") no-repeat center/cover;
}

.icon-finished {
  display: inline-block;
  width: 60px !important;
  height: 60px !important;
  position: relative;
}
.icon-finished::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/icon-finished.png") no-repeat center/cover;
}

.icon-target {
  display: inline-block;
  width: 70px !important;
  height: 70px !important;
  position: relative;
}
.icon-target::before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("../images/icons/icon-target.png") no-repeat center/cover;
}

/*------------------- 3.5. Common -------------------*/
/*==== Global =====================*/
.page-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

/*=======Fancybox PopUp============*/

/* Custom Datepicker Styles */

/* Style the dropdown if needed */

.border {
  position: relative;
  border-bottom: 1px solid var(--bs-border-color2) !important;
}

.bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

.bg-theme3 {
  background-color: var(--theme-color3) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}
.bg-gradient {
  background: linear-gradient(to bottom, #3533cd, #212121) !important;
}
.text-dark {
  color: var(--dark-color) !important;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*------------------- 3.10. Animation -------------------*/
@-webkit-keyframes ripple-video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple2;
  animation-name: ripple2;
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}
/*========== Img Animation ==========*/
.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/* PopUp Effect */
@-webkit-keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Keyframes for typing effect */
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease 0s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/*------------------- 3.11. Cursor -------------------*/
/*----------------------------------------*/
/*  Magic Cursor css start
/*----------------------------------------*/
/*------------------- 3.12. Search -------------------*/

/*------------------- 3.13. Selection -------------------*/
::selection {
  background: var(--theme-color);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color);
  color: var(--white-color);
  text-shadow: none;
}

/*==== Fotter Style One =====================*/
.footer-section {
  overflow: hidden;
}
.footer-section .footer-bottom {
  border-top: 1px solid var(--bs-border-color);
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer-section .footer-bottom {
    text-align: center;
  }
}
.footer-section .footer-bottom p {
  color: var(--dark-color);
  text-align: center;
  font-size: 15px;
  line-height: 1.66;
  margin: 0;
}
/* Social Proof */
.hero-content .popup-video .icon:not(:hover) {
  animation: ripple-video 1.5s linear infinite;
}
/*==== About Section Five =====================*/
@media (min-width: 992px) {
  .about-section.style-6 .about-thumb-area {
    height: 450px;
    margin: 0 auto;
  }
}
.about-section.style-6 .about-thumb-area img {
  border-radius: 20px;
  /* max-height: 420px; */
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-section.style-6 .about-content-wrapper .features-list li {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-color);
  position: relative;
  padding-left: 27px;
}
@media (max-width: 360px) {
  .about-section.style-6 .about-content-wrapper .features-list li {
    padding-left: 20px;
  }
}
.about-section.style-6 .about-content-wrapper .features-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icons/check-circle.png);
}
/*======== Service Section One =========*/
.service-section {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-right-radius: 0;
}
/*======== Service Section five =========*/
.service-box-five {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.service-box-five:hover .inner-box::before {
  left: 0;
  width: 100%;
}
.service-box-five .inner-box {
  /* background: #052f51; */
  padding: 40px 40px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease 0s;
}
@media (max-width: 1024px) {
  .service-box-five .inner-box {
    padding: 50px 30px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .service-box-five .inner-box {
    padding: 50px 24px 50px;
  }
}
.service-box-five .inner-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.4s ease 0s;
}
.service-box-five .inner-box .icon {
  
  margin: 0 auto 20px;
  font-size: 30px;
  color: #fff;
  transition: all 0.4s ease 0s;
}
.service-box-five .inner-box .icon i {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.35s ease, color 0.35s ease;
}
.service-box-five:hover .inner-box .icon i {
  color: #fff;
  transform: scale(1.1);
}
.service-box-five .inner-box .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.4s ease 0s;
  color: #fff;
}
.service-box-five .inner-box .text {
  font-size: 16px;
  line-height: 1.66;
  margin-bottom: 21px;
  color: rgba(255, 255, 255, .8);
  transition: all 0.4s ease 0s;
}
/*==== Process Section One=====================*/
.process-single-box {
  position: relative;
  padding: 50px 42px 44px;
  background-color: var(--theme-color3);
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .process-single-box {
    padding: 50px 35px 44px;
  }
}
@media (max-width: 1199px) {
  .process-single-box {
    padding: 50px 25px 44px;
  }
}
@media (max-width: 991px) {
  .process-single-box {
    margin-bottom: 0;
  }
}
.process-single-box .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 100px;
  /* Extra small devices */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .process-single-box .header {
    gap: 15px;
    margin-bottom: 50px;
  }
}
.process-single-box .header .icon {
  font-size: 60px;
  color: var(--dark-color);
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .process-single-box .header .icon {
    font-size: 40px;
  }
  .process-single-box .header .icon .icon-comercial {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .process-single-box .header .title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .process-single-box .header .title {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .process-single-box .header .title {
    font-size: 19px;
  }
}
.process-single-box:hover .header .icon {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.process-single-box .box-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 64px;
  height: 64px;
  background: var(--white-color);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-color);
}
.process-single-box .box-count::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--dark-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  /* Medium devices */
}
@media (max-width: 991px) {
  .process-single-box .box-count::before {
    display: none;
  }
}
.process-single-box .box-count::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  background: var(--dark-color);
  transition: all 0.5s ease;
  transition-duration: 0.5s;
  /* Medium devices */
}
@media (max-width: 991px) {
  .process-single-box .box-count::after {
    display: none;
  }
}
.process-single-box .box-count span {
  transform: translateY(0);
  transition: all 0.5s ease;
}
.process-single-box.current .box-count::before, .process-single-box:hover .box-count::before {
  opacity: 1;
  visibility: visible;
}
.process-single-box.current .box-count::after, .process-single-box:hover .box-count::after {
  height: 50px;
}
.process-single-box.current .box-count span, .process-single-box:hover .box-count span {
  transform: translateY(73px);
  /* Medium devices */
}
@media (max-width: 991px) {
  .process-single-box.current .box-count span, .process-single-box:hover .box-count span {
    transform: translateY(0);
  }
}

.process-section.style-5 .process-single-box {
  background-color: var(--white-color);
}
.process-section.style-5 .process-single-box .box-count {
  background: var(--theme-color3);
}
.contact-content-wrap {
  /* Medium devices */
}
@media (max-width: 991px) {
  .contact-content-wrap {
    margin-top: 35px;
  }
}

/*==== Contact Section Two=====================*/
.contact-section.style-2 .contact-content-wrap .contact-info {
  padding: 40px 0 35px;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item:hover .icon i {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: var(--white-color);
  background: linear-gradient(to bottom, #3533cd, #212121) !important;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info {
  text-align: left;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .title {
  font-size: 20px;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info p {
  margin-bottom: 0;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .content {
  color: var(--gray-color);
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .content a {
  color: var(--dark-color);
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .content a:hover {
  color: var(--theme-color);
}

.fg-hero__form .contact-form {
  padding: 0;
}

.fg-hero__form .contact-form .title {
  font-size: 22px; 
}

.contact-form {
  padding: 60px 50px 50px;
  background-color: var(--white-color);
  border-radius: 10px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .contact-form {
    padding: 40px 20px;
  }
}
.contact-form .title {
  font-size: 30px;
  color: var(--theme-color);
  font-weight: 600;
  line-height: 1.09;
  margin-bottom: 0;
}
@media (max-width: 414px) {
  .contact-form .title {
    font-size: 24px;
  }
}
.contact-form form .form-grid {
  display: flex;
  gap: 25px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .contact-form form .form-grid {
    gap: 0;
    flex-direction: column;
  }
}
.contact-form form .form-grid input {
  padding: 12px 25px;
  padding-left: 52px;
  border-radius: 12px;
  color: var(--dark-color);
  background-color: var(--white-color);
  outline: none;
  border: 1px solid var(--bs-border-color6);
  transition: border-color 0.3s ease;
}
.contact-form form .form-grid input:focus {
  border-color: var(--theme-color);
}
.contact-form form .form-group {
  flex: 1;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .contact-form form .form-group {
    flex: 0 0 100%;
  }
}
.contact-form form .form-group .icon {
  position: absolute;
  top: 14px;
  left: 26px;
  margin: 0;
  color: var(--theme-color);
}
.contact-form form .form-group textarea {
  padding: 12px 25px;
  border-radius: 28px;
  color: var(--dark-color);
  background-color: var(--white-color);
  outline: none;
  border: 1px solid var(--bs-border-color6);
  transition: border-color 0.3s ease;
  resize: none;
  height: 90px;
  border-radius: 12px;
}
/*==== Faq Section One=====================*/
.faq-section {
  position: relative;
  /* Medium devices */
}

.accordion-box {
  position: relative;
}
.accordion-box .accordion {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(6, 50, 50, 0.1);
}
.accordion-box .accordion .acc-btn {
  position: relative;
  font-size: 22px;
  color: var(--dark-color);
  font-weight: 500;
  cursor: pointer;
  padding: 19px 0 25px;
  padding-right: 20px;
  background: transparent;
  transition: all 0.4s ease 0s;
}
.accordion-box .accordion .acc-btn .icon {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  right: 6px;
}
.accordion-box .accordion .acc-btn .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
  width: 2px;
  height: 12px;
  background-color: var(--dark-color);
}
.accordion-box .accordion .acc-btn .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
  width: 12px;
  height: 2px;
  background-color: var(--dark-color);
}
.accordion-box .accordion .acc-btn.active .icon::before {
  height: 0;
}
.accordion-box .accordion .acc-content {
  position: relative;
  display: none;
}
.accordion-box .accordion .acc-content .content {
  position: relative;
  padding: 0 0 21px 0;
  margin-top: -8px;
}
.accordion-box .accordion .acc-content .content .text {
  display: block;
  font-size: 16px;
  color: var(--gray-color);
  margin-bottom: 0;
}
.accordion-box .accordion .acc-content.active {
  display: block;
}

/*==== Faq Section Two=====================*/

.accordion-box.style-2 {
  position: relative;
}
.accordion-box.style-2 .accordion {
  margin-bottom: 20px;
  border-bottom: none;
}
.accordion-box.style-2 .accordion:last-child {
  margin-bottom: 0;
}
.accordion-box.style-2 .accordion .acc-btn {
  font-size: 18px;
  color: var(--dark-color);
  border: 1px solid rgba(6, 50, 50, 0.1);
  padding: 15px 60px 15px 20px;
  border-radius: 5px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .accordion-box.style-2 .accordion .acc-btn {
    padding-left: 20px;
  }
}
.accordion-box.style-2 .accordion .acc-btn.active {
  /* color: var(--white-color);
  background-color: var(--theme-color); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-box.style-2 .accordion .acc-btn.active .icon {
  color: var(--theme-color2);
  border-color: rgba(255, 255, 255, 0.14);
}
.accordion-box.style-2 .accordion .acc-btn.active .icon i {
  transform: rotate(90deg);
}
.accordion-box.style-2 .accordion .acc-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: var(--dark-color);
}
.accordion-box.style-2 .accordion .acc-btn .icon::before, .accordion-box.style-2 .accordion .acc-btn .icon::after {
  display: none;
}
.accordion-box.style-2 .accordion .acc-btn .icon i {
  transition: all 0.4s ease 0s;
}
.accordion-box.style-2 .accordion .acc-content {
  position: relative;
  display: none;
}
.accordion-box.style-2 .accordion .acc-content .content {
  padding: 30px;
  margin-top: 0;
  border-radius: 5px;
  filter: drop-shadow(0px 20px 25px rgba(190, 199, 199, 0.2));
  background-color: var(--white-color);
  border: 1px solid rgba(6, 50, 50, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .accordion-box.style-2 .accordion .acc-content .content {
    padding: 20px;
  }
}
.accordion-box.style-2 .accordion .acc-content .content .text {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}
.accordion-box.style-2 .accordion .acc-content.active {
  display: block;
}

/*==== Cta Section Four=====================*/
.cta-section.style-4 .overlay {
  /* background: var(--theme-color); */
  z-index: -1;
}
.social-proof h2 {
  color: #fff;
}
.cta-section.style-4 .social-proof .text {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.pb-25 {
  padding-bottom: 25px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt--5 {
  margin-top: -5px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-60 {
  margin-right: 60px !important;
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .xl-mr-0 {
    margin-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .lg-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .md-mb-0 {
    margin-bottom: 0 !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sm-mb-30 {
    margin-bottom: 30px !important;
  }
}
/* Extra small devices */
/* Extra small devices */
/*-- Border Radius --*/

.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}

/*-- Border Radius 0 --*/

/*-- Mixin to Generate Border Radius Classes --*/
/*-- Default Global Classes --*/

.br-10 {
  border-radius: 10px;
}

.br-20 {
  border-radius: 20px;
}
/* Large devices */
@media (max-width: 1199px) {
  .lg-br-0 {
    border-radius: 0px;
  }
}
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}
/* Medium devices */
@media (max-width: 991px) {
  .md-text-left {
    text-align: left !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sm-d-none {
    display: none !important;
  }
}
.space {
  padding-top: var(--section-space);
}

.space {
  padding-bottom: var(--section-space);
}

/* Large devices */
@media (max-width: 1199px) {
  .space {
    padding-top: calc(var(--section-space) - 30px);
  }
  .space {
    padding-bottom: calc(var(--section-space) - 30px);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .space {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .space {
    padding-top: var(--section-space-small-mobile);
  }
  .space {
    padding-bottom: var(--section-space-small-mobile);
  }
}
/* Right Form Card (Vertically Centered) */
@media (min-width: 1400px) {
  .container {
    max-width: 1450px;
  }
}

/* ==========================================================================
Freelancer Video Testimonials Section (Ditto Match to Reference Screenshots)
========================================================================== */

/* Video Card */
.video-testimonial-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.video-testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.video-testimonial-card .card-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.video-testimonial-card:hover .card-bg-img {
  transform: scale(1.03);
}

.card-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}

.card-info .person-name {
  color: #FFFFFF;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.card-info .person-title {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.play-btn {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.12);
}

.play-icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

/* Video Modal Popup (Matching Screenshot 2) */
.video-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.78);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal-overlay.show {
  opacity: 1;
  visibility: visible;
  display: flex !important;
}

.video-modal-container {
  position: relative;
  width: 100%;
  max-width: 340px;
  /* max-height: 85vh; */
  background: #000000;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.video-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.video-modal-close:hover {
  background: #FFFFFF;
  transform: scale(1.1);
}

.video-modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-body video {
  width: 100%;
  max-height: 80vh;
  display: block;
  border-radius: 20px;
  outline: none;
}

@media (max-width: 767px) {
  .freelancer-video-testimonials {
    padding: 50px 0;
  }
  .video-testimonial-card {
    height: 420px;
    /* max-width: 320px; */
  }
}

/* Floating WhatsApp Button */
.whatsapp-float-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float-btn:hover {
  color: #FFFFFF;
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
}

.disclaimer-note-box {
  background-color: #F8FAFC;
  border-left: 4px solid #E02454;
}
.margin-auto-10 {
  margin: 10px auto;
}

/* ==========================================================================
Process Section Style 5 Overrides (Title Below Icon & Equal Card Heights)
========================================================================== */

.process-section.style-5 .process-single-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 45px 28px 45px;
  background-color: #FFFFFF;
}

.process-section.style-5 .process-single-box .inner-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.process-section.style-5 .process-single-box .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.process-section.style-5 .process-single-box .header .icon {
  margin-bottom: 4px;
}

.process-section.style-5 .process-single-box .header .icon,
.process-section.style-5 .process-single-box .header .icon i,
.process-section.style-5 .process-single-box .header .icon i::before,
.features-list li::before,
.about-section .features-list li::before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(67%) saturate(2898%) hue-rotate(187deg) brightness(95%) contrast(102%);
}

.process-section.style-5 .process-single-box .header .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dark-color);
  margin: 0;
}

.process-section.style-5 .process-single-box .text {
  flex-grow: 1;
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.process-section.style-5 .process-single-box .box-footer {
  margin-top: auto;
}

/* Service Box Five Shape Image Hover Effect */

.hidden {
  display: none;
}

.sticky-button {
  position: fixed;
  background-color: #2db742;
  bottom: 35px;
  right: 20px;
  border-radius: 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9;
}

.sticky-button svg {
  margin: auto;
  fill: #fff;
  width: 35px;
  height: 35px;
}

.sticky-button label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sticky-button label svg.close-icon {
  display: none;
}

.sticky-chat {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 320px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

.sticky-chat a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #505050;
}

.sticky-chat svg {
  width: 35px;
  height: 35px;
}

.sticky-chat .chat-content {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.sticky-chat .chat-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #2db742;
  overflow: hidden;
}

.sticky-chat .chat-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 75px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 70px 0 5px 0;
}

.sticky-chat .chat-header svg {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  fill: #fff;
}

.sticky-chat .chat-header .title {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.sticky-chat .chat-header .title span {
  font-size: 11px;
  font-weight: 400;
  display: block;
  line-height: 1.58em;
  margin: 0;
  color: #f4f4f4;
}

.sticky-chat .chat-text {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 20px;
  font-size: 12px;
}

.sticky-chat .chat-text span {
  display: inline-block;
  margin-right: auto;
  padding: 10px;
  background-color: #f0f5fb;
  color: var(--theme-color);
  border-radius: 0px 15px 15px;
}

/*.sticky-chat .chat-text span:after 
{  content: "just now";
display: inline-block;
margin-left: 2px;
font-size: 9px;
color: #989b9f;
}*/

.sticky-chat .chat-button {
  /*  display: flex;*/
  /*  align-items: center;*/
  margin-top: 25px;
  /*  padding: 12px 20px;*/
  /*  border-radius: 10px;*/
  /*  background-color: #fff;*/
  /*  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);*/
  overflow: hidden;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;  
  width: 100%;
}

.chat-menu:checked + .sticky-button label {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.chat-menu:checked + .sticky-button label svg.chat-icon {
  display: none;
}

.chat-menu:checked + .sticky-button label svg.close-icon {
  display: table-cell;
}

.chat-menu:checked + .sticky-button + .sticky-chat {
  bottom: 150px;
  opacity: 1;
  visibility: visible;
}

.sticky-chat .chat-button .custom-btn{
  background: #0000000f;
  padding: 10px 13px;
  border-radius: 3px;
  border-left: 2px solid #2db742;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-chat .chat-button .custom-btn p{
  font-size: 16px;
  font-weight: bold;
}

.sticky-chat .chat-button .custom-btn .wp-img{
  width: 35px;
  height: 35px;
}

@media (max-width: 480px){
  .sticky-chat{
    width: 275px;
  }
  .sticky-button {
    width: 50px;
    height: 50px;
    bottom: 25px;
  }
}
.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

/* Fix intlTelInput padding-left miscalculation bug where JS sets 356px inline */

/* Hide redundant phone icon behind flag dropdown */
.form-group:has(.iti) > .icon,
.contact-form form .form-group:has(.iti) .icon {
  display: none !important;
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0 0 0 / .4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.popup-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  /* background-color: #141414; */
  /* padding: 25px; */
}

@media(min-width:768px) and (max-width:1200px) {
  .popup-content {
    width: 450px
  }
}
@media(min-width: 1200px) {
  .popup-content {
    width: 30%;
  }
}
@media(max-width: 547px) {
  .popup-content {
    width: 95%
  }
}
.form-trigger {
  cursor: pointer
}
.close {
  color: #333;
  z-index: 9;
  float: right;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  top: 10px;
  right: 20px;
}
/* .close:hover{
color: #fff;
} */
#popupFormContainer .contact-form {
  padding: 40px 40px 30px;
}
button[type="submit"] {
  width: 100%;
}

#popupFormContainer .contact-form .title {
  font-size: 24px;
}
.form-privacy {
  font-size: 12px;
  color: rgba(0,0,0,0.8);
  text-align: center;
  margin-top: 14px;
}

@media (max-width: 575px) {
  .cta-section.style-4 .social-proof .text {
    font-size: 20px;
  }
  #popupFormContainer .contact-form {
    padding: 40px 20px 30px;
  }
  #popupFormContainer .contact-form .title {
    font-size: 20px;
  }
  .form-group {
    margin-bottom: 15px !important;
  }
}

/* Service Slider Five Custom Pagination & Swiper Styles */
.service-slider-five {
  padding-bottom: 20px;
  position: relative;
}

.service-slider-five .swiper-wrapper {
  align-items: stretch;
}

.service-slider-five .swiper-slide {
  height: auto;
  display: flex;
}

.service-slider-five .service-box-five {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.service-slider-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.service-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.35s ease;
  cursor: pointer;
  margin: 0 !important;
}

.service-slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 28px;
  border-radius: 20px;
}
/*=============================
18. Pricing CSS Start
===============================*/
.white {
  color: #fff;
}
.pricing-items {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #d6a456;
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(214, 164, 86, 0.12);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-items:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(214, 164, 86, 0.22);
}
.pricing-items:before {
  display: none !important;
}
.pricing-items .pricing-head {
  background: linear-gradient(42deg, #d6a456 0%, #ab8134 70%) !important;
  min-height: 140px;
  padding: 24px;
  border-bottom: none !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
}
.pricing-items .pricing-head h4 {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.3;
}
.pricing-items .pricing-head .pra {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}
.pricing-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  background: #ffffff;
}
.pricing-body .as-low-as {
  display: block;
  color: #777777;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
.pricing-items .price-wrapp h2 {
  color: #111111 !important;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 16px 0;
}
.pricing-items .pricing-list {
  height: auto;
  min-height: 250px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}
.pricing-items .pricing-list li {
  color: #333333 !important;
  font-size: 14px;
  font-weight: 500;
  /* padding: 6px 0; */
  border: none;
}
.pricing-items .pricing-list i {
  color: #d6a456 !important;
  font-size: 14px;
  margin-right: 6px;
}
.pricing-items .goldenbtn,
.pricing-items .box-style {
  background: linear-gradient(42deg, #d6a456 0%, #ab8134 70%) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-weight: 700;
  font-size: 15px;
  border: none !important;
  padding: 9px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(171, 129, 52, 0.25);
}
.pricing-items .pra{
  color: #fff;
}
.pricing-items .pricing-head {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 18px;
}
.pricing-head h4,
.box.price-wrapp {
  font-weight: 700;
  margin: 0;
}
.box.price-wrapp h2 {
  margin: 0;
}
.pricing-list li{
  padding: 4px 0;
}
.pricing-items .pricing-list {
  height: 290px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pricing-items .pricing-list i {
  font-size: 14px;
}
.iti {
  width: 100% !important;
  display: block;
}
.iti__flag-container {
  width: auto !important;
  max-width: 100px !important;
}
.iti__selected-flag {
  width: auto !important;
}
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input#phone1,
.iti--separate-dial-code input#phone2,
.iti--separate-dial-code input#phone3 {
  padding-left: 90px !important;
}

.pricing-items .whitebtn:hover,
.pricing-items .goldenbtn:hover,
.pricing-items .box-style:hover {
  background: linear-gradient(42deg, #ab8134 0%, #d6a456 100%) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   Wall of Love (video + text testimonials)
   Scoped to .wol- classes so it won't collide with the base template.
   ========================================================================== */

.wol-section {
  padding: 80px 0 80px;
  position: relative;
  background: #ffffff;
}
.wol-section .container { max-width: 1240px; }

/* ---------- Header ---------- */
.wol-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.wol-rating {
  display: inline-flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid #ece5d7; border-radius: 999px;
  padding: 10px 22px; box-shadow: 0 6px 20px rgba(40,32,45,.05);
}
.wol-rating img { height: 22px; width: auto; }
.wol-rating .rate-text { font-family: inherit; font-weight: 600; color: #28202d; font-size: 15px; }
.wol-rating .rate-stars { color: #f5a623; font-size: 15px; letter-spacing: 1px; }
.wol-rating .rate-count { font-size: 13px; color: #8a8577; border-left: 1px solid #ece5d7; padding-left: 14px; }

/* ---------- Masonry wall ---------- */
.wol-wall { position: relative; }
.wol-grid {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  transition: max-height .5s ease;
}
.wol-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wol-grid.is-collapsed { max-height: 1180px; overflow: hidden; }
.wol-fade {
  display: none;
  position: absolute; left: 0; right: 0; bottom: 0; height: 300px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #ffffff 82%);
  pointer-events: none; z-index: 2;
}
.wol-grid.is-collapsed + .wol-fade { display: block; }

.wol-card {
  background: #fff;
  border: 1px solid #ece7dd;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
}
.wol-card:hover {
  transform: translateY(-5px);
  border-color: #052f51;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ---------- Text card ---------- */
.wol-text { padding: 28px 26px; }
.wol-text .wol-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.wol-text .quote-mark { font-family: Georgia, serif; font-size: 46px; line-height: .4; color: #052f51; }
.wol-text .stars { color: #f5a623; font-size: 13px; letter-spacing: 1px; }
.wol-text p {
  font-family: inherit; font-size: 15.5px; line-height: 1.6; color: #333; margin: 0 0 22px;
}
.wol-author { display: flex; align-items: center; gap: 13px; border-top: 1px solid #f0ece2; padding-top: 18px; }
.wol-author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; flex: none; }
.wol-author .name { font-family: inherit; font-weight: 700; font-size: 15px; color: #28202d; }
.wol-author .role { font-size: 13px; color: #8a8577; }

/* ---------- Video card ---------- */
.wol-video .wol-thumb {
  position: relative; display: block; cursor: pointer;
  aspect-ratio: 3/4; overflow: hidden; background: #1a1622;
}
.wol-video .wol-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wol-video:hover .wol-thumb img { transform: scale(1.06); }
.wol-video .wol-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(20,16,10,.55) 100%);
}
.wol-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  display: flex; align-items: center; justify-content: center;
  z-index: 2; transition: transform .3s ease;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,.35));
}
.wol-play svg { width: 68px; height: 48px; display: block; }
.wol-video:hover .wol-play { transform: translate(-50%,-50%) scale(1.08); }
.wol-vtag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(20,16,10,.6); backdrop-filter: blur(4px);
  color: #fff; font-family: inherit; font-size: 11px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px;
}
.wol-vtag svg { width: 11px; height: 11px; }
.wol-vname {
  position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2;
  color: #fff; font-family: inherit;
}
.wol-vname .n { font-weight: 700; font-size: 16px; line-height: 1.2; }
.wol-vname .c { font-size: 12.5px; opacity: .85; }
.wol-video .wol-thumb iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Show more ---------- */
.wol-more { text-align: center; margin-top: 30px; }
.wol-more-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: inherit; font-weight: 600; font-size: 15px;
  color: #fff; background: #052f51;
  border: none; border-radius: 999px; padding: 15px 32px; cursor: pointer;
  box-shadow: 0 10px 26px rgba(5,47,81,.28); transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.wol-more-btn:hover { transform: translateY(-2px); background: #0c3e66; }
.wol-more-btn svg { width: 16px; height: 16px; transition: transform .3s ease; }
.wol-more-btn.is-open svg { transform: rotate(180deg); }

/* ==========================================================================
Freelance Gate — Hero Section (3-column: copy | consultant | form)
Layout reference: G12 free-zone hero. Brand: navy #053a66 + crimson #e02454
========================================================================== */

.fg-hero {
    --fg-navy: #04182f;
    --fg-crimson: #e02454;
    --fg-crimson-2: #ff4d7a;
    --fg-gold: #ffc107;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    isolation: isolate;
    background: var(--fg-navy);
}

/* ---------- Background photo + scrim ---------- */
.fg-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url('../images/hero/hero-bg-clean.webp') center top / cover no-repeat;
}

.fg-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(101deg, rgba(4, 24, 47, .97) 0%, rgba(4, 24, 47, .93) 30%, rgba(4, 24, 47, .74) 54%, rgba(4, 24, 47, .46) 78%, rgba(4, 24, 47, .38) 100%),
    linear-gradient(180deg, rgba(4, 24, 47, .88) 0%, rgba(4, 24, 47, .22) 34%, rgba(4, 24, 47, .62) 100%);
}
.fg-hero__glow {
    position: absolute;
    z-index: -1;
    right: 6%;
    top: -14%;
    width: 46%;
    aspect-ratio: 1;
    background: radial-gradient(closest-side, rgba(64, 156, 255, .30), transparent 70%);
    pointer-events: none;
}

/* ---------- Trust strip ---------- */
.fg-hero__strip {
    position: relative;
    z-index: 5;
    background: linear-gradient(90deg, #b3123f 0%, var(--fg-crimson) 42%, #ff5b83 70%, var(--fg-crimson) 100%);
    color: #fff;
    text-align: center;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
}

.fg-hero__strip i {
    margin-right: 8px;
}

/* ---------- Header ---------- */
.fg-hero__header {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-top: 20px;
}

.fg-hero__header-in {
    width: 100%;
    margin: 0 auto;
    min-height: 72px;
    padding: 10px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: rgba(10, 28, 52, .42);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, .22);
}

.fg-hero__logo img {
    width: 240px;
    max-width: 58vw;
}

.fg-hero__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fg-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease;
}

.fg-link i {
    font-size: 18px;
}

.fg-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.fg-btn-wa {
    background-color: #00E883;
    color: #fff;
    background: linear-gradient(135deg, #25D366, #128C7E) !important;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 28px;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.fg-btn-wa:hover {
    background: #1fbe5b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px -6px rgba(37, 211, 102, .7);
}

.fg-btn-wa i {
    font-size: 17px;
}

/* ---------- Layout ---------- */
.fg-hero__inner {
    position: relative;
    z-index: 4;
    flex: 1;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .84fr) minmax(0, 398px);
    column-gap: 26px;
    align-items: center;
}

/* ---------- Copy column ---------- */
.fg-hero__copy {
    padding-bottom: 60px;
}

.fg-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(224, 36, 84, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    color: #ffd7e2;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fg-pill span.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--fg-crimson-2);
    box-shadow: 0 0 0 0 rgba(255, 77, 122, .7);
    animation: fgPulse 2.4s ease-out infinite;
}

@keyframes fgPulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 77, 122, .7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 77, 122, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 77, 122, 0); }
}

.fg-hero__title {
    margin: 22px 0 0;
    font-size: clamp(32px, 2.95vw, 42px);
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}
.fg-hero__title span {
    font-weight: 400;
    display: block;
    font-size: 32px;
}
.fg-hero__text {
    margin: 20px 0 0;
    max-width: 34em;
    font-size: 16.5px;
    line-height: 1.68;
    color: rgba(226, 235, 246, .88);
}

.fg-hero__points {
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 13px;
}

.fg-hero__points li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.fg-hero__points li b {
    font-weight: 800;
    color: var(--fg-gold);
}

.fg-hero__points img {
    flex: none;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    font-size: 14px;
    filter: invert(1) brightness(1);
}

.fg-rating {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fg-rating img {
    height: 20px;
    width: auto;
}

.fg-rating .fg-stars {
    display: inline-flex;
    gap: 2px;
    color: var(--fg-gold);
    font-size: 14px;
}

.fg-rating .fg-rating-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.fg-rating .fg-rating-text span {
    font-weight: 500;
    color: rgba(226, 235, 246, .75);
}

/* ---------- Consultant cut-out ---------- */
.fg-hero__figure {
    position: relative;
    align-self: end;
    justify-self: center;
    width: 100%;
    max-width: 470px;
}
.fg-hero__figure img {
    display: block;
    /* scaled past the column and anchored left, away from the form card */
    width: 600px;
    margin-left: -14%;
    height: auto;
    filter: drop-shadow(0 30px 46px rgba(0, 0, 0, .55));
}

/* Graceful behaviour if the cut-out photo has not been added yet */
.fg-hero.no-figure .fg-hero__figure {
    display: none;
}

.fg-hero.no-figure .fg-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    column-gap: 56px;
}

.fg-hero.no-figure {
    min-height: 740px;
}

/* ---------- Form card ---------- */
.fg-hero__form {
    align-self: center;
    background: #fff;
    border-radius: 20px;
    padding: 26px 24px;
    margin: 12px 0 40px;
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .65), 0 0 0 1px rgba(255, 255, 255, .1);
}

.fg-form__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.fg-form__head h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--theme-color);
}

.fg-form__head p {
    margin: 6px 0 0;
    font-size: 13.5px;
    color: #5a6b80;
}

.fg-form__badge {
    flex: none;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fg-crimson-2), var(--fg-crimson));
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.fg-hero__form .fg-field {
    margin-bottom: 12px;
}

.fg-hero__form .fg-field input,
.fg-hero__form .fg-field select,
.fg-hero__form .fg-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: inherit;
    color: #10202f;
    background: #f7f9fc;
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.fg-hero__form .fg-field textarea {
    min-height: 84px;
    resize: vertical;
}

.fg-hero__form .fg-field select {
    appearance: none;
    -webkit-appearance: none;
    height: 50px;
    padding-block: 0;
    line-height: 1.4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235a6b80' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
    cursor: pointer;
}

.fg-hero__form .fg-field input::placeholder,
.fg-hero__form .fg-field textarea::placeholder {
    color: #90a0b3;
}

.fg-hero__form .fg-field input:focus,
.fg-hero__form .fg-field select:focus,
.fg-hero__form .fg-field textarea:focus {
    background: #fff;
    border-color: var(--fg-crimson);
    box-shadow: 0 0 0 3px rgba(224, 36, 84, .14);
}

/* intl-tel-input inside the light card */
.fg-hero__form .iti {
    width: 100%;
}

.fg-hero__form .iti--separate-dial-code .iti__selected-flag {
    background: transparent;
    border-radius: 10px 0 0 10px;
}

.fg-hero__form .phone-error {
    display: none;
    margin-top: 6px;
    font-size: 12.5px;
    color: #d92142;
}

.fg-btn-submit {
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff4d7a 0%, var(--fg-crimson) 55%, #c4194b 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.fg-btn-submit:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

.fg-form__privacy {
    margin: 14px 0 0;
    text-align: center;
    font-size: 12.5px;
    color: #7b8a9c;
}

.fg-form__privacy i {
    margin-right: 6px;
}

/* ==========================================================================
Responsive
========================================================================== */

@media (max-width: 1199px) {
    .fg-hero__inner,
    .fg-hero.no-figure .fg-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 396px);
        column-gap: 40px;
    }
    .fg-hero__figure {
        display: none;
    }
}

@media (max-width: 991px) {
    .fg-hero__inner,
    .fg-hero.no-figure .fg-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 32px;
        padding-bottom: 56px;
    }
    .fg-hero__copy {
        padding-bottom: 0;
        text-align: center;
    }
    .fg-hero__text {
        margin-inline: auto;
    }
    .fg-hero__points {
        display: inline-grid;
        text-align: left;
    }
    .fg-hero__form {
        margin: 0 auto;
        width: 100%;
        max-width: 520px;
    }
    .fg-hero__header {
        padding-top: 16px;
    }
    .fg-hero__header-in {
        min-height: 64px;
        padding: 10px 16px;
    }
    .fg-hero__logo img {
        width: 190px;
    }
    .fg-link span {
        display: none;
    }
    .fg-btn-wa span {
        display: none;
    }
    /* icon-only: keep a comfortable tap target */
    .fg-link {
        padding: 14px;
    }
    .fg-link i {
        font-size: 19px;
    }
    .fg-btn-wa {
        padding: 14px 16px;
    }
    .fg-btn-wa i {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .fg-hero__strip {
        font-size: 12.5px;
        padding: 8px 14px;
    }
    .fg-pill {
        font-size: 10.5px;
        letter-spacing: .04em;
        padding: 7px 14px;
    }
    .fg-hero__title {
        font-size: 30px;
    }
    .fg-hero__text {
        font-size: 15.5px;
    }
    .fg-hero__points li {
        font-size: 15px;
    }
    .fg-hero__form {
        padding: 22px 18px;
        border-radius: 16px;
    }
    .fg-form__head h2 {
        font-size: 20px;
    }
    .fg-rating {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fg-pill span.dot {
        animation: none;
    }
    .fg-btn-wa,
    .fg-btn-submit {
        transition: none;
    }
}

/* ==========================================================================
   "Pay later" band  (Tabby / Tamara)
   Sits between the hero and the pricing section.
   ========================================================================== */

.pay-now {
    position: relative;
    padding-top: 48px;
    /* background: linear-gradient(180deg, #f4f7fb 0%, #eaf0f8 100%); */

        background-color: transparent;
    background-image: linear-gradient(180deg, #f7f7f7 0%, #F6F3EC00 100%);

}

.pay-now__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(22px, 3.5vw, 48px);
    padding: clamp(22px, 2.8vw, 30px) clamp(24px, 3.4vw, 40px);
    background: #fff;
    border: 1px solid #e4ebf4;
    border-radius: 20px;
    /* box-shadow: 0 22px 48px -26px rgba(5, 58, 102, .34); */
}

.pay-now__copy {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.pay-now__icon {
    flex: none;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(135deg, #ff4d7a, #e02454);
    box-shadow: 0 12px 26px -10px rgba(224, 36, 84, .85);
}

.pay-now__copy h2 {
    margin: 0;
    font-size: clamp(20px, 2.1vw, 27px);
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -.015em;
    color: var(--theme-color);
}

.pay-now__copy p {
    margin: 7px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #63768c;
}

.pay-now__logos {
    flex: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

.pay-now__logos img {
    display: block;
    height: 46px;
    width: auto;
    border-radius: 12px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.pay-now__logos img:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px -10px rgba(5, 58, 102, .65);
}

@media (max-width: 991px) {
    .pay-now__card {
        flex-direction: column;
        text-align: center;
        gap: 26px;
    }
    .pay-now__copy {
        flex-direction: column;
        gap: 16px;
    }
    .pay-now__copy p {
        margin-inline: auto;
        max-width: 46ch;
    }
}

@media (max-width: 575px) {
    .pay-now__card {
        padding: 26px 20px;
        border-radius: 16px;
    }
    .pay-now__icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .pay-now__copy p {
        font-size: 14px;
    }
    /* height-matched so the badges stay level and on one line */
    .pay-now__logos {
        gap: 12px;
        width: 100%;
        justify-content: center;
    }
    .pay-now__logos img {
        height: 40px;
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pay-now__logos img {
        transition: none;
    }
}

/* ==========================================================================
   Approval Authorities & Free Zones  (logo wall)
   Sits directly above the testimonials section.
   ========================================================================== */

.auth-zones {
    position: relative;
    padding-block: clamp(56px, 7vw, 96px);
    background: var(--theme-color3);
}

.auth-zones__head {
    max-width: 720px;
    margin: 0 auto clamp(34px, 4vw, 52px);
    text-align: center;
}

.auth-zones__eyebrow {
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #e5484d;
}

.auth-zones__head h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #16213e;
    text-wrap: balance;
}

.auth-zones__head p {
    margin: 18px auto 0;
    max-width: 620px;
    font-size: 16.5px;
    line-height: 1.62;
    color: #6b7a8f;
}

.auth-zones__grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.auth-card {
    display: grid;
    place-items: center;
    min-height: 106px;
    padding: 20px 18px;
    background: #fff;
    border: 1px solid #ecf0f6;
    border-radius: 16px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.auth-card img {
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: filter .28s ease, opacity .28s ease;
}

/* RAKEZ is portrait (0.78 ratio) — needs extra height to match optically */
.auth-card img.is-tall {
    max-height: 68px;
}

.auth-card:hover {
    transform: translateY(-4px);
    border-color: #dfe6f0;
    box-shadow: 0 20px 36px -20px rgba(5, 58, 102, .55);
}

.auth-card:hover img {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 1199px) {
    .auth-zones__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .auth-zones__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .auth-zones__eyebrow {
        font-size: 11.5px;
        letter-spacing: .14em;
    }
    .auth-zones__head p {
        font-size: 15.5px;
    }
    .auth-card {
        min-height: 96px;
        padding: 18px 16px;
    }
    .auth-card img {
        max-height: 44px;
    }
    .auth-card img.is-tall {
        max-height: 58px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-card,
    .auth-card img {
        transition: none;
    }
}