﻿@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


:root {
  --primaryFont: "DM Sans", sans-serif;
  --secondaryFont: "Rethink Sans", sans-serif;
  --primaryColor: #031745;
  --secondaryColor: #FFC609;
  --optionalColor: #91D089;
  --titleColor: #393737;
  --paraColor: #888787;
  --ashColor: #F5F5F5;
  --whiteColor: #fff;
  --offwhiteColor: rgba(255, 255, 255, 0.7);
  --grayColor: #99A8AB;
  --aztechColor: #111828;
  --charcoalColor: #30363D;
  --codColor: #12131B;
  --borderColor: rgba(255, 255, 255, 0.15);
  --darkParaColor: #C0C0C0;
  --slateGrayColor: #171717;
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*--------------------------------------------------
    General Styles
----------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-bottom: 100px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

a {
  text-decoration: none !important;
  transition: all 0.4s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--secondaryFont);
  color: var(--titleColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 26px;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.text_secondary {
  color: var(--secondaryColor);
}

.text-title {
  color: var(--titleColor);
}

.text-gray {
  color: var(--grayColor);
}

.text-para {
  color: var(--paraColor);
}

.text-paraTwo {
  color: var(--paraColor);
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.text-optional {
  color: var(--optionalColor);
}

.text-dusty {
  color: #A89C9C;
}

.font-primary {
  font-family: var(--primaryFont);
}

.font-secondary {
  font-family: var(--secondaryFont);
}

.bg-black {
  background-color: var(--blackColor);
}

.bg-title {
  background-color: var(--titleColor);
}

.bg-albastor {
  background-color: #F7F7F7;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-optional {
  background-color: var(--optionalColor);
}

.ht-60 {
  height: 60px;
}

.ht-45 {
  height: 45px;
}

.ht-48 {
  height: 48px;
}

.ht-50 {
  height: 50px;
}

.ht-132 {
  height: 132px;
}

.ht-152 {
  height: 152px;
}

.ht-180 {
  height: 180px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
  line-height: 30px;
}

.fs-20 {
  font-size: 20px;
  line-height: 30px;
}

.fs-22 {
  font-size: 22px;
  line-height: 32px;
}

.fs-24 {
  font-size: 24px;
  line-height: 34px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-40 {
  font-size: 40px;
}

.fs-64 {
  font-size: 64px !important;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.outline-0:focus {
  outline: none;
}

.fw-black {
  font-weight: 900;
}

.fw-extrabold {
  font-weight: 800;
}

.resize-0 {
  resize: none;
}

.pt-50 {
  padding-top: 50px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mtb-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.btn {
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  padding: 0;
  border: none;
}

.btn .btn-icon-one,
.btn .btn-icon-two {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.btn .btn-icon-one img,
.btn .btn-icon-two img {
  max-width: 18px;
}

.btn .btn-icon-one {
  margin-right: -10px;
  transition: var(--transition);
}

.btn .btn-icon-two {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  margin-left: -54px;
  transition: var(--transition);
}

.btn .btn-text {
  border-radius: 50px;
  height: 54px;
  padding: 5px 21px;
  transition: var(--transition);
}

.btn:hover .btn-icon-one {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}

.btn:hover .btn-icon-two {
  opacity: 1;
  visibility: visible;
  margin-left: -9px;
}

.btn:hover .btn-text {
  margin-left: -52px;
}

.btn.style-one .btn-icon-one,
.btn.style-one .btn-icon-two {
  background-color: var(--secondaryColor);
}

.btn.style-one .btn-text {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}

.btn.style-two .btn-icon-one,
.btn.style-two .btn-icon-two {
  background-color: var(--whiteColor);
}

.btn.style-two .btn-text {
  background-color: var(--whiteColor);
  color: var(--titleColor);
}

.btn.style-three .btn-icon-one,
.btn.style-three .btn-icon-two {
  background-color: var(--secondaryColor);
}

.btn.style-three .btn-icon-one img,
.btn.style-three .btn-icon-two img {
  max-width: 29px;
}

.btn.style-three .btn-icon-one {
  margin-right: 0px;
}

.btn.style-three .btn-text {
  background-color: transparent;
  border: 1px solid var(--secondaryColor);
  color: var(--titleColor);
}

.btn.style-three:hover .btn-icon-two {
  margin-left: 0px;
}

.btn.style-three:hover .btn-text {
  margin-left: -52px;
  background-color: var(--secondaryColor);
  border-color: transparent;
}

.link {
  position: relative;
  padding-bottom: 1px;
  line-height: 1;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}

.link i {
  margin-left: 5px;
  font-size: 23px;
  font-weight: 300;
  line-height: 0.8;
  position: relative;
  top: 2px;
  transition: var(--transition);
}

.link img {
  position: relative;
  top: -1px;
  margin-left: 7px;
  transition: var(--transition);
}

.link:hover:after {
  width: 100%;
}

.link:hover img {
  margin-left: 9px;
}

.link:hover i {
  margin-left: 9px;
}

.link.style-one {
  color: var(--primaryColor);
}

.link.style-one:after {
  background-color: var(--primaryColor);
}

.link.style-one:hover {
  color: var(--primaryColor);
}

.link.style-two {
  color: var(--primaryColor);
}

.link.style-two:after {
  background-color: var(--titleColor);
}

.link.style-two:hover {
  color: var(--titleColor);
}

.link.style-three {
  color: #fff;
}

.link.style-three:after {
  background-color: #fff;
}

.link-hover-title,
.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
  color: #fff;
}

.link-hover-title:hover,
.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-secondary:hover {
  background-size: 100% 2px;
}

.link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
  color: var(--titleColor);
}

.link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor) !important;
}

.link-hover-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor) !important;
}

.link-hover-secondary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
  color: var(--secondaryColor) !important;
}

.hover-text-secondary:hover {
  color: var(--secondaryColor) !important;
}

.hover-text-title:hover {
  color: var(--titleColor) !important;
}

.hover-text-primary:hover {
  color: var(--primaryColor) !important;
}

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.img-hover-scale .img-scale img {
  transition: all 500ms ease;
}

.img-hover-scale .img-scale img:first-child {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover-scale:hover .img-scale img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.img-hover-scale:hover .img-scale img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover-zoom .img-zoom:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.img-hover-zoom:hover .img-zoom:before {
  animation: shine 0.75s;
}

.img-hover-zoom:hover .img-zoom img {
  transform: scale(1.05);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition {
  transition: var(--transition);
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}

.social-profile.style-one li {
  margin-right: 6px;
  line-height: 1;
}

.social-profile.style-one li:last-child {
  margin-right: 0;
}

.social-profile.style-one li a {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #043138;
}

.social-profile.style-one li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--secondaryColor);
  z-index: -1;
  transform: translate(-100%, -100%);
  transition: var(--transition);
}

.social-profile.style-one li a i {
  font-size: 17px;
  line-height: 17px;
  position: relative;
  color: var(--whiteColor);
}

.social-profile.style-one li a:hover:after {
  transform: translate(0, 0);
}

.social-profile.style-one li a:hover i {
  color: var(--titleColor);
}

.social-profile.style-two li {
  margin-right: 15px;
  line-height: 1;
}

.social-profile.style-two li:last-child {
  margin-right: 0;
}

.social-profile.style-two li a i {
  font-size: 16px;
  line-height: 1;
  color: var(--whiteColor);
}

.social-profile.style-two li a:hover i {
  color: var(--secondaryColor);
}

.social-profile.style-three li {
  margin-right: 6px;
  line-height: 1;
}

.social-profile.style-three li:last-child {
  margin-right: 0;
}

.social-profile.style-three li a {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--whiteColor);
}

.social-profile.style-three li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--primaryColor);
  z-index: -1;
  transform: translate(-100%, -100%);
  transition: var(--transition);
}

.social-profile.style-three li a i {
  font-size: 17px;
  line-height: 17px;
  position: relative;
  color: var(--paraColor);
}

.social-profile.style-three li a:hover:after {
  transform: translate(0, 0);
}

.social-profile.style-three li a:hover i {
  color: var(--whiteColor);
}

.social-profile.style-four li {
  margin-right: 5px;
  line-height: 1;
}

.social-profile.style-four li:last-child {
  margin-right: 0;
}

.social-profile.style-four li a {
  width: 36px;
  height: 36px;
  background-color: rgba(165, 111, 73, 0.1);
}

.social-profile.style-four li a i {
  font-size: 17px;
  line-height: 1;
  position: relative;
  top: 1px;
  color: var(--primaryColor);
}

.social-profile.style-four li a:hover {
  background-color: var(--primaryColor);
}

.social-profile.style-four li a:hover i {
  color: var(--whiteColor);
}

.social-profile.style-five li {
  margin-bottom: 10px;
}

.social-profile.style-five li:last-child {
  margin-bottom: 0;
}

.social-profile.style-five li a {
  position: relative;
  color: var(--grayColor);
}

.social-profile.style-five li a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--secondaryColor);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.social-profile.style-five li a:hover {
  color: var(--whiteColor);
}

.social-profile.style-five li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.round-oval {
  border-radius: 50px;
}

.round-5 {
  border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
}

.round-30 {
  border-radius: 30px;
}

.section-title.style-one,
.section-title.style-two {
  font-size: 40px;
  line-height: 52px;
}

.section-title.style-three {
  font-size: 48px;
  line-height: 56px;
}

.section-title.style-one small {
  position: relative;
  top: -6px;
  max-height: 25px;
  min-width: 260px;
}

.section-title.style-two span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.section-title.style-two span:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(../img/section-title-shape.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 11px;
  z-index: -1;
}

.slider-btn .prev-btn,
.slider-btn .next-btn {
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.slider-btn .prev-btn:before,
.slider-btn .next-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
}

.slider-btn .prev-btn img,
.slider-btn .prev-btn i,
.slider-btn .next-btn img,
.slider-btn .next-btn i {
  transition: var(--transition);
}

.slider-btn .prev-btn i,
.slider-btn .next-btn i {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 0;
}

.slider-btn .prev-btn:hover:before,
.slider-btn .next-btn:hover:before {
  width: 100%;
  opacity: 1;
}

.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}

.slider-btn .prev-btn i {
  left: -1px;
}

.slider-btn .next-btn i {
  right: -1px;
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  background-color: var(--whiteColor);
  width: 54px;
  height: 54px;
}

.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  background: var(--primaryColor);
}

.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  color: var(--ashColor);
}

.slider-btn.style-one .prev-btn:hover img,
.slider-btn.style-one .next-btn:hover img {
  filter: brightness(0) invert(1);
}

.slider-btn.style-one .prev-btn:hover i,
.slider-btn.style-one .next-btn:hover i {
  color: var(--whiteColor);
}

.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
  background-color: var(--whiteColor);
}

.slider-btn.style-two .prev-btn:before,
.slider-btn.style-two .next-btn:before {
  background: var(--primaryColor);
}

.slider-btn.style-two .prev-btn i,
.slider-btn.style-two .next-btn i {
  color: var(--titleColor);
}

.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
  filter: brightness(0) invert(1);
}

.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
  background-color: #043138;
  width: 54px;
  height: 54px;
}

.slider-btn.style-three .prev-btn:before,
.slider-btn.style-three .next-btn:before {
  background: var(--secondaryColor);
}

.slider-btn.style-three .prev-btn i,
.slider-btn.style-three .next-btn i {
  color: var(--ashColor);
}

.slider-btn.style-three .prev-btn:hover img,
.slider-btn.style-three .next-btn:hover img {
  filter: brightness(0) invert(0);
}

.slider-btn.style-three .prev-btn:hover i,
.slider-btn.style-three .next-btn:hover i {
  color: var(--whiteColor);
}

.slider-btn.style-four .prev-btn,
.slider-btn.style-four .next-btn {
  background-color: #043138;
  width: 54px;
  height: 54px;
}

.slider-btn.style-four .prev-btn:before,
.slider-btn.style-four .next-btn:before {
  background: var(--secondaryColor);
}

.slider-btn.style-four .prev-btn i,
.slider-btn.style-four .next-btn i {
  color: var(--whiteColor);
}

.slider-btn.style-four .prev-btn img,
.slider-btn.style-four .next-btn img {
  filter: brightness(0) invert(1);
}

.slider-btn.style-four .prev-btn:hover i,
.slider-btn.style-four .next-btn:hover i {
  color: var(--whiteColor);
}

.outline-0:focus {
  outline: none;
}

.rating li {
  display: inline-block;
}

.rating li i {
  line-height: 0.8;
  color: #FF9D0A;
}

/*--------------------------------------------------
   Preloader Area CSS
---------------------------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--primaryColor);
}

.preloader-area .spinner {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.preloader-area .spinner div {
  animation: spinner 1.875s infinite backwards;
  background-color: var(--primaryColor);
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}

.preloader-area .spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: rgba(185, 248, 177, 0.9);
}

.preloader-area .spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: rgba(185, 248, 177, 0.8);
}

.preloader-area .spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: rgba(185, 248, 177, 0.7);
}

.preloader-area .spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: rgba(185, 248, 177, 0.6);
}

.preloader-area .spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: rgba(185, 248, 177, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    transform: rotate(360deg) translateY(-200%);
  }
}

/*--------------------------------------------------
    Back To Top CSS
---------------------------------------------------*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(15, 2, 0, 0.15);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  font-family: remixicon !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  left: 0;
  color: var(--primaryColor);
  top: 1px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg.progress-circle path {
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
  stroke: var(--primaryColor);
}

/*--------------------------------------------------
     Animation CSS
---------------------------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.rotate-fast {
  animation: rotation 5s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.zoomIn {
  animation: zoom-in 3500ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

[data-cue=anim-left],
[data-cue=anim-right],
[data-cue=anim-top],
[data-cue=anim-bottom] {
  opacity: 0;
}

.has-animated.anim-top {
  animation: anim-top 2.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

.has-animated.anim-right {
  animation: anim-right 2.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.has-animated.anim-bottom {
  animation: anim-bottom 2.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
}

.has-animated.anim-left {
  animation: anim-left forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.anim-left {
  animation: anim-left 1.2s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.moving_cloud_one {
  animation: movingclouds 20s linear infinite;
}

.moving_cloud_two {
  animation: movingclouds 45s linear infinite;
}

.moving_cloud_three {
  animation: movingclouds 19s linear infinite;
}

.moving_cloud_four {
  animation: movingclouds 35s linear infinite;
}

.moving_cloud_five {
  animation: movingclouds 50s linear infinite;
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}

@keyframes anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes 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;
  }
}

@keyframes anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes movingclouds {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -110%;
  }
}

@keyframes movingplane {
  0% {
    margin-left: 100%;
    top: 300px;
  }

  29% {
    margin-left: 50%;
    top: 50px;
    transform: rotate(20deg);
  }

  31% {
    transform: rotate(-20deg);
  }

  60% {
    margin-left: 0%;
    top: 300px;
  }

  100% {
    margin-left: -100%;
    top: 300px;
  }
}

/* .reveal-text-right {
  visibility: hidden;
  max-width: 100%;
} */

/* .no-js .reveal-text,
.reveal-text {
  opacity: 1;
} */

.reveal-text-right .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}

.reveal-text-right .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.reveal-text-right .perspective {
  position: relative;
  display: inline-block;
}

.reveal-text-right .perspective div {
  position: relative;
  display: inline-block;
}

.reveal-text-right .word {
  display: inline-block;
}

/* .reveal-mask {
  overflow: hidden;
} */

.ripple:before {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}

.ripple:after {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
}

@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(100px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(63px, 71px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 52px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

/*------------------------------------------------
    Custom Cursor CSS
------------------------------------------------*/
.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 350ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--primaryColor);
  background-color: transparent;
}

.cursor .cursor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  pointer-events: none;
  white-space: nowrap;
  opacity: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.3s ease;
}

.cursor.show-text .cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cursor-inner {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s, height 0.6s, opacity 0.6s;
  background-color: var(--primaryColor);
  z-index: 999;
}

.cursor-inner.hidden {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.5s;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: var(--primaryColor);
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.cursor.view {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
  width: 120px;
  height: 120px;
  font-size: 16px;
  cursor: pointer;
}

/*---------------------------------
   Pagination CSS
----------------------------------*/
.page-nav li {
  margin-right: 10px;
}

.page-nav li:last-child {
  margin-right: 0;
}

.page-nav li:last-child a i {
  right: -2px;
}

.page-nav li a {
  width: 54px;
  height: 54px;
  font-size: 18px;
  background-color: var(--whiteColor);
  color: var(--paraColor);
  font-weight: 700;
  border: none;
  transition: var(--transition);
}

.page-nav li a:focus {
  outline: none;
  box-shadow: none;
}

.page-nav li a i {
  font-size: 28px;
  font-weight: 300;
  color: var(--paraColor);
  position: relative;
  top: 1px;
  transition: var(--transition);
}

.page-nav li a.active,
.page-nav li a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}

.page-nav li a.active i,
.page-nav li a:hover i {
  color: var(--whiteColor);
}

.page-nav li a.active img,
.page-nav li a:hover img {
  filter: brightness(0) invert(0);
}

/*------------------------------------------
        Breadcrumb CSS
------------------------------------------*/
.breadcrumb-area.style-one {
  margin-top:5px;
  padding: 165px 0 80px;
  background-attachment: fixed;
  overflow: hidden;
}

.breadcrumb-area.style-one .br-bg {
  /* height: calc(100% + 20px);
  margin-top: -20px; */
}

.breadcrumb-area.style-one .br-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 150%;
  background: radial-gradient(48.7% 48.7% at 62.29% 33.22%, rgba(0, 37, 44, 0.2) 0%, rgb(1 27 65 / 94%) 75%);
  z-index: 0;
}

.breadcrumb-area.style-one .section-title {
  margin-bottom: 12px;
}

.breadcrumb-area .br-menu li {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  padding-right: 15px;
  font-weight: 500;
  color: var(--secondaryColor);
}

.breadcrumb-area .br-menu li:after {
  position: absolute;
  top: 50%;
  right: -2px;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
  transform: translateY(-50%);
}

.breadcrumb-area .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-area .br-menu li:last-child:after {
  display: none;
}

.breadcrumb-area .br-menu li a {
  color: var(--grayColor);
}

.breadcrumb-area .br-menu li a:hover {
  color: var(--secondaryColor);
}

/*---------------------------------
   Hero Section CSS
----------------------------------*/
.hero-area.style-one {
  margin-top: -100px;
}

.hero-area.style-two {
  padding: 130px 0 90px;
  margin-top: 0px;
}

.hero-area.style-two .hero-shape-one {
  opacity: 0.1;
  bottom: -45px;
}

.hero-area.style-two .hero-bg {
  z-index: -1;
  width: 46%;
  height: 100%;
}

.hero-area.style-two .hero-bg img {
  margin-top: 0px;
  object-position: right;
}

.hero-area.style-two .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 37, 44, 0) 49.88%, #031745 100%);
  z-index: 0;
}

.hero-area.style-two .hero-content h1 {
  font-size: 54px;
  line-height: 72px;
  margin-bottom: 35px;
}

.hero-area.style-two .hero-stat-wrapper .stat-card {
  width: 238px;
  padding: 22px 20px 25px 29px;
}

.hero-area.style-two .hero-stat-wrapper .hero-para {
  width: calc(100% - 262px);
  margin-left: auto;
}

.hero-area.style-two .contact-info li {
  margin-bottom: 16px;
}

.hero-area.style-two .contact-info li:last-child {
  margin-bottom: 0;
}

.hero-area.style-three {
  padding: 300px 0 90px;
}

.hero-area.style-three .hero-bg {
  cursor: none;
}

.hero-area.style-three .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(49.73% 49.73% at 50% 33.06%, rgba(0, 37, 44, 0.3) 0%, rgba(0, 37, 44, 0.97) 75%);
  z-index: -1;
}

.hero-area.style-three .hero-bg .shape-one,
.hero-area.style-three .hero-bg .shape-two {
  opacity: 0.4;
}

.hero-area.style-three .hero-content h1 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 6px;
}

.hero-area.style-three .hero-content .hero-para {
  width: 76%;
  margin-left: auto;
  margin-bottom: 70px;
}

.hero-area.style-three .hero-content .hero-para p {
  margin-bottom: 40px;
}

.hero-area.style-three .stat-card-wrap {
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-left: auto;
}

.hero-area.style-three .stat-card-wrap .stat-card {
  width: 238px;
}

.hero-area.style-three .stat-card-wrap .stat-card .stat-card-shape {
  bottom: -5px;
}

.hero-area.style-three .stat-card-wrap .stat-card.style-two {
  min-height: 265px;
}

.hero-slider-one .hero-pagination {
  position: absolute;
  bottom: 65px;
  left: 50%;
  z-index: 2;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
}

.hero-slider-one .hero-pagination .swiper-pagination-current {
  font-size: 64px;
  font-weight: 600;
  font-family: var(--secondaryFont);
  color: var(--whiteColor);
  transition: var(--transition);
}

.hero-slider-one .hero-pagination .swiper-separator {
  font-size: 34px;
}

.hero-slider-one .hero-pagination .swiper-pagination-total {
  font-size: 40px;
  font-weight: 600;
  color: #888787;
  font-family: var(--secondaryFont);
  transition: var(--transition);
}

.hero-slide-item.style-one {
  padding: 250px 0 90px;
}

.hero-slide-item.style-one .hero-shape {
  top: 50.5%;
  left: 19.2%;
}

.hero-slide-item.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;
  background: linear-gradient(90deg, rgba(0, 37, 44, 0.8) 0%, rgba(0, 37, 44, 0) 63%, rgba(0, 37, 44, 0.8) 100%);
  z-index: 0;
}

.hero-slide-item.style-one .hero-content h1 {
  font-size: 54px;
  line-height: 72px;
  margin-bottom: 155px;
}

.hero-slide-item.style-one .stat-card {
  margin: 66px 0 60px;
}

.hero-slide-item.style-one .stat-card.style-three {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  width: 238px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
}

.hero-slide-item.style-one .hero-para {
  width: calc(100% - 68px);
  margin-left: auto;
}

.hero-slide-item.style-one .hero-para p {
  margin-bottom: 30px;
}

.stat-card.style-one,
.stat-card.style-two,
.stat-card.style-three {
  padding: 22px 29px 25px;
  background-color: #0a3088;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 77px) 0, 100% 77px, 100% 100%, 0 100%);
}

.stat-card.style-one h3,
.stat-card.style-two h3,
.stat-card.style-three h3 {
  font-size: 64px;
}

.stat-card.style-one .client-list,
.stat-card.style-two .client-list,
.stat-card.style-three .client-list {
  margin-left: 20px;
}

.stat-card.style-one .client-list li,
.stat-card.style-two .client-list li,
.stat-card.style-three .client-list li {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-left: -20px;
  border: 2px solid var(--whiteColor);
}

.spotlight {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, transparent 60%, rgba(0, 0, 0, 0.2) 70%);
  transition: all 1650ms ease-out;
  z-index: 1;
}

/*---------------------------------
   About Section CSS
----------------------------------*/
.about-area.style-one .about-content h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 29px;
}

.about-area.style-one .about-content .counter-card-wrap .counter-card h4 {
  font-size: 64px;
}

.about-area.style-one .about-content .achievement-box {
  padding: 30px 25px 35px 30px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F7F7F7 100%);
}

.about-area.style-one .about-content .achievement-box ul li {
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #E3E3E3;
}

.about-area.style-one .about-content .achievement-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.about-area.style-one .about-content .achievement-box ul li:first-child {
  padding-bottom: 10px;
}

.about-area.style-one .about-content .achievement-box ul li span {
  width: calc(100% - 52px);
}

.about-area.style-one .about-content .achievement-box ul li span:nth-child(2) {
  width: 50px;
}

.about-area.style-one .about-content .founders-box {
  padding: 35px 0 0;
}

.about-area.style-one .about-content .founders-box h6 {
  font-size: 24px;
  line-height: 34px;
  padding: 0 25px;
  margin-bottom: 30px;
}

.about-area.style-one .about-content .founders-box .ceo-info-wrap {
  padding: 0 25px 40px;
}

.about-area.style-one .about-content .founders-box .ceo-info-wrap .ceo-img {
  width: 75px;
  height: 75px;
}

.about-area.style-one .about-content .founders-box .ceo-info-wrap .ceo-info {
  width: calc(100% - 85px);
  margin-left: auto;
}

.about-area.style-one .about-content .founders-box .support-box {
  background-color: #91D089;
  border-radius: 20px;
  padding: 26px 1px;
}

.about-area.style-two .about-content {
  padding: 25px 25px 0;
}

.about-area.style-two .about-content .features-wrap .feature-img {
  width: 170px;
}

.about-area.style-two .about-content .features-wrap .feature-info {
  width: calc(100% - 193px);
  margin-left: auto;
}

.about-area.style-two .about-content .about-card {
  padding: 20px 20px 20px;
}

.about-area.style-two .about-content .about-card h3 {
  margin-bottom: 16px;
}

.about-area.style-two .about-img-wrap {
  border-radius: 20px 20px 20px 0;
}

.about-area.style-two .about-img-wrap h3 {
  padding: 48px 35px 0;
}

.about-area.style-two .about-img-wrap .about-img {
  max-width: 85%;
  left: -55px;
}

.about-area.style-three .about-img-text {
  padding-top: 45px;
  margin-top: 50px;
  border-top: 1px solid #D9D9D9;
}

.about-area.style-three .about-content {
  padding-left: 48px;
  border-left: 1px solid #d9d9d9;
}

.about-area.style-three .about-content .section-title {
  margin-bottom: 30px;
}

.about-area.style-three .about-content h6 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
  margin-left: 65px;
}

.about-area.style-three .about-content .btn {
  margin-left: 65px;
  margin-bottom: 40px;
}

.about-area.style-three .about-content .counter-card-wrap .counter-card h4 {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 10px;
}

.promo-area.style-one .promo-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;
  z-index: 0;
  background: linear-gradient(270deg, rgba(0, 37, 44, 0.5) 32.62%, rgba(0, 37, 44, 0) 43.49%);
}

.promo-area.style-one .promo-box {
  width: 462px;
  border-radius: 20px 20px 0 0;
  padding: 39px 50px 90px;
  background: radial-gradient(ellipse closest-side at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  clip-path: polygon(0 0, calc(100% - 135px) 0, 100% 185px, 100% 100%, 0 100%);
}

.promo-area.style-one .promo-box .promo-list li {
  margin-bottom: 35px;
}

.promo-area.style-one .promo-box .promo-list li:last-child {
  margin-bottom: 0;
}

.promo-card-wrap.style-one .promo-card {
  width: 33.33%;
}

.promo-card.style-one {
  padding: 24px 0;
}

.promo-card.style-one span {
  font-size: 32px;
}

.promo-card.style-one p {
  margin-left: 20px;
  width: calc(100% - 105px);
}

.feature-list.style-one li {
  padding-left: 30px;
  margin-bottom: 7px;
}

.feature-list.style-one li:last-child {
  margin-bottom: 0;
}

.feature-list.style-one li img {
  top: 6px;
  width: 5%;
  filter: brightness(0) invert(1);
}

.feature-card.style-one {
  padding: 24px 30px 27px;
  border: 1px solid #d9d9d9;
}

.feature-card.style-one h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

/*---------------------------------
   Why Choose Us Section CSS
----------------------------------*/
.wh-card.style-one {
  background-color: var(--whiteColor);
  padding: 30px 25px 35px;
}

.wh-card.style-one h3 {
  font-size: 24px;
  line-height: 34px;
}

.wh-card.style-one .feature-list li {
  padding-left: 30px;
  margin-bottom: 10px;
}

.wh-card.style-one .feature-list li:last-child {
  margin-bottom: 0;
}

.wh-card.style-one .feature-list li img {
  top: 7px;
}

.wh-card.style-two {
  background-color: #043138;
  padding: 30px 25px 25px;
}

.wh-card.style-two h3 {
  font-size: 24px;
  line-height: 34px;
}

.wh-card.style-two .rating-box {
  background-color: #031745;
  padding: 20px 15px 17px;
}

.wh-card.style-two .rating-box .rating li {
  margin-right: -4px;
}

.wh-card.style-two .feature-list li {
  padding-left: 16px;
  margin-bottom: 7px;
}

.wh-card.style-two .feature-list li:last-child {
  margin-bottom: 0;
}

.wh-card.style-two .feature-list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}

.wh-area.style-two .wh-content .feature-item-wrap .feature-item {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 47, 121, 0.08);
  border-left: 4px solid var(--primaryColor);
  border-radius: 12px;
  padding: 22px 28px;
  box-shadow: 0 2px 12px rgba(0, 47, 121, 0.06);
  transition: all 0.3s ease;
}

.wh-area.style-two .wh-content .feature-item-wrap .feature-item:hover {
  box-shadow: 0 8px 28px rgba(0, 47, 121, 0.14);
  transform: translateX(4px);
  border-left-color: var(--secondaryColor);
}

.wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-icon {
  background-color: var(--primaryColor);
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info {
  width: calc(100% - 72px);
  margin-left: auto;
  border-bottom: none;
  padding-bottom: 0;
}

.wh-area.style-two .wh-content .feature-item-wrap .feature-item .feature-info h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  color: var(--primaryColor);
}

.wh-area.style-two .wh-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}

.wh-box.style-one .wh-bg {
  border-radius: 0 20px 0 20px;
}

.wh-box.style-one .wh-bg img {
  border-radius: 0 20px 0 20px;
}

.wh-box.style-one .wh-content {
  padding: 0 80px;
}

.wh-box.style-one .wh-content .vertical-text {
  color: #043138;
  font-size: 40px;
  position: absolute;
  top: -7px;
  left: 30px;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.wh-box.style-one .wh-quote-box {
  padding: 22px 27px 25px 30px;
  border-radius: 0 0 20px 0;
}

.wh-box.style-one .wh-quote-box h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}

.wh-box.style-one .wh-quote-box span {
  padding-left: 42px;
}

.wh-box.style-one .wh-quote-box span:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 25px;
  height: 1px;
  background-color: var(--titleColor);
  transform: translateY(-50%);
}

.industry-category-wrap {
  margin-bottom: -50px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.industry-category-wrap a {
  margin-bottom: 50px;
}

.industry-card-wrap {
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 400px;
}

.industry-card-wrap.style-one .industry-category-card {
  width: calc(20% - 9px);
}

.industry-category-card.style-one {
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  border-radius: 20px;
  padding: 29px 30px 25px;
  clip-path: polygon(0 0, calc(100% - 77px) 0, 100% 45px, 100% 100%, 0 100%);
  transition: var(--transition);
}

.industry-category-card.style-one h3 {
  margin: 26px 0 0;
  display: inline-block;
}

.industry-category-card.style-one:hover {
  transform: translateY(-8px);
}

/*---------------------------------
   Service CSS
----------------------------------*/
.service-area.style-one {
  padding: 0 !important;
}

.service-area.style-one .service-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120%;
  background-color: rgba(0, 37, 44, 0.6);
  z-index: 0;
}

.service-area.style-three .section-shape {
  left: 50%;
  transform: translateX(-50%);
}

.service-slider-one .slider-btn .prev-btn,
.service-slider-one .slider-btn .next-btn {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.service-slider-one .slider-btn .prev-btn {
  left: 10px;
}

.service-slider-one .slider-btn .next-btn {
  right: 10px;
}

.service-slider-one:hover .slider-btn .prev-btn,
.service-slider-one:hover .slider-btn .next-btn {
  visibility: visible;
  opacity: 1;
}

.service-card.style-one {
  padding: 50px 36px 43px;
  border-radius: 20px 20px 0 0;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  clip-path: polygon(0 0, calc(100% - 148px) 0, 100% 150px, 100% 100%, 0 100%);
  transform: translateY(55%);
  transition: var(--transition);
}

.service-card.style-one h3 {
  margin: 45px 0 62px;
  transition: var(--transition);
}

.service-card.style-one p {
  color: #EBF7FF;
  margin-bottom: 45px;
}

.service-card.style-one p,
.service-card.style-one .btn {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.service-card.style-one.active,
.service-card.style-one:hover {
  transform: translateY(0);
}

.service-card.style-one.active h3,
.service-card.style-one:hover h3 {
  margin: 114px 0 20px;
}

.service-card.style-one.active p,
.service-card.style-one.active .btn,
.service-card.style-one:hover p,
.service-card.style-one:hover .btn {
  opacity: 1;
  visibility: visible;
}

.service-card.style-two {
  background-color: var(--whiteColor);
  padding: 40px 28px 25px;
}

.service-card.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--secondaryColor);
  opacity: 0.15;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.service-card.style-two h3 {
  margin: 70px 0 15px;
}

.service-card.style-two .feature-list {
  margin-bottom: 42px;
}

.service-card.style-two:hover:after {
  width: 100%;
  transform: scaleX(1);
  transform-origin: left;
}

.service-card.style-three .service-img {
  border-radius: 20px 20px 0 0;
}

.service-card.style-three .service-img img {
  border-radius: 20px 20px 0 0;
}

.service-card.style-three .service-info {
  padding: 20px 30px 30px;
}

.service-card.style-three .service-info h3 {
  margin-bottom: 16px;
}

.service-card.style-three .service-info .feature-list {
  margin-bottom: 41px;
}

/*---------------------------------
   Case Studies CSS
----------------------------------*/
.case-area.style-one .case-bg-wrap {
  height: 100%;
  min-height: 650px;
  border-radius: 0 0 20px 0;
}

.case-area.style-one .case-bg-wrap .case-img {
  border-radius: 0 0 20px 0;
}

.case-area.style-one .case-content {
  padding: 120px 0 0;
}

.case-card.style-one {
  padding: 28px;
}

.case-card.style-one.bg-albastor {
  border: 1px solid #D9D9D9;
}

.case-card.style-one .case-img .case-counter {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 64px;
}

.case-card.style-one .case-info .job-info-wrap .employer-logo {
  width: 100px;
  height: 100px;
  padding: 15px;
}

.case-card.style-one .case-info .job-info-wrap .job-info {
  width: calc(100% - 115px);
  margin-left: auto;
}

.case-card.style-one .case-info .case-outcome-box {
  padding: 25px 20px;
}

.case-card.style-one .case-info .case-outcome-box .outcome-box {
  padding: 17px 16px 17px 20px;
}

.case-card.style-two .case-img,
.case-card.style-four .case-img,
.case-card.style-five .case-img,
.case-card.style-six .case-img {
  margin-bottom: 21px;
}

.case-card.style-two .case-img .case-category,
.case-card.style-four .case-img .case-category,
.case-card.style-five .case-img .case-category,
.case-card.style-six .case-img .case-category {
  bottom: 30px;
  left: 30px;
  padding: 5px 15px;
  background-color: var(--whiteColor);
  color: var(--titleColor);
  z-index: 2;
}

.case-card.style-two .case-img .case-category:hover,
.case-card.style-four .case-img .case-category:hover,
.case-card.style-five .case-img .case-category:hover,
.case-card.style-six .case-img .case-category:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.case-card.style-three {
  background-color: var(--whiteColor);
  padding: 26px 30px 25px;
}

.case-card.style-three h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.case-card.style-three ul {
  margin-bottom: 35px;
}

.case-card.style-three ul li {
  padding: 0px 10px;
  margin-bottom: 10px;
}

.case-card.style-three ul li:last-child {
  margin-bottom: 0;
}

.view-all-case {
  display: block;
  max-width: 80%;
  margin-top: 120px;
  margin-left: auto;
}

.case-slider-one .slider-btn {
  position: relative;
  margin-top: 50px;
}

.case-slider-one .slider-btn:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: calc(100% - 145px);
  height: 1px;
  background-color: rgba(153, 168, 171, 0.3);
  transform: translateY(-50%);
}

/*-------------------------------
     Partner Brand  CSS
-------------------------------*/
.brand-logo.style-one {
  border: 1px solid #D9D9D9;
  min-height: 141px;
}

.brand-logo.style-two {
  background-color: var(--whiteColor);
  border: 1px solid #D9D9D9;
  min-height: 141px;
}

.brand-logo-wrap.style-one .brand-logo,
.brand-logo-wrap.style-two .brand-logo {
  flex: 1;
}

/*-------------------------------
    Industry Section CSS
-------------------------------*/
.industry-area.style-one {
  background-image: url(../img/bg-1.png);
}

.industry-area.style-one:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(48.85% 50% at 48.85% 50%, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 100%);
  z-index: -1;
  transform: translate(-50%, -50%);
}

.industry-area.style-two .industry-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 37, 44, 0.5);
  z-index: 0;
}

.industry-area.style-two .industry-category-wrap {
  margin-top: 400px;
  margin-bottom: 30px;
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text-wrapper.style-one {
  background-color: #91D089;
}

.move-text ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 15s linear infinite alternate;
}

.move-text ul li {
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: var(--transition);
}

.move-text.style-one {
  height: 28px;
}

.move-text.style-one ul li {
  font-size: 24px;
  margin: 0 10px 0 0;
  position: relative;
}

.move-text.style-two {
  height: 95px;
}

.move-text.style-two ul li {
  font-size: 90px;
  margin: 0 55px 0 0;
  padding-right: 98px;
  position: relative;
}

.move-text.style-two ul li:after {
  position: absolute;
  top: calc(50% + 4px);
  right: 0;
  content: "";
  background-image: url(../img/star.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  color: var(--titleColor);
  transform: translateY(-50%);
}

.move-text.style-three {
  height: 145px;
}

.move-text.style-three ul li {
  font-size: 64px;
  margin: 0 55px 0 0;
  padding-right: 98px;
  position: relative;
}

.move-text.style-three ul li:after {
  position: absolute;
  top: calc(50% + 4px);
  right: 0;
  content: "";
  background-image: url(../img/star-white.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px;
  color: var(--whiteColor);
  transform: translateY(-50%);
}

@keyframes mymove {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}

/*---------------------------------
   Pricing Card CSS
----------------------------------*/
.pricing-card.style-one {
  padding: 45px 28px 35px 25px;
  background-color: var(--whiteColor);
}

.pricing-card.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--secondaryColor);
  opacity: 0.15;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.pricing-card.style-one h5 {
  font-size: 24px;
  margin-bottom: 6px;
}

.pricing-card.style-one h2 {
  font-size: 64px;
  margin-bottom: 7px;
}

.pricing-card.style-one h2 span {
  font-size: 18px;
  margin-left: -12px;
  color: #888787;
}

.pricing-card.style-one p {
  color: #888787;
  margin-bottom: 38px;
}

.pricing-card.style-one h4 {
  font-size: 24px;
  margin-bottom: 18px;
}

.pricing-card.style-one .pricing-features {
  margin-bottom: 43px;
}

.pricing-card.style-one .pricing-features li {
  margin-bottom: 6px;
  padding-left: 28px;
  color: #888787;
}

.pricing-card.style-one .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-card.style-one .pricing-features li img {
  position: absolute;
  top: 6px;
  left: 0;
}

.pricing-card.style-one:hover:after {
  width: 100%;
  transform: scaleX(1);
  transform-origin: left;
}

/*---------------------------------
   Blog CSS
----------------------------------*/
.blog-card.style-one .blog-img {
  border-radius: 20px 20px 0 0;
}

.blog-card.style-one .blog-img img {
  border-radius: 20px 20px 0 0;
}

.blog-card.style-one .blog-info {
  padding: 20px 25px 22px;
}

.blog-card.style-one .blog-info .blog-metainfo {
  margin-bottom: 8px;
}

.blog-card.style-two .blog-img .blog-category {
  top: 20px;
  left: 20px;
  background-color: var(--whiteColor);
  color: var(--titleColor);
  padding: 5px 11px;
  line-height: 16px;
  z-index: 2;
}

.blog-card.style-two .blog-img .blog-category:hover {
  background-color: var(--secondaryColor);
}

.blog-card.style-two .blog-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 37, 44, 0.15) 50%, #031745 100%);
  z-index: 1;
}

.blog-card.style-two .blog-info {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 0 28px 21px;
  z-index: 1;
  transform: translateX(-50%);
}

.blog-card.style-two .blog-info .blog-metainfo {
  margin-bottom: 5px;
}

.blog-card.style-two .blog-info .blog-metainfo.style-two li {
  color: var(--whiteColor);
}

.blog-card.style-two .blog-info .blog-metainfo.style-two li i {
  color: var(--secondaryColor);
}

.blog-card.style-two .blog-info .blog-metainfo.style-two li a {
  color: var(--whiteColor);
}

.blog-card.style-two .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--secondaryColor);
}

.blog-card.style-three .blog-info {
  padding: 12px 0 0;
  z-index: 1;
}

.blog-card.style-three .blog-info .blog-metainfo {
  margin-bottom: 14px;
}

.blog-card.style-three .blog-info .blog-metainfo.style-two li {
  color: var(--paraColor);
}

.blog-card.style-three .blog-info .blog-metainfo.style-two li i {
  color: var(--titleColor);
}

.blog-card.style-three .blog-info .blog-metainfo.style-two li a {
  color: var(--paraColor);
}

.blog-card.style-three .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--primaryColor);
}

.blog-card.style-two .blog-img .blog-category,
.blog-card.style-three .blog-img .blog-category {
  top: 20px;
  left: 20px;
  background-color: var(--whiteColor);
  color: var(--titleColor);
  padding: 5px 11px;
  line-height: 16px;
  z-index: 2;
}

.blog-card.style-two .blog-img .blog-category:hover,
.blog-card.style-three .blog-img .blog-category:hover {
  background-color: var(--secondaryColor);
}

.blog-card.style-four .blog-img {
  width: 200px;
}

.blog-card.style-four .blog-info {
  width: calc(100% - 224px);
  margin-left: auto;
}

.blog-card.style-four .blog-info .blog-metainfo {
  margin-bottom: 14px;
}

.blog-card.style-four .blog-info .blog-metainfo.style-two li {
  color: var(--paraColor);
}

.blog-card.style-four .blog-info .blog-metainfo.style-two li i {
  color: var(--titleColor);
}

.blog-card.style-four .blog-info .blog-metainfo.style-two li a {
  color: var(--paraColor);
}

.blog-card.style-four .blog-info .blog-metainfo.style-two li a:hover {
  color: var(--primaryColor);
}

.blog-card h3 {
  font-size: 22px;
  line-height: 30px;
}

.blog-card-wrap.style-one {
  padding-left: 26px;
  border-left: 1px solid #D9D9D9;
}

.blog-card-wrap.style-one .blog-card {
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #D9D9D9;
}

.blog-card-wrap.style-one .blog-card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.blog-metainfo.style-one li {
  display: inline-block;
  margin-right: 13px;
  padding-right: 21px;
}

.blog-metainfo.style-one li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #91D089;
  transform: translateY(-50%);
}

.blog-metainfo.style-one li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-metainfo.style-one li:last-child:after {
  display: none;
}

.blog-metainfo.style-one li a {
  color: var(--paraColor);
}

.blog-metainfo.style-one li a:hover {
  color: var(--primaryColor);
}

.blog-metainfo.style-two li {
  display: inline-block;
  margin-right: 15px;
  padding-left: 27px;
}

.blog-metainfo.style-two li:last-child {
  margin-right: 0;
}

.blog-metainfo.style-two li i {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  color: var(--secondaryColor);
}

.blog-metainfo.style-three li {
  display: inline-block;
  margin-right: 18px;
  padding-right: 25px;
  line-height: 16px;
  border-right: 1.5px solid var(--paraColor);
}

.blog-metainfo.style-three li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.blog-metainfo.style-three li i {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
  color: var(--secondaryColor);
}

.blog-slider-one .blog-pagination {
  margin-top: 11px;
}

.blog-slider-one .blog-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 1;
  background-color: #D9D9D9;
}

.blog-slider-one .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondaryColor);
}

/*---------------------------------
   Contact CSS
----------------------------------*/
.comp-map {
  width: 100%;
  height: 303px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

.contact-area.style-one {
  background-color: #FFC609;
}

.contact-address.style-one .contact-icon {
  width: 75px;
  height: 75px;
  background-color: rgba(145, 208, 137, 0.75);
}

.contact-address.style-one .contact-icon i {
  font-size: 20px;
  line-height: 0.8;
  color: var(--titleColor);
}

.contact-address.style-one p {
  width: calc(100% - 90px);
  margin-left: auto;
  line-height: 36px;
}

.contact-form.style-one .form-group input,
.contact-form.style-one .form-group textarea {
  border: none;
  border-bottom: 1px solid #91D089;
}

.contact-form.style-one .form-group input::-moz-placeholder,
.contact-form.style-one .form-group textarea::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}

.contact-form.style-one .form-group input::placeholder,
.contact-form.style-one .form-group textarea::placeholder {
  color: var(--titleColor);
  opacity: 1;
}

.contact-form.style-one .form-group input {
  padding: 0 0 18px;
}

.contact-form.style-one .form-group textarea {
  padding-bottom: 22px;
  height: 68px;
}

.contact-form.style-two .form-group input,
.contact-form.style-two .form-group textarea {
  border: none;
  border-bottom: 1px solid #D9D9D9;
}

.contact-form.style-two .form-group input::-moz-placeholder,
.contact-form.style-two .form-group textarea::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}

.contact-form.style-two .form-group input::placeholder,
.contact-form.style-two .form-group textarea::placeholder {
  color: var(--titleColor);
  opacity: 1;
}

.contact-form.style-two .form-group input {
  padding: 0 0 18px;
}

.contact-form.style-two .form-group textarea {
  padding-bottom: 22px;
  height: 68px;
}

.contact-form.style-three .form-group input,
.contact-form.style-three .form-group textarea {
  border: none;
  border-bottom: 1px solid #D9D9D9;
}

.contact-form.style-three .form-group input::-moz-placeholder,
.contact-form.style-three .form-group textarea::-moz-placeholder {
  color: var(--titleColor);
  opacity: 1;
}

.contact-form.style-three .form-group input::placeholder,
.contact-form.style-three .form-group textarea::placeholder {
  color: var(--titleColor);
  opacity: 1;
}

.contact-form.style-three .form-group input {
  padding: 0 0 18px;
}

.contact-form.style-three .form-group textarea {
  padding-bottom: 22px;
  height: 68px;
}

.contact-form.style-three {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.contact-form.style-three .service-btn-wrap {
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.contact-form.style-three .service-btn-wrap .service-btn {
  flex: 1;
  cursor: pointer;
}

.contact-form.style-three .service-btn-wrap .service-btn input {
  display: none;
}

.contact-form.style-three .service-btn-wrap .service-btn label {
  background-color: #b9cdf9;
  padding: 12px 20px;
  cursor: pointer;
}

.contact-form.style-three .service-btn-wrap .service-btn .custom-control-input:checked+label {
  background-color: var(--secondaryColor);
}

.contact-form input [type=file] {
  background-color: #f7f7f7;
  border: none;
}

.checkbox {
  display: block;
}

.checkbox.form-check {
  padding-left: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.checkbox.style-one label {
  padding-left: 30px;
}

.checkbox.style-one label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  top: 2px;
  border-radius: 1px;
}

.checkbox.style-one input:checked+label:before,
.checkbox.style-two input:checked+label:before,
.checkbox.style-three input:checked+label:before {
  border-color: transparent;
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox.style-one input:checked+label:after {
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: var(--primaryColor);
}

/*---------------------------------
   CTA Box CSS
----------------------------------*/
.cta-area.style-one .cta-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 37, 44, 0) 0%, #031745 100%);
  z-index: 0;
}

.cta-area.style-one .cta-content {
  padding: 385px 0 120px;
}

.cta-area.style-two .cta-box {
  padding: 29px 0;
  border-radius: 0 0 10px 10px;
  background-color: #91D089;
}

.cta-box.style-one {
  background-color: #031745;
  padding: 40px 25px 48px;
}

.cta-box.style-one .cta-shape-one {
  left: 8%;
}

.cta-box.style-one .cta-shape-two {
  right: 8%;
}

.cta-box.style-one p {
  color: #99A8AB;
  margin-bottom: 42px;
}

.cta-box.style-one .btn-wrap a:first-child {
  margin-right: 10px;
}

/*-------------------------------
        FAQ Section CSS
-------------------------------*/
.faq-area.style-one .faq-content {
  padding: 120px 0;
}

.faq-area.style-one .faq-bg-wrap {
  height: 100%;
}

.faq-area.style-one .faq-bg-wrap .faq-contact-box {
  left: 30px;
  bottom: 30px;
  padding: 25px 35px 25px 30px;
  max-width: 424px;
}

.faq-area.style-one .faq-bg-wrap .faq-contact-box p {
  color: #99A8AB;
}

.accordion.style-one .accordion-item,
.accordion.style-two .accordion-item {
  margin: 0 0 10px;
  padding: 24px 0 23px 30px;
  transition: var(--transition);
  border-radius: 0;
  cursor: pointer;
}

.accordion.style-one .accordion-item:last-child,
.accordion.style-two .accordion-item:last-child {
  margin: 0;
}

.accordion.style-one .accordion-item .accordion-header,
.accordion.style-two .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  border-radius: 0;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button,
.accordion.style-two .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-family: var(--secondaryFont);
  font-weight: 700;
  display: flex;
  align-items: flex-start !important;
  margin: 0;
  text-align: left;
  align-items: center;
  padding: 0 55px 0 0;
  background-color: transparent;
  border: none;
  color: var(--titleColor);
  box-shadow: none;
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button:after,
.accordion.style-two .accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button:focus,
.accordion.style-two .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow,
.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  width: 30px;
  height: 30px;
  background-color: var(--whiteColor);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: 29px;
  text-align: center;
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i,
.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 51%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: var(--primaryColor);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus,
.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}

.accordion.style-one .accordion-item .accordion-body,
.accordion.style-two .accordion-item .accordion-body {
  padding: 16px 0 0;
  border-top: none;
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-body p,
.accordion.style-two .accordion-item .accordion-body p {
  margin-bottom: 0;
}

.accordion.style-one .accordion-item.collapsed .accordion-button .accord-arrow i.plus,
.accordion.style-two .accordion-item.collapsed .accordion-button .accord-arrow i.plus {
  visibility: visible;
  opacity: 1;
}

.accordion.style-one .accordion-item:not(.collapsed) .accordion-button .accord-arrow i.minus,
.accordion.style-two .accordion-item:not(.collapsed) .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion.style-one .accordion-item {
  border: 1px solid #91D089;
  background-color: transparent;
  border-radius: 20px;
}

.accordion.style-two .accordion-item {
  border: 1px solid #E3E3E3;
  background-color: var(--whiteColor);
  border-radius: 20px;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  background-color: var(--secondaryColor);
}

.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  background-image: url(../img/error-bg.jpg);
  height: 100vh;
}

.error-wrap .error-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  padding: 20px 50px;
  height: 100%;
  background-color: rgba(1, 37, 44, 0.9);
}

.error-wrap .error-content h2 {
  font-size: 400px;
  -webkit-text-stroke: 1px black var(--secondaryColor);
}

/*---------------------------------
   Testimonial CSS
----------------------------------*/
.testimonial-area.style-one .testimonial-content {
  padding: 120px 0;
}

.testimonial-area.style-one .testimonial-bg {
  height: 100%;
}

.testimonial-area.style-one .testimonial-bg .rating-box {
  position: absolute;
  bottom: 60px;
  left: 35px;
  background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  padding: 23px 25px 22px 30px;
  width: 250px;
  clip-path: polygon(0 0, calc(100% - 77px) 0, 100% 45px, 100% 100%, 0 100%);
}

.testimonial-area.style-one .testimonial-bg .rating-box .ratings span {
  font-size: 64px;
  line-height: 1;
}

.testimonial-area.style-one .testimonial-bg .rating-box .ratings .rating li {
  margin-left: -3px;
}

.testimonial-area.style-one .testimonial-bg .rating-box .ratings .rating li i {
  color: #FFD700;
}

.testimonial-slider-two .slider-btn {
  position: relative;
  margin-top: 52px;
}

.testimonial-slider-two .slider-btn:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: calc(100% - 135px);
  height: 1px;
  background-color: #99A8AB;
  transform: translateY(-50%);
  opacity: 0.3;
}

.testimonial-card.style-one {
  background-color: var(--whiteColor);
  padding: 20px;
  min-height: 372px;
}

.testimonial-card.style-one .rating {
  margin-bottom: 18px;
}

.testimonial-card.style-one .rating li {
  margin-left: -3px;
}

.testimonial-card.style-one .client-info-wrap .client-img {
  width: 75px;
  height: 75px;
}

.testimonial-card.style-one .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: auto;
}

.testimonial-card.style-two .rating {
  margin-bottom: 35px;
}

.testimonial-card.style-two .rating li {
  margin-right: -3px;
}

.testimonial-card.style-two .rating li i {
  color: #FFD700;
  font-size: 15px;
}

.testimonial-card.style-two p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 41px;
}

.testimonial-card.style-two .client-info-wrap .client-img {
  width: 75px;
  height: 75px;
}

.testimonial-card.style-two .client-info-wrap .client-info {
  width: calc(100% - 90px);
  margin-left: auto;
}

.success-box.style-one {
  padding: 22px 25px 22px;
}

.success-box.style-one .counter-card {
  margin-bottom: 33px;
  padding-bottom: 38px;
  border-bottom: 1px solid #91D089;
}

.success-box.style-one .counter-card h4 {
  font-size: 64px;
  line-height: 1;
}

.success-box.style-one .ratings span {
  font-size: 64px;
  line-height: 1;
}

.success-box.style-one .ratings .rating li {
  margin-left: -3px;
}

.success-box.style-one .ratings .rating li i {
  color: var(--titleColor);
}

.funfact-area.style-one {
  background-color: #91D089;
}

.funfact-wrap.style-one {
  padding: 37px 0 16px;
}

.funfact-wrap.style-two {
  padding: 37px 0 16px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.funfact-card.style-one {
  padding-left: 30px;
}

.funfact-card.style-one h4 {
  font-size: 64px;
}

.funfact-card.style-one:before {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  content: "";
  width: 1px;
  height: 88px;
  background-color: rgba(247, 247, 247, 0.5);
  transform: translateY(-50%);
}

/*---------------------------------
   Team CSS
----------------------------------*/
.team-card.style-one .team-img {
  margin-bottom: 35px;
}

.team-card.style-one .team-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 49, 56, 0) 50%, #043138 100%);
  border-radius: 20px;
  z-index: 0;
}

.team-card.style-one .team-img .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 1;
  transition: var(--transition);
}

.team-card.style-one .team-img .team-info .mail-link {
  width: 50px;
  height: 50px;
  background-color: var(--whiteColor);
}

.team-card.style-one .team-img .team-info .mail-link i {
  color: var(--titleColor);
}

.team-card.style-one .team-img .team-info .mail-link:hover {
  background-color: var(--secondaryColor);
}

.team-card.style-one .skill-list {
  margin-top: -10px;
}

.team-card.style-one .skill-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.team-card.style-one .skill-list li a {
  border-radius: 50px;
  display: inline-block;
  transition: var(--transition);
  background-color: var(--whiteColor);
  color: var(--titleColor);
  padding: 5px 19px;
}

.team-card.style-one .skill-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.team-card.style-one:hover .team-img .team-info {
  bottom: 10px;
}

/*---------------------------------
   Career CSS
----------------------------------*/
.job-feature-card {
  padding: 30px 30px 26px;
}

.job-feature-card h3 {
  margin: 22px 0 16px;
}

.job-card-wrap .job-card {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.job-card-wrap .job-card:last-child {
  margin-bottom: 0;
}

.job-card.style-one .job-info-wrap {
  width: 34.5%;
}

.job-card.style-one .job-info-wrap .employer-logo {
  width: 100px;
  height: 100px;
  background-color: var(--whiteColor);
}

.job-card.style-one .job-info-wrap .job-info {
  width: calc(100% - 115px);
  margin-left: auto;
}

.job-card.style-one p {
  width: calc(65% - 205px);
}

.job-metainfo li {
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  line-height: 1;
  position: relative;
}

.job-metainfo li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 16px;
  background-color: var(--paraColor);
  transform: translateY(-50%);
}

.job-metainfo li:first-child::after,
.job-metainfo li:last-child::after {
  display: none;
}

.job-metainfo li.job-nature {
  background-color: var(--secondaryColor);
  border-radius: 5px;
  padding: 5px 10px;
}

.career-desc .job-metainfo {
  padding-bottom: 30px;
  margin-bottom: 44px;
  border-bottom: 1px solid #D9D9D9;
}

/*-------------------------------
    Sidebar Widget CSS
-------------------------------*/
.sidebar .sidebar-widget {
  background-color: var(--whiteColor);
  padding: 27px 30px 30px;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.search-widget input {
  padding: 12px 55px 12px 15px;
  border: 1px solid rgba(18, 18, 18, 0.1);
}

.search-widget input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.search-widget input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.search-widget button {
  padding: 4px 16px 4px 16px;
}

.search-widget button i {
  font-size: 20px;
  line-height: 0.8;
  transition: var(--transition);
}

.search-widget button:hover {
  background-color: var(--secondaryColor);
}

.search-widget button:hover i {
  color: var(--titleColor);
}

.search-box input {
  background-color: #f7f7f7;
  height: 54px;
  padding: 12px 60px 12px 18px;
}

.search-box input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.search-box input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.search-box button {
  padding: 10px 18px;
}

.search-box button i {
  color: var(--titleColor);
  font-size: 18px;
  transition: var(--transition);
}

.search-box button:hover {
  background-color: var(--primaryColor);
}

.search-box button:hover i {
  color: var(--whiteColor);
}

.category-widget ul li {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.category-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.category-widget ul li a {
  color: var(--titleColor);
}

.category-widget ul li a:hover {
  padding-left: 10px;
  color: var(--grayColor);
}

.rp-post-wrap .rp-post-card {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.rp-post-wrap .rp-post-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.rp-post-card .rp-post-img {
  width: 100px;
}

.rp-post-card .rp-post-info {
  width: calc(100% - 120px);
  margin-left: auto;
  position: relative;
  top: -2px;
}

.rp-post-card .rp-post-info h5 {
  line-height: 26px;
}

.rp-post-card .rp-post-info .post-date {
  padding-left: 24px;
  color: #888787;
  position: relative;
}

.rp-post-card .rp-post-info .post-date i {
  color: var(--secondaryColor);
  position: absolute;
  top: -2px;
  left: 0;
}

.case-infolist li {
  margin-bottom: 24px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  transition: var(--transition);
}

.case-infolist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.case-infolist li:hover {
  color: var(--titleColor);
  padding-left: 5px;
}

.service-list li {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.service-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.service-list li a {
  color: var(--titleColor);
  transition: var(--transition);
}

.service-list li a img {
  float: right;
}

.service-list li a:hover {
  font-weight: 600;
}

.tags-widget ul {
  margin-top: -12px;
}

.tags-widget ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tags-widget ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 12px;
  border-radius: 3px;
  color: var(--paraColor);
  background-color: #F7F7F7;
  transition: var(transition);
}

.tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*----------------------------------------
    Blog,Service & Case Details CSS
-----------------------------------------*/
.blog-desc p,
.service-desc p,
.case-desc p,
.career-desc p,
.terms-wrap p {
  margin-bottom: 22px;
}

.blog-desc p strong,
.blog-desc p b,
.service-desc p strong,
.service-desc p b,
.case-desc p strong,
.case-desc p b,
.career-desc p strong,
.career-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--titleColor);
}

.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.case-desc h1,
.case-desc h2,
.case-desc h3,
.case-desc h4,
.case-desc h5,
.case-desc h6,
.career-desc h1,
.career-desc h2,
.career-desc h3,
.career-desc h4,
.career-desc h5,
.career-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-desc h1,
.service-desc h1,
.case-desc h1,
.career-desc h1,
.terms-wrap h1 {
  font-size: 40px;
}

.blog-desc h2,
.service-desc h2,
.case-desc h2,
.career-desc h2,
.terms-wrap h2 {
  font-size: 36px;
}

.blog-desc h3,
.service-desc h3,
.case-desc h3,
.career-desc h3,
.terms-wrap h3 {
  font-size: 32px;
}

.blog-desc h4,
.service-desc h4,
.case-desc h4,
.career-desc h4,
.terms-wrap h4 {
  font-size: 28px;
}

.blog-desc h5,
.service-desc h5,
.case-desc h5,
.career-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}

.blog-desc h6,
.service-desc h6,
.case-desc h6,
.career-desc h6,
.terms-wrap h6 {
  font-size: 22px;
}

.blog-desc h6.fs-18,
.service-desc h6.fs-18,
.case-desc h6.fs-18,
.career-desc h6.fs-18,
.terms-wrap h6.fs-18 {
  font-size: 18px;
}

.blog-desc p:last-child,
.service-desc p:last-child,
.case-desc p:last-child,
.career-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}

.blog-desc ol,
.service-desc ol,
.case-desc ol,
.career-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-desc ol li,
.service-desc ol li,
.case-desc ol li,
.career-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}

.blog-desc .wp-blockquote,
.service-desc .wp-blockquote,
.case-desc .wp-blockquote,
.career-desc .wp-blockquote,
.terms-wrap .wp-blockquote {
  padding: 26px 30px 32px 30px;
}

.blog-desc .wp-blockquote p,
.service-desc .wp-blockquote p,
.case-desc .wp-blockquote p,
.career-desc .wp-blockquote p,
.terms-wrap .wp-blockquote p {
  margin-bottom: 40px;
}

.blog-desc .wp-blockquote h6,
.service-desc .wp-blockquote h6,
.case-desc .wp-blockquote h6,
.career-desc .wp-blockquote h6,
.terms-wrap .wp-blockquote h6 {
  padding-left: 60px;
  font-size: 20px;
}

.blog-desc .wp-blockquote h6:before,
.service-desc .wp-blockquote h6:before,
.case-desc .wp-blockquote h6:before,
.career-desc .wp-blockquote h6:before,
.terms-wrap .wp-blockquote h6:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--titleColor);
}

.blog-desc .wp-blockquote span,
.service-desc .wp-blockquote span,
.case-desc .wp-blockquote span,
.career-desc .wp-blockquote span,
.terms-wrap .wp-blockquote span {
  padding-left: 60px;
}

.blog-desc .single-para,
.service-desc .single-para,
.case-desc .single-para,
.career-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}

.blog-desc .single-para:last-child,
.service-desc .single-para:last-child,
.case-desc .single-para:last-child,
.career-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}

.blog-desc .single-para p,
.service-desc .single-para p,
.case-desc .single-para p,
.career-desc .single-para p,
.terms-wrap .single-para p {
  margin-bottom: 16px;
}

.blog-desc .single-para p:last-child,
.service-desc .single-para p:last-child,
.case-desc .single-para p:last-child,
.career-desc .single-para p:last-child,
.terms-wrap .single-para p:last-child {
  margin-bottom: 0;
}

.blog-desc .features-list.style-one,
.blog-desc .features-list.style-three,
.service-desc .features-list.style-one,
.service-desc .features-list.style-three,
.case-desc .features-list.style-one,
.case-desc .features-list.style-three,
.career-desc .features-list.style-one,
.career-desc .features-list.style-three,
.terms-wrap .features-list.style-one,
.terms-wrap .features-list.style-three {
  margin-left: 12px;
}

.blog-desc .features-list.style-one li,
.blog-desc .features-list.style-three li,
.service-desc .features-list.style-one li,
.service-desc .features-list.style-three li,
.case-desc .features-list.style-one li,
.case-desc .features-list.style-three li,
.career-desc .features-list.style-one li,
.career-desc .features-list.style-three li,
.terms-wrap .features-list.style-one li,
.terms-wrap .features-list.style-three li {
  padding-left: 18px;
  margin-bottom: 8px;
}

.blog-desc .features-list.style-one li:last-child,
.blog-desc .features-list.style-three li:last-child,
.service-desc .features-list.style-one li:last-child,
.service-desc .features-list.style-three li:last-child,
.case-desc .features-list.style-one li:last-child,
.case-desc .features-list.style-three li:last-child,
.career-desc .features-list.style-one li:last-child,
.career-desc .features-list.style-three li:last-child,
.terms-wrap .features-list.style-one li:last-child,
.terms-wrap .features-list.style-three li:last-child {
  margin-bottom: 0;
}

.blog-desc .features-list.style-one li:before,
.blog-desc .features-list.style-three li:before,
.service-desc .features-list.style-one li:before,
.service-desc .features-list.style-three li:before,
.case-desc .features-list.style-one li:before,
.case-desc .features-list.style-three li:before,
.career-desc .features-list.style-one li:before,
.career-desc .features-list.style-three li:before,
.terms-wrap .features-list.style-one li:before,
.terms-wrap .features-list.style-three li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}

.blog-desc .features-list.style-two li,
.service-desc .features-list.style-two li,
.case-desc .features-list.style-two li,
.career-desc .features-list.style-two li,
.terms-wrap .features-list.style-two li {
  padding-left: 28px;
  margin-bottom: 4px;
}

.blog-desc .features-list.style-two li:last-child,
.service-desc .features-list.style-two li:last-child,
.case-desc .features-list.style-two li:last-child,
.career-desc .features-list.style-two li:last-child,
.terms-wrap .features-list.style-two li:last-child {
  margin-bottom: 0;
}

.blog-desc .features-list.style-two li img,
.blog-desc .features-list.style-two li i,
.service-desc .features-list.style-two li img,
.service-desc .features-list.style-two li i,
.case-desc .features-list.style-two li img,
.case-desc .features-list.style-two li i,
.career-desc .features-list.style-two li img,
.career-desc .features-list.style-two li i,
.terms-wrap .features-list.style-two li img,
.terms-wrap .features-list.style-two li i {
  position: absolute;
  top: 8px;
  left: 0;
}

.blog-desc .features-list.style-three li:before,
.service-desc .features-list.style-three li:before,
.case-desc .features-list.style-three li:before,
.career-desc .features-list.style-three li:before,
.terms-wrap .features-list.style-three li:before {
  background-color: var(--titleColor);
}

.post-share .social-profile li {
  margin-right: 15px;
}

.post-share .social-profile li:last-child {
  margin-right: 0;
}

.post-share .social-profile li a i {
  color: var(--paraColor);
}

.post-share .social-profile li a:hover i {
  color: var(--primaryColor);
}

.tag-list {
  margin-bottom: -8px;
}

.tag-list li {
  display: inline-block;
  margin: 0 8px 8px 0px;
}

.tag-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 12px;
  border-radius: 3px;
  color: var(--paraColor);
  background-color: var(--whiteColor);
  transition: var(transition);
}

.tag-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.post-pagination {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  padding: 25px 0;
}

.post-pagination .prev-post img,
.post-pagination .next-post img {
  position: relative;
  top: -2px;
}

.comment-item-wrap .comment-item {
  padding: 26px 25px 25px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid rgba(18, 18, 18, 0.1);
}

.comment-item-wrap .comment-item.reply {
  margin-left: 60px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  height: 80px;
}

.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 100px);
  margin-left: auto;
}

.comment-item-wrap .comment-item .comment-author-info ul li {
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
  border-right: 1px solid var(--paraColor);
}

.comment-item-wrap .comment-item .comment-author-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.comment-item-wrap .comment-item .comment-text {
  margin-top: 18px;
}

.comment-item-wrap .comment-item .comment-text:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */





/*=====================================
  ProfitACC Popup
======================================*/

.pa365-popup-wrapper {

  position: fixed;

  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, .82);

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 20px;

  z-index: 999999999;

  opacity: 0;

  visibility: hidden;

  transition: .4s;

}

.pa365-popup-wrapper.pa365-show {

  opacity: 1;

  visibility: visible;

}

.pa365-popup-box {

  width: 100%;

  max-width: 50%;

  position: relative;

  transform: scale(.75);

  transition: .4s;

}

.pa365-show .pa365-popup-box {

  transform: scale(1);

}

.pa365-popup-box img {

  width: 100%;

  display: block;

  border-radius: 20px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, .5);

}

.pa365-popup-close {

  position: absolute;

  right: -15px;

  top: -15px;

  width: 46px;

  height: 46px;

  border: none;

  border-radius: 50%;

  background: #ff2d55;

  color: #fff;

  cursor: pointer;

  font-size: 30px;

  font-weight: bold;

  z-index: 99999999;

  transition: .3s;

}

.pa365-popup-close:hover {

  transform: rotate(180deg);

  background: #111;

}

@media(max-width:768px) {

  .pa365-popup-box {

    max-width: 95%;

  }

  .pa365-popup-close {

    width: 38px;

    height: 38px;

    right: -8px;

    top: -8px;

    font-size: 24px;

  }

}




/*=============================
    ERP Services
==============================*/

.erp-services-area {
  padding: 100px 0;
  background: #f7faff;
}

.erp-service-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.erp-service-heading span {
  color: #0a5bd3;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.erp-service-heading h2 {
  font-size: 42px;
  margin: 15px 0;
  font-weight: 700;
  color: #16213e;
}

.erp-service-heading p {
  color: #6b7280;
  line-height: 1.8;
}

.erp-service-card {

  background: #fff;

  padding: 40px 30px;

  border-radius: 20px;

  transition: .35s;

  height: 100%;

  border: 1px solid #edf2f7;

  position: relative;

  overflow: hidden;

}

.erp-service-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 5px;

  background: linear-gradient(90deg, #0a5bd3, #00c389);

  transform: scaleX(0);

  transition: .35s;

}

.erp-service-card:hover::before {

  transform: scaleX(1);

}

.erp-service-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

}

.erp-service-icon {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  background: linear-gradient(135deg, #0a5bd3, #30e5ee);

  display: flex;

  justify-content: center;

  align-items: center;

  color: #fff;

  font-size: 32px;

  margin-bottom: 25px;

}

.erp-service-card h4 {

  font-size: 24px;

  margin-bottom: 15px;

  color: #16213e;

}

.erp-service-card p {

  color: #666;

  line-height: 1.8;

  margin-bottom: 25px;

}

.erp-service-card a {

  color: #0a5bd3;

  text-decoration: none;

  font-weight: 600;

}

.erp-service-card a i {

  margin-left: 6px;

  transition: .3s;

}

.erp-service-card:hover a i {

  margin-left: 12px;

}

@media(max-width:991px) {

  .erp-services-area {

    padding: 80px 0;

  }

  .erp-service-heading h2 {

    font-size: 34px;

  }

}

@media(max-width:767px) {

  .erp-service-heading h2 {

    font-size: 28px;

  }

  .erp-service-card {

    padding: 30px 25px;

  }

}

/*==============================
      About Section
===============================*/

.erp-about-area {

  padding: 100px 0;
  background: #ffffff;

}

.erp-about-image {

  position: relative;

}

.erp-about-image img {

  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);

}

.erp-experience {

  position: absolute;
  left: 25px;
  bottom: 25px;

  background: #0a5bd3;
  color: #fff;

  padding: 25px 35px;

  border-radius: 15px;

  text-align: center;

}

.erp-experience h2 {

  margin: 0;
  font-size: 42px;
  font-weight: 700;

}

.erp-experience span {

  font-size: 15px;

}

.erp-subtitle {

  display: inline-block;

  background: #eaf3ff;

  color: #0a5bd3;

  padding: 8px 20px;

  border-radius: 50px;

  font-weight: 600;

  margin-bottom: 20px;

}

.erp-about-content h2 {

  font-size: 42px;
  font-weight: 700;
  color: #1c2331;
  margin-bottom: 20px;
  line-height: 1.3;

}

.erp-about-content p {

  color: #6c757d;
  line-height: 1.9;
  margin-bottom: 20px;

}

.erp-about-features {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;

  margin: 35px 0;

}

.erp-feature-item {

  display: flex;

  align-items: center;

  gap: 15px;

  background: #f8fbff;

  padding: 18px;

  border-radius: 12px;

  transition: .3s;

}

.erp-feature-item:hover {

  background: #0a5bd3;
  color: #fff;
  transform: translateY(-5px);

}

.erp-feature-item i {

  font-size: 28px;
  color: #0a5bd3;

}

.erp-feature-item:hover i {

  color: #fff;

}

.erp-feature-item span {

  font-weight: 600;

}

.erp-about-btn {

  display: inline-block;

  padding: 15px 35px;

  background: #0a5bd3;

  color: #fff;

  text-decoration: none;

  border-radius: 50px;

  font-weight: 600;

  transition: .3s;

}

.erp-about-btn:hover {

  background: #00b67a;

  color: #fff;

}

@media(max-width:991px) {

  .erp-about-area {

    padding: 80px 0;

  }

  .erp-about-content {

    margin-top: 30px;

  }

  .erp-about-content h2 {

    font-size: 34px;

  }

}

@media(max-width:767px) {

  .erp-about-content h2 {

    font-size: 28px;

  }

  .erp-about-features {

    grid-template-columns: 1fr;

  }

  .erp-experience {

    left: 15px;
    bottom: 15px;
    padding: 18px 22px;

  }

  .erp-experience h2 {

    font-size: 30px;

  }

}

/*===================================
      Glass Industries Section
====================================*/

.ai-industry-section {

  position: relative;

  padding: 110px 0;

  overflow: hidden;

  background:
    linear-gradient(135deg, #081c3b 0%, #0c4a7d 55%, #00a884 100%);

}

/* Floating Glow */

.ai-bg-circle {

  position: absolute;

  border-radius: 50%;

  filter: blur(120px);

  opacity: .35;

}

.ai-circle-one {

  width: 350px;
  height: 350px;

  background: #00e5ff;

  left: -120px;
  top: -120px;

}

.ai-circle-two {

  width: 300px;
  height: 300px;

  background: #00ff95;

  right: -80px;
  bottom: -80px;

}

/* Heading */

.ai-section-heading {

  text-align: center;

  max-width: 760px;

  margin: auto;

  margin-bottom: 70px;

  position: relative;

  z-index: 5;

}

.ai-section-heading span {

  color: #79f7ff;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 2px;

}

.ai-section-heading h2 {

  color: #fff;

  font-size: 46px;

  margin: 15px 0;

  font-weight: 700;

}

.ai-section-heading p {

  color: rgba(255, 255, 255, .8);

  font-size: 17px;

}

/* Glass Cards */

.ai-industry-box {

  background: rgba(255, 255, 255, .10);

  backdrop-filter: blur(18px);

  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, .18);

  border-radius: 22px;

  padding: 40px 30px;

  text-align: center;

  transition: .4s;

  position: relative;

  overflow: hidden;

  height: 100%;

}

.ai-industry-box:before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(135deg,
      rgba(255, 255, 255, .18),
      transparent);

  opacity: 0;

  transition: .4s;

}

.ai-industry-box:hover {

  transform: translateY(-12px);

  border-color: #00ffd5;

  box-shadow: 0 25px 60px rgba(0, 0, 0, .30);

}

.ai-industry-box:hover:before {

  opacity: 1;

}

.ai-industry-box i {

  width: 90px;

  height: 90px;

  line-height: 90px;

  border-radius: 50%;

  background: rgba(255, 255, 255, .15);

  color: #fff;

  font-size: 42px;

  display: inline-block;

  margin-bottom: 25px;

  transition: .4s;

}

.ai-industry-box:hover i {

  transform: rotateY(180deg);

  background: #00ffd5;

  color: #0b2344;

}

.ai-industry-box h4 {

  color: #fff;

  margin-bottom: 15px;

  font-size: 22px;

}

.ai-industry-box p {

  color: rgba(255, 255, 255, .78);

  margin: 0;

  line-height: 1.8;

}

/* Responsive */

@media(max-width:991px) {

  .ai-section-heading h2 {

    font-size: 36px;

  }

}

@media(max-width:767px) {

  .ai-industry-section {

    padding: 80px 0;

  }

  .ai-section-heading h2 {

    font-size: 28px;

  }

  .ai-industry-box {

    padding: 30px 20px;

  }

  .ai-industry-box i {

    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 34px;

  }

}

/*=========================
 Client Logo
==========================*/

.client-logo-section {
  padding: 100px 0;
  background: #fff;
}

.client-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.client-heading span {
  display: inline-block;
  color: #0a5bd3;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.client-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1d3557;
  margin-bottom: 15px;
}

.client-heading p {
  color: #6c757d;
  line-height: 1.8;
}

.client-slider {
  overflow: hidden;
}

.client-track {
  display: flex;
  width: max-content;
  animation: scrollLogo 25s linear infinite;
}

.client-slider:hover .client-track {
  animation-play-state: paused;
}

.client-item {

  width: 180px;
  height: 90px;

  margin: 0 15px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #edf1f5;
  border-radius: 16px;

  background: #fff;

  transition: .35s;

}

.client-item:hover {

  transform: translateY(-8px);

  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.client-item img {

  max-width: 120px;
  max-height: 55px;

  filter: grayscale(100%);
  opacity: .7;

  transition: .35s;

}

.client-item:hover img {

  filter: none;
  opacity: 1;
  transform: scale(1.08);

}

@keyframes scrollLogo {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

}

@media(max-width:768px) {

  .client-logo-section {
    padding: 70px 0;
  }

  .client-heading h2 {
    font-size: 30px;
  }

  .client-item {
    width: 140px;
    height: 75px;
    margin: 0 8px;
  }

  .client-item img {
    max-width: 90px;
  }

}

/*====================================
        FAQ Section
====================================*/

.erp-faq-area {

  padding: 100px 0;

  background: #f8fbff;

}

.erp-faq-content span {

  display: inline-block;

  color: #0a5bd3;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 15px;

}

.erp-faq-content h2 {

  font-size: 42px;

  font-weight: 700;

  color: #16213e;

  margin-bottom: 20px;

}

.erp-faq-content p {

  color: #666;

  line-height: 1.9;

  margin-bottom: 35px;

}

.erp-faq-btn {

  display: inline-block;

  padding: 15px 35px;

  background: #0a5bd3;

  color: #fff;

  border-radius: 50px;

  text-decoration: none;

  transition: .35s;

}

.erp-faq-btn:hover {

  background: #00b67a;

  color: #fff;

}

.erp-faq-accordion .accordion-item {

  border: none;

  margin-bottom: 18px;

  border-radius: 15px;

  overflow: hidden;

  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);

}

.erp-faq-accordion .accordion-button {

  background: #fff;

  font-weight: 600;

  padding: 22px;

  font-size: 18px;

  box-shadow: none;

}

.erp-faq-accordion .accordion-button:not(.collapsed) {

  background: #0a5bd3;

  color: #fff;

}

.erp-faq-accordion .accordion-body {

  padding: 22px;

  color: #666;

  line-height: 1.8;

}

.erp-faq-accordion .accordion-button:focus {

  box-shadow: none;

}

@media(max-width:991px) {

  .erp-faq-area {

    padding: 80px 0;

  }

  .erp-faq-content {

    margin-bottom: 40px;

  }

  .erp-faq-content h2 {

    font-size: 34px;

  }

}

@media(max-width:767px) {

  .erp-faq-content h2 {

    font-size: 28px;

  }

  .erp-faq-accordion .accordion-button {

    font-size: 16px;

    padding: 18px;

  }

}


/*===================================
    Demo Section
====================================*/

.demo-request-area {

  position: relative;

  padding: 110px 0;

  overflow: hidden;

  background: linear-gradient(135deg, #0b1f4d 0%, #144b8b 55%, #00b894 100%);

}

/* Floating Shapes */

.demo-shape {

  position: absolute;

  border-radius: 50%;

  filter: blur(120px);

  opacity: .25;

}

.demo-shape-one {

  width: 320px;
  height: 320px;

  background: #00e5ff;

  top: -120px;
  left: -120px;

}

.demo-shape-two {

  width: 260px;
  height: 260px;

  background: #00ffb3;

  bottom: -80px;
  right: -80px;

}

/* Left */

.demo-left {

  color: #fff;

}

.demo-left span {

  color: #9dfcff;

  text-transform: uppercase;

  letter-spacing: 2px;

  font-weight: 700;

}

.demo-left h2 {

  font-size: 48px;

  margin: 20px 0;

  font-weight: 700;
  color: #fff;

}

.demo-left p {

  color: rgba(255, 255, 255, .85);

  line-height: 1.9;

  margin-bottom: 35px;

}

.demo-feature {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

}

.demo-feature div {

  display: flex;

  align-items: center;

  color: #fff;

  font-weight: 600;

}

.demo-feature i {

  color: #ffc609;

  margin-right: 10px;

  font-size: 20px;

}

/* Glass Form */

.demo-glass-form {

  background: rgba(255, 255, 255, .12);

  backdrop-filter: blur(18px);

  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, .18);

  border-radius: 25px;

  padding: 45px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, .25);

}

.demo-glass-form h3 {

  color: #fff;

  margin-bottom: 30px;

  text-align: center;

}

.demo-glass-form .form-control,
.demo-glass-form .form-select {

  height: 56px;

  border: none;

  border-radius: 12px;

  background: rgba(255, 255, 255, .95);

}

.demo-glass-form textarea {

  height: 140px !important;

  padding-top: 15px;

}

.demo-submit-btn {

  width: 100%;

  height: 58px;

  border: none;

  border-radius: 50px;

  background: #fff;

  color: #0d4ba0;

  font-weight: 700;

  transition: .35s;

}

.demo-submit-btn:hover {

  transform: translateY(-4px);

  background: #00ffd5;

}

/* Responsive */

@media(max-width:991px) {

  .demo-left {

    margin-bottom: 50px;

  }

  .demo-left h2 {

    font-size: 36px;

  }

}

@media(max-width:767px) {

  .demo-request-area {

    padding: 80px 0;

  }

  .demo-left h2 {

    font-size: 28px;

  }

  .demo-feature {

    grid-template-columns: 1fr;

  }

  .demo-glass-form {

    padding: 25px;

  }

}


/*==============================
 Floating Button
===============================*/

.demo-chat-btn {

  position: fixed;

  right: 25px;

  bottom: 25px;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  padding: 6px 22px;

  border-radius: 60px;

  display: flex;

  align-items: center;

  gap: 10px;

  cursor: pointer;

  z-index: 9999;

  box-shadow: 0 15px 35px rgba(0, 0, 0, .25);

  animation: pulseDemo 2s infinite;

}

.demo-chat-btn i {

  font-size: 26px;

}

.demo-chat-btn span {

  font-weight: 600;

}

@keyframes pulseDemo {

  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }

}

/*==============================
 Overlay
===============================*/

.demo-popup-overlay {

  position: fixed;

  inset: 0;

  background: rgba(0, 0, 0, .45);

  opacity: 0;

  visibility: hidden;

  transition: .35s;

  z-index: 9998;

}

.demo-popup-overlay.active {

  opacity: 1;

  visibility: visible;

}

/*==============================
 Popup
===============================*/

.demo-popup-box {

  position: fixed;

  right: -450px;

  bottom: 30px;

  width: 380px;

  max-width: 95%;

  background: #fff;

  border-radius: 20px;

  overflow: hidden;

  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);

  transition: .4s;

  z-index: 9999;

}

.demo-popup-box.active {

  right: 25px;

}

.demo-popup-header {

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  padding: 18px 22px;

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.demo-popup-header h4 {

  margin: 0;

}

.demo-popup-header button {

  background: none;

  border: none;

  color: #fff;

  font-size: 24px;

  cursor: pointer;

}

.demo-popup-body {

  padding: 25px;

}

.demo-popup-body p {

  color: #666;

  margin-bottom: 20px;

}

.demo-popup-body .form-control {

  height: 50px;

  border-radius: 10px;

  box-shadow: none;

}

.demo-popup-body textarea {

  height: 110px !important;

  padding-top: 15px;

}

.demo-send-btn {

  width: 100%;

  height: 52px;

  border: none;

  border-radius: 50px;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  font-weight: 600;

}

.demo-send-btn:hover {

  opacity: .9;

}

/*==============================
 Mobile
===============================*/

@media(max-width:768px) {

  .demo-popup-box {

    width: calc(100% - 20px);

    right: -110%;

    bottom: 10px;

  }

  .demo-popup-box.active {

    right: 10px;

  }

  .demo-chat-btn {

    right: 15px;

    bottom: 30px;

    padding: 14px 18px;

  }

  .demo-chat-btn span {

    display: none;

  }

}

/*==================================
    Floating WhatsApp Button
===================================*/

.erp-whatsapp-btn {

  position: fixed;

  right: 25px;

  bottom: 120px;

  display: flex;

  align-items: center;

  gap: 12px;

  background: #25D366;

  color: #fff;

  text-decoration: none;

  padding: 6px 22px;

  border-radius: 60px;

  font-weight: 600;

  font-size: 15px;

  z-index: 9999;

  box-shadow: 0 10px 35px rgba(37, 211, 102, .35);

  transition: .35s;

  animation: erpWhatsappPulse 2s infinite;

}

.erp-whatsapp-btn:hover {

  color: #fff;

  transform: translateY(-5px);

  box-shadow: 0 18px 45px rgba(37, 211, 102, .45);

}

.erp-whatsapp-btn i {

  font-size: 30px;

}

@keyframes erpWhatsappPulse {

  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .5);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }

}

/* Mobile */

@media(max-width:768px) {

  .erp-whatsapp-btn {

    right: 15px;

    bottom: 120px;

    width: 60px;

    height: 60px;

    padding: 0;

    justify-content: center;

    border-radius: 50%;

  }

  .erp-whatsapp-btn span {

    display: none;

  }

  .erp-whatsapp-btn i {

    font-size: 32px;

  }

}

.text-contact {
  color: #002f79;
}

.contact-sub {

  color: #f7d156;
}

.contact-title {
  color: #002f79;
}


/* ==================================
   Footer Section
=================================== */

.erp-footer {
  background: #07162d;
  color: #d6e2f3;
  padding: 90px 0 30px;
}

.footer-logo {
  max-width: 190px;
  margin-bottom: 25px;
}

.footer-widget p {
  line-height: 1.9;
  color: #b7c7dc;
}

.footer-widget h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}

.footer-widget h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 45px;
  height: 3px;
  background: #ffc609;
  border-radius: 2px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  margin-bottom: 14px;
}

.footer-widget ul li a {
  color: #c7d7ef;
  text-decoration: none;
  transition: .3s;
}

.footer-widget ul li a:hover {
  color: #ffc609;
  padding-left: 6px;
}

.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.7;
}

.footer-contact i {
  color: #ffc609;
  font-size: 18px;
  margin-top: 3px;
}

.footer-social {
  margin-top: 30px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
  transition: .35s;
}

.footer-social a:hover {
  background: #ffc609;
  transform: translateY(-5px);
}

/* Newsletter */

.footer-newsletter {
  margin-top: 60px;
  padding: 35px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 22px;
}

.footer-newsletter h3 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-newsletter p {
  margin: 0;
  color: #b7c7dc;
}

.newsletter-form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.newsletter-form input {
  flex: 1;
  min-width: 220px;
  height: 55px;
  border: none;
  border-radius: 50px;
  padding: 0 20px;
  outline: none;
}

.newsletter-form button {
  height: 55px;
  border: none;
  border-radius: 50px;
  padding: 0 28px;
  background: linear-gradient(135deg, #022a69, #0a5bd3);
  color: #fff;
  font-weight: 600;
  transition: .3s;
}

.newsletter-form button:hover {
  transform: translateY(-2px);
}

/* Bottom */

.footer-bottom {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.footer-bottom p {
  margin: 0;
  color: #b7c7dc;
}

.footer-bottom a {
  color: #c7d7ef;
  text-decoration: none;
  margin-left: 25px;
  transition: .3s;
}

.footer-bottom a:hover {
  color: #ffc609;
}

/* Responsive */

@media(max-width:991px) {

  .erp-footer {
    padding: 70px 0 25px;
  }

  .footer-newsletter {
    padding: 25px;
  }

}

@media(max-width:767px) {

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .text-md-end {
    text-align: center !important;
    margin-top: 15px;
  }

  .footer-bottom a {
    margin: 0 10px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form button {
    width: 100%;
  }

}


/*==========================================
        Hero Area
==========================================*/

.pa-hero-area {

  position: relative;

  overflow: hidden;

  padding: 120px 0 90px;

  background: linear-gradient(135deg, #04152d 0%, #0a3b75 55%, #0097a7 100%);

  z-index: 1;

}

/* Background Image */

.pa-hero-area::before {

  content: "";

  position: absolute;

  inset: 0;

  background: url("../img/hero/hero-bg.png") center center/cover no-repeat;

  opacity: .10;

  z-index: -2;

}

/* Dark Overlay */

.pa-hero-area::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(90deg,
      rgba(4, 21, 45, .92),
      rgba(4, 21, 45, .70));

  z-index: -1;

}

/*==================================
        Floating Shapes
===================================*/

.pa-hero-shape {

  position: absolute;

  border-radius: 50%;

  filter: blur(120px);

  opacity: .25;

}

.pa-shape-1 {

  width: 320px;

  height: 320px;

  background: #ffc609;

  left: -120px;

  top: -120px;

}

.pa-shape-2 {

  width: 280px;

  height: 280px;

  background: #00c6ff;

  right: -80px;

  bottom: -80px;

}

/*==================================
        Hero Content
===================================*/

.pa-hero-content {

  position: relative;

  z-index: 5;

  color: #fff;

}

.pa-top-badge {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 22px;

  border-radius: 50px;

  background: rgba(255, 255, 255, .12);

  border: 1px solid rgba(255, 255, 255, .18);

  backdrop-filter: blur(12px);

  font-size: 14px;

  font-weight: 600;

  letter-spacing: .5px;

  margin-bottom: 15px;

}

.pa-top-badge i {

  color: #ffc609;

  font-size: 18px;

}

/*==================================
        Heading
===================================*/

.pa-hero-content h1 {

  font-size: 45px;

  font-weight: 800;

  line-height: 1.15;

  margin-bottom: 20px;

  color: #fff;

}

.pa-hero-content h1 span {

  color: #ffc609;

}

.pa-hero-content p {

  color: rgb(255, 255, 255);

  font-size: 15px;

  line-height: 1.9;

  max-width: 650px;

  margin-bottom: 20px;

}

/*==================================
      Feature Grid
===================================*/

.pa-feature-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 10px;

  margin-bottom: 25px;

}

.pa-feature {

  display: flex;

  align-items: center;

  gap: 8px;

  color: #fff;

  font-size: 14px;

  font-weight: 600;

}

.pa-feature i {

  color: #ffc609;

  font-size: 20px;

}

/*==================================
        Hero Buttons
===================================*/

.pa-hero-buttons {

  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  margin-bottom: 25px;

}

.pa-btn-one {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 16px 34px;

  border-radius: 50px;

  text-decoration: none;

  color: #fff;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  font-weight: 700;

  transition: .35s;

}

.pa-btn-one:hover {

  color: #fff;

  transform: translateY(-5px);

  box-shadow: 0 18px 45px rgba(0, 0, 0, .30);

}

.pa-btn-two {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 16px 34px;

  border-radius: 50px;

  text-decoration: none;

  color: #fff;

  border: 2px solid rgba(255, 255, 255, .30);

  transition: .35s;

}

.pa-btn-two:hover {

  background: #fff;

  color: #0a5bd3;

}

/*==================================
        Counter
===================================*/

.pa-counter-area {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;

}

.pa-counter-box {

  background: rgba(255, 255, 255, .08);

  border: 1px solid rgba(255, 255, 255, .10);

  backdrop-filter: blur(12px);

  border-radius: 18px;

  padding: 15px;

  transition: .35s;

}

.pa-counter-box:hover {

  transform: translateY(-8px);

  background: rgba(255, 255, 255, .14);

}

.pa-counter-box h3 {

  color: #ffc609;

  font-size: 30px;

  font-weight: 800;

  margin-bottom: 0px;

}

.pa-counter-box span {

  color: #fff;

  font-size: 15px;

  opacity: .85;

}

/*==========================================
        Demo Form Card
==========================================*/

.pa-demo-box {

  position: relative;

  z-index: 10;

  background: rgba(255, 255, 255, .12);

  backdrop-filter: blur(20px);

  -webkit-backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, .18);

  border-radius: 28px;

  padding: 25px;

  overflow: hidden;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, .30),
    inset 0 1px 1px rgba(255, 255, 255, .15);

}

/* Decorative Glow */

.pa-demo-box::before {

  content: "";

  position: absolute;

  width: 180px;

  height: 180px;

  background: rgba(0, 255, 208, .15);

  border-radius: 50%;

  top: -60px;

  right: -60px;

  filter: blur(30px);

}

.pa-demo-box::after {

  content: "";

  position: absolute;

  width: 120px;

  height: 120px;

  background: rgba(255, 255, 255, .10);

  border-radius: 50%;

  left: -40px;

  bottom: -40px;

}

/*==========================================
        Form Heading
==========================================*/

.pa-form-title {

  position: relative;

  z-index: 2;

  text-align: center;

  margin-bottom: 35px;

}

.pa-form-title span {

  display: inline-block;

  padding: 8px 18px;

  background: rgba(255, 255, 255, .14);

  border-radius: 50px;

  color: #ffc609;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.pa-form-title h3 {

  color: #ffffff;

  font-size: 34px;

  font-weight: 700;

  margin: 18px 0 15px;

}

.pa-form-title p {

  color: rgba(255, 255, 255, .80);

  line-height: 1.8;

  margin: 0;

}

/*==========================================
        Labels
==========================================*/

.pa-demo-box label {

  display: block;

  color: #ffffff;

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 8px;

}

/*==========================================
        Inputs
==========================================*/

.pa-demo-box .form-control,
.pa-demo-box .form-select {

  width: 100%;

  height: 58px;

  border-radius: 14px;

  border: 1px solid rgba(255, 255, 255, .15);

  background: rgba(255, 255, 255, .96);

  color: #1d3557;

  font-size: 15px;

  padding: 15px 18px;

  box-shadow: none;

  transition: .35s;

}

.pa-demo-box textarea.form-control {

  height: 130px;

  resize: none;

  padding-top: 15px;

}

.pa-demo-box .form-control::placeholder {

  color: #7d8ca5;

}

.pa-demo-box .form-select {

  cursor: pointer;

}

/*==========================================
        Focus Effect
==========================================*/

.pa-demo-box .form-control:focus,
.pa-demo-box .form-select:focus {

  border-color: #00d4aa;

  background: #ffffff;

  box-shadow:
    0 0 0 4px rgba(0, 212, 170, .18);

  outline: none;

}

/*==========================================
        Button
==========================================*/

.pa-demo-btn {

  width: 100%;

  height: 60px;

  border: none;

  border-radius: 60px;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #ffffff;

  font-size: 17px;

  font-weight: 700;

  letter-spacing: .4px;

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 10px;

  transition: .35s;

  cursor: pointer;

  margin-top: 10px;

}

.pa-demo-btn:hover {

  transform: translateY(-4px);

  box-shadow: 0 18px 45px rgba(13, 110, 253, .35);

}

.pa-demo-btn i {

  font-size: 18px;

}

/*==========================================
        Form Footer
==========================================*/

.pa-form-footer {

  margin-top: 30px;

  padding-top: 25px;

  border-top: 1px solid rgba(255, 255, 255, .15);

  display: flex;

  justify-content: space-between;

  gap: 15px;

  flex-wrap: wrap;

}

.pa-form-footer div {

  display: flex;

  align-items: center;

  gap: 10px;

  color: #ffffff;

  font-size: 14px;

  font-weight: 600;

}

.pa-form-footer i {

  width: 38px;

  height: 38px;

  border-radius: 50%;

  background: rgba(255, 255, 255, .14);

  display: flex;

  align-items: center;

  justify-content: center;

  color: #ffc609;

  font-size: 18px;

}

/*==========================================
        Hover Effects
==========================================*/

.pa-demo-box:hover {

  transform: translateY(-6px);

  transition: .4s;

  box-shadow:
    0 35px 70px rgba(0, 0, 0, .35),
    inset 0 1px 1px rgba(255, 255, 255, .18);

}

.pa-demo-box .form-control:hover,
.pa-demo-box .form-select:hover {

  border-color: rgba(0, 212, 170, .45);

}

/*==========================================
        Validation
==========================================*/

.pa-demo-box .form-control:valid {

  border-color: #00c389;

}

.pa-demo-box .form-control:invalid:focus {

  border-color: #ff5b5b;

}

/*==========================================
        Smooth Animation
==========================================*/

.pa-demo-box {

  animation: paFloatForm 1s ease;

}

@keyframes paFloatForm {

  from {

    opacity: 0;

    transform: translateY(40px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}

/*==========================================
        Trust Bar
==========================================*/

.pa-trust-bar {

  position: relative;

  margin-top: -40px;

  z-index: 20;

}

.pa-trust-bar .container {

  background: #ffffff;

  border-radius: 20px;

  padding: 28px 35px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, .10);

}

.pa-trust-bar h6 {

  font-size: 15px;

  font-weight: 700;

  color: #0a5bd3;

  margin: 0;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.pa-trust-items {

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: 18px;

}

.pa-trust-box {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding: 15px;

  border-radius: 14px;

  background: #f8fbff;

  transition: .35s;

  font-size: 14px;

  font-weight: 600;

  color: #23395d;

}

.pa-trust-box i {

  color: #0a5bd3;

  font-size: 20px;

}

.pa-trust-box:hover {

  background: #0a5bd3;

  color: #ffffff;

  transform: translateY(-5px);

}

.pa-trust-box:hover i {

  color: #ffffff;

}

/*==========================================
        Hero Animation
==========================================*/

.pa-hero-content {

  animation: heroFadeLeft 1s ease;

}

.pa-demo-box {

  animation: heroFadeRight 1s ease;

}

@keyframes heroFadeLeft {

  from {

    opacity: 0;

    transform: translateX(-50px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}

@keyframes heroFadeRight {

  from {

    opacity: 0;

    transform: translateX(50px);

  }

  to {

    opacity: 1;

    transform: translateX(0);

  }

}

/*==========================================
        Large Desktop
==========================================*/

@media (max-width:1400px) {

  .pa-hero-content h1 {

    font-size: 52px;

  }

}

/*==========================================
        Laptop
==========================================*/

@media (max-width:1200px) {

  .pa-hero-area {

    padding: 100px 0 80px;

  }

  .pa-hero-content h1 {

    font-size: 46px;

  }

  .pa-counter-area {

    grid-template-columns: repeat(2, 1fr);

  }

  .pa-trust-items {

    grid-template-columns: repeat(3, 1fr);

  }

}

/*==========================================
        Tablet
==========================================*/

@media (max-width:991px) {

  .pa-hero-area {

    padding: 90px 0 70px;

  }

  .pa-hero-content {

    text-align: center;

    margin-bottom: 60px;

  }

  .pa-hero-content p {

    margin-left: auto;

    margin-right: auto;

  }

  .pa-feature-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .pa-hero-buttons {

    justify-content: center;

  }

  .pa-counter-area {

    margin-top: 40px;

  }

  .pa-demo-box {

    margin-top: 20px;

  }

  .pa-trust-bar {

    margin-top: 50px;

  }

  .pa-trust-items {

    grid-template-columns: repeat(2, 1fr);

  }

}

/*==========================================
        Mobile
==========================================*/

@media (max-width:767px) {

  .pa-hero-area {

    padding: 70px 0 60px;

  }

  .pa-top-badge {

    font-size: 12px;

    padding: 8px 16px;

  }

  .pa-hero-content h1 {

    font-size: 34px;

    line-height: 1.3;

  }

  .pa-hero-content p {

    font-size: 16px;

  }

  .pa-feature-grid {

    grid-template-columns: 1fr;

    gap: 15px;

  }

  .pa-feature {

    justify-content: flex-start;

  }

  .pa-hero-buttons {

    flex-direction: column;

    gap: 15px;

  }

  .pa-btn-one,
  .pa-btn-two {

    width: 100%;

    justify-content: center;

  }

  .pa-counter-area {

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

  }

  .pa-counter-box {

    padding: 20px;

  }

  .pa-counter-box h3 {

    font-size: 28px;

  }

  .pa-demo-box {

    padding: 30px 22px;

  }

  .pa-form-title h3 {

    font-size: 28px;

  }

  .pa-form-footer {

    flex-direction: column;

    align-items: flex-start;

  }

  .pa-trust-bar .container {

    padding: 20px;

  }

  .pa-trust-items {

    grid-template-columns: 1fr;

  }

}

/*==========================================
        Small Mobile
==========================================*/

@media (max-width:480px) {

  .pa-hero-content h1 {

    font-size: 30px;

  }

  .pa-counter-area {

    grid-template-columns: 1fr;

  }

  .pa-counter-box {

    text-align: center;

  }

  .pa-demo-box {

    border-radius: 20px;

  }

  .pa-demo-btn {

    font-size: 16px;

  }

}

/*==========================================
        Smooth Transitions
==========================================*/

.pa-btn-one,
.pa-btn-two,
.pa-demo-btn,
.pa-trust-box,
.pa-counter-box,
.pa-feature {

  transition: all .35s ease;

}

/*==========================================
        Selection Color
==========================================*/

::selection {

  background: #0a5bd3;

  color: #ffffff;

}

/*==========================================
        Scroll Margin
==========================================*/

#demo {

  scroll-margin-top: 120px;

}

#modules {

  scroll-margin-top: 120px;

}

/*==================================================
        WHAT IS UAE E-INVOICING
==================================================*/

.peinv-section {

  position: relative;

  padding: 90px 0;

  background: #f7fbff;

  overflow: hidden;

}

.peinv-section::before {

  content: "";

  position: absolute;

  width: 420px;

  height: 420px;

  background: rgba(13, 110, 253, .08);

  border-radius: 50%;

  top: -180px;

  right: -120px;

}

.peinv-section::after {

  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  background: rgba(0, 195, 137, .08);

  border-radius: 50%;

  left: -120px;

  bottom: -120px;

}

/*==============================
        Left Content
==============================*/

.peinv-content {

  position: relative;

  z-index: 5;

}

.peinv-badge {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  background: #eaf3ff;

  color: #0a5bd3;

  padding: 10px 22px;

  border-radius: 40px;

  font-size: 14px;

  font-weight: 700;

  margin-bottom: 15px;

}

.peinv-badge i {

  font-size: 15px;

}

.peinv-content h2 {

  font-size: 40px;

  font-weight: 800;

  color: #0a5bd3;

  margin-bottom: 15px;

  line-height: 1.2;

}

.peinv-content h2 span {

  color: #0a5bd3;

}

.peinv-content p {

  color: #666;

  line-height: 1.9;

  margin-bottom: 12px;

  font-size: 15px;

}

/*==============================
        Feature Items
==============================*/

.peinv-item {

  display: flex;

  align-items: flex-start;

  gap: 18px;

  background: #fff;

  padding: 13px;

  border-radius: 18px;

  margin-bottom: 15px;

  transition: .35s;

  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);

}

.peinv-item:hover {

  transform: translateY(-8px);

  box-shadow: 0 25px 55px rgba(0, 0, 0, .10);

}

.peinv-item i {

  width: 60px;

  height: 60px;

  border-radius: 16px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  font-size: 26px;

  flex-shrink: 0;

}

.peinv-item h5 {

  font-size: 19px;

  font-weight: 700;

  margin-bottom: 8px;

}

.peinv-item p {

  margin: 0;

  color: #666;

}

/*==============================
        Buttons
==============================*/

.peinv-btns {

  display: flex;

  gap: 18px;

  margin-top: 35px;

  flex-wrap: wrap;

}

.peinv-btn {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 16px 34px;

  border-radius: 50px;

  text-decoration: none;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  font-weight: 700;

  transition: .35s;

}

.peinv-btn:hover {

  transform: translateY(-5px);

  color: #fff;

}

.peinv-btn-outline {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 16px 34px;

  border-radius: 50px;

  border: 2px solid #0a5bd3;

  color: #0a5bd3;

  text-decoration: none;

  font-weight: 700;

  transition: .35s;

}

.peinv-btn-outline:hover {

  background: #0a5bd3;

  color: #fff;

}

/*==============================
        Right Image
==============================*/

.peinv-image {

  position: relative;

  text-align: center;

}

.peinv-image img {

  width: 100%;

  max-width: 620px;

  border-radius: 24px;

  box-shadow: 0 35px 80px rgba(0, 0, 0, .18);

}

/*==============================
        Floating Cards
==============================*/

.peinv-float {

  position: absolute;

  display: flex;

  align-items: center;

  gap: 15px;

  padding: 16px 20px;

  background: rgba(255, 255, 255, .92);

  backdrop-filter: blur(15px);

  border-radius: 18px;

  box-shadow: 0 20px 45px rgba(0, 0, 0, .10);

  animation: peFloat 4s ease-in-out infinite;

}

.peinv-float i {

  width: 56px;

  height: 56px;

  border-radius: 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  font-size: 24px;

}

.peinv-float h6 {

  margin: 0;

  font-weight: 700;

  color: #0a5bd3;

}

.peinv-float span {

  font-size: 13px;

  color: #666;

}

.one {

  top: 30px;

  left: -30px;

}

.two {

  right: -20px;

  top: 200px;

}

.three {

  left: 20px;

  bottom: 20px;

}

@keyframes peFloat {

  0%,
  100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-10px);

  }

}

/*==============================
        Responsive
==============================*/

@media(max-width:991px) {

  .peinv-section {

    padding: 80px 0;

  }

  .peinv-content {

    margin-bottom: 60px;

  }

  .peinv-content h2 {

    font-size: 38px;

  }

  .peinv-image {

    margin-top: 20px;

  }

  .peinv-float {

    position: relative;

    left: auto;

    right: auto;

    top: auto;

    bottom: auto;

    margin: 20px auto;

    max-width: 340px;

  }

}

@media(max-width:767px) {

  .peinv-section {

    padding: 70px 0;

  }

  .peinv-content h2 {

    font-size: 30px;

  }

  .peinv-btns {

    flex-direction: column;

  }

  .peinv-btn,

  .peinv-btn-outline {

    width: 100%;

    justify-content: center;

  }

  .peinv-item {

    flex-direction: column;

  }

}

.uae-workflow-area {

  padding: 90px 0;

  background: #fff;

}

.uae-workflow-title span {

  display: inline-block;

  padding: 10px 22px;

  border-radius: 40px;

  background: #edf4ff;

  color: #0a5bd3;

  font-weight: 700;

  margin-bottom: 10px;

}

.uae-workflow-title h2 {

  font-size: 40px;

  font-weight: 700;

  margin-bottom: 10px;

}

.uae-workflow-title h2 span {

  color: #0a5bd3;

}

.uae-step-box {

  position: relative;

  background: #fff;

  border-radius: 24px;

  padding: 40px 30px;

  text-align: center;

  transition: .4s;

  box-shadow: 0 20px 45px rgba(0, 0, 0, .06);

  height: 100%;

}

.uae-step-box:hover {

  transform: translateY(-10px);

}

.step-number {

  position: absolute;

  top: 20px;

  right: 20px;

  width: 42px;

  height: 42px;

  border-radius: 50%;

  background: #0a5bd3;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 700;

}

.uae-step-box i {

  width: 90px;

  height: 90px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto 25px;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  font-size: 36px;

}

.uae-step-box h4 {

  font-size: 24px;

  margin-bottom: 15px;

  font-weight: 700;

}

.uae-step-box p {

  color: #666;

  line-height: 1.8;

}


/*=====================================
      UAE MODEL SECTION
======================================*/

.uae-model-section {

  position: relative;

  padding: 40px 0 70px;

  background: linear-gradient(135deg, #041a45, #0b2d6b, #0d47a1);

  overflow: hidden;

}

/* Background Glow */

.uae-model-section::before {

  content: "";

  position: absolute;

  width: 450px;

  height: 450px;

  background: rgba(0, 212, 255, .08);

  border-radius: 50%;

  top: -180px;

  left: -120px;

}

.uae-model-section::after {

  content: "";

  position: absolute;

  width: 380px;

  height: 380px;

  background: rgba(255, 255, 255, .04);

  border-radius: 50%;

  right: -120px;

  bottom: -120px;

}

/* Heading */

.uae-model-title {

  position: relative;

  z-index: 2;

}

.uae-model-badge {

  display: inline-block;

  padding: 10px 24px;

  border-radius: 40px;

  background: rgba(255, 255, 255, .12);

  color: #8fd3ff;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 20px;

  border: 1px solid rgba(255, 255, 255, .15);

}

.uae-model-title h2 {

  color: #fff;

  font-size: 48px;

  font-weight: 800;

  margin-bottom: 20px;

}

.uae-model-title h2 span {

  color: #4fd1ff;

}

.uae-model-title p {

  color: rgba(255, 255, 255, .80);

  font-size: 18px;

  max-width: 850px;

  margin: auto;

  line-height: 1.9;

}

/* Image Card */

.uae-model-image-box {



  backdrop-filter: blur(18px);



  padding: 15px;



  transition: .4s;

}

.uae-model-image-box:hover {

  transform: translateY(-8px);



}

.uae-model-image-box img {

  width: 80%;

  border-radius: 20px;

  display: block;
  margin: auto;

}

/* Responsive */

@media(max-width:991px) {

  .uae-model-section {

    padding: 80px 0;

  }

  .uae-model-title h2 {

    font-size: 36px;

  }

  .uae-model-image-box {

    padding: 20px;

  }

}

@media(max-width:767px) {

  .uae-model-title h2 {

    font-size: 28px;

  }

  .uae-model-title p {

    font-size: 16px;

  }

  .uae-model-image-box {

    padding: 15px;

  }

}

/*======================================
            FAQ SECTION
=======================================*/

.pa-faq-area {

  padding: 90px 0;

  background: #f8fbff;

}

.pa-faq-subtitle {

  display: inline-block;

  background: #eaf3ff;

  color: #0a5bd3;

  padding: 10px 22px;

  border-radius: 40px;

  font-size: 14px;

  font-weight: 700;

  margin-bottom: 20px;

}

.pa-faq-content h2 {

  font-size: 40px;

  font-weight: 700;

  color: #0a5bd3;

  margin-bottom: 20px;

}

.pa-faq-content h2 span {

  color: #0a5bd3;

}

.pa-faq-content p {

  color: #666;

  line-height: 1.9;

  margin-bottom: 35px;

}

.pa-faq-btn {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 16px 34px;

  background: linear-gradient(135deg, #022a69, #0a5bd3);

  color: #fff;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 700;

  transition: .3s;

}

.pa-faq-btn:hover {

  color: #fff;

  transform: translateY(-4px);

}

/* Accordion */

.pa-faq-accordion .accordion-item {

  border: none;

  margin-bottom: 18px;

  border-radius: 18px;

  overflow: hidden;

  box-shadow: 0 12px 30px rgba(0, 0, 0, .06);

}

.pa-faq-accordion .accordion-button {

  background: #fff;

  font-size: 18px;

  font-weight: 700;

  padding: 22px 25px;

  color: #0a5bd3;

  box-shadow: none;

}

.pa-faq-accordion .accordion-button:not(.collapsed) {

  background: #0a5bd3;

  color: #fff;

}

.pa-faq-accordion .accordion-button:focus {

  box-shadow: none;

}

.pa-faq-accordion .accordion-body {

  padding: 22px 25px;

  color: #666;

  line-height: 1.8;

  background: #fff;

}

@media(max-width:991px) {

  .pa-faq-area {

    padding: 80px 0;

  }

  .pa-faq-content {

    margin-bottom: 50px;

  }

  .pa-faq-content h2 {

    font-size: 36px;

  }

}

@media(max-width:767px) {

  .pa-faq-content h2 {

    font-size: 30px;

  }

  .pa-faq-accordion .accordion-button {

    font-size: 16px;

  }

}

< !---why-choose-us section--->.whychoose-section {
  overflow: hidden;
  position: relative;
}

.why-badge {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  background: #edf3ff;
  color: #0055d4;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}

.why-title {
  font-size: 42px;
  font-weight: 700;
  color: #1c2331;
  margin-bottom: 20px;
  line-height: 1.3;
  padding-top: 20px;
}



.why-text {
  font-size: 16px;
  color: #666;
  margin: 35px 0 40px;
  max-width: 550px;
  line-height: 1.8;

}

/* Cards */

.feature-card {
  background: #fff;
  border-radius: 25px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
  transition: .4s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  /* margin-bottom: 25px; */
}

.feature-card h4 {
  font-size: 24px;
  color: #0b2d66;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.feature-card p {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

.line {
  width: 60px;
  height: 4px;
  display: block;
  margin: 30px auto 0;
  border-radius: 20px;
}

.blue {
  background: #9900aa;
  margin-bottom: 25px;
}

.green {
  background: #33c36d;
  margin-bottom: 25px;
}

.purple {
  background: #ff0101;
  margin-bottom: 25px;
}

.orange {
  background: #ffb000;
  margin-bottom: 25px;
}

.cyan {
  background: #17c2d7;
  margin-bottom: 25px;
}

.pink {
  background: #b0005b;
  margin-bottom: 25px;
}

.line.blue {
  background: #9900aa;
}

.line.green {
  background: #33c36d;
}

.line.purple {
  background: #ff0101;
}

.line.orange {
  background: #ffb000;
}

.line.cyan {
  background: #17c2d7;
}

.line.pink {
  background: #b0005b;
}

/* Image */

.dashboard-img {
  width: 100%;
  max-width: 700px;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

}

/* Bottom Bar */

.bottom-bar {

  margin-top: 80px;
  background: linear-gradient(90deg, #003a99, #005fd5);
  border-radius: 80px;
  padding: 35px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;

}

.bottom-bar .item {

  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  flex: 1;

}

.bottom-bar i {

  font-size: 38px;

}

.bottom-bar h5 {

  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;

}

.bottom-bar p {

  margin: 0;
  opacity: .85;

}

/* Responsive */

@media(max-width:992px) {

  .why-title {

    font-size: 28px;

  }

  .bottom-bar {

    border-radius: 25px;

  }

}

@media(max-width:768px) {

  .why-title {

    font-size: 28px;

  }

  .why-text {

    font-size: 17px;

  }

  .bottom-bar {

    display: block;
    text-align: center;

  }

  .bottom-bar .item {

    justify-content: center;
    margin-bottom: 25px;

  }

}


< !----book a demo section----->* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {

  font-family: Segoe UI, sans-serif;
  background: #061d4c;
}

.demo-section {

  min-height: 100vh;

  display: flex;
  align-items: center;

  padding: 70px 0;

  background:
    radial-gradient(circle at right bottom, #12c5d53b 0%, transparent 40%),
    linear-gradient(135deg, #041942, #0a2b68);

}

.left-image {

  max-width: 100%;
  animation: float 5s ease-in-out infinite;
}

.demo-form-box {

  background: rgba(255, 255, 255, .10);

  backdrop-filter: blur(15px);

  /* border-radius:30px; */

  padding: 55px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, .30);
  min-height: 600px;
  height: 100%;

}

.demo-form-box h2 {

  color: #fff;

  font-weight: 700;

  text-align: center;

  margin-bottom: 40px;

  font-size: 28px;
}

.demo-form-box input,
.demo-form-box textarea {

  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 18px;
  padding: 10px 30px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #444;
  min-height: 15px;
  height: 90%;
}

.demo-form-box textarea {

  height: 100px;

  resize: none;
}

.demo-form-box button {

  width: 100%;
  border: none;
  background: #ffc609;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  transition: .4s;
  margin-left: 180px;
}

.demo-form-box button:hover {

  background: #0b53b6;

  color: #fff;

  transform: translateY(-3px);
}

@keyframes float {

  0% {

    transform: translateY(0px);

  }

  50% {

    transform: translateY(-12px);

  }

  100% {

    transform: translateY(0px);

  }

}

/* Responsive */

@media(max-width:991px) {

  .demo-form-box {

    margin-top: 40px;

    padding: 35px;

  }

  .demo-form-box h2 {

    font-size: 34px;

  }

  .left-image {

    margin-bottom: 40px;

  }

}

@media(max-width:576px) {

  .demo-form-box {

    padding: 25px;

  }

  .demo-form-box h2 {

    font-size: 28px;

  }

  .demo-form-box input,
  .demo-form-box textarea {

    padding: 16px;

    font-size: 16px;

  }

  .demo-form-box button {

    font-size: 16px;

    padding: 10px;

  }

}

.free-demo-title {
  color: #ffc609;

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 30px;
  margin-left: 5%;
}

.demo-image {
  width: 100%;
  max-width: 600px;
  /* animation:float 4s ease-in-out infinite; */
  height: 100%;
  min-height: 400px;
  margin-top: 40px;
}


/* <!--ourmission----->

.mission-area{
    position:relative;
    padding:80px 0;
    background:#f7f9fc;
}

/* Background Image */
.mission-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background: url("../img/mission.jpg") center center/cover no-repeat;
  /* border-radius:0 0 30px 30px; */
  overflow: hidden;
}



/* Low Opacity Overlay */
.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .45);
  /* Increase opacity if needed */
}

/* Content on top */
.mission-content-wrapper {
  position: relative;
  z-index: 2;
}

/* Heading Area */
.mission-content {
  padding: 220px 0 40px;
}

.mission-badge {
  display: inline-block;
  background: #fff;
  color: #0d5bbd;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mission-heading {
  font-size: 48px;
  font-weight: 700;
  color: #10254d;
  margin-bottom: 20px;
}

.mission-text {
  max-width: 900px;
  color: #5e6b7f;
  line-height: 1.9;
}

/* Mission Box */

.mission-box {
  background: #fff;
  border-radius: 25px;
  padding: 50px 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  position: relative;
  margin-top: 50px;
  width: 70%;
  min-height: 700px;
  margin-left: 200px;
  margin-bottom: 100px;
  margin-top: 80px;
}

.mission-box-title {
  position: absolute;
  top: -18px;
  left: 35px;
  background: linear-gradient(90deg, #f8ba22, #101a67);
  color: #fff;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
}

/* .mission-card{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:18px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.3s;
    width:100%;
} */

.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.mission-icon {
  width: 55px;
  height: 55px;
  background: #fff6d9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.mission-icon i {
  color: #0d2f72;
  font-size: 20px;
}

.mission-card h5 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #13284d;
}

.mission-card p {
  margin: 0;
  color: #6d7787;
  font-size: 15px;
}

@media(max-width:991px) {

  .mission-banner {
    height: 300px;
  }

  .mission-content {
    padding-top: 170px;
  }

  .mission-heading {
    font-size: 34px;
  }

}

@media(max-width:576px) {

  .mission-banner {
    height: 220px;
  }

  .mission-content {
    padding-top: 120px;
  }

  .mission-heading {
    font-size: 28px;
  }

}


.mission-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  overflow: hidden;
  /* border-radius:0 0 30px 30px; */
}

.mission-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .45);
}





.mission-banner {
  position: relative;
  width: 100%;
  height: 500px;

  background-image: url("../img/mission.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
}

/* Blue Overlay */
.mission-banner::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(8, 35, 89, .60);
  /* Dark blue opacity */

  /* If you want left darker and right lighter */
  background: linear-gradient(90deg,
      rgba(8, 35, 89, .82) 0%,
      rgba(8, 35, 89, .55) 50%,
      rgba(8, 35, 89, .30) 100%);
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.mission-badge {
  display: inline-block;
  color: #ffd54a;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.banner-content h1 {
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.banner-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.mission-text {
  margin-left: 50px;
}



.mission-box {
  padding: 50px 35px;
}

.mission-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  transition: .3s;
}

.mission-area {
  background: #fff;
}




< !---contactus--->
/*==============================
        GOOGLE FONT
==============================*/





.contact-section {
  padding: 80px 0;
}

/*=================================
        LEFT CONTACT PANEL
==================================*/

.contact-info {
  /* background:#fff; */
  border-radius: 20px;
  padding: 6px 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  height: 100%;
}

.contact-heading h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.contact-heading .line {
  width: 70px;
  height: 4px;
  background: #f9b300;
  display: block;
  margin: 18px 0;
  border-radius: 30px;
}

.contact-heading p {
  color: #e9e9e9;
  margin-bottom: 7px;
  line-height: 20px;
}


/*======================
      CONTACT BOX
=======================*/

.contact-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 10px 0;
  /*border-bottom: 1px solid #ececec;*/
      /*border-bottom: 1px solid #ececec2b;*/

}

.contact-box:last-child {
  border-bottom: none;
}

.contact-box .icon {
  width: 50px;
  height: 50px;
  background: #edf3ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-box .icon i {
  color: #0d4ad8;
  font-size: 18px;
}

.contact-box h5 {
  color: #f1f1f2;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-box p {
  margin: 0;
  color: #ffffff;
  line-height: 30px;
}

/*==========================
      OFFICE HOURS
==========================*/

.office-hours {
  background: linear-gradient(135deg, #08265d, #103d96);
  color: #fff;
  border-radius: 16px;
  padding: 15px;
  margin-top: 10px;
}

.hours-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.hours-title .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.hours-title .icon i {
  font-size: 22px;
}

.hours-title h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.hour-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  font-size: 15px;
}

.hour-row:last-child {
  border-bottom: none;
}

/*=================================
        RIGHT PANEL
==================================*/

.contact-form {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

/*=========================
      HEADER
=========================*/

.form-header {
  background: linear-gradient(135deg, #072b6d, #1149c8);
  color: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
}

.header-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #0d4ad8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-right: 15px;
}

.header-text h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.header-text p {
  margin: 0;
  font-size: 17px;
}

/*===========================
      FORM BODY
===========================*/

.form-body {
  padding: 40px;
}

/*=========================
      INPUT BOX
=========================*/

.input-box {
  border: 1px solid #dfe5f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  background: #fff;
}

.input-box i {
  width: 65px;
  text-align: center;
  color: #0d4ad8;
  font-size: 20px;
}

.input-box input,
.input-box select {
  width: 100%;
  border: none;
  outline: none;
  height: 100%;
  padding-right: 20px;
  background: none;
  color: #444;
}

.input-box:focus-within {
  border-color: #0d4ad8;
  box-shadow: 0 0 0 3px rgba(13, 74, 216, .12);
}

/*==========================
      TITLES
==========================*/

.service-title h5,
.message-title h5 {
  color: #0b2d6d;
  margin-bottom: 20px;
  font-weight: 600;
}

/*==========================
      SERVICE CARD
==========================*/

.service-card {
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  text-align: center;
  padding: 20px 20px;
  transition: .3s;
  cursor: pointer;
  background: #fff;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.service-card.active {
  border: 2px solid #0d4ad8;
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #edf3ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 18px;
}

.service-icon i {
  color: #0d4ad8;
  font-size: 28px;
}

.service-card h5 {
  margin: 0;
  font-weight: 600;
  color: #0b2d6d;
}

.check {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0d4ad8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===========================
      MESSAGE
===========================*/

.message-box {
  border: 1px solid #dfe5f2;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  padding: 20px;
}

.message-box i {
  color: #0d4ad8;
  font-size: 20px;
  margin-top: 5px;
  margin-right: 15px;
}

.message-box textarea {
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  background: none;
}

/*==========================
      BUTTON
==========================*/

.send-btn {
  border: none;
  background: #0d4ad8;
  color: #fff;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: .3s;
}

.send-btn i {
  margin-right: 10px;
}

.send-btn:hover {
  background: #082f8d;
  transform: translateY(-3px);
}

/*==========================
      RESPONSIVE
==========================*/

@media(max-width:991px) {

  .contact-info {
    margin-bottom: 30px;
  }

  .form-header {
    flex-direction: column;
    text-align: center;
  }

  .header-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .header-text h2 {
    font-size: 32px;
  }

  .contact-heading h2 {
    font-size: 34px;
  }

}

@media(max-width:767px) {

  .form-body {
    padding: 25px;
  }

  /* .contact-info {
    padding: 25px;
  } */

  .contact-box {
    flex-direction: column;
  }

  .hour-row {
    flex-direction: column;
    gap: 6px;
  }

  .service-card {
    margin-bottom: 20px;
  }

  .send-btn {
    width: 100%;
  }

}


.navbar-top {
  padding: 6px 0;
  z-index: 99;
  position: relative;
}


.cnt-block-two {
  padding: 35px;
}


/* MEGA MENU */
/* ===========================
   Mega Menu
=========================== */

.mega-menu {
  position: relative;
}

.mega-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 20px);

  width: 950px;
  max-width: 95vw;

  background: #fff;
  border-radius: 16px;
  border: 1px solid #edf1f5;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);


  padding: 10px 30px;


  opacity: 0;
  visibility: hidden;

  transition: all .35s ease;
  z-index: 999;
}

.mega-menu:hover .mega-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* ===========================
   Columns
=========================== */

.mega-menu-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===========================
   Heading
=========================== */

.mega-menu-column h5 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  /* margin-bottom:18px; */
  position: relative;
  padding-bottom: 12px;
}

.mega-menu-column h5::after {
  /* content:""; */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #0d6efd;
  border-radius: 50px;
}

/* ===========================
   List
=========================== */

.mega-menu-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu-column li {
  margin-bottom: 10px;
}

.mega-menu-column li:last-child {
  margin-bottom: 0;
}

/* ===========================
   Links
=========================== */

.mega-menu-column a {
  display: flex;
  align-items: center;
  gap: 12px;

  text-decoration: none;

  color: #374151;
  font-size: 16px;
  font-weight: 500;

  /* padding:12px 14px; */
  padding: 12px 14px 12px 0px;

  border-radius: 10px;

  transition: all .3s ease;
}

/* Icons */

.mega-menu-column a i {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #eef5ff;
  color: #0d6efd;

  font-size: 18px;

  transition: .3s;
}

/* Hover */

.mega-menu-column a:hover {
  background: transparent;
  color: var(--primaryColor);
  transform: translateX(5px);
}

.mega-menu-column a:hover i {
  background: #fff;
  color: var(--primaryColor);
}

/* ===========================
   Responsive
=========================== */

@media(max-width:991px) {

  .mega-menu-wrapper {
    position: static;
    width: 100%;
    max-width: 100%;

    transform: none;

    opacity: 1;
    visibility: visible;

    display: none;

    border-radius: 0;
    box-shadow: none;
    border: none;

    padding: 20px 15px;
  }

  .mega-menu.active .mega-menu-wrapper {
    display: block;
  }

  .mega-menu-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

}

@media(max-width:767px) {

  .mega-menu-content {
    grid-template-columns: 1fr;
  }

  .mega-menu-column h5 {
    margin-top: 10px;
  }

  .mega-menu-column a {
    padding: 10px 12px;
  }

}

/* MEGA MENU  ENDS*/
/* Desktop */
.mobile-submenu {
  display: none;
}

/* Mobile */
@media (max-width:991px) {

  .mega-menu-wrapper {
    display: none !important;
  }

  .mobile-submenu {
    display: block;
  }
}

.case-slider-one {
  margin-bottom: 20px;
  position: relative;
}

.case-slider-one img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
}

.case-thumb-slider {
  width: 320px;
}

.case-thumb-slider .swiper-slide {
  cursor: pointer;
  opacity: .5;
  border: 3px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}

.case-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  /* border-color:#0d6efd; */
}

.case-thumb-slider img {
  width: 100%;
  height: 40px;
  object-fit: cover;
  border-radius: 12px;
}

.case-prev,
.case-next {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.case-prev {
  left: 15px;
}

.case-next {
  right: 15px;
}

.case-thumb-slider {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pjt-sec {
  padding: 80px 0 0;
}

/* =========================================================
   MODULE SECTION TWO
   ========================================================= */

.module-sec-two {
  position: relative;
  width: 100%;
  padding: 105px 0;
  background: #ffffff;
  overflow: hidden;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.module-two-heading {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.module-two-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;

  color: #031745;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.module-two-eyebrow i {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 20px;
  background: #FFC609;
}

.module-two-heading h2 {
  margin: 0;

  color: #031745;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -2px;
}

.module-two-heading h2 span {
  color: #031745;
  position: relative;
  z-index: 1;
}

.module-two-heading h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 7px;
  background: #FFC609;
  z-index: -1;
}


/* =========================================================
   FEATURE GRID
   ========================================================= */

.module-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dfe4eb;
  border-bottom: 1px solid #dfe4eb;
}


/* =========================================================
   FEATURE
   ========================================================= */

.module-feature {
  position: relative;
  min-height: 410px;
  padding: 30px 30px 35px;

  border-right: 1px solid #dfe4eb;

  background: #ffffff;

  transition:
    background .35s ease,
    transform .35s ease;
}

.module-feature:first-child {
  border-left: 1px solid #dfe4eb;
}

.module-feature:hover {
  background: #031745;
  transform: translateY(-6px);
  z-index: 2;
}


/* =========================================================
   TOP
   ========================================================= */

.module-feature-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}


/* =========================================================
   NUMBER
   ========================================================= */

.module-feature-number {
  color: #b8c0cc;

  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;

  transition: .3s ease;
}

.module-feature:hover .module-feature-number {
  color: #FFC609;
}


/* =========================================================
   ICON
   ========================================================= */

.module-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  border-radius: 50%;

  background: #f4f6f9;
  color: #031745;

  font-size: 21px;

  transition: .35s ease;
}

.module-feature:hover .module-feature-icon {
  background: #FFC609;
  color: #031745;
  transform: rotate(-8deg);
}


/* =========================================================
   BODY
   ========================================================= */

.module-feature-body {
  margin-top: 70px;
}


/* =========================================================
   TITLE
   ========================================================= */

.module-feature-body h3 {
  max-width: 250px;

  margin: 0 0 18px;

  color: #031745;

  font-size: 22px;
  line-height: 1.35;

  font-weight: 700;
  letter-spacing: -.5px;

  transition: .3s ease;
}

.module-feature:hover .module-feature-body h3 {
  color: #ffffff;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.module-feature-body p {
  max-width: 275px;

  margin: 0;

  color: #667085;

  font-size: 13px;
  line-height: 1.85;

  transition: .3s ease;
}

.module-feature:hover .module-feature-body p {
  color: rgba(255, 255, 255, .68);
}


/* =========================================================
   BOTTOM LINE
   ========================================================= */

.module-feature-line {
  position: absolute;

  left: 30px;
  right: 30px;
  bottom: 0;

  height: 3px;

  background: #FFC609;

  transform: scaleX(0);
  transform-origin: left;

  transition: transform .4s ease;
}

.module-feature:hover .module-feature-line {
  transform: scaleX(1);
}


/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1199px) {

  .module-sec-two {
    padding: 90px 0;
  }

  .module-feature {
    padding: 27px 22px 32px;
  }

  .module-feature-body {
    margin-top: 55px;
  }

  .module-feature-body h3 {
    font-size: 19px;
  }

}


/* =========================================================
   RESPONSIVE - 2 COLUMNS
   ========================================================= */

@media (max-width: 991px) {

  .module-two-heading {
    margin-bottom: 45px;
  }

  .module-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-feature {
    min-height: 360px;
  }

  .module-feature:nth-child(2) {
    border-right: 0;
  }

  .module-feature:nth-child(-n+2) {
    border-bottom: 1px solid #dfe4eb;
  }

}


/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .module-sec-two {
    padding: 70px 0;
  }

  .module-two-heading {
    margin-bottom: 35px;
  }

  .module-two-heading h2 {
    font-size: 38px;
    letter-spacing: -1.2px;
  }

  .module-feature-grid {
    grid-template-columns: 1fr;
  }

  .module-feature {
    min-height: auto;
    padding: 28px 25px 35px;

    border-left: 1px solid #dfe4eb;
    border-right: 1px solid #dfe4eb;
  }

  .module-feature:not(:last-child) {
    border-bottom: 1px solid #dfe4eb;
  }

  .module-feature-body {
    margin-top: 45px;
  }

  .module-feature-body h3 {
    max-width: 300px;
    font-size: 20px;
  }

  .module-feature-body p {
    max-width: 100%;
    font-size: 13px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575px) {

  .module-sec-two {
    padding: 60px 0;
  }

  .module-two-eyebrow {
    font-size: 10px;
  }

  .module-two-heading h2 {
    font-size: 32px;
  }

  .module-feature {
    padding: 25px 20px 30px;
  }

  .module-feature-icon {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }

  .module-feature-body {
    margin-top: 38px;
  }

}

.feature-item .feature-icon img {
  width: 26px;
  filter: brightness(0) invert(1);
}

.feature-info h3 {
  font-size: 20px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 10px;
}

.fd-icon {
  background-color: #002f79;
  width: 45px;
  height: 45px;
}

.wh-feature-img-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.wh-feature-scroll-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  transition: height 0.1s linear;
}

.wh-area-three {
  position: relative;
  background: linear-gradient(135deg, #c8d8f8 0%, #d8dff0 40%, #c4e8d8 100%);
  clip-path: inset(0);
}

.wh-area-three::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 91, 211, 0.10) 0%, transparent 70%);
  top: -120px;
  right: -100px;
  pointer-events: none;
}

.wh-area-three::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 107, 76, 0.08) 0%, transparent 70%);
  bottom: -100px;
  left: -80px;
  pointer-events: none;
}



/* =========================================================
   ONE ERP SECTION
   ========================================================= */

.one-erp-sec {
  position: relative;
  overflow: hidden;
  padding: 70px 0 100px;
  background:
    radial-gradient(circle at 50% 30%,
      rgba(0, 132, 255, 0.10),
      transparent 38%),
    #021321;
  color: #fff;
}


/* Background Glow */

.one-erp-sec::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -250px;
  left: -200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 153, 255, 0.10);
  box-shadow:
    0 0 0 50px rgba(0, 153, 255, 0.025),
    0 0 0 100px rgba(0, 153, 255, 0.02);
  pointer-events: none;
}

.one-erp-sec::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: -300px;
  right: -200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 153, 255, 0.10);
  pointer-events: none;
}


/* =========================================================
   HEADING
   ========================================================= */

.one-erp-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 65px;
}

.one-erp-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  margin-bottom: 18px;
  border: 1px solid rgba(0, 153, 255, 0.65);
  border-radius: 50px;
  color: #1ca5ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(0, 132, 255, 0.05);
}

.one-erp-heading h2 {
  max-width: 1000px;
  margin: 0 auto 20px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.one-erp-heading h2 span {
  display: block;
  color: #1598ff;
}

.one-erp-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.one-erp-heading p strong {
  color: #159cff;
  font-weight: 600;
}


/* =========================================================
   PLATFORM AREA
   ========================================================= */

.one-erp-platforms {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr) 35px minmax(0, 1fr);

  align-items: center;
}


/* =========================================================
   PLATFORM CARD
   ========================================================= */

.one-erp-card {
  position: relative;
  /* min-height: 450px; */
  padding: 28px 25px 30px;

  border: 1px solid rgba(0, 154, 255, 0.48);
  border-radius: 18px;

  background:
    linear-gradient(145deg,
      rgba(8, 38, 69, 0.92),
      rgba(2, 20, 37, 0.95));

  box-shadow:
    inset 0 0 35px rgba(0, 137, 255, 0.035),
    0 20px 50px rgba(0, 0, 0, 0.18);

  transition:
    transform 0.4s ease,
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

.one-erp-card:hover {
  transform: translateY(-12px);

  border-color: #159cff;

  box-shadow:
    0 20px 55px rgba(0, 120, 255, 0.18),
    inset 0 0 50px rgba(0, 120, 255, 0.06);
}


/* Number */

.one-erp-number {
  position: absolute;
  top: 18px;
  left: 18px;

  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: linear-gradient(135deg,
      #087cff,
      #12a7ff);

  color: #fff;
  font-size: 13px;
  font-weight: 700;

  box-shadow:
    0 0 20px rgba(0, 140, 255, 0.4);
}


/* =========================================================
   CARD VISUAL
   ========================================================= */

.one-erp-card-visual {
  position: relative;

  height: 205px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 15px;
}

.one-erp-glow {
  position: absolute;

  width: 145px;
  height: 145px;

  border-radius: 50%;

  background: rgba(0, 130, 255, 0.10);

  box-shadow:
    0 0 50px rgba(0, 130, 255, 0.12);
}


/* Orbit */

.one-erp-orbit {
  position: absolute;

  bottom: 12px;

  width: 180px;
  height: 28px;

  border-radius: 50%;

  border: 1px solid rgba(0, 153, 255, 0.45);

  box-shadow:
    0 0 15px rgba(0, 153, 255, 0.2);
}


/* =========================================================
   DESKTOP ICON
   ========================================================= */

.desktop-icon {
  position: relative;
  z-index: 2;

  font-size: 105px;
  line-height: 1;

  color: #16a5ff;

  filter:
    drop-shadow(0 0 15px rgba(0, 150, 255, 0.35));
}


/* =========================================================
   BROWSER ICON
   ========================================================= */

.browser-icon {
  position: relative;
  z-index: 2;

  width: 160px;
  height: 120px;

  border: 3px solid #b9c4cc;
  border-radius: 10px;

  background: #102432;

  box-shadow:
    0 0 25px rgba(0, 150, 255, 0.18);
}

.browser-top {
  height: 27px;

  display: flex;
  align-items: center;

  gap: 5px;

  padding-left: 10px;

  border-bottom: 2px solid #52636e;

  background: #273a45;

  border-radius: 7px 7px 0 0;
}

.browser-top span {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #8c9ba4;
}

.browser-body {
  height: calc(100% - 27px);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #27a9ff;
  font-size: 65px;
}


/* =========================================================
   MOBILE / TABLET ICON
   ========================================================= */

.mobile-icon {
  position: relative;
  z-index: 2;

  width: 170px;
  height: 135px;
}

.tablet {
  position: absolute;

  left: 12px;
  top: 4px;

  width: 125px;
  height: 105px;

  padding: 7px;

  border: 4px solid #9eabb3;
  border-radius: 9px;

  background: #172d3b;
}

.screen {
  width: 100%;
  height: 100%;

  padding: 12px;

  background: #071d2d;
}

.screen span {
  display: block;

  height: 7px;

  margin-bottom: 9px;

  border-radius: 5px;

  background: #159cff;
}

.screen span:nth-child(2) {
  width: 70%;
}

.screen span:nth-child(3) {
  width: 85%;
}


.phone {
  position: absolute;

  right: 5px;
  bottom: 4px;

  width: 52px;
  height: 92px;

  padding: 5px;

  border: 3px solid #aab4bb;
  border-radius: 9px;

  background: #132c3b;
}

.phone-screen {
  height: 100%;

  padding: 12px 6px;

  background: #071d2d;
}

.phone-screen span {
  display: block;

  height: 5px;

  margin-bottom: 7px;

  border-radius: 5px;

  background: #159cff;
}


/* =========================================================
   API
   ========================================================= */

.api-icon {
  position: relative;
  z-index: 2;

  width: 175px;
  height: 150px;
}

.api-gear {
  position: absolute;

  top: 15px;
  left: 50%;

  transform: translateX(-50%);

  width: 105px;
  height: 105px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: #fff;

  background:
    radial-gradient(circle,
      #102e47 35%,
      #086fba 36%,
      #0872bd 48%,
      #173d58 50%);

  box-shadow:
    0 0 30px rgba(0, 144, 255, 0.3);
}

.api-gear i {
  position: absolute;

  font-size: 100px;

  color: #b7c4cd;

  opacity: 0.85;
}

.api-gear strong {
  position: relative;
  z-index: 2;

  font-size: 22px;
}

.api-cloud {
  position: absolute;

  color: #18a5ff;

  font-size: 38px;

  filter:
    drop-shadow(0 0 10px rgba(0, 150, 255, 0.4));
}

.api-cloud-one {
  top: 0;
  right: 0;
}

.api-cloud-two {
  bottom: 0;
  left: 0;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.one-erp-card-content {
  position: relative;
  text-align: center;
}

.one-erp-card-content h3 {
  margin: 0;

  font-size: 19px;
  font-weight: 700;

  color: #fff;
}

.one-erp-line {
  display: block;

  width: 45px;
  height: 2px;

  margin: 13px auto 17px;

  background: #159cff;

  box-shadow:
    0 0 10px rgba(0, 153, 255, 0.5);
}

.one-erp-card-content p {
  max-width: 240px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.68);

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   CONNECTORS
   ========================================================= */

.one-erp-connector {
  position: relative;

  height: 2px;

  background:
    linear-gradient(90deg,
      transparent,
      #159cff,
      transparent);
}

.one-erp-connector span {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 8px;
  height: 8px;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  background: #159cff;

  box-shadow:
    0 0 12px #159cff,
    0 0 25px rgba(0, 153, 255, 0.8);

  animation: oneErpPulse 1.8s infinite;
}

@keyframes oneErpPulse {

  0%,
  100% {
    opacity: .5;
    transform: translate(-50%, -50%) scale(.8);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.3);
  }

}


/* =========================================================
   BENEFITS
   ========================================================= */

.one-erp-benefits {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  margin-top: 45px;

  padding: 25px 20px;

  border: 1px solid rgba(0, 153, 255, 0.35);
  border-radius: 18px;

  background:
    rgba(4, 28, 48, 0.72);

  backdrop-filter: blur(10px);
}

.one-erp-benefit {
  display: flex;
  align-items: center;

  gap: 15px;

  padding: 5px 25px;

  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.one-erp-benefit:last-child {
  border-right: 0;
}

.one-erp-benefit-icon {
  flex: 0 0 58px;

  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    radial-gradient(circle,
      rgba(0, 153, 255, 0.30),
      rgba(0, 90, 180, 0.08));

  color: #159cff;

  font-size: 26px;

  box-shadow:
    0 0 25px rgba(0, 130, 255, 0.10);
}

.one-erp-benefit h4 {
  margin: 0 0 5px;

  font-size: 16px;
  font-weight: 700;
}

.one-erp-benefit p {
  margin: 0;

  color: rgba(255, 255, 255, 0.60);

  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {

  .one-erp-platforms {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .one-erp-connector {
    display: none;
  }

  .one-erp-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .one-erp-benefit:nth-child(2) {
    border-right: 0;
  }

  .one-erp-benefit:nth-child(1),
  .one-erp-benefit:nth-child(2) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

}


@media (max-width: 767.98px) {

  .one-erp-sec {
    padding: 75px 0 65px;
  }

  .one-erp-heading {
    margin-bottom: 40px;
  }

  .one-erp-heading h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .one-erp-heading p {
    font-size: 15px;
  }

  .one-erp-platforms {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .one-erp-card {
    min-height: 420px;
  }

  .one-erp-benefits {
    grid-template-columns: 1fr;

    padding: 10px 15px;
  }

  .one-erp-benefit {
    padding: 20px 10px !important;

    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .one-erp-benefit:last-child {
    border-bottom: 0;
  }

}


@media (max-width: 400px) {

  .one-erp-heading h2 {
    font-size: 29px;
  }

  .one-erp-card {
    padding-left: 18px;
    padding-right: 18px;
  }

}


.mega-menu-column ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  /* padding-bottom: 8px; */
  margin-bottom: 8px;
}

.mega-menu-column ul li:last-child {
  border-bottom: 0;
}

@media (max-width: 575.98px) {


  .erp-service-card h4 {
    font-size: 19px;
  }

  .erp-service-card p {
    display: none;
  }

  .navbar-top .social-profile {
    display: none;
  }


}

@media (max-width: 767px) {

  .promo-card-wrap.style-one {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
  }

  .promo-card-wrap.style-one .promo-card {
    width: 100%;
    min-height: 75px;
    padding: 12px 10px;
    margin: 0;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    justify-content: flex-start;
    align-content: center;
  }

  .promo-card-wrap.style-one .promo-card span {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #043580;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #022a69, #0a5bd3);
  }

  .promo-card-wrap.style-one .promo-card p {
    font-size: 14.5px !important;
    line-height: 1.4;
    flex: 1;
    margin: 0 0 0 12px;
  }

  /* 3rd item full width */
  .promo-card-wrap.style-one .promo-card:nth-child(3) {
    grid-column: 1 / -1;
  }

}


.wh-area {
  /* background: #f7f9fc !important; */
}






.key-features-bg {
  position: relative;
  background: linear-gradient(135deg, #022a69, #0a5bd3);
}


:root {
  --navy-deep: #0B1E4A;
  --navy-mid: #14306E;
  --navy-panel: #0F2557;
  --gold: #FFB020;
  --cyan: #33C6F0;
  --ink: #101425;
  --slate: #5B6478;
  --paper: #F7F8FC;
  --line: #E3E6F0;
  --radius: 14px;
}



.Functionalities-erp-two-display-font {
  font-family: "Rethink Sans", sans-serif;
}

.Functionalities-erp-two-stage {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px;
}

.Functionalities-erp-two-card-shell {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -30px rgba(11, 30, 74, 0.18);
  overflow: hidden;
}

.Functionalities-erp-two-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy-mid);
  background: rgba(20, 48, 110, 0.07);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.Functionalities-erp-two-eyebrow .Functionalities-erp-two-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.Functionalities-erp-two-headline {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.Functionalities-erp-two-headline .Functionalities-erp-two-accent {
  color: var(--gold);
  position: relative;
}

.Functionalities-erp-two-sub {
  color: var(--slate);
  font-size: 1rem;
  max-width: 480px;
  margin-bottom: 40px;
}

/* --- checklist --- */
.Functionalities-erp-two-feature-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 12px;
  border-radius: 12px;
  transition: background .2s ease, transform .2s ease;
  cursor: default;
}

.Functionalities-erp-two-feature-row:hover {
  background: rgba(20, 48, 110, 0.05);
  transform: translateX(4px);
}

.Functionalities-erp-two-feature-icon {
  /* flex: 0 0 32px;  */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* background: linear-gradient(145deg, var(--cyan), var(--navy-mid)); */
  background: linear-gradient(135deg, #022a69, #0a5bd3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px -6px rgba(20, 48, 110, 0.55);
}

.Functionalities-erp-two-feature-icon svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.Functionalities-erp-two-feature-text {
  padding-top: 4px;
}

.Functionalities-erp-two-feature-title {
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 1px;
}

.Functionalities-erp-two-feature-desc {
  font-size: .8rem;
  color: var(--slate);
}

/* --- right visual panel --- */
.Functionalities-erp-two-visual-panel {
  background:
    radial-gradient(circle at 25% 20%, rgba(51, 198, 240, 0.25), transparent 45%),
    radial-gradient(circle at 80% 85%, rgba(255, 176, 32, 0.18), transparent 40%),
    linear-gradient(160deg, var(--navy-deep), var(--navy-panel) 60%, #081536);
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px;
}

.Functionalities-erp-two-visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.Functionalities-erp-two-orbit-wrap {
  position: relative;
  width: 340px;
  height: 340px;
}

.Functionalities-erp-two-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #d9e4ff);
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.55), 0 0 0 8px rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.Functionalities-erp-two-hub svg {
  width: 46px;
  height: 46px;
}

.Functionalities-erp-two-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.Functionalities-erp-two-ring-1 {
  width: 220px;
  height: 220px;
}

.Functionalities-erp-two-ring-2 {
  width: 320px;
  height: 320px;
}

.Functionalities-erp-two-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  margin-top: -110px;
  margin-left: -110px;
  animation: spin 22s linear infinite;
}

.Functionalities-erp-two-orbit.Functionalities-erp-two-reverse {
  width: 320px;
  height: 320px;
  margin-top: -160px;
  margin-left: -160px;
  animation: spin-rev 30s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-rev {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.Functionalities-erp-two-node {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: counter-spin 22s linear infinite;
}

.Functionalities-erp-two-orbit.Functionalities-erp-two-reverse .Functionalities-erp-two-node {
  animation: counter-spin-rev 30s linear infinite;
}

@keyframes counter-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes counter-spin-rev {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.Functionalities-erp-two-node svg {
  width: 20px;
  height: 20px;
  stroke: #FFD98A;
}

.Functionalities-erp-two-node.Functionalities-erp-two-gold {
  background: rgba(255, 176, 32, 0.16);
  border-color: rgba(255, 176, 32, 0.35);
}

.Functionalities-erp-two-node.Functionalities-erp-two-gold svg {
  stroke: var(--gold);
}

.Functionalities-erp-two-node.Functionalities-erp-two-cyan {
  background: rgba(51, 198, 240, 0.14);
  border-color: rgba(51, 198, 240, 0.35);
}

.Functionalities-erp-two-node.Functionalities-erp-two-cyan svg {
  stroke: var(--cyan);
}

.Functionalities-erp-two-n1 {
  top: -23px;
  left: 50%;
  margin-left: -23px;
}

.Functionalities-erp-two-n2 {
  top: 50%;
  right: -23px;
  margin-top: -23px;
}

.Functionalities-erp-two-n3 {
  bottom: -23px;
  left: 50%;
  margin-left: -23px;
}

.Functionalities-erp-two-n4 {
  top: 50%;
  left: -23px;
  margin-top: -23px;
}

.Functionalities-erp-two-m1 {
  top: -23px;
  left: 50%;
  margin-left: -23px;
}

.Functionalities-erp-two-m2 {
  top: 22%;
  right: -23px;
}

.Functionalities-erp-two-m3 {
  bottom: 22%;
  right: -23px;
}

.Functionalities-erp-two-m4 {
  bottom: -23px;
  left: 50%;
  margin-left: -23px;
}

.Functionalities-erp-two-m5 {
  bottom: 22%;
  left: -23px;
}

.Functionalities-erp-two-m6 {
  top: 22%;
  left: -23px;
}

.Functionalities-erp-two-panel-caption {
  position: absolute;
  bottom: 28px;
  left: 28px;
  right: 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: .76rem;
  display: flex;
  justify-content: space-between;
  letter-spacing: .02em;
}

.Functionalities-erp-two-panel-caption b {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .Functionalities-erp-two-visual-panel {
    min-height: 320px;
  }
}


:root {
  --ink: #1B1D1F;
  --sand: #FBF9F5;
  --emerald: #0F6B4C;
  --emerald-d: #0A4A34;
  --amber: #E8A33D;
  --line: #E7E1D3;
  --muted: #74786F;
}




.disp {
  font-family: "Rethink Sans", sans-serif;
}


/*  ENHANCED SPLIT SECTION (new design)              */
/* ═══════════════════════════════════════════════════ */

.split-enhanced {
  display: flex;
  min-height: 100vh;
}

/* ─── LEFT: illustration ─── */
.split-enhanced__left {
  flex: 0 0 42%;
  position: sticky;
  top: 0;
  height: 100vh;
  /* background:
    radial-gradient(circle at 20% 15%, rgba(232, 163, 61, 0.18), transparent 50%),
    linear-gradient(160deg, var(--emerald), var(--emerald-d) 80%); */
  background: linear-gradient(135deg, rgb(2, 42, 105), rgb(10, 91, 211));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 48px;
  background-image: url("../img/block-02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.split-enhanced__grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 30% 30%, black, transparent 70%);
}

.split-enhanced__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: splitGlowPulse 6s ease-in-out infinite;
}

@keyframes splitGlowPulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.06);
    opacity: 0.6;
  }
}

.split-enhanced__illustration {
  position: relative;
  width: 100%;
  max-width: 400px;
  z-index: 2;
}

/* ─── Mock Dashboard ─── */
.split-enhanced__dashboard {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: rotate(-1.5deg);
  position: relative;
  z-index: 3;
}

.split-enhanced__dash-topbar {
  height: 34px;
  background: #F0EEE9;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
}

.split-enhanced__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot-red {
  background: #FF5F56;
}

.dot-yellow {
  background: #FFBD2E;
}

.dot-green {
  background: #27C93F;
}

.split-enhanced__dash-title {
  margin-left: auto;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.split-enhanced__dash-body {
  padding: 20px;
}

.split-enhanced__dash-header {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.split-enhanced__dash-stat {
  flex: 1;
  background: var(--sand);
  border-radius: 10px;
  padding: 12px 10px;
  text-align: center;
}

.split-enhanced__dash-stat-val {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}

.split-enhanced__dash-stat-label {
  display: block;
  font-size: 0.6rem;
  color: var(--muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.split-enhanced__dash-chart {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 80px;
  margin-bottom: 14px;
}

.split-enhanced__bar {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, rgba(15, 107, 76, 0.15), rgba(15, 107, 76, 0.06));
}

.split-enhanced__bar.accent {
  background: linear-gradient(180deg, var(--emerald), #3E9270);
}

.split-enhanced__dash-row {
  height: 10px;
  border-radius: 5px;
  background: #EEEBE3;
  margin-bottom: 8px;
}

.split-enhanced__dash-row.short {
  width: 55%;
}

/* ─── Floating Cards ─── */
.split-enhanced__float-card {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.35);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 4;
  backdrop-filter: blur(4px);
}

.split-enhanced__fc-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 107, 76, 0.1);
  flex-shrink: 0;
}

.split-enhanced__fc-icon svg {
  width: 15px;
  height: 15px;
  stroke: var(--emerald);
}

.split-enhanced__fc-title {
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.split-enhanced__fc-sub {
  font-size: 0.62rem;
  color: var(--muted);
}

.split-enhanced__fc-1 {
  top: -4%;
  right: -12%;
  animation: splitFloat1 6s ease-in-out infinite;
}

.split-enhanced__fc-2 {
  bottom: 8%;
  left: -14%;
  animation: splitFloat2 7s ease-in-out infinite;
}

.split-enhanced__fc-3 {
  bottom: -6%;
  right: 4%;
  animation: splitFloat1 8s ease-in-out infinite reverse;
}

@keyframes splitFloat1 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes splitFloat2 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }
}

/* ─── Left Caption ─── */
.split-enhanced__caption {
  position: absolute;
  bottom: 36px;
  left: 48px;
  right: 48px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.split-enhanced__caption b {
  color: #fff;
}

/* ─── RIGHT: content ─── */
.split-enhanced__right {
  flex: 1;
  padding: 56px 56px 56px 52px;
  overflow-y: auto;
  /* background: #fff; */
  background: #f0f0f0;
}

.split-enhanced__content {
  max-width: 720px;
}

.split-enhanced__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 18px;
}

.split-enhanced__kicker-line {
  width: 24px;
  height: 2px;
  background: var(--amber);
  border-radius: 1px;
}

.split-enhanced__heading {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.14;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.split-enhanced__lead {
  color: var(--muted);
  max-width: 480px;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 28px;
}

/* ─── Stats Row ─── */
.split-enhanced__stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 36px;
  padding: 16px 20px;
  background: rgba(15, 107, 76, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(15, 107, 76, 0.08);
}

.split-enhanced__stat {
  flex: 1;
  text-align: center;
}

.split-enhanced__stat-num {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--emerald);
  line-height: 1;
}

.split-enhanced__stat-label {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.split-enhanced__stat-divider {
  width: 1px;
  height: 32px;
  background: var(--line);
}

/* ─── Industry Cards Grid ─── */
.split-enhanced__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.split-enhanced__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.split-enhanced__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--emerald);
  transform: scaleY(0);
  transition: transform 0.25s ease;
  border-radius: 0 2px 2px 0;
}

.split-enhanced__card:hover {
  border-color: rgba(15, 107, 76, 0.2);
  background: rgba(15, 107, 76, 0.02);
  box-shadow: 0 8px 24px -8px rgba(15, 107, 76, 0.12);
  transform: translateY(-2px);
}

.split-enhanced__card:hover::before {
  transform: scaleY(1);
}

.split-enhanced__card-idx {
  font-family: 'Fraunces', serif;
  font-size: 0.75rem;
  color: var(--amber);
  font-weight: 600;
  flex-shrink: 0;
  width: 22px;
}

.split-enhanced__card-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #022a69, #0a5bd3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.split-enhanced__card-icon svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.split-enhanced__card-body {
  flex: 1;
  min-width: 0;
}

.split-enhanced__card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.split-enhanced__card-desc {
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.split-enhanced__card-arrow {
  width: 14px;
  height: 14px;
  stroke: var(--muted);
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.split-enhanced__card:hover .split-enhanced__card-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .split-enhanced__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .split-enhanced {
    flex-direction: column;
  }

  .split-enhanced__left {
    position: relative;
    height: 55vh;
    flex: none;
    width: 100%;
    padding: 32px;
  }

  .split-enhanced__right {
    padding: 40px 24px;
  }

  .split-enhanced__stats {
    gap: 0;
  }

  .split-enhanced__cards {
    grid-template-columns: 1fr;
  }

  .split-enhanced__fc-1 {
    top: -2%;
    right: -6%;
  }

  .split-enhanced__fc-2 {
    bottom: 10%;
    left: -8%;
  }

  .split-enhanced__fc-3 {
    bottom: -4%;
    right: 6%;
  }
}

@media (max-width: 576px) {
  .split-enhanced__left {
    height: 45vh;
    padding: 24px;
  }

  .split-enhanced__dashboard {
    transform: rotate(0);
  }

  .split-enhanced__dash-header {
    gap: 6px;
  }

  .split-enhanced__dash-stat {
    padding: 8px 6px;
  }

  .split-enhanced__dash-stat-val {
    font-size: 1rem;
  }

  .split-enhanced__right {
    padding: 32px 16px;
  }

  .split-enhanced__heading {
    font-size: 1.5rem;
  }

  .split-enhanced__stats {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .split-enhanced__stat-divider {
    width: 40px;
    height: 1px;
  }

  .split-enhanced__float-card {
    padding: 8px 10px;
    gap: 8px;
  }

  .split-enhanced__fc-icon {
    width: 24px;
    height: 24px;
  }

  .split-enhanced__fc-icon svg {
    width: 12px;
    height: 12px;
  }

  .split-enhanced__fc-title {
    font-size: 0.65rem;
  }

  .split-enhanced__fc-sub {
    font-size: 0.55rem;
  }
}

.wh-sub-title-two {
  display: inline-block;
  background: #eaf3ff;
  color: #0a5bd3;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}


/*--------------------------------------------------
    ERP Software Features Section
----------------------------------------------------*/
.erpfeat-stage {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(600px 300px at 85% 10%, rgba(51, 198, 240, .12), transparent 60%),
    radial-gradient(500px 320px at 8% 90%, rgba(255, 176, 32, .10), transparent 60%),
    linear-gradient(135deg, var(--navy-deep), var(--navy-panel));
  overflow: hidden;
}

.erpfeat-display-font {
  font-family: "Rethink Sans", sans-serif;
}

.erpfeat-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 992px) {
  .erpfeat-left {
    position: sticky;
    top: 110px;
  }
}

.erpfeat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #AEBDE4;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.erpfeat-eyebrow .erpfeat-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.erpfeat-heading {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: #fff;
}

.erpfeat-heading .erpfeat-accent {
  color: var(--gold);
}

.erpfeat-sub {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .68);
  margin: 0 0 26px;
}

.erpfeat-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 176, 32, .35);
  background: rgba(255, 176, 32, .08);
  color: #FFD48A;
  font-size: .88rem;
  font-weight: 600;
}

.erpfeat-badge svg {
  width: 16px;
  height: 16px;
  stroke: var(--gold);
  flex-shrink: 0;
}

.erpfeat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.erpfeat-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .09);
  backdrop-filter: blur(4px);
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.erpfeat-item:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 176, 32, .45);
}

.erpfeat-num {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .22);
  transition: color .3s ease;
}

.erpfeat-item:hover .erpfeat-num {
  color: var(--gold);
}

.erpfeat-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(51, 198, 240, .18), rgba(255, 176, 32, .14));
  border: 1px solid rgba(51, 198, 240, .25);
  color: var(--cyan);
  transition: color .3s ease, border-color .3s ease;
}

.erpfeat-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
}

.erpfeat-item:hover .erpfeat-icon {
  color: var(--gold);
  border-color: rgba(255, 176, 32, .4);
}

.erpfeat-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  padding-right: 22px;
}

@media (max-width: 1199px) {
  .erpfeat-grid {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .erpfeat-stage {
    padding: 64px 0;
  }

  .erpfeat-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------
    Trading ERP - Advantages Section
----------------------------------------------------*/
.tradv-stage {
  padding: 20px 0 70px;
  background: #fff;
}

.tradv-eyebrow,
.trfeat-eyebrow {
  display: inline-block;
  background: #eaf3ff;
  color: #0a5bd3;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .85rem;
  margin-bottom: 18px;
}

.tradv-heading,
.trfeat-heading {
  font-family: "Rethink Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 12px;
}

.tradv-heading span,
.trfeat-heading span {
  color: var(--gold);
}

.tradv-sub,
.trfeat-sub {
  color: var(--slate);
  font-size: 1rem;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {

  .tradv-sub {
    margin-bottom: 22px;
    width: 80%;
    margin: 0 auto 22px;
  }

}


.tradv-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
}

.tradv-image {
  position: relative;
  max-width: 506px;
}

.tradv-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 34px 64px -34px rgba(11, 30, 74, .45);
}

.tradv-blob {
  position: absolute;
  z-index: 0;
  top: -26px;
  left: -26px;
  width: 200px;
  height: 200px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(51, 198, 240, .25), rgba(255, 176, 32, .25));
  transform: rotate(-8deg);
}


.tradv-image::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -24px;
  right: -41px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 3px dashed rgba(10, 91, 211, .35);
  animation: tradv-spin 14s linear infinite;
}

@keyframes tradv-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.tradv-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .98rem;
  font-weight: 500;
  color: var(--ink);
  padding: 14px 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.tradv-list li:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 176, 32, .55);
  box-shadow: 0 16px 30px -18px rgba(11, 30, 74, .35);
}

.tradv-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #022a69, #0a5bd3);
}

.tradv-check svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}


/*--------------------------------------------------
    Trading ERP - Features Section
----------------------------------------------------*/
.trfeat-stage {
  padding: 70px 0 90px;
  background: var(--paper);
}

.trfeat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.trfeat-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 18px 20px 18px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ink);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.trfeat-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 20px 40px -24px rgba(11, 30, 74, .35);
}

.trfeat-num {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #022a69, #0a5bd3);
  transition: background .3s ease;
}

.trfeat-card:hover .trfeat-num {
  background: linear-gradient(135deg, var(--gold), #e09a00);
}


/*--------------------------------------------------
    Trading ERP - Key Features Section
----------------------------------------------------*/
.trkey-stage {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(600px 300px at 88% 8%, rgba(51, 198, 240, .12), transparent 60%),
    radial-gradient(520px 320px at 6% 92%, rgba(255, 176, 32, .10), transparent 60%),
    linear-gradient(135deg, var(--navy-deep), var(--navy-panel));
  overflow: hidden;
}

.trkey-head {
  max-width: 720px;
  margin: 0 auto 44px;
}

.trkey-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #AEBDE4;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.trkey-eyebrow .trkey-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.trkey-heading {
  font-family: "Rethink Sans", sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 700;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 12px;
}

.trkey-heading span {
  color: var(--gold);
}

.trkey-sub {
  color: rgba(255, 255, 255, .68);
  font-size: 1rem;
  margin: 0;
}

.trkey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.trkey-chip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .88);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.45;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.trkey-chip:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .07);
  border-color: rgba(51, 198, 240, .45);
}

.trkey-chip svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 3px;
  stroke: var(--cyan);
}


/*--------------------------------------------------
    Trading ERP - Story (Content + Image) Section
----------------------------------------------------*/
.trstory-stage {
  padding: 90px 0;
  background: #fff;
}

.trstory-content {
  max-width: 640px;
}

.trstory-eyebrow {
  display: inline-block;
  background: rgba(255, 176, 32, .12);
  color: #b97a00;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .85rem;
  margin-bottom: 18px;
}

.trstory-heading {
  font-family: "Rethink Sans", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 18px;
}

.trstory-heading span {
  color: #0a5bd3;
}

.trstory-content p {
  color: var(--slate);
  font-size: .98rem;
  line-height: 1.75;
  margin-bottom: 14px;
}

.trstory-content p:last-child {
  margin-bottom: 0;
}

.trstory-image {
  position: relative;
  max-width: 560px;
  margin-left: auto;
}

.trstory-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 34px 64px -34px rgba(11, 30, 74, .45);
  height: 450px;
  object-fit: cover;
}

.trstory-blob {
  position: absolute;
  z-index: 0;
  top: -28px;
  right: -28px;
  width: 220px;
  height: 220px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(51, 198, 240, .25), rgba(255, 176, 32, .25));
  transform: rotate(8deg);
}

.trstory-image::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -26px;
  left: -26px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 3px dashed rgba(10, 91, 211, .35);
}


/*--------------------------------------------------
    Trading ERP - Responsive
----------------------------------------------------*/
@media (max-width: 1199px) {
  .trfeat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trkey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {

  .tradv-stage,
  .trfeat-stage,
  .trkey-stage,
  .trstory-stage {
    padding: 60px 0;
  }

  .tradv-list {
    grid-template-columns: 1fr;
  }

  .trfeat-grid {
    grid-template-columns: 1fr;
  }

  .trkey-grid {
    grid-template-columns: 1fr;
  }

  .trstory-image {
    max-width: 100%;
    margin-top: 10px;
  }
}

/*--------------------------------------------------
    Trading ERP - Modules Tabs Section
----------------------------------------------------*/
.trmod-stage {
  padding: 90px 0;
  background: var(--paper);
}

.trmod-head {
  max-width: 720px;
  margin: 0 auto 36px;
}

.trmod-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy-mid);
  background: rgba(20, 48, 110, .07);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.trmod-eyebrow .trmod-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.trmod-heading {
  font-family: "Rethink Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 12px;
}

.trmod-heading span {
  color: var(--gold);
}

.trmod-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  /* max-width: 900px; */
  margin: 0 auto 30px;
}

.trmod-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all .3s ease;
}

.trmod-tab svg {
  width: 16px;
  height: 16px;
  stroke: #0a5bd3;
  transition: stroke .3s ease;
}

.trmod-tab:hover {
  border-color: rgba(10, 91, 211, .45);
  transform: translateY(-2px);
}

.trmod-tab.active {
  background: linear-gradient(135deg, #022a69, #0a5bd3);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 14px 28px -14px rgba(2, 42, 105, .55);
}

.trmod-tab.active svg {
  stroke: var(--gold);
}

.trmod-panels {
  max-width: 1000px;
  margin: 0 auto;
}

.trmod-panel {
  display: none;
  align-items: flex-start;
  gap: 24px;
  padding: 34px 38px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 24px 48px -32px rgba(11, 30, 74, .25);
}

.trmod-panel.active {
  display: flex;
  animation: trmodFade .45s ease;
}

@keyframes trmodFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.trmod-panel-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(51, 198, 240, .15), rgba(255, 176, 32, .15));
  border: 1px solid rgba(10, 91, 211, .2);
}

.trmod-panel-icon svg {
  width: 30px;
  height: 30px;
  stroke: #0a5bd3;
}

.trmod-panel-body h3 {
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}

.trmod-panel-body p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--slate);
  margin: 0;
}

@media (max-width: 767px) {
  .trmod-stage {
    padding: 60px 0;
  }

  .trmod-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .trmod-tab {
    flex-shrink: 0;
  }

  .trmod-panel {
    flex-direction: column;
    gap: 16px;
    padding: 26px 22px;
  }
}


/*--------------------------------------------------
    Real Estate ERP - Extras
----------------------------------------------------*/
.tradv-list.cols-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1140px;
  margin: 0 auto;
}

.resal-group-title {
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-mid);
  text-align: center;
  margin-bottom: 22px;
}

@media (max-width: 1199px) {
  .tradv-list.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .tradv-list.cols-3 {
    grid-template-columns: 1fr;
  }
}

.resal-stage {
  padding: 90px 0;
  background: #fff;
}

.resal-head {
  max-width: 720px;
  margin: 0 auto 40px;
}

.resal-eyebrow {
  display: inline-block;
  background: #eaf3ff;
  color: #0a5bd3;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .85rem;
  margin-bottom: 18px;
}

.resal-heading {
  font-family: "Rethink Sans", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 12px;
}

.resal-heading span {
  color: var(--gold);
}

.resal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.resal-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.resal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 176, 32, .55);
  box-shadow: 0 20px 40px -24px rgba(11, 30, 74, .35);
}

.resal-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #022a69, #0a5bd3);
}

.resal-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.resal-text {
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}

@media (max-width: 991px) {
  .resal-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .resal-stage {
    padding: 60px 0;
  }
}


.acc-img-two {
  height: 100% !important;
}

.bg-tr-two {
  background-color: #eeeeee;
}


.retail-text-two {
  font-size: 1.1rem;
}




/* =============================================
    PROFITACC365 PRICING CSS
    ============================================== */

.profit-pricing {
  background: #f7f7f5;
  padding: 90px 0;
  font-family: 'Inter', sans-serif;
}

.profit-container {
  width: min(1400px, 94%);
  margin: auto;
}

/* HEADER */

.profit-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 45px;
}

.profit-title span {
  color: #1769aa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
}

.profit-title h2 {
  font-size: 52px;
  line-height: 1.1;
  margin: 12px 0;
  color: #1c1c1c;
  font-weight: 800;
  max-width: 700px;
}

.profit-title p {
  font-size: 16px;
  color: #666;
  max-width: 620px;
  line-height: 1.7;
}

/* TOGGLE */

.billing-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  white-space: nowrap;
}

.toggle-label {
  font-size: 14px;
  font-weight: 600;
  color: #888;
  transition: .3s;
}

.toggle-label.active {
  color: #111;
}

.switch {
  position: relative;
  width: 48px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  inset: 0;
  background: #1e73be;
  border-radius: 30px;
  cursor: pointer;
}

.switch-slider:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transition: .3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.switch input:checked+.switch-slider:before {
  transform: translateX(23px);
}

/* GRID */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}

/* CARD */

.pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .35s;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .09);
}

.pricing-card.popular {
  border: 2px solid #1e1e1e;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.popular-tag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #1d1d1d;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
}

/* TOP */

.card-top {
  padding: 34px 25px 24px;
  min-height: 255px;
  border-bottom: 1px solid #ececec;
}

.popular .card-top {
  padding-top: 48px;
}

.card-top h3 {
  margin: 0;
  font-size: 20px;
  color: #1769aa;
  font-weight: 700;
}

.card-top h4 {
  margin: 8px 0 18px;
  font-size: 24px;
  letter-spacing: 2px;
  color: #222;
}

.card-top p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  min-height: 95px;
}

.license-text {
  background: #f5f8fc;
  color: #1769aa;
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

/* PRICE */

.price-area {
  padding: 24px;
  text-align: center;
  border-bottom: 1px solid #ececec;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
}

.currency {
  font-size: 22px;
  font-weight: 700;
}

.price strong {
  font-size: 48px;
  line-height: 1;
  color: #222;
}

.price small {
  font-size: 13px;
  color: #666;
  font-weight: 600;
}

.license-price {
  display: none;
}

/* =============================================
   FEATURES - FIXED HEIGHT + SCROLL
============================================= */

.features {
  padding: 26px 24px;
  height: 430px;
  overflow-y: auto;
  flex: none;

  border-bottom: 1px solid #ececec;

  scrollbar-width: thin;
  scrollbar-color: #cfcfcf transparent;
}

/* Chrome / Edge / Safari */
.features::-webkit-scrollbar {
  width: 5px;
}

.features::-webkit-scrollbar-track {
  background: transparent;
}

.features::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border-radius: 20px;
}

.features::-webkit-scrollbar-thumb:hover {
  background: #999;
}


/* Feature Heading */

.features h5 {
  font-size: 15px;
  margin: 0 0 18px;
  color: #222;
}


/* Feature List */

.features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features li {
  position: relative;

  padding-left: 24px;
  margin-bottom: 12px;

  font-size: 13px;
  color: #555;

  line-height: 1.45;
}

.features li:before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 1px;

  width: 16px;
  height: 16px;

  border-radius: 50%;

  background: #e8f4ea;
  color: #28a745;

  font-size: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 800;
}

.pricing-card {
  height: 900px;
  display: flex;
  flex-direction: column;
}

.features {
  height: 430px;
  flex: none;
}

.plan-btn {
  margin-top: auto;
}

@media (max-width: 1100px) {

  .pricing-card {
    height: 900px;
  }

  .features {
    height: 430px;
  }

}

@media (max-width: 650px) {

  .pricing-card {
    height: auto;
  }

  .features {
    height: 350px;
  }

}

/* BUTTON */

.plan-btn {
  margin: 0 22px 25px;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #f8b92a;
  color: #111;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}

.plan-btn:hover {
  background: #1769aa;
  color: #fff;
}

/* RESPONSIVE */

@media(max-width:1100px) {

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .profit-header {
    flex-direction: column;
    align-items: flex-start;
  }

}

@media(max-width:650px) {

  .profit-pricing {
    padding: 60px 0;
  }

  .profit-title h2 {
    font-size: 34px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .billing-toggle {
    width: 100%;
    justify-content: center;
  }

}


.bg-cnt-three {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 25px;
  padding: 30px 45px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
  color: #fff !important;
}




/* =========================================
   E-INVOICING SECTION
========================================= */

.e-invoicing-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.e-invoicing-tag {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 16px;
  border-radius: 30px;
  background: #eef5ff;
  color: #1554b8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.e-invoicing-title {
  margin: 0 0 20px;
  color: #101b3d;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
}

.e-invoicing-title span {
  color: #145dcc;
}

.e-invoicing-description {
  max-width: 520px;
  margin-bottom: 30px;
  color: #555f70;
  font-size: 18px;
  line-height: 1.7;
}

.e-invoicing-description strong {
  color: #101b3d;
}


/* FEATURES */

.e-invoicing-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.e-invoicing-feature {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feature-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf7ff;
  color: #0878d1;
  font-size: 22px;
}

.feature-content h5 {
  margin: 0 0 3px;
  color: #18213d;
  font-size: 16px;
  font-weight: 700;
}

.feature-content p {
  margin: 0;
  color: #687386;
  font-size: 14px;
}


/* CTA */

.e-invoicing-cta {
  margin-top: 25px;
  padding: 24px 25px;
  border-radius: 15px;
  background: #f4f8ff;
  border-left: 4px solid #1264d8;
}

.e-invoicing-cta h5 {
  margin: 0 0 5px;
  color: #17213d;
  font-size: 18px;
  font-weight: 700;
}

.e-invoicing-cta p {
  margin: 0 0 15px;
  color: #697386;
  font-size: 14px;
}

.e-invoicing-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  border-radius: 7px;
  background: #1264d8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.e-invoicing-btn:hover {
  background: #0b4da9;
  color: #ffffff;
  transform: translateY(-2px);
}


/* RIGHT IMAGE */

.e-invoicing-image {
  position: relative;
  text-align: center;
}

.e-invoicing-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: inline-block;
  border-radius: 20px !important;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

  .e-invoicing-title {
    font-size: 44px;
  }

  .e-invoicing-image {
    margin-top: 20px;
  }
}


@media (max-width: 767px) {

  .e-invoicing-title {
    font-size: 38px;
  }

  .e-invoicing-description {
    font-size: 16px;
  }

  .e-invoicing-features {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .e-invoicing-cta {
    padding: 20px;
  }
}


@media (max-width: 480px) {

  .e-invoicing-title {
    font-size: 32px;
  }

  .feature-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    font-size: 19px;
  }
}



/*  */



/* =========================================
   E-INVOICING READY SECTION
========================================= */

.einvoice-ready-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 !important;
  background: #ffffff;
}


/* =========================================
   LEFT VISUAL
========================================= */

.einvoice-ready-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Decorative Background */

.einvoice-image-bg {
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: #f1f7ff;
  z-index: 0;
}

.einvoice-image-bg::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  top: 45px;
  left: 45px;
  border-radius: 50%;
  border: 1px dashed #c8ddf8;
}


/* IMAGE */

.einvoice-image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.einvoice-image-wrapper img {
  width: 100%;
  max-width: 610px;
  height: auto;
  display: inline-block;
  object-fit: contain;
  border-radius: 20px;
}


/* =========================================
   FLOATING BADGE
========================================= */

.einvoice-floating-badge {
  position: absolute;
  z-index: 3;
  right: 5px;
  bottom: 55px;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 13px 18px;

  background: #ffffff;
  border-radius: 12px;

  box-shadow: 0 15px 40px rgba(17, 48, 91, 0.14);
  border: 1px solid #edf1f7;
}


.einvoice-badge-icon {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #eaf5ff;
  color: #1264d8;

  font-size: 20px;
}


.einvoice-floating-badge strong {
  display: block;
  color: #18233f;
  font-size: 13px;
  font-weight: 700;
}


.einvoice-floating-badge span {
  display: block;
  margin-top: 2px;
  color: #7a8495;
  font-size: 11px;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.einvoice-ready-content {
  padding-left: 25px;
}


/* SUBTITLE */

.einvoice-ready-subtitle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 17px;

  color: #1264d8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}


.einvoice-ready-subtitle::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #1264d8;
}


/* =========================================
   HEADING
========================================= */

.einvoice-ready-title {
  max-width: 600px;
  margin: 0 0 20px;

  color: #111b38;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -1.5px;
}


.einvoice-ready-title span {
  color: #1264d8;
}


/* =========================================
   DESCRIPTION
========================================= */

.einvoice-ready-text {
  max-width: 570px;
  margin: 0 0 32px;

  color: #697487;
  font-size: 17px;
  line-height: 1.75;
}


/* =========================================
   FEATURE LIST
========================================= */

.einvoice-feature-list {
  max-width: 590px;
  border-top: 1px solid #e9edf3;
}


/* FEATURE */

.einvoice-feature {
  display: flex;
  align-items: flex-start;
  gap: 17px;

  padding: 18px 0;

  border-bottom: 1px solid #e9edf3;
}


/* ICON */

.einvoice-feature-icon {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: #eef6ff;
  color: #1264d8;

  font-size: 18px;
}


/* CONTENT */

.einvoice-feature-content h5 {
  margin: 0 0 4px;

  color: #17213c;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}


.einvoice-feature-content p {
  margin: 0;

  color: #7a8494;
  font-size: 13px;
  line-height: 1.55;
}


/* =========================================
   CTA
========================================= */

.einvoice-ready-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;

  margin-top: 30px;
}


/* BUTTON */

.einvoice-ready-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 13px 24px;

  border-radius: 7px;

  background: #1264d8;
  color: #ffffff;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition: all 0.3s ease;
}


.einvoice-ready-btn:hover {
  background: #0d4da8;
  color: #ffffff;
  transform: translateY(-2px);
}


.einvoice-ready-btn i {
  transition: transform 0.3s ease;
}


.einvoice-ready-btn:hover i {
  transform: translateX(4px);
}


/* CTA NOTE */

.einvoice-cta-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: #707a8b;
  font-size: 13px;
}


.einvoice-cta-note i {
  color: #16a36a;
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (max-width: 1199px) {

  .einvoice-ready-title {
    font-size: 43px;
  }

  .einvoice-ready-content {
    padding-left: 10px;
  }

  .einvoice-ready-visual {
    min-height: 480px;
  }

  .einvoice-image-bg {
    width: 380px;
    height: 380px;
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .einvoice-ready-section {
    padding: 70px 0 !important;
  }

  .einvoice-ready-visual {
    min-height: auto;
    margin-bottom: 20px;
  }

  .einvoice-image-bg {
    width: 400px;
    height: 400px;
  }

  .einvoice-ready-content {
    padding-left: 0;
  }

  .einvoice-ready-title {
    font-size: 42px;
  }

  .einvoice-floating-badge {
    right: 30px;
    bottom: 20px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .einvoice-ready-section {
    padding: 55px 0 !important;
  }

  .einvoice-ready-visual {
    margin-bottom: 25px;
  }

  .einvoice-image-bg {
    width: 300px;
    height: 300px;
  }

  .einvoice-image-bg::before {
    width: 230px;
    height: 230px;
    top: 35px;
    left: 35px;
  }

  .einvoice-floating-badge {
    right: 5px;
    bottom: 5px;
    padding: 10px 13px;
  }

  .einvoice-badge-icon {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }

  .einvoice-floating-badge strong {
    font-size: 11px;
  }

  .einvoice-floating-badge span {
    font-size: 9px;
  }

  .einvoice-ready-title {
    font-size: 35px;
    letter-spacing: -0.7px;
  }

  .einvoice-ready-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .einvoice-feature {
    gap: 13px;
    padding: 16px 0;
  }

  .einvoice-feature-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .einvoice-feature-content h5 {
    font-size: 14px;
  }

  .einvoice-feature-content p {
    font-size: 12px;
  }

  .einvoice-ready-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .einvoice-ready-title {
    font-size: 31px;
  }

  .einvoice-ready-subtitle {
    font-size: 11px;
  }

  .einvoice-image-bg {
    width: 260px;
    height: 260px;
  }

  .einvoice-image-bg::before {
    width: 200px;
    height: 200px;
    top: 30px;
    left: 30px;
  }

  .einvoice-floating-badge {
    right: 0;
    bottom: 0;
  }

  .einvoice-ready-btn {
    width: 100%;
  }

}

/* =========================================
   PROFITACC E-INVOICING FEATURES
========================================= */

.profitacc-e-invoicing-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 35px;
    margin-top: 30px;
}


/* FEATURE */

.profitacc-e-invoicing-feature {
    display: flex;
    align-items: center;
    gap: 14px;
}


/* ICON */

.profitacc-e-invoicing-feature-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eef7ff;
    color: #1264d8;

    font-size: 21px;

    transition: all 0.3s ease;
}


/* ICON HOVER */

.profitacc-e-invoicing-feature:hover
.profitacc-e-invoicing-feature-icon {
    background: #1264d8;
    color: #ffffff;
    transform: translateY(-3px);
}


/* CONTENT */

.profitacc-e-invoicing-feature-content {
    flex: 1;
}


.profitacc-e-invoicing-feature-content h5 {
    margin: 0 0 4px;

    color: #17213c;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}


.profitacc-e-invoicing-feature-content p {
    margin: 0;

    color: #707b8d;

    font-size: 14px;
    line-height: 1.4;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767px) {

    .profitacc-e-invoicing-features {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 25px;
    }

    .profitacc-e-invoicing-feature-icon {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .profitacc-e-invoicing-features {
        gap: 16px;
    }

    .profitacc-e-invoicing-feature {
        gap: 12px;
    }

    .profitacc-e-invoicing-feature-icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .profitacc-e-invoicing-feature-content h5 {
        font-size: 14px;
    }

    .profitacc-e-invoicing-feature-content p {
        font-size: 12px;
    }

}