/*
Theme Name: Zotech
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: IT Solutions & Technology HTML Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --black-2: #002F7A;
  --white: #fff;
  --white-2: #F4F8FC;
  --white-3: rgba(255, 255, 255, 0.75);
  --theme: #3FB5FD;
  --theme-2: #0B6EDA;
  --theme-3: #0E1449;
  --theme-4: #A347FF;
  --header: #000D27;
  --base: #C7D31C;
  --text: #49515B;
  --text-2: #636D6C;
  --border: rgba(255, 255, 255, 0.12);
  --border-2: rgba(4, 11, 41, 0.17);
  --ratting: #F8BC26;
  --bg: #F3F8FF;
  ---box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
}

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 35px;
  max-height: 54px;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
  -webkit-appearance: none;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
}
.theme-btn.theme-btn-2 {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-4) 100%);
}
.theme-btn.trasparent-btn {
  background: transparent;
  border: 1px solid var(--theme);
  color: var(--theme-2);
  border-radius: 4px;
}
.theme-btn.trasparent-btn::before, .theme-btn.trasparent-btn::after {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
}
.theme-btn.trasparent-btn:hover {
  color: var(--white);
}
.theme-btn.trasparent-btn-2 {
  background: transparent;
  border: 1px solid var(--theme-4);
  color: var(--theme-4);
  border-image-slice: 1;
  border-radius: 4px;
}
.theme-btn.white-btn {
  background: var(--white);
  color: var(--black-2);
}
.theme-btn.white-btn::before, .theme-btn.white-btn::after {
  background-color: var(--black-2);
}
.theme-btn.white-btn:hover {
  color: var(--white);
}
.theme-btn.black-btn::before, .theme-btn.black-btn::after {
  background-color: var(--black-2);
}
.theme-btn.black-btn:hover {
  color: var(--white);
}
.theme-btn::before, .theme-btn::after {
  content: "";
  width: 50%;
  height: 0%;
  position: absolute;
  background-color: var(--white);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: -1;
}
.theme-btn::before {
  top: 0%;
  right: 0%;
}
.theme-btn::after {
  left: 0%;
  bottom: 0%;
}
.theme-btn:hover::before, .theme-btn:hover::after {
  width: 100%;
  height: 100%;
}
.theme-btn:hover {
  color: var(--theme-2);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container-fluid {
  padding: 0 70px;
}
@media (max-width: 450px) {
  .container-fluid {
    padding: 0 10px;
  }
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-family: "Montserrat", serif;
  color: var(--black-2);
  letter-spacing: -0.2px;
}

h1 {
  font-size: 80px;
  line-height: 120%;
}

h2 {
  font-size: 60px;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 137%;
}

h5 {
  font-size: 18px;
  line-height: 150%;
}

h6 {
  font-size: 16px;
  line-height: 145%;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", serif, "DM Sans", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme-2);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Montserrat", serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme-2);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme-2);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme-2);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme-2);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.section-title {
  position: relative;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
    text-align: center;
  }
}
.section-title .sub-title {
  display: inline-flex;
  text-align: center;
  padding: 6px 19px;
  background: linear-gradient(84deg, rgba(63, 181, 253, 0.12) 0%, rgba(11, 110, 218, 0.12) 100%);
  margin-bottom: 15px;
  border-radius: 4px;
}
.section-title .sub-title.sub-title2 {
  background: linear-gradient(84deg, rgba(63, 181, 253, 0.12) 0%, rgba(11, 110, 218, 0.12) 100%);
}
.section-title .sub-title.white-sub-title {
  background: var(--white);
}
.section-title .sub-title span {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.26px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.section-title h2 {
  color: var(--black-2);
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: -0.84px;
  text-transform: none;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.section-title h2 span {
  color: var(--theme-2);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg) !important;
}

.section-bg-2 {
  background-color: var(--black-2) !important;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes rounded-2 {
  50% {
    transform: rotate(5deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 40s linear infinite;
  animation: rotate 40s linear infinite;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(-8px);
  }
}
@keyframes top-image-bounce-2 {
  0% {
    transform: translatey(-8px);
  }
  50% {
    transform: translatey(12px);
  }
  100% {
    transform: translatey(-8px);
  }
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes icon-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes scroll3 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes zoomBig {
  0% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes leftToRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes rotateleft {
  0% {
    rotate: 0deg;
    transform: translateX(0);
  }
  50% {
    rotate: 10deg;
    transform: translateX(-10px);
  }
  100% {
    rotate: 0deg;
    transform: translateX(0px);
  }
}
@keyframes rotateleft2 {
  0% {
    rotate: 0deg;
    transform: translateX(0);
  }
  50% {
    rotate: -10deg;
    transform: translateX(-10px);
  }
  100% {
    rotate: 0deg;
    transform: translateX(0px);
  }
}
.topbar {
  background-color: var(--header);
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .topbar {
    display: none;
  }
}
.topbar .topbar-inner ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
.topbar .topbar-inner ul li a {
  color: var(--white);
  opacity: 0.75;
  font-size: 14px;
  font-weight: 600;
  padding-left: 5px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar .topbar-inner ul li a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.topbar .topbar-inner ul li i {
  font-size: 18px;
  background: var(--theme);
  background-clip: text;
  color: transparent;
}
.topbar .topbar-inner .social a {
  color: var(--white);
  opacity: 0.7;
  padding: 0 5px;
}
.topbar .topbar-inner .social a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.topbar.style-2 {
  background-color: var(--white);
  border: 1px solid rgba(2, 8, 66, 0.13);
}
@media (max-width: 1399px) {
  .topbar.style-2 {
    display: none;
  }
}
.topbar.style-2 p {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.topbar.style-2 .topbar-right {
  gap: 50px;
}
.topbar.style-2 .topbar-right ul {
  gap: 35px;
}
.topbar.style-2 .topbar-right ul li a {
  color: var(--text);
  opacity: 1;
}
.topbar.style-2 .topbar-right ul li a:hover {
  color: var(--theme);
}
.topbar.style-2 .topbar-right .social a {
  color: var(--black-2);
  opacity: 1;
}
.topbar.style-2 .topbar-right .social a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}

.header-main {
  position: relative;
  z-index: 11;
}
.header-main .search-icon {
  position: relative;
}
.header-main .search-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  height: 50px;
  width: 2px;
  background: rgba(2, 8, 66, 0.13);
  left: -30px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
.header-main .main-menu {
  position: relative;
  margin-right: 30px;
  z-index: 11;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 30px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  padding-left: 5px;
  vertical-align: middle;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme-2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme-2);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  min-width: 130px;
  text-align: center;
  color: var(--white);
  padding: 10px 15px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme-2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--black-2);
}

.header-1 {
  padding: 6px 0;
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  .header-1 {
    padding: 10px 0;
  }
}
.header-1 .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-1 .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-2 {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 1199px) {
  .header-2 {
    padding: 16px 0;
  }
}
.header-2 .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-2 .header-main .search-icon::after {
  height: 80px;
  width: 2px;
  background: rgba(255, 255, 255, 0.13);
}
.header-2 .header-main .main-menu::after {
  background: rgba(255, 255, 255, 0.13);
  height: 80px;
}
.header-2 .header-main .main-menu ul li a {
  color: var(--white);
}
.header-2 .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-2 .header-main .header-right .contact-us {
  gap: 15px;
  display: flex;
  align-items: center;
}
.header-2 .header-main .header-right .contact-us .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--black);
  font-size: 20px;
  line-height: 20px;
}
.header-2 .header-main .header-right .contact-us p {
  color: var(--black);
}
.header-2 .header-main .header-right .contact-us span {
  color: var(--black);
  font-weight: 700;
}
.header-2 .header-main .header-right .search-icon {
  color: var(--white);
}
.header-2 .header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
}
.header-2.style-3 {
  background-color: var(--white);
  padding: 0;
  border: none;
}
.header-2.style-3 .header-main .search-icon::after {
  height: 80px;
  width: 2px;
  background: rgba(2, 8, 66, 0.13);
}
.header-2.style-3 .header-main .has-homemenu {
  left: 0;
}
.header-2.style-3 .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1399px) {
  .header-2.style-3 .header-main .header-left {
    gap: 15px;
  }
}
.header-2.style-3 .header-main .header-left .logo {
  width: 300px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  margin-left: -70px;
  clip-path: polygon(0 0%, 80% 0%, 100% 100%, 0% 100%);
}

/* Make header logo fit nicely */
.header-left .logo,
.header-logo {
  display: flex;
  align-items: center;
}

.header-logo img {
  max-height: 60px;
  width: auto;
  display: block;
  object-fit: contain;
  max-width: calc(100% - 20px); /* reduce width by 20px */
  height: auto; /* preserve aspect ratio */
}

@media (max-width: 575.98px) {
  .header-logo img {
    max-height: 44px;
  }
}
.header-2.style-3 .header-main .header-left .main-menu::after {
  display: none;
}
@media (max-width: 1399px) {
  .header-2.style-3 .header-main .header-left .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-2.style-3 .header-main .header-left .main-menu ul li a {
  color: var(--black-2);
}
.header-2.style-3 .header-main .header-right {
  position: relative;
}
.header-2.style-3 .header-main .header-right .contact-us {
  padding-right: 30px;
  gap: 15px;
}
@media (max-width: 1600px) {
  .header-2.style-3 .header-main .header-right .contact-us {
    display: none !important;
  }
}
.header-2.style-3 .header-main .header-right .contact-us .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--white);
}
.header-2.style-3 .header-main .header-right .contact-us p {
  color: var(--theme);
}
.header-2.style-3 .header-main .header-right .contact-us span {
  color: var(--black-2);
}
.header-2.style-3 .header-main .header-right .search-icon {
  color: var(--black-2);
}
.header-2.style-3 .header-main .sidebar__toggle {
  font-size: 20px;
  color: var(--black-2);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header-2 {
  background-color: var(--black-2);
}
.sticky.header-2.style-3 {
  background-color: var(--white);
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme-2);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-2);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme-2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding: 160px 0;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
 background:
        linear-gradient(
            120deg,
            rgba(0, 59, 149, 0.95),
            rgba(0, 87, 217, 0.85),
            rgba(0, 194, 168, 0.85)
        ),
        url('assets/img/call.png') center/cover no-repeat !important;
  z-index: -1;
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-sub-title h5 {
  position: relative;
  z-index: 1;
  font-size: 18px;
  padding-right: 70px;
  line-height: 1;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-sub-title h5 {
    text-align: center;
    padding-right: 0;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
  color: var(--white);
  font-size: 60px;
  position: relative;
  z-index: 9;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
    font-size: 42px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 16px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme-2);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  font-size: 18px;
  color: var(--white);
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-size: 16px;
  }
}

.error-content h3 {
  font-size: 42px;
  margin: 20px 0;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb {
  position: relative;
  width: 280px;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu .homemenu-content .homemenu-title {
  margin-top: 15px;
  display: inline-block;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav ul li.menu-thumb {
    display: none;
  }
}

.hero-1 {
  position: relative;
}
.hero-1 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 200px;
  opacity: 8%;
}
.hero-1 .hero-bg {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  border-radius: 25px;
}
.hero-1 .hero-content {
  padding: 100px 0 160px;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content {
    padding-bottom: 0;
  }
}
.hero-1 .hero-content h1,h2 {
  color: var(--white);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 69px;
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 45px;
    line-height: 60px;
  }
}
.hero-1 .hero-content p {
  color: var(--white);
}
.hero-1 .hero-content .feedback {
  gap: 107px;
  padding-top: 30px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content .feedback {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-1 .hero-content .feedback .infu p {
  font-size: 18px;
  color: var(--white);
}
.hero-1 .hero-image {
  width: 591px;
  height: 778px;
  margin-left: 55px;
  position: relative;
  z-index: 9;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-image {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image {
    height: 550px;
  }
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Ensure hero images get left spacing on larger screens */
@media (min-width: 768px) {
  .hero-section .hero-image img {
    margin-left: 30px;
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.hero-1.style-2 .hero-content {
  padding-top: 120px;
}
.hero-1.style-2 .hero-image {
  margin-top: 10px;
  animation: topToBottom 3s infinite linear;
}
.hero-1.style-2 .shape .shape-1 {
  position: absolute;
  bottom: 0;
  top: 8%;
  right: 16.5%;
  opacity: 6%;
  animation: spinner 30s infinite linear;
}
.hero-1.style-2 .shape .shape-2 {
  position: absolute;
  bottom: 0;
  top: 50%;
  left: -11.5%;
  opacity: 27%;
  animation: spinner 30s infinite linear;
}
.hero-1.style-2 .shape .shape-3 {
  position: absolute;
  bottom: -20%;
  right: 0%;
  opacity: 31%;
  animation: zoomBig 3s infinite linear;
}
.hero-1.style-2 .shape .shape-4 {
  position: absolute;
  top: 5%;
  right: 8%;
  opacity: 16%;
  animation: topToBottom 3s infinite linear;
}
.hero-1.style-2 .shape .shape-5 {
  position: absolute;
  bottom: -18%;
  right: 42%;
  opacity: 3%;
  z-index: -1;
  animation: zoomBig 3s infinite linear;
}
.hero-1.style-2 .shape .shape-6 {
  position: absolute;
  top: -80px;
  right: 0%;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  z-index: -1;
}
.hero-1.style-2 .shape .shape-7 {
  width: 558px;
  height: 558px;
  border-radius: 50%;
  background: #05F;
  filter: blur(200px);
  -webkit-filter: blur(200px);
  z-index: -1;
  position: absolute;
  left: -170px;
  top: 0;
}

.hero-3 {
  position: relative;
}
.hero-3 .array-button {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  flex-direction: column;
}
.hero-3 .array-button .array-prev {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.hero-3 .array-button .array-next {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
@media (max-width: 991px) {
  .hero-3 .array-button {
    display: none;
  }
}
.hero-3 .hero-inner {
  position: relative;
}
.hero-3 .hero-inner .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  mix-blend-mode: saturation;
  filter: grayscale(50%);
}
.hero-3 .hero-inner .bg-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(89deg, rgba(2, 5, 36, 0.84) 0.44%, rgba(2, 5, 36, 0.1) 85.09%);
  z-index: -1;
}
.hero-3 .hero-content {
  position: relative;
  z-index: 2;
  padding: 220px 0 310px;
  margin-left: -50px;
  opacity: 0;
  transform: translateY(-150px);
}
@media (max-width: 1399px) {
  .hero-3 .hero-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    padding-top: 150px;
    padding-bottom: 110px;
  }
}
.hero-3 .hero-content h1 {
  color: var(--white);
  line-height: 87px;
  font-weight: 800;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
.hero-3 .hero-content .text {
  color: var(--white);
  padding-right: 75px;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content .text {
    padding-right: 0;
  }
}
.hero-3 .hero-content .hero-button {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hero-3 .hero-content .hero-button {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 20px;
  }
}
.hero-3 .hero-content .hero-button .contact-us {
  gap: 15px;
}
.hero-3 .hero-content .hero-button .contact-us .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--white);
  font-size: 16px;
  line-height: 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 11;
}
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::before,
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(63, 181, 253, 0.6);
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.hero-3 .hero-content .hero-button .contact-us .icon .video-button-ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.hero-3 .hero-content .hero-button .contact-us p {
  color: var(--white-3);
  opacity: 0.5;
  text-align: start;
}
.hero-3 .hero-content .hero-button .contact-us h4 {
  color: var(--white);
}
.hero-3 .shape .shape-1 {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateX(-150px);
}
@media (max-width: 991px) {
  .hero-3 .shape .shape-1 {
    display: none;
  }
}
.hero-3 .shape .shape-2 {
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateX(-150px);
}
@media (max-width: 991px) {
  .hero-3 .shape .shape-2 {
    display: none;
  }
}
.hero-3 .shape .shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(150px);
}
@media (max-width: 991px) {
  .hero-3 .shape .shape-3 {
    display: none;
  }
}
.hero-3 .shape .shape-4 {
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: translateY(-150px);
}
@media (max-width: 991px) {
  .hero-3 .shape .shape-4 {
    display: none;
  }
}
.hero-3 .shape .shape-5 {
  right: 20%;
  top: 5%;
  position: absolute;
  rotate: 90deg;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-3 .shape .shape-5 {
    display: none;
  }
}
.hero-3 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1500ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2000ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .shape-1 {
  opacity: 10%;
  transform: translateX(0px);
  transition: all 2500ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .shape-2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1500ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .shape-3 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1500ms ease;
}
.hero-3 .swiper-slide.swiper-slide-active .shape-4 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1500ms ease;
}
.hero-3.style-2 {
  position: relative;
}
.hero-3.style-2 .hero-inner .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: normal;
  filter: grayscale(0%);
  z-index: -1;
}
.hero-3.style-2 .hero-inner .bg-image::before {
  content: none;
}
.hero-3.style-2 .hero-inner .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(-150px);
}
.hero-3.style-2 .hero-inner .shape-text {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  min-width: 100%;
  position: absolute;
  font-family: "Montserrat", serif;
  bottom: 30px;
  z-index: 1;
  left: -49px;
  font-size: 150px;
  line-height: 120px;
  color: rgba(255, 255, 255, 0.16);
  font-weight: 900;
  letter-spacing: -3px;
  animation: scroll3 50s linear infinite;
}
.hero-3.style-2 .hero-inner .social-shape {
  position: absolute;
  z-index: 1;
  left: -460px;
  top: 35px;
  opacity: 0;
  transform: translateX(-150px);
}
@media (max-width: 1899px) {
  .hero-3.style-2 .hero-inner .social-shape {
    display: none;
  }
}
.hero-3.style-2 .hero-inner .social-shape .social {
  position: absolute;
  right: 0;
  top: 42%;
  transform: rotate(-90deg);
  text-align: center;
}
.hero-3.style-2 .hero-inner .social-shape .social p {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4.32px;
}
.hero-3.style-2 .hero-inner .social-shape .social .icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-3.style-2 .hero-inner .social-shape .social .icons a {
  width: 53px;
  height: 53px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: var(--white);
  transform: rotate(90deg);
}
.hero-3.style-2 .hero-inner .social-shape .social .icons a:hover {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
}
.hero-3.style-2 .hero-inner .hero-content {
  padding: 150px 0 310px;
  opacity: 0;
  transform: translateY(-150px);
}
@media (max-width: 1199px) {
  .hero-3.style-2 .hero-inner .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .hero-3.style-2 .hero-inner .hero-content {
    padding: 150px 0 190px;
  }
}
@media (max-width: 1199px) {
  .hero-3.style-2 .hero-inner .hero-content {
    padding: 150px 0 125px;
  }
}
@media (max-width: 991px) {
  .hero-3.style-2 .hero-inner .hero-content {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero-3.style-2 .hero-inner .hero-content .hero-button .avater {
    flex-direction: column;
    gap: 20px;
  }
}
.hero-3.style-2 .hero-inner .hero-image {
  position: relative;
  top: 40px;
  z-index: 1;
  margin-left: 150px;
  width: 630px;
  height: 865px;
  opacity: 0;
  transform: translateY(150px);
}
@media (max-width: 1199px) {
  .hero-3.style-2 .hero-inner .hero-image {
    margin-left: 0;
    top: 122px;
    width: 500px;
    height: 690px;
  }
}
@media (max-width: 991px) {
  .hero-3.style-2 .hero-inner .hero-image {
    top: 10px;
  }
}
.hero-3.style-2 .hero-inner .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-3.style-2 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1500ms ease;
}
.hero-3.style-2 .swiper-slide.swiper-slide-active .shape-1 {
  opacity: 12%;
  transform: translateY(0);
  transition: all 1500ms ease;
}
.hero-3.style-2 .swiper-slide.swiper-slide-active .social-shape {
  opacity: 1;
  transform: translateX(0);
  transition: all 1500ms ease;
}
.hero-3.style-2 .swiper-slide.swiper-slide-active .hero-image {
  opacity: 1;
  transform: translateX(0);
  transition: all 1500ms ease;
}

.features-1 {
  margin-top: -130px;
  position: relative;
  z-index: 11;
}
.features-1 .single-feature-item {
  margin-top: 30px;
  height: 373px;
  border-radius: 12px;
  background: var(--white);
  padding: 40px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .features-1 .single-feature-item {
    padding: 20px 30px;
  }
}
.features-1 .single-feature-item .icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--white);
  overflow: hidden;
}
.features-1 .single-feature-item .icon i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.features-1 .single-feature-item:hover {
  background: var(--theme-2);
}
.features-1 .single-feature-item:hover .icon {
  background: var(--white);
}
.features-1 .single-feature-item:hover .icon i {
  animation: iconTranslateX 0.4s forwards;
  color: var(--theme-2);
}
.features-1 .single-feature-item:hover h4 {
  color: var(--white);
}
.features-1 .single-feature-item:hover p {
  color: var(--white-3);
}
.features-1 .single-feature-item:hover li {
  color: var(--white-3);
}
.features-1 .single-feature-item:hover li i {
  color: var(--white);
}
.features-1 .single-feature-item:hover a {
  color: var(--white);
}
.features-1 .single-feature-item h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.2px;
  padding: 20px 0;
}
.features-1 .single-feature-item h4 a {
  color: var(--black-2);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-1 .single-feature-item h4 a:hover {
  background-size: 100% 1px;
}
.features-1 .single-feature-item p {
  color: var(--text);
}
.features-1 .single-feature-item ul {
  padding-top: 15px;
}
.features-1 .single-feature-item ul li {
  color: var(--text);
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.features-1 .single-feature-item ul li i {
  color: var(--theme-2);
  padding-right: 5px;
}

.features-2 {
  margin-top: -200px;
  position: relative;
  z-index: 11;
}
.features-2 .features-images {
  height: 680px;
  margin: 0 133px;
  margin-top: -30px;
  z-index: -1;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .features-2 .features-images {
    margin: 0 20px;
  }
}
.features-2 .features-items {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .features-2 .features-items {
    grid-template-columns: auto auto auto;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .features-2 .features-items {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 500px) {
  .features-2 .features-items {
    grid-template-columns: auto;
    justify-content: center;
  }
}
.features-2 .features-items .single-feature-item {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  border: 2px solid var(--white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.features-2 .features-items .single-feature-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 11, 107, 0.55);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.features-2 .features-items .single-feature-item h4 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.18px;
  z-index: 1;
  padding-top: 40px;
}
.features-2 .features-items .single-feature-item h4 a {
  color: var(--white);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-2 .features-items .single-feature-item h4 a:hover {
  background-size: 100% 1px;
}
.features-2 .features-items .single-feature-item:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 11, 107, 0.8);
  border-radius: 50%;
}

.features-3 {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.features-3 .single-feature-item {
  height: 130px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  gap: 15px;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  padding-right: 20px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.features-3 .single-feature-item .icon {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 61px;
}
.features-3 .single-feature-item h4 {
  font-weight: 600;
}
.features-3 .single-feature-item:hover {
  background: var(--black-2);
}
.features-3 .single-feature-item:hover h4 {
  color: var(--white);
}

.about-1 .about-images {
  position: relative;
}
.about-1 .about-images .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  font-size: 17px;
  color: var(--white);
  position: absolute;
  right: 165px;
  top: 25px;
}
@media (max-width: 1399px) {
  .about-1 .about-images .icon {
    right: 100px;
  }
}
.about-1 .about-images .icon::after, .about-1 .about-images .icon::before {
  content: "";
  position: absolute;
  border: 1px solid var(--theme);
  border-radius: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 100%;
  animation: pulse-border 1.5s linear infinite;
}
.about-1 .about-images .icon::before {
  border: 1px solid rgba(63, 181, 253, 0.2);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  opacity: 100%;
  animation: pulse-border-2 2s linear infinite;
}
.about-1 .about-images .image-1 {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 440 564" fill="black"><path d="M98.9205 2.12847C100.926 0.742428 103.306 0 105.743 0H427.111C433.739 0 439.111 5.37258 439.111 12V551.667C439.111 558.294 433.739 563.667 427.111 563.667H12C5.37257 563.667 0 558.294 0 551.667V76.7933C0 72.8523 1.93507 69.1625 5.17703 66.9218L98.9205 2.12847Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 439px;
  height: 563px;
  mask-size: cover;
  position: relative;
}
.about-1 .about-images .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;

}
@media (max-width: 991px) {
  .about-1 .about-images .image-1 {
    width: 100%;
    height: 100%;
  }
}
.about-1 .about-images .image-2 {
  position: absolute;
  bottom: -40px;
  left: 294px;
  mask: url('data:image/svg+xml;utf8,<svg width="390" height="474" viewBox="0 0 390 474" xmlns="http://www.w3.org/2000/svg"><path d="M0 12C0 5.37259 5.37258 0 12 0H377.5C384.127 0 389.5 5.37258 389.5 12V412.575C389.5 415.817 388.188 418.922 385.862 421.181L334.993 470.607C332.753 472.783 329.753 474 326.63 474H12C5.37258 474 0 468.627 0 462V12Z" /></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="390" height="474" viewBox="0 0 390 474" xmlns="http://www.w3.org/2000/svg"><path d="M0 12C0 5.37259 5.37258 0 12 0H377.5C384.127 0 389.5 5.37258 389.5 12V412.575C389.5 415.817 388.188 418.922 385.862 421.181L334.993 470.607C332.753 472.783 329.753 474 326.63 474H12C5.37258 474 0 468.627 0 462V12Z" /></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 389.5px;
  height: 474px;
  mask-size: cover;
}
@media (max-width: 1399px) {
  .about-1 .about-images .image-2 {
    left: 200px;
  }
}
.about-1 .about-images .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
@media (max-width: 991px) {
  .about-1 .about-images .image-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-1 .about-content {
    text-align: center;
  }
}
.about-1 .about-content p {
  padding-top: 10px;
  padding-bottom: 20px;
}
.about-1 .about-content ul {
  padding-top: 30px;
  text-align: start;
}
.about-1 .about-content ul li {
  color: var(--text);
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 10px;
}
.about-1 .about-content ul li i {
  color: var(--theme-2);
  padding-right: 10px;
}
.about-1 .about-content .about-infu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-1 .about-content .about-infu {
    justify-content: center;
  }
}
.about-1 .about-content .about-infu .contact-us {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-1 .about-content .about-infu .contact-us img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.about-1 .about-content .about-infu .contact-us .text span {
  color: var(--text);
  font-weight: 500;
  line-height: 26px;
}
.about-1 .about-content .about-infu .contact-us .text h4 {
  color: var(--black-2);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.2px;
}
@media (max-width: 500px) {
  .about-1 .about-content .about-infu .contact-us {
    display: none;
  }
}
.about-1.style-2 .about-images-2 {
  position: relative;
  left: 90px;
}
@media (max-width: 1399px) {
  .about-1.style-2 .about-images-2 {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .about-1.style-2 .about-images-2 {
    left: 0;
  }
}
.about-1.style-2 .about-images-2 .shape-1 {
  position: absolute;
  top: 50px;
  left: -130px;
  animation: topToBottom 2s linear infinite;
}
@media (max-width: 1399px) {
  .about-1.style-2 .about-images-2 .shape-1 {
    left: -70px;
  }
}
@media (max-width: 1199px) {
  .about-1.style-2 .about-images-2 .shape-1 {
    left: 0;
  }
}
.about-1.style-2 .about-images-2 .shape-2 {
  position: absolute;
  bottom: -60px;
  left: -130px;
  opacity: 28%;
  z-index: -1;
  width: 602px;
  height: 602px;
}
.about-1.style-2 .about-images-2 .image-1 {
  width: 509px;
  height: 660px;
}
@media (max-width: 991px) {
  .about-1.style-2 .about-images-2 .image-1 {
    width: 100%;
  }
}
.about-1.style-2 .about-images-2 .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.about-1.style-2 .about-images-2 .image-2 {
  width: 293px;
  height: 293px;
  position: absolute;
  right: 24%;
  bottom: -60px;
}
.about-1.style-2 .about-images-2 .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-fit: cover;
}
.about-1.style-2 .about-content p {
  color: var(--white);
  opacity: 75%;
}
.about-1.style-2 .about-content ul li {
  color: var(--white);
}
.about-1.style-2 .about-content .feedback {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 40px;
}
@media (max-width: 500px) {
  .about-1.style-2 .about-content .feedback {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about-1.style-2 .about-content .feedback .infu img {
  width: 176px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 15px;
}
.about-1.style-2 .about-content .feedback .infu h6 {
  color: var(--white);
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.16px;
}
.about-1.style-2 .about-content .feedback .infu .icon-box {
  gap: 15px;
}
@media (max-width: 500px) {
  .about-1.style-2 .about-content .feedback .infu .icon-box {
    flex-direction: column;
  }
}
.about-1.style-2 .about-content .feedback .infu .icon-box .icon {
  font-size: 40px;
  background: linear-gradient(84deg, var(--theme-2) 0%, var(--theme) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.about-1.about-page .about-content p {
  color: var(--text);
  opacity: 75%;
}
.about-1.about-page .about-content ul li {
  color: var(--text);
}
.about-1.about-page .about-content .feedback .infu h6 {
  color: var(--black-2);
}

.about-2 {
  position: relative;
  z-index: 1;
}
.about-2 .bg-image {
  overflow: hidden;
  position: absolute !important;
  top: -340px;
  width: 100%;
  height: 845px;
  z-index: -1;
  background-size: cover;
  border-radius: 25px;
}
@media (max-width: 1199px) {
  .about-2 .bg-image {
    top: -250px;
  }
}
.about-2 .about-content {
  position: relative;
}
.about-2 .about-content p {
  color: var(--white);
  padding-top: 20px;
}
.about-2 .about-content .infu {
  padding-top: 35px;
  gap: 30px;
}
@media (max-width: 1199px) {
  .about-2 .about-content .infu {
    flex-direction: column;
  }
}
.about-2 .about-content .infu .contact-us {
  gap: 12px;
}
.about-2 .about-content .infu .contact-us a {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 56px;
  height: 56px;
  font-size: 20px;
  color: var(--white);
  background: linear-gradient(84deg, var(--theme-2) 0%, var(--theme) 100%);
}
.about-2 .about-content .infu .contact-us .text span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  line-height: 26px;
}
.about-2 .about-content .infu .contact-us .text h4 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.about-3 .about-images {
  position: relative;
}
.about-3 .about-images .image-1 {
  position: relative;
  width: 570px;
}
@media (max-width: 1399px) {
  .about-3 .about-images .image-1 {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .about-3 .about-images .image-1 {
    width: 100%;
  }
}
.about-3 .about-images .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spinner 100s infinite linear;
}
.about-3 .about-images .experience {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-3 .about-images .experience h2 {
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 120px;
  letter-spacing: -2.4px;
  line-height: 100px;
  text-align: center;
}
@media (max-width: 575px) {
  .about-3 .about-images .experience h2 {
    font-size: 88px;
  }
}
.about-3 .about-images .experience p {
  color: var(--text);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.about-3 .about-images .image-2 {
  width: 273px;
  height: 273px;
  position: absolute;
  right: 25px;
  bottom: -60px;
}
@media (max-width: 1399px) {
  .about-3 .about-images .image-2 {
    bottom: -130px;
  }
}
@media (max-width: 1199px) {
  .about-3 .about-images .image-2 {
    display: none;
  }
}
.about-3 .about-images .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-fit: cover;
}
.about-3 .about-content .section-title {
  margin-left: -85px;
}
@media (max-width: 1399px) {
  .about-3 .about-content .section-title {
    margin-left: 0;
  }
}
.about-3 .about-content p {
  padding-top: 30px;
  font-size: 18px;
}
.about-3 .about-content .text {
  padding: 20px 30px;
  position: relative;
  border-radius: 4px;
  background: var(--white);
  margin-top: 30px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
}
.about-3 .about-content .text::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 4px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  left: -3px;
  z-index: -1;
}
.about-3 .about-content .list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-3 .about-content .list ul li {
  color: var(--text);
  font-weight: 500;
  padding-bottom: 10px;
}
.about-3 .about-content .list ul li i {
  padding-right: 5px;
  color: var(--theme-2);
}
.about-3 .about-content .about-infu {
  gap: 25px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.about-3 .about-content .about-infu .contact-us {
  gap: 10px;
}

.about-4 {
  position: relative;
}
.about-4 .about-images {
  width: 870px;
  height: 700px;
  float: right;
  margin-right: px;
}
@media (max-width: 767px) {
  .about-4 .about-images {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-4 .about-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
.about-4 .about-content .icon-box {
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  padding: 15px 40px;
  max-width: 615px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .about-4 .about-content .icon-box {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.about-4 .about-content .icon-box .icon {
  font-size: 55px;
  background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.about-4 .about-content .icon-box:hover .icon {
  animation: bounceIn 1s linear;
}
.about-4 .about-content .infu {
  margin-top: 35px;
  gap: 50px;
}
@media (max-width: 767px) {
  .about-4 .about-content .infu {
    gap: 30px;
    justify-content: center;
  }
}
.about-4 .about-content .infu .contact-us {
  gap: 20px;
}
.about-4 .about-content .infu .contact-us span {
  color: var(--theme-2);
  font-weight: 700;
  line-height: 26px;
}

.service-1 {
  position: relative;
}
.service-1 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 28%;
}
.service-1 .shape-2 {
  position: absolute;
  top: 140px;
  right: -15%;
  opacity: 8%;
}
.service-1 .service-inner {
  position: relative;
  z-index: 11;
}
.service-1 .service-inner .countbox h3 {
  font-size: 140px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: -2.8px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.service-1 .service-inner .countbox p {
  color: var(--text);
  font-size: 22px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .service-1 .service-inner .countbox {
    display: none;
  }
}
.service-1 .service-inner .title h3 {
  color: var(--black-2);
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .service-1 .service-inner .title h3 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
  }
}
.service-1 .service-inner .single-service-item {
  position: relative;
  margin-top: 40px;
  z-index: 2;
  overflow: hidden;
}
.service-1 .service-inner .single-service-item .shape-3 {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  border-top-left-radius: 130px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-1 .service-inner .single-service-item .shape-4 {
  position: absolute;
  bottom: 80px;
  right: -50px;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-1 .service-inner .single-service-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 424 518" xmlns="http://www.w3.org/2000/svg"><path d="M0 51.688C0 44.4673 3.89212 37.8073 10.1831 34.263L66.4293 2.57504C69.4258 0.8869 72.8069 0 76.2462 0H404C415.046 0 424 8.9543 424 20V498C424 509.046 415.046 518 404 518H20C8.9543 518 0 509.046 0 498V51.688Z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 424 518" xmlns="http://www.w3.org/2000/svg"><path d="M0 51.688C0 44.4673 3.89212 37.8073 10.1831 34.263L66.4293 2.57504C69.4258 0.8869 72.8069 0 76.2462 0H404C415.046 0 424 8.9543 424 20V498C424 509.046 415.046 518 404 518H20C8.9543 518 0 509.046 0 498V51.688Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.service-1 .service-inner .single-service-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.service-1 .service-inner .single-service-item .content {
  background-color: var(--white);
  text-align: center;
  padding: 25px 30px;
  padding-top: 55px;
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  z-index: 2;
}
.service-1 .service-inner .single-service-item .content .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 30px;
  color: var(--white);
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  overflow: hidden;
}
.service-1 .service-inner .single-service-item .content .icon i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.service-1 .service-inner .single-service-item .content h4 {
  color: var(--black-2);
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.2px;
  padding-bottom: 5px;
}
.service-1 .service-inner .single-service-item .content h4 a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-1 .service-inner .single-service-item .content h4 a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.service-1 .service-inner .single-service-item:hover .icon i {
  animation: iconTranslateX 0.4s forwards;
}
.service-1 .service-inner .single-service-item:hover .icon-list {
  opacity: 1;
  visibility: visible;
}
.service-1 .service-inner .single-service-item:hover .shape-3 {
  top: -2px;
  opacity: 1;
  left: -30px;
}
.service-1 .service-inner .single-service-item:hover .shape-4 {
  opacity: 1;
  right: 0;
}

.service-2 {
  background-color: rgba(255, 255, 255, 0.05);
}
.service-2 .service-inner {
  padding-bottom: 40px;
}
.service-2 .service-inner .service-items {
  padding-top: 60px;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  column-gap: 123px;
  row-gap: 90px;
}
@media (max-width: 1399px) {
  .service-2 .service-inner .service-items {
    column-gap: 90px;
  }
}
@media (max-width: 1199px) {
  .service-2 .service-inner .service-items {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .service-2 .service-inner .service-items {
    grid-template-columns: auto;
  }
}
.service-2 .service-inner .service-items .signle-service-item {
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .service-2 .service-inner .service-items .signle-service-item {
    text-align: center;
  }
}
.service-2 .service-inner .service-items .signle-service-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  left: 60px;
}
@media (max-width: 1399px) {
  .service-2 .service-inner .service-items .signle-service-item::after {
    left: 45px;
  }
}
.service-2 .service-inner .service-items .signle-service-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  bottom: -45px;
  top: auto;
}
@media (max-width: 1199px) {
  .service-2 .service-inner .service-items .signle-service-item::after, .service-2 .service-inner .service-items .signle-service-item::before {
    display: none;
  }
}
.service-2 .service-inner .service-items .signle-service-item:nth-child(3)::after, .service-2 .service-inner .service-items .signle-service-item:nth-child(6)::after {
  border-right: none;
}
.service-2 .service-inner .service-items .signle-service-item:nth-child(4)::before, .service-2 .service-inner .service-items .signle-service-item:nth-child(5)::before, .service-2 .service-inner .service-items .signle-service-item:nth-child(6)::before {
  border-bottom: none;
}
.service-2 .service-inner .service-items .signle-service-item .title {
  gap: 18px;
}
@media (max-width: 767px) {
  .service-2 .service-inner .service-items .signle-service-item .title {
    flex-direction: column;
  }
}
.service-2 .service-inner .service-items .signle-service-item .title .icon {
  font-size: 43px;
  color: var(--white);
}
.service-2 .service-inner .service-items .signle-service-item .title h3 {
  color: var(--white);
  font-size: 20px;
}
.service-2 .service-inner .service-items .signle-service-item p {
  padding-left: 60px;
  line-height: 26px;
  padding-top: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .service-2 .service-inner .service-items .signle-service-item p {
    padding-left: 0;
  }
}
.service-2 .service-inner .service-items .signle-service-item a {
  padding-left: 60px;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .service-2 .service-inner .service-items .signle-service-item a {
    padding-left: 0;
    justify-content: center;
  }
}
.service-2 .service-inner .service-items .signle-service-item:hover .icon {
  animation: bounceIn 1s linear;
}
.service-2 .service-inner .button {
  gap: 20px;
}
@media (max-width: 767px) {
  .service-2 .service-inner .button {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service-2 .service-inner .button .theme-btn {
    width: 100%;
  }
}

.service-3 .service-image {
  width: 100%;
  height: 355px;
  margin-top: 30px;
}
.service-3 .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  object-fit: cover;
}
.service-3 .single-service-item {
  width: 100%;
  height: 355px;
  background-color: var(--theme-3);
  padding: 30px 42px;
  padding-right: 25px;
  position: relative;
  border-radius: 12px;
  margin-top: 30px;
}
.service-3 .single-service-item .icon {
  font-size: 50px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
.service-3 .single-service-item h4 {
  color: var(--white);
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.2px;
}
.service-3 .single-service-item .count-box {
  position: absolute;
  bottom: 30px;
}
.service-3 .single-service-item .count-box h2 {
  color: rgba(255, 255, 255, 0.32);
  font-size: 60px;
  font-weight: 800;
  line-height: 69px;
  letter-spacing: -1.2px;
}
.service-3 .single-service-item .count-box p {
  color: var(--white);
}
.service-3 .single-service-item:hover h2 {
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.service-4 {
  position: relative;
  overflow: hidden;
}
.service-4 .shape-1 {
  position: absolute;
  bottom: -50px;
  left: 20px;
  animation: spinner 30s infinite linear;
}
.service-4 .shape-2 {
  position: absolute;
  top: 70px;
  right: 30%;
  rotate: 90deg;
  opacity: 0.17;
  animation: zoomBig 3s infinite linear;
}
.service-4 .shape-3 {
  position: absolute;
  bottom: -50px;
  right: -50px;
  opacity: 0.12;
  animation: zoomBig 3s infinite linear;
}
.service-4 .array-button {
  position: absolute;
  top: 65%;
  right: 8%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.service-4 .array-button .array-prev {
  position: absolute;
  color: var(--black-2);
  border: 1px solid var(--black-2);
  left: 0;
}
.service-4 .array-button .array-next {
  position: absolute;
  color: var(--black-2);
  border: 1px solid var(--black-2);
  right: 0;
}
@media (max-width: 1600px) {
  .service-4 .array-button {
    display: none;
  }
}
.service-4 .signle-service-item {
  width: 100%;
  height: 310px;
  padding: 75px 40px 30px 40px;
  position: relative;
  margin-top: 60px;
  border-radius: 12px;
  text-align: center;
  background-color: var(--white);
  z-index: 1;
}
.service-4 .signle-service-item h4 a {
  color: var(--black-2);
}
.service-4 .signle-service-item .icon {
  position: absolute;
  top: -35px;
  left: 37%;
  transform: translate(-50%);
  width: 70px;
  height: 70px;
  transform: rotate(-45deg);
  border-radius: 12px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 33px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .service-4 .signle-service-item .icon {
    left: 42%;
  }
}
.service-4 .signle-service-item .icon i {
  transform: rotate(45deg);
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.service-4 .signle-service-item .line {
  width: 130px;
  height: 4px;
  margin: 0 auto;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
}
.service-4 .signle-service-item .infu-btn {
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.service-4 .signle-service-item .service-bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 12px;
}
.service-4 .signle-service-item .service-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 3, 37, 0.56);
}
.service-4 .signle-service-item:hover .icon i {
  animation: iconTranslateX 0.4s forwards;
}
.service-4 .signle-service-item:hover h4 a {
  color: var(--white);
}
.service-4 .signle-service-item:hover p {
  color: var(--white-3);
}
.service-4 .signle-service-item:hover .infu-btn {
  background: none;
  color: var(--white);
}
.service-4 .signle-service-item:hover .service-bg {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.service-5 .service-slide-2 {
  overflow: inherit;
}

/* Add vertical spacing above service-5 sections */
.service-wrapper.service-5 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .service-wrapper.service-5 {
    padding-top: 36px;
  }
}
.service-5 .signle-service-item {
  border-radius: 12px;
  background-color: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  display: flex;
  align-items: center;
  padding: 40px 10px 50px 45px;
  gap: 40px;
}
@media (max-width: 767px) {
  .service-5 .signle-service-item {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
  }
}
.service-5 .signle-service-item .icon {
  animation: none !important;
}
.service-5 .signle-service-item h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .service-5 .signle-service-item h3 {
    font-size: 18px;
  }
}
.service-5 .signle-service-item h3 a {
  color: var(--black-2);
}
.service-5 .signle-service-item ul li {
  color: var(--text);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 5px;
}
.service-5 .signle-service-item ul li i {
  color: var(--theme-2);
}

.service-details-wrapper .service-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details-wrapper .service-details-content h4 {
  font-size: 22px;
}
.service-details-wrapper .service-details-content .service-details-video {
  margin-top: 50px;
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-content .service-details-video {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-content .service-details-video {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 500px) {
  .service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu img {
  width: 176px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 15px;
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu h6 {
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -0.16px;
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu .icon-box {
  gap: 15px;
}
@media (max-width: 500px) {
  .service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu .icon-box {
    flex-direction: column;
  }
}
.service-details-wrapper .service-details-content .service-details-video .details-video-content .feedback .infu .icon-box .icon {
  font-size: 40px;
  background: linear-gradient(84deg, var(--theme-2) 0%, var(--theme) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.service-details-wrapper .service-details-content .service-details-video .video-image {
  position: relative;
}
.service-details-wrapper .service-details-content .service-details-video .video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button {
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  transition: all 0.4s ease-in-out;
  color: var(--white);
  z-index: 11;
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::before,
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(63, 181, 253, 0.6);
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.service-details-wrapper .service-details-content .service-details-video .video-image .video-box .video-button .video-button-ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.service-details-wrapper .highlight-text {
  margin-top: 30px;
  padding: 18px;
  border-left: 4px solid var(--theme);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  background: var(--white);
}
.service-details-wrapper .highlight-text h5 {
  font-weight: 600;
  line-height: 167%;
}
.service-details-wrapper .service-image-item {
  margin-top: 60px;
  margin-bottom: 60px;
}
.service-details-wrapper .service-image-item h3 {
  font-size: 24px;
}
.service-details-wrapper .service-image-item .service-box-image {
  height: 218px;
}
.service-details-wrapper .service-image-item .service-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}

.choose-us-1 {
  position: relative;
}
.choose-us-1 .shape {
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 8%;
}
.choose-us-1 .choose-us-images {
  position: relative;
  width: 588px;
  height: 710px;
}
@media (max-width: 767px) {
  .choose-us-1 .choose-us-images {
    width: 100%;
    height: 100%;
  }
}
.choose-us-1 .choose-us-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
.choose-us-1 .choose-us-images .shape-img {
  position: absolute;
  top: 80px;
  left: 10px;
  z-index: -2;
  opacity: 50%;
  animation: spinner 100s infinite linear;
}
.choose-us-1 .choose-us-content .icon-box {
  gap: 20px;
}
@media (max-width: 767px) {
  .choose-us-1 .choose-us-content .icon-box {
    flex-wrap: wrap;
  }
}
.choose-us-1 .choose-us-content .icon-box .single-icon-box .icon {
  font-size: 40px;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.choose-us-1 .choose-us-content .icon-box .single-icon-box h4 {
  color: #020842;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding-bottom: 10px;
}
.choose-us-1 .choose-us-content .icon-box .single-icon-box:hover .icon {
  animation: bounceIn 1s linear;
}
.choose-us-1 .choose-us-content .count-box {
  background-color: var(--white);
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 65px;
  padding-bottom: 35px;
  border-radius: 12px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
}
@media (max-width: 575px) {
  .choose-us-1 .choose-us-content .count-box {
    flex-direction: column;
  }
}
.choose-us-1 .choose-us-content .count-box .single-count {
  padding-top: 20px;
}
.choose-us-1 .choose-us-content .count-box .single-count h2 {
  font-size: 60px;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  line-height: 60px;
}
@media (max-width: 767px) {
  .choose-us-1 .choose-us-content .count-box .single-count h2 {
    font-size: 40px;
    text-align: center;
  }
}

.choose-us-2 {
  position: relative;
  background-color: var(--theme-3);
  padding-bottom: 275px;
}

/* Reduce space below the Choose-us (choose-us-2) section */
.choose-us-wrapper.choose-us-2.section-padding {
  padding-bottom: 60px !important; /* smaller than the default section-padding */
}
@media (max-width: 1199px) {
  .choose-us-wrapper.choose-us-2.section-padding {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .choose-us-wrapper.choose-us-2.section-padding {
    padding-bottom: 40px !important;
    padding-top: 60px !important; /* keep some top spacing on mobile */
  }
}

.choose-us-2 .choose-us-images {
  position: relative;
  z-index: 1;
}
.choose-us-2 .choose-us-images .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 35%;
  z-index: -1;
  animation: spinner 100s infinite linear;
}
.choose-us-2 .choose-us-images .image-1 {
  width: 450px;
  height: 410px;
}
@media (max-width: 1199px) {
  .choose-us-2 .choose-us-images .image-1 {
    width: 100%;
  }
}
.choose-us-2 .choose-us-images .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.choose-us-2 .choose-us-images .image-2 {
  width: 300px;
  height: 320px;
  position: absolute;
  bottom: -150px;
  right: 14%;
  animation: topToBottom 3s infinite linear;
}
@media (max-width: 1199px) {
  .choose-us-2 .choose-us-images .image-2 {
    display: none;
  }
}
.choose-us-2 .choose-us-images .experience {
  position: absolute;
  left: 0;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .choose-us-2 .choose-us-images .experience {
    position: inherit;
  }
}
.choose-us-2 .choose-us-images .experience h2 {
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 120px;
  letter-spacing: -2.4px;
  line-height: 100px;
}
.choose-us-2 .choose-us-images .experience p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;

}
.choose-us-2 .choose-us-content .text {
  font-size: 18px;
  color: white;
  padding-top: 20p;
  text-align: center;
  
}

.choose-us-3 .choose-us-content .reviews {
  gap: 80px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .choose-us-3 .choose-us-content .reviews {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .choose-us-3 .choose-us-content .reviews .infu {
    text-align: center;
  }
}
.choose-us-3 .choose-us-content .reviews .infu img {
  width: 170px;
  height: 50px;
  object-fit: cover;
  margin-bottom: 15px;
}
.choose-us-3 .choose-us-content .reviews .infu h4 {
  font-size: 16px;
  font-weight: 600;
}
.choose-us-3 .choose-us-content .reviews .infu .head {
  gap: 12px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .choose-us-3 .choose-us-content .reviews .infu .head {
    flex-direction: column;
  }
}
.choose-us-3 .choose-us-content .reviews .infu .head .icon {
  font-size: 40px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.choose-us-3 .choose-us-content .reviews .infu:hover .icon {
  animation: bounceIn 1s linear;
}
.choose-us-3 .choose-us-images {
  position: relative;
}
.choose-us-3 .choose-us-images .shape-1 {
  position: absolute;
  left: 0;
  top: -50px;
  opacity: 8%;
  z-index: -1;
}
.choose-us-3 .choose-us-images .single-choose-item {
  width: 100%;
  height: 225px;
  position: relative;
  text-align: center;
  background-color: #F0F5FD;
  padding-top: 70px;
  background-image: none;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  z-index: 5;
}
.choose-us-3 .choose-us-images .single-choose-item .shape-2 {
  position: absolute;
  top: -100px;
  left: -50px;
  animation: spinner 10s infinite linear;
}
.choose-us-3 .choose-us-images .single-choose-item .shape-3 {
  position: absolute;
  bottom: -20px;
  right: 0px;
  opacity: 17%;
  rotate: 90deg;
  animation: zoomBig 1s linear infinite;
}
.choose-us-3 .choose-us-images .single-choose-item .icon {
  font-size: 43px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-bottom: 10px;
}
.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 30px 40px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover .icon {
  background: none;
  color: var(--white);
}
.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover h4 {
  color: var(--white);
}
.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover p {
  color: var(--white);
}
.choose-us-3 .choose-us-images .single-choose-item .single-choose-hover.active {
  opacity: 1;
  visibility: visible;
}
.choose-us-3 .choose-us-images .single-choose-item::before, .choose-us-3 .choose-us-images .single-choose-item::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  background: linear-gradient(rgba(0, 3, 37, 0.56), rgba(0, 3, 37, 0.56)), url("../../assets/img/why-choose/05.png");
  filter: grayscale(50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 1;
}
.choose-us-3 .choose-us-images .single-choose-item::before {
  top: 0%;
  right: 0%;
}
.choose-us-3 .choose-us-images .single-choose-item::after {
  left: 0%;
  bottom: 0%;
}
.choose-us-3 .choose-us-images .single-choose-item:hover::before, .choose-us-3 .choose-us-images .single-choose-item:hover::after {
  width: 100%;
  height: 100%;
}
.choose-us-3 .choose-us-images .single-choose-item:hover .single-choose-hover {
  opacity: 1;
  visibility: visible;
}
.choose-us-3 .choose-us-images .single-choose-item.active::before, .choose-us-3 .choose-us-images .single-choose-item.active::after {
  height: 100%;
}
.choose-us-3.choose-us-page {
  padding-bottom: 340px;
}

.choose-us-4 {
  position: relative;
  overflow: hidden;
}
.choose-us-4 .shape-1 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  animation: zoomBig 2s infinite linear;
}
@media (max-width: 767px) {
  .choose-us-4 .shape-1 {
    display: none;
  }
}
.choose-us-4 .shape-2 {
  position: absolute;
  bottom: -22%;
  right: 20%;
  animation: spinner 50s infinite linear;
}
@media (max-width: 767px) {
  .choose-us-4 .shape-2 {
    display: none;
  }
}
.choose-us-4 .shape-3 {
  position: absolute;
  top: 0%;
  right: 0%;
  animation: zoomBig 3s infinite linear;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .choose-us-4 .shape-3 {
    display: none;
  }
}
.choose-us-4 .shape-4 {
  position: absolute;
  top: 5%;
  left: 0%;
  animation: zoomBig 5s infinite linear;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .choose-us-4 .shape-4 {
    display: none;
  }
}
.choose-us-4 .bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.choose-us-4 .choose-us-content .accordion-item {
  border: 0;
  margin-top: 15px;
  border-radius: 6px;
  background-color: var(--white);
}
.choose-us-4 .choose-us-content .accordion-item .accordion-header .accordion-button {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 20px 40px;
  padding-right: 30px;
}
.choose-us-4 .choose-us-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  width: auto;
}
.choose-us-4 .choose-us-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
}
.choose-us-4 .choose-us-content .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
  padding-left: 30px;
  color: var(--text-2);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 40px;
  margin-right: 30px;
  padding-top: 10px;
  border-top: 1px solid var(--border-2);
  padding-left: 0;
  padding-right: 0;
}
.choose-us-4 .choose-us-image {
  width: calc(100% + 40px);
  height: 314px;
  margin-left: -40px;
  position: relative;
}
@media (max-width: 991px) {
  .choose-us-4 .choose-us-image {
    width: 100%;
    margin-left: 0;
  }
}
.choose-us-4 .choose-us-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-1 {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .brand-1 {
    margin: 0;
  }
}
.brand-1 .brand-inner h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.6px;
}
.brand-1 .brand-inner .brand-logo img {
  width: 100%;
  height: 35px;
  object-fit: contain;
}
.brand-1.style-2 {
  margin: 0;
}
.brand-1.style-3 {
  position: relative;
  margin: 0;
}
.brand-1.style-3 .shape-1 {
  position: absolute;
  right: 10px;
  top: 30px;
  opacity: 5%;
  animation: rounded 5s infinite linear;
}
.brand-1.style-3 .brand-inner .title {
  position: relative;
}
.brand-1.style-3 .brand-inner .title::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 208px;
  height: 1px;
  background-color: var(--black);
  opacity: 13%;
  left: 15%;
  top: 15px;
  right: auto;
}
.brand-1.style-3 .brand-inner .title::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 15%;
  top: 15px;
  left: auto;
  width: 208px;
  height: 1px;
  background-color: var(--black);
  opacity: 13%;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(248, 96, 72, 0.5);
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--black-2);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme-2);
  content: "";
}

.swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--white);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot-2 .swiper-pagination-bullet::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: black;
  border: 1.3px solid var(--white);
  content: "";
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  transition: 0.6s;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1.3px solid var(--white);
  content: "";
}

.array-button {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev,
.array-button .array-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--white);
  color: var(--black-2);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev:hover,
.array-button .array-next:hover {
  color: var(--white);
  background: var(--theme-2);
  border: none;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 575px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.head-color {
  color: var(--header);
}

.footer-bg {
  background-color: var(--header);
}

.background-black {
  background-color: var(--black) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.theme-bg {
  background-color: var(--theme);
}

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

.box-shadow {
  box-shadow: var(---box-shadow);
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .mt-50 {
    margin-top: 20px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.theme-bg {
  background-color: #202426;
}

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

.mt-40 {
  margin-top: 40px;
}

.border-none {
  border: none !important;
}

.progress-items {
  padding-top: 40px;
}
.progress-items .progress {
  background: transparent;
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 14px;
  width: 100%;
  border-radius: 0;
  border-radius: 46px;
  border: 1px solid rgba(11, 110, 218, 0.53);
  padding-left: 3px;
}
.progress-items .progress .progress-value {
  position: absolute;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  border-radius: 46px;
  background: var(--theme-2);
  width: 0;
  transition: all 800ms linear;
}
.progress-items .point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 88px);
  padding-top: 8px;
}

.case-study-1 {
  position: relative;
}
.case-study-1 .shape-1 {
  position: absolute;
  right: -6%;
  top: 12%;
  rotate: 90deg;
  animation: zoomBig 5s infinite linear;
}
.case-study-1 .caseStudy {
  overflow: inherit;
  right: 0;
}
.case-study-1 .single-case-item {
  position: relative;
}
.case-study-1 .single-case-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 536 475"  xmlns="http://www.w3.org/2000/svg"><path d="M0 103.277C0 97.0519 2.89825 91.1821 7.84034 87.3976L116.589 4.12101C120.079 1.44834 124.353 0 128.749 0H516C527.046 0 536 8.95431 536 20V455C536 466.046 527.046 475 516 475H20C8.95432 475 0 466.046 0 455V103.277Z"/> </svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.case-study-1 .single-case-item .image::before {
  content: "";
  position: absolute;
  top: -125%;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, RGBA(var(--getizy-white-rgb, 255, 255, 255), 0%) 0%, RGBA(var(--getizy-white-rgb, 255, 255, 255)) 300%);
}
.case-study-1 .single-case-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-radius: 12px;
}
.case-study-1 .single-case-item .content {
  width: calc(100% - 84px);
  position: absolute;
  background: var(--black-2);
  border-radius: 12px;
  padding: 30px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.case-study-1 .single-case-item .content .title {
  width: 70%;
}
.case-study-1 .single-case-item .content .title span {
  color: var(--theme-2);
  font-weight: 500;
}
.case-study-1 .single-case-item .content .title h4 {
  color: var(--white);
}
.case-study-1 .single-case-item .content .title h4 a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.case-study-1 .single-case-item .content .title h4 a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.case-study-1 .single-case-item .content .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--white);
}
.case-study-1 .single-case-item:hover img {
  transform: scale(1.1);
}
.case-study-1 .single-case-item:hover .image::before {
  -webkit-animation: projectCardShine 0.5s;
  animation: projectCardShine 0.5s;
}
@keyframes projectCardShine {
  100% {
    top: 125%;
  }
}
.case-study-1.style-2 .single-case-item .image {
  width: 100%;
  mask: none;
}
.case-study-1.style-2 .single-case-item .content {
  width: 50%;
  height: 150px;
  position: absolute;
  background: var(--white);
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  transform: translateX(0);
  border-radius: 0px 12px;
}
.case-study-1.style-2 .single-case-item .content .title {
  width: 100%;
}
.case-study-1.style-2 .single-case-item .content .title h4 {
  color: var(--black-2);
}
.case-study-1.style-2 .single-case-item .content .icon {
  position: absolute;
  right: -21px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  color: var(--white);
}
.case-study-1.style-2 .swiper-dot .swiper-pagination-bullet {
  background-color: var(--white);
}

.case-study-2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 767px) {
  .case-study-2 .container-fluid {
    padding: 0 30px;
  }
}
.case-study-2 .case-study-grid {
  padding-top: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto auto;
  gap: 24px;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .case-study-2 .case-study-grid {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 991px) {
  .case-study-2 .case-study-grid {
    grid-template-columns: auto;
  }
}
.case-study-2 .case-study-grid .single-case-item {
  width: 645px;
  height: 424px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.case-study-2 .case-study-grid .single-case-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 13, 68, 0.36);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1899px) {
  .case-study-2 .case-study-grid .single-case-item {
    width: 100%;
  }
}
.case-study-2 .case-study-grid .single-case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.case-study-2 .case-study-grid .single-case-item.style-2 {
  width: 532px;
  height: 424px;
}
@media (max-width: 1899px) {
  .case-study-2 .case-study-grid .single-case-item.style-2 {
    width: 100%;
  }
}
.case-study-2 .case-study-grid .single-case-item .hover {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 11;
}
@media (max-width: 575px) {
  .case-study-2 .case-study-grid .single-case-item .hover {
    flex-direction: column;
  }
}
.case-study-2 .case-study-grid .single-case-item .hover .title span {
  color: var(--white);
  padding-left: 40px;
  font-weight: 600;
}
.case-study-2 .case-study-grid .single-case-item .hover .title h4 {
  border-radius: 0px 4px 4px 0px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  color: var(--white);
  padding: 5px 15px 5px 25px;
  margin-top: 6px;
  width: max-content;
}
.case-study-2 .case-study-grid .single-case-item .hover .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  color: var(--white);
  margin-right: 45px;
  margin-top: 45px;
}
@media (max-width: 575px) {
  .case-study-2 .case-study-grid .single-case-item .hover .icon {
    margin: 0;
    margin-top: 20px;
  }
}
.case-study-2 .case-study-grid .single-case-item:hover::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.case-study-2 .case-study-grid .single-case-item:hover .hover {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
.case-study-2 .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.case-study-2 .nav .nav-link {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 17px;
  color: var(--text-2);
  background-color: var(--white);
  border: 1px solid var(--border-2);
  line-height: 1;
  text-transform: capitalize;
}
.case-study-2 .nav .nav-link:hover {
  color: var(--white);
  border: 1px solid var(--theme);
}
.case-study-2 .nav .nav-link.active {
  border-image: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  border-image-slice: 1;
  color: var(--white) !important;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--black-2);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--black-2);
  color: var(--white);
}

.project-details-wrapper .project-details-content .project-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-details-wrapper .project-details-content h3 {
  font-size: 42px;
}
.project-details-wrapper .project-details-content .image {
  height: 350px;
  margin-top: 35px;
}
.project-details-wrapper .project-details-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.project-details-wrapper .project-details-content h4 {
  font-size: 22px;
}
.project-details-wrapper .project-details-content .list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 85px;
  flex-wrap: wrap;
}
.project-details-wrapper .project-details-content .list ul li {
  color: var(--text);
  font-weight: 500;
  padding-bottom: 10px;
}
.project-details-wrapper .project-details-content .list ul li i {
  padding-right: 5px;
  color: var(--theme-2);
}
.project-details-wrapper .project-sidebar-widget {
  padding: 40px 40px;
  background-color: var(--bg);
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid var(--theme);
}
.project-details-wrapper .project-sidebar-widget .wid-title {
  margin-bottom: 15px;
}
.project-details-wrapper .project-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
.project-details-wrapper .project-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.project-details-wrapper .project-sidebar-widget .case-content-box .case-infobox li {
  color: var(--text);
  font-weight: 600;
  padding: 10px 30px;
  background-color: var(--white);
  margin-top: 25px;
  border-radius: 32px;
  justify-content: stretch;
}
.project-details-wrapper .project-sidebar-widget .social {
  margin-top: 24px;
}
.project-details-wrapper .project-sidebar-widget .social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--theme-2);
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  margin: 0 3px;
}
.project-details-wrapper .project-sidebar-widget .social a:hover {
  background: var(--theme-2);
  color: var(--white);
}

.team-1 {
  position: relative;
}
.team-1 .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 5%;
}
.team-1 .single-team-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-top: 40px;
}
.team-1 .single-team-item .shape-2 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  border-top-left-radius: 120px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.team-1 .single-team-item .shape-3 {
  position: absolute;
  bottom: 50px;
  right: -100px;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.team-1 .single-team-item .team-image {
  position: relative;
}
.team-1 .single-team-item .team-image .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 312 382" xmlns="http://www.w3.org/2000/svg"><path d="M0 36.4468C0 32.1144 2.33527 28.1183 6.10988 25.9918L49.5029 1.54503C51.3007 0.532142 53.3294 0 55.393 0H300C306.627 0 312 5.37258 312 12V369.17C312 375.797 306.627 381.17 300 381.17H12C5.37259 381.17 0 375.797 0 369.17V36.4468Z" /></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 312 382" xmlns="http://www.w3.org/2000/svg"><path d="M0 36.4468C0 32.1144 2.33527 28.1183 6.10988 25.9918L49.5029 1.54503C51.3007 0.532142 53.3294 0 55.393 0H300C306.627 0 312 5.37258 312 12V369.17C312 375.797 306.627 381.17 300 381.17H12C5.37259 381.17 0 375.797 0 369.17V36.4468Z" /></svg>');
  border-radius: 12px;
  height: 381px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
}
.team-1 .single-team-item .team-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.team-1 .single-team-item .social-icon {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-1 .single-team-item .social-icon a {
  width: 42px;
  height: 42px;
  background: var(--white);
  color: var(--black-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.team-1 .single-team-item .social-icon a:nth-child(1) {
  transition: all 0.4s;
  transform: translate3d(0, 50px, 0);
}
.team-1 .single-team-item .social-icon a:nth-child(2) {
  transition: all 0.55s;
  transform: translate3d(0, 50px, 0);
}
.team-1 .single-team-item .social-icon a:nth-child(3) {
  transition: all 0.55s;
  transform: translate3d(0, 50px, 0);
}
.team-1 .single-team-item .social-icon a:nth-child(4) {
  transition: all 0.85s;
  transform: translate3d(0, 50px, 0);
}
.team-1 .single-team-item .social-icon a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-1 .single-team-item .social-icon a:hover {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--white);
}
.team-1 .single-team-item .social-icon a:hover i {
  animation: iconTranslateX 0.4s forwards;
}
.team-1 .single-team-item:hover .social-icon a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.team-1 .single-team-item:hover .shape-2 {
  top: -2px;
  opacity: 1;
  left: -30px;
}
.team-1 .single-team-item:hover .shape-3 {
  opacity: 1;
  right: 0;
}
.team-1 .single-team-item .content p {
  color: var(--theme-2);
}
.team-1 .single-team-item .content h3 {
  font-size: 20px;
}

.team-2 .single-team-item {
  width: 100%;
  position: relative;
  height: 261px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  margin-top: 170px;
}
.team-2 .single-team-item .shape-1 {
  position: absolute;
  top: -100px;
  z-index: -1;
  left: 10px;
  opacity: 0.12;
  animation: zoomBig 2s infinite linear;
}
.team-2 .single-team-item .team-image {
  position: absolute;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
.team-2 .single-team-item .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-fit: cover;
}
.team-2 .single-team-item .content {
  padding-top: 100px;
  text-align: center;
}
.team-2 .single-team-item .content h4 a {
  color: var(--black-2);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 0.4s ease-in-out;
}
.team-2 .single-team-item .content h4 a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.team-2 .single-team-item .content p {
  color: var(--theme-2);
  padding-bottom: 5px;
}
.team-2 .single-team-item .content .social {
  padding-top: 22px;
  gap: 10px;
}
.team-2 .single-team-item .content .social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--white);
  border: 1px solid var(--border-2);
  color: var(--theme-2);
}
.team-2 .single-team-item .content .social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-2 .single-team-item .content .social a:hover {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--white);
}
.team-2 .single-team-item .content .social a:hover i {
  animation: iconTranslateX 0.4s forwards;
}

.team-3 {
  position: relative;
}
.team-3 .shape-1 {
  position: absolute;
  bottom: -70px;
  z-index: -1;
  left: -80px;
  opacity: 0.12;
  animation: spinner 20s infinite linear;
}
.team-3 .shape-2 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
  right: 14%;
  opacity: 60%;
  animation: zoomBig 5s infinite linear;
}
.team-3 .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.team-3 .single-team-item {
  width: 100%;
}
.team-3 .single-team-item .image {
  width: 100%;
  height: 266px;
}
.team-3 .single-team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.team-3 .single-team-item .content {
  background-color: var(--white);
  padding: 15px;
  border-radius: 71px;
  text-align: center;
  margin: 0 37px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .team-3 .single-team-item .content {
    margin-left: 0;
    margin-right: 0;
  }
}
.team-3 .single-team-item .content p {
  color: var(--theme-2);
}
.team-3 .single-team-item .content h4 a {
  color: var(--black-2);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.team-3 .single-team-item .content h4 a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}

.team-details-wrapper .team-image {
  height: 385px;
}
.team-details-wrapper .team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-details-wrapper .team-details-content span {
  color: var(--theme-2);
}
.team-details-wrapper .team-details-content h3 {
  font-size: 28px;
}
.team-details-wrapper .team-details-contact {
  padding: 20px 30px;
  background-color: var(--white);
  margin-bottom: 30px;
  border-radius: 12px;
  border-radius: 12px;
  border-left: 2px solid #0B6EDA;
  background: #FFF;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
}
.team-details-wrapper .team-details-contact .team-content-box .team-infobox li {
  color: var(--text);
  font-weight: 600;
  padding: 10px 0;
  border-radius: 32px;
  justify-content: stretch;
}
.team-details-wrapper .team-details-contact .social {
  margin-top: 24px;
}
.team-details-wrapper .team-details-contact .social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--theme-2);
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  margin: 0 3px;
  border: 1px solid var(--border-2);
}
.team-details-wrapper .team-details-contact .social a:hover {
  background: var(--theme-2);
  color: var(--white);
}

.team-skill-wrapper .team-skill-content h3 {
  font-size: 28px;
}

.testimonial-1 {
  position: relative;
}
.testimonial-1 .shape-1 {
  position: absolute;
  left: 0;
  z-index: -1;
  animation: zoomBig 6s infinite linear;
}
.testimonial-1 .shape-2 {
  position: absolute;
  right: 0;
  bottom: -35%;
  z-index: -1;
  animation: zoomBig 5s infinite linear;
}
.testimonial-1 .array-button {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial-1 .array-button {
    display: none;
  }
}
.testimonial-1 .array-button .array-prev {
  position: absolute;
  color: var(--black-2);
  border: 1px solid var(--black-2);
  left: 0;
}
.testimonial-1 .array-button .array-prev:hover {
  background-color: var(--black-2);
  color: var(--white);
}
.testimonial-1 .array-button .array-next {
  position: absolute;
  color: var(--black-2);
  border: 1px solid var(--black-2);
  right: 0;
}
.testimonial-1 .array-button .array-next:hover {
  background-color: var(--black-2);
  color: var(--white);
}
.testimonial-1 .testimonial-slide {
  overflow: inherit;
}
.testimonial-1 .signle-testimonial-item {
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  margin: 0 155px;
  padding: 40px;
  padding-right: 60px;
  gap: 40px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .testimonial-1 .signle-testimonial-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .testimonial-1 .signle-testimonial-item {
    flex-direction: column;
    padding: 40px 20px;
    align-items: center;
  }
}
.testimonial-1 .signle-testimonial-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: auto;
  background-color: var(--theme);
  left: -5px;
  z-index: -1;
  border-radius: 12px;
}
.testimonial-1 .signle-testimonial-item img {
  width: 191px;
  height: 191px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-1 .signle-testimonial-item .content .star {
  color: var(--theme-2);
  padding-bottom: 5px;
}
.testimonial-1 .signle-testimonial-item .content p {
  color: var(--text);
  font-family: "Montserrat", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.28px;
}
@media (max-width: 767px) {
  .testimonial-1 .signle-testimonial-item .content p {
    font-size: 18px;
    text-align: center;
  }
}

.testimonial-2 {
  position: relative;
}
.testimonial-2 .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 28%;
}
.testimonial-2 .single-testimonial-item {
  position: relative;
  background-color: var(--theme-3);
  padding: 40px 30px 20px 95px;
  max-width: 580px;
  border-radius: 12px;
  float: right;
}
@media (max-width: 1399px) {
  .testimonial-2 .single-testimonial-item {
    max-width: 100%;
    padding-left: 40px;
  }
}
.testimonial-2 .single-testimonial-item .client-img {
  position: absolute;
  width: 112px;
  height: 112px;
  left: -55px;
  top: 35px;
}
@media (max-width: 1399px) {
  .testimonial-2 .single-testimonial-item .client-img {
    position: initial;
    margin-bottom: 20px;
  }
}
.testimonial-2 .single-testimonial-item .client-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.testimonial-2 .single-testimonial-item .client-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-2 .single-testimonial-item .client-rating li {
  color: var(--theme);
}
.testimonial-2 .single-testimonial-item .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: var(--white);
  padding-top: 10px;
  font-family: "Montserrat", serif;
}
.testimonial-2 .single-testimonial-item .client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}
.testimonial-2 .single-testimonial-item .client-info .content h6 {
  font-size: 16px;
  color: var(--white);
}
.testimonial-2 .single-testimonial-item .client-info .content p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
.testimonial-2 .swiper-dot .swiper-pagination-bullet {
  background-color: var(--white);
}

.testimonial-3 .testimonial-image {
  width: 535px;
  height: 535px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .testimonial-3 .testimonial-image {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .testimonial-3 .testimonial-image {
    width: 100%;
    height: 100%;
  }
}
.testimonial-3 .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-3 .testimonial-content .array-button {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}
.testimonial-3 .testimonial-content .single-testimonial-item {
  padding-top: 45px;
}
.testimonial-3 .testimonial-content .single-testimonial-item .client-rating {
  gap: 5px;
}
.testimonial-3 .testimonial-content .single-testimonial-item .client-rating li {
  color: var(--theme);
}
.testimonial-3 .testimonial-content .single-testimonial-item .text {
  font-family: "Montserrat", serif;
  color: var(--text);
  font-size: 24px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.24px;
}
.testimonial-3 .testimonial-content .single-testimonial-item .client-info {
  padding-top: 65px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-3 .testimonial-content .single-testimonial-item .client-info .client-img {
  position: relative;
  width: 65px;
  height: 65px;
}
.testimonial-3 .testimonial-content .single-testimonial-item .client-info .client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-3 .testimonial-content .single-testimonial-item .client-info .client-img .icon {
  position: absolute;
  color: var(--theme-2);
  font-size: 30px;
  z-index: 11;
  top: -15px;
  right: -10px;
}

.testimonial-4 .single-testimonial-item {
  text-align: center;
  padding: 0 50px;
  border-right: 1px solid var(--border-2);
  position: relative;
}
.testimonial-4 .single-testimonial-item .shape-1 {
  position: absolute;
  left: 70px;
  top: 10px;
  opacity: 9%;
}
.testimonial-4 .single-testimonial-item .client-img {
  width: 78px;
  height: 78px;
  position: relative;
}
.testimonial-4 .single-testimonial-item .client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-4 .single-testimonial-item .client-img .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  color: var(--theme);
}
.testimonial-4 .single-testimonial-item .client-rating {
  padding-top: 25px;
  padding-bottom: 10px;
}
.testimonial-4 .single-testimonial-item .client-rating li {
  color: var(--theme);
  gap: 5px;
}
.testimonial-4 .single-testimonial-item .text {
  font-size: 18px;
  padding-top: 30px;
}
.testimonial-4 .single-testimonial-item .client-info {
  padding-top: 20px;
}
.testimonial-4 .single-testimonial-item .client-info p {
  font-size: 14px;
}

.process-1 {
  position: relative;
}
.process-1 .process-items {
  grid-template-columns: auto auto auto;
  padding-top: 70px;
  padding-bottom: 260px;
}
@media (max-width: 1399px) {
  .process-1 .process-items {
    grid-template-columns: auto auto;
    gap: 30px;
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .process-1 .process-items {
    grid-template-columns: auto;
  }
}
.process-1 .process-items .single-process-item {
  position: relative;
  z-index: 1;
  width: 372px;
}
.process-1 .process-items .single-process-item .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 1;
}
.process-1 .process-items .single-process-item:nth-child(2) .icon {
  top: 5px;
  left: 15px;
}
@media (max-width: 991px) {
  .process-1 .process-items .single-process-item {
    width: 100%;
  }
}
.process-1 .process-items .single-process-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 372 333" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.1761C0 68.9789 2.87287 63.1318 7.77841 59.3447L79.2515 4.16861C82.7523 1.46598 87.0503 0 91.473 0H352C363.046 0 372 8.95431 372 20V312.34C372 323.385 363.046 332.34 352 332.34H20C8.95431 332.34 0 323.385 0 312.34V75.1761Z" /></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 332px;
  mask-size: cover;
}
.process-1 .process-items .single-process-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.process-1 .process-items .single-process-item h4 {
  color: var(--white);
  padding-top: 20px;
}
.process-1 .process-items .single-process-item p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  line-height: 26px;
  padding: 15px 20px 0 20px;
}
.process-1 .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 5%;
  animation: zoomBig 10s infinite linear;
}
.process-1 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 40%;
  animation: topToBottom 5s infinite linear;
}
.process-1 .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 40%;
  animation: leftToRight 5s infinite linear;
}
.process-1 .shape-4 {
  position: absolute;
  top: 26.5%;
  left: 25.5%;
  animation: leftToRight 3s infinite linear;
}
.process-1 .shape-5 {
  position: absolute;
  bottom: 29.5%;
  left: 49.5%;
  animation: leftToRight 3s infinite linear;
}

.process-2 {
  position: relative;
}
.process-2 .signle-process-item {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.process-2 .signle-process-item .shape-1 {
  position: absolute;
  right: -130px;
  animation: rotateleft2 5s linear infinite;
}
@media (max-width: 767px) {
  .process-2 .signle-process-item .shape-1 {
    display: none;
  }
}
.process-2 .signle-process-item .shape-2 {
  position: absolute;
  right: -120px;
  top: 25px;
  animation: rotateleft 5s linear infinite;
}
@media (max-width: 1199px) {
  .process-2 .signle-process-item .shape-2 {
    display: none;
  }
}
.process-2 .signle-process-item .icons {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
}
.process-2 .signle-process-item .icons .icon-1 {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 7px 11px 50px 50px rgba(2, 8, 66, 0.03);
  font-size: 37px;
  background: var(--white);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.process-2 .signle-process-item .icons .icon-2 {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  background-color: var(--theme-2);
  position: absolute;
  right: -10px;
}
.process-2 .signle-process-item:hover .icon-1 {
  background-color: var(--theme-2);
  color: var(--white);
  transform: scale(1.05);
}

.video-1 {
  margin-top: -260px;
}
.video-1 .video-image {
  position: relative;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1316 535"  xmlns="http://www.w3.org/2000/svg"><path d="M0 104.971C0 101.788 1.26428 98.7357 3.51472 96.4853L96.4853 3.51472C98.7357 1.26428 101.788 0 104.971 0H1191.66C1194.46 0 1197.18 0.984195 1199.34 2.78134L1311.68 96.4018C1314.42 98.6818 1316 102.059 1316 105.62V523C1316 529.627 1310.63 535 1304 535H12C5.3726 535 0 529.627 0 523V104.971Z" /></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  height: 535px;
  border-radius: 30px;
  mask-size: cover;
}
.video-1 .video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.video-1 .video-image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 13, 68, 0.44);
}
.video-1 .video-image .icon {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--white);
  position: relative;
  z-index: 2;
  margin: auto;
}
.video-1 .video-image .video-button {
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  transition: all 0.4s ease-in-out;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-1 .video-image .video-button i {
  font-size: 28px;
  color: var(--white);
}
.video-1 .video-image .video-button .video-button-ripple::before,
.video-1 .video-image .video-button .video-button-ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(63, 181, 253, 0.6);
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video-1 .video-image .video-button .video-button-ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-1 .video-image .video-button .video-button-ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.video-1.style-2 .video-image {
  mask: none;
  border-radius: 20px;
}
.video-1.style-2 .video-image::after {
  display: none;
}
.video-1.style-2 .video-image .icon {
  width: 85px;
  height: 85px;
  font-size: 25px;
}
.video-1.video-page {
  margin-top: -220px;
}

@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
.blog-wrapper .blog-details-image {
  width: 100%;
  height: 472px;
}
.blog-wrapper .blog-details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}
.blog-wrapper .single-blog-post .array-button {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content h3 {
  font-size: 28px;
  font-weight: 700;
}
.blog-wrapper .single-blog-post.post-details .post-content .image-2 {
  height: 254px;
}
.blog-wrapper .single-blog-post.post-details .post-content .image-3 {
  height: 425px;
}
.blog-wrapper .single-blog-post.post-details .post-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-wrapper .single-blog-post.post-details .post-content .single-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}
.blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: var(--bg);
  padding: 40px 35px;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}
.blog-wrapper .single-blog-post.post-details .wp-block-quote blockquote {
  color: var(--black-2);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.28px;
}
.blog-wrapper .single-blog-post.post-details .wp-block-quote .title span {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
}
.blog-wrapper .single-blog-post.post-details .wp-block-quote .title .icon {
  font-size: 40px;
  color: var(--theme-2);
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: 0.3;
  z-index: -1;
}
.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--theme);
  border: none;
}
.blog-wrapper .single-blog-post.quote-post .post-content::before, .blog-wrapper .single-blog-post.format-quote .post-content::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../assets/img/quotepost.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
  padding: 50px;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
    padding: 30px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}
.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 36px;
  color: var(--white);
}
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta {
  margin-top: 10px;
}
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i {
  color: var(--white);
}
.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
.blog-wrapper .single-blog-post .post-featured-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 15px 30px;
  background-color: var(--theme);
  text-align: center;
}
.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 {
  color: var(--white);
}
.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-button {
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: var(--white);
  transition: all 0.4s ease-in-out;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-button i {
  font-size: 28px;
  color: var(--theme-2);
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::before,
.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 253, 0.6);
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-button .video-button-ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.blog-wrapper .single-blog-post .post-content {
  padding-top: 30px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content {
    padding-top: 20px;
  }
}
.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 28px;
  }
}
.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme);
}
.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 30px 10px;
  }
}
@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--header);
}
.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 35px;
}
.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 22px;
  list-style-type: disc;
  color: var(--text-2);
  font-weight: 500;
  position: relative;
  font-size: 18px;
  padding-left: 40px;
}
.blog-wrapper .single-blog-post .post-content ul li::before {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 14px;
  color: var(--theme);
  border-radius: 50%;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.09);
}
.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}
.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-bottom: 10px;
}
.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: var(--text);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  margin: 0 14px;
}
.blog-wrapper .single-blog-post .post-content .post-meta span:nth-child(1) {
  margin-inline-start: 0;
}
.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
  color: var(--theme);
  font-weight: 700;
}
.blog-wrapper .single-blog-post .post-content .theme-btn i {
  transform: rotate(0);
}
.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}
.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}
.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}
.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 700;
}
.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color: var(--theme);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .news-area .main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .news-area .main-sidebar {
    margin-top: 40px;
  }
}
.news-area .main-sidebar .single-sidebar-widget {
  background-color: var(--bg);
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}
.news-area .main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a:hover {
  color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}
.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}
.news-area .main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  padding-left: 5px;
  position: relative;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 21px;
  width: 2px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme-2);
}
.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 18px;
}
.news-area .main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--bg);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 12px 25px;
  width: 100%;
  border: none;
  text-transform: capitalize;
  color: var(--header);
}
.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  color: var(--black-2);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.search_widget form button:hover {
  background-color: var(--header);
}

.popular-posts .single-post-item,
.popular_posts .single-post-item {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.popular-posts .single-post-item:last-child,
.popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
  height: 85px;
  width: 100px;
  float: left;
  margin-right: 20px;
  border-radius: 4px;
}
.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
}
.popular-posts .single-post-item .post-content h5 a,
.popular_posts .single-post-item .post-content h5 a {
  color: var(--text);
}
.popular-posts .single-post-item .post-content h5 a:hover,
.popular_posts .single-post-item .post-content h5 a:hover {
  color: var(--theme-2);
}
.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
  color: #959595;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}
.popular-posts .single-post-item .post-content .post-date i,
.popular_posts .single-post-item .post-content .post-date i {
  color: var(--theme-2);
  margin-right: 7px;
  font-size: 20px;
}

.widget_categories {
  padding-right: 10px;
}
.widget_categories ul li {
  display: block;
}
.widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.widget_categories ul li a {
  position: relative;
  background: var(--white);
  color: var(--text);
  padding: 18px 20px;
  line-height: 1;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.widget_categories ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  z-index: -1;
  width: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.widget_categories ul li a:hover {
  color: var(--white) !important;
}
.widget_categories ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.widget_categories ul li a:hover span {
  color: var(--white);
}
.widget_categories ul li a i {
  margin-right: 10px;
}
.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  text-align: center;
  color: var(--text);
  transition: all 0.4s ease-in-out;
}

.tagcloud a {
  display: inline-block;
  padding: 12px 25px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #F6F3EE;
  margin-right: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 4px;
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.tagcloud-2 a {
  display: inline-block;
  padding: 12px 15px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  background-color: var(--white);
  margin-right: 12px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 4px;
}
.tagcloud-2 a:last-child {
  margin-right: 0;
}
.tagcloud-2 a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: var(--theme);
  color: var(--white);
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.social-share a {
  width: 35px;
  height: 35px;
  background-color: var(--bg);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.social-share a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.tag-share-wrap {
  padding-bottom: 50px;
  padding-top: 60px;
}
.tag-share-wrap h4 {
  margin-right: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

.related-post-wrap,
.comment-form-wrap {
  background-color: #F8F8F9;
  height: 100%;
  padding: 50px;
  padding-right: 65px;
}
@media (max-width: 767px) {
  .related-post-wrap,
  .comment-form-wrap {
    padding: 30px;
  }
}
.related-post-wrap h3,
.comment-form-wrap h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .related-post-wrap h3,
  .comment-form-wrap h3 {
    font-size: 20px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}
.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}
.comments-item-list .single-comment-item p,
.comments-item-list .single-comment-item span {
  font-size: 16px;
}
.comments-item-list .single-comment-item .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
}
.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}
.comments-item-list .single-comment-item .author-info-comment .info .reply-btn {
  padding: 10px 18px;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--header);
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  box-shadow: inherit;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .reply-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .info .reply-btn:hover {
  color: var(--theme-2) !important;
}
.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--text);
  font-weight: 600;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #F8F8F9;
  width: 100%;
  margin-top: 30px;
}
.comment-form label {
  margin-bottom: 4px;
}
.comment-form input,
.comment-form textarea {
  margin-bottom: 20px;
  outline: none;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
  background-color: var(--white);
}
@media (max-width: 585px) {
  .comment-form input,
  .comment-form textarea {
    padding: 15px;
  }
}
.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}
@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}
.comment-form .theme-btn i {
  margin-right: 10px;
  margin-left: 0;
  transform: rotate(0);
}

.comment ul {
  list-style-type: disc;
}
.comment ul ol {
  margin-bottom: 0;
}
.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}
.comment ol ul {
  margin-bottom: 0;
}
.comment ol ol {
  margin-bottom: 0;
}
.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}
.site_info_widget .single-contact-info span {
  display: block;
  color: var(--theme);
}
.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  background-color: var(--theme);
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}
.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color: var(--theme);
}
.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color: var(--theme);
}
.site_info_widget .social-link {
  margin-top: 35px;
}
.site_info_widget .social-link a {
  margin-right: 8px !important;
}

.blog-author-info .image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.blog-author-info .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-author-info .author-social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--white);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog-author-info .author-social-link a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.blog-1 {
  position: relative;
}
.blog-1 .shape-1 {
  position: absolute;
  top: 50px;
  left: 60px;
  opacity: 5%;
}
.blog-1 .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 22%;
}
.blog-1 .blog-inner {
  padding-bottom: 220px;
}
.blog-1 .blog-inner .single-blog-item {
  margin-top: 40px;
  padding: 25px;
  background-color: var(--white);
  border-radius: 12px;
  position: relative;
}
.blog-1 .blog-inner .single-blog-item .image {
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 374 282" xmlns="http://www.w3.org/2000/svg"><path d="M0 75.3262C0 69.1175 2.88346 63.2609 7.80428 59.4749L79.7142 4.14868C83.2106 1.45859 87.4984 0 91.9099 0H354C365.046 0 374 8.95431 374 20V262C374 273.046 365.046 282 354 282H20C8.9543 282 0 273.046 0 262V75.3262Z"/></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.blog-1 .blog-inner .single-blog-item .image img {
  border-radius: 12px;
  object-fit: cover;
}
.blog-1 .blog-inner .single-blog-item .image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  transform: none;
}
.blog-1 .blog-inner .single-blog-item .content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.blog-1 .blog-inner .single-blog-item .content ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-1 .blog-inner .single-blog-item .content ul li {
  font-weight: 500;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.blog-1 .blog-inner .single-blog-item .content ul li:nth-child(2) {
  color: rgba(73, 81, 91, 0.37);
  background: none;
  font-size: 10px;
}
.blog-1 .blog-inner .single-blog-item .content ul li:nth-child(3) {
  color: var(--text);
}
.blog-1 .blog-inner .single-blog-item .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.22px;
}
.blog-1 .blog-inner .single-blog-item .content h3 a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-1 .blog-inner .single-blog-item .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.blog-1 .blog-inner .single-blog-item .content p {
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 10px;
}
.blog-1 .blog-inner .single-blog-item .content .link-btn {
  font-weight: 700;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 17px;
}
.blog-1 .blog-inner .single-blog-item .content .link-btn i {
  padding-left: 8px;
}
.blog-1 .blog-inner .single-blog-item:hover .image img:nth-child(2) {
  width: 100%;
  visibility: visible;
  transform: none;
}
.blog-1.style-2 {
  position: relative;
}
.blog-1.style-2 .blog-2-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-1.style-2 .blog-2-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme-3);
  opacity: 96%;
}
.blog-1.style-2 .blog-inner {
  padding-bottom: 93px;
}
.blog-1.style-2 .blog-inner .single-blog-item {
  background-color: transparent;
  padding: 0;
}
.blog-1.style-2 .blog-inner .single-blog-item .image {
  position: relative;
  mask: none;
  height: 285px;
  width: 100%;
}
.blog-1.style-2 .blog-inner .single-blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-1.style-2 .blog-inner .single-blog-item .image .date {
  width: 75px;
  height: 72px;
  border-radius: 12px;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.blog-1.style-2 .blog-inner .single-blog-item .image .date h6 {
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.24px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.blog-1.style-2 .blog-inner .single-blog-item .image .date h6 span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
}
.blog-1.style-2 .blog-inner .single-blog-item .content {
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: var(--theme-3);
  padding: 20px 10px 5px 30px;
  margin-top: -50px;
  border-radius: 12px;
}
.blog-1.style-2 .blog-inner .single-blog-item .content li i {
  color: var(--white);
}
.blog-1.style-3 .blog-inner {
  padding: 0;
}
.blog-1.style-3 .blog-inner .single-blog-item {
  padding-bottom: 35px;
}
.blog-1.style-3 .blog-inner .single-blog-item .image {
  mask: none;
  height: 285px;
  width: 100%;
}
.blog-1.style-3 .blog-inner .single-blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn {
  background: transparent;
  border: 1px solid var(--theme);
  color: var(--theme-2);
}
.blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn::before, .blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn::after {
  background-color: var(--theme);
}
.blog-1.style-3 .blog-inner .single-blog-item .trasparent-btn:hover {
  color: var(--white);
}
.blog-1.blog-page .blog-inner {
  padding-bottom: 0;
}

.blog-2 .single-blog-item {
  margin-top: 30px;
}
.blog-2 .single-blog-item .image {
  width: 100%;
  height: 188px;
}
.blog-2 .single-blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blog-2 .single-blog-item .content ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.blog-2 .single-blog-item .content ul li {
  font-weight: 500;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.blog-2 .single-blog-item .content ul li:nth-child(2) {
  color: rgba(73, 81, 91, 0.37);
  background: none;
  font-size: 10px;
}
.blog-2 .single-blog-item .content ul li:nth-child(3) {
  color: var(--text);
}
.blog-2 .single-blog-item .content h5 a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-2 .single-blog-item .content h5 a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.blog-2 .single-blog-item.style-2 {
  position: relative;
}
.blog-2 .single-blog-item.style-2 .image {
  height: 620px;
}
.blog-2 .single-blog-item.style-2 .content {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.blog-2 .single-blog-item.style-2 .content ul li {
  color: var(--white-3);
}
.blog-2 .single-blog-item.style-2 .content ul li:nth-child(2) {
  color: var(--white-3);
  background: none;
}
.blog-2 .single-blog-item.style-2 .content ul li:nth-child(3) {
  color: var(--white-3);
}
.blog-2 .single-blog-item.style-2 .content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.blog-2 .single-blog-item.style-2 .content h3 a {
  color: var(--white);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-2 .single-blog-item.style-2 .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 1px;
}
.blog-2 .single-blog-item.style-2 .content a {
  color: var(--white);
}
.blog-2 .single-blog-item.style-2 .content a i {
  margin-top: 2px;
  padding-left: 5px;
}

.pricing-1 .icon-box {
  margin-top: 40px;
  gap: 20px;
}
@media (max-width: 767px) {
  .pricing-1 .icon-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.pricing-1 .icon-box .icon {
  font-size: 43px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.pricing-1 .icon-box .title h4 {
  color: var(--white);
  padding-bottom: 10px;
}
.pricing-1 .icon-box .title p {
  color: rgba(255, 255, 255, 0.75);
}
.pricing-1 .single-pricing-item {
  border-radius: 12px;
  background-color: var(--theme-3);
  padding: 40px 50px;
  position: relative;
}
@media (max-width: 1399px) {
  .pricing-1 .single-pricing-item {
    padding: 40px;
  }
}
.pricing-1 .single-pricing-item .header h4 {
  color: var(--white);
  padding-bottom: 10px;
}
.pricing-1 .single-pricing-item .header span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
.pricing-1 .single-pricing-item .price {
  padding: 25px 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 69px;
  letter-spacing: -1.2px;
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.pricing-1 .single-pricing-item .price span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  line-height: 26px;
  font-size: 16px;
}
.pricing-1 .single-pricing-item .list {
  margin-top: 30px;
}
.pricing-1 .single-pricing-item .list li {
  color: rgba(255, 255, 255, 0.75);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-bottom: 12px;
}
.pricing-1 .single-pricing-item .list li i {
  color: var(--theme-2);
  padding-right: 5px;
}
.pricing-1 .single-pricing-item .theme-btn {
  margin-top: 25px;
  width: 100%;
}
.pricing-1.style-2 {
  position: relative;
}
.pricing-1.style-2 .light-shape {
  width: 638px;
  height: 638px;
  position: absolute;
  left: -10%;
  top: -20%;
  border-radius: 50%;
  background-color: rgba(255, 225, 0, 0.26);
  filter: blur(250px);
}
.pricing-1.style-2 .shape-1 {
  position: absolute;
  left: -5%;
  top: -20%;
  opacity: 13%;
  animation: spinner 30s infinite linear;
}
.pricing-1.style-2 .single-pricing-item {
  background-color: var(--white);
  padding: 55px 20px;
  padding-bottom: 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  margin-top: 30px;
}
.pricing-1.style-2 .single-pricing-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme-4);
  height: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.pricing-1.style-2 .single-pricing-item.border-style {
  border: 1px solid var(--theme-4);
  height: 660px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .pricing-1.style-2 .single-pricing-item.border-style {
    height: auto;
  }
}
.pricing-1.style-2 .single-pricing-item.border-style:hover::after {
  display: none;
}
.pricing-1.style-2 .single-pricing-item .price-btn {
  background-color: #F2F2F3;
  padding: 5px 13px;
  border: 1px solid var(--black-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.24px;
  position: absolute;
  top: -15px;
  right: 20px;
  cursor: pointer;
}
.pricing-1.style-2 .single-pricing-item .header h4 {
  color: var(--black-2);
  text-align: center;
}
.pricing-1.style-2 .single-pricing-item .header span {
  color: var(--text);
}
.pricing-1.style-2 .single-pricing-item .price {
  border-bottom: none;
}
.pricing-1.style-2 .single-pricing-item .price span {
  color: var(--text);
}
.pricing-1.style-2 .single-pricing-item .list {
  margin-top: 30px;
}
.pricing-1.style-2 .single-pricing-item .list li {
  color: var(--text);
}
.pricing-1.style-2 .single-pricing-item .theme-btn {
  width: calc(100% - 80px);
  text-align: center;
  margin-top: 0;
}
.pricing-1.style-2 .single-pricing-item .price-img {
  width: 100%;
  height: 102px;
  margin-top: 20px;
}
.pricing-1.style-2 .single-pricing-item .price-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.pricing-1.style-2 .single-pricing-item:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme-4);
  height: 100%;
  opacity: 1;
}

.funfact-1 {
  position: relative;
  margin-top: -110px;
}
.funfact-1 .funfact-inner {
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  padding: 50px 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .funfact-1 .funfact-inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .funfact-1 .funfact-inner {
    padding: 50px 30px;
  }
}
.funfact-1 .funfact-inner .title {
  width: 30%;
  color: var(--white);
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: -0.28px;
}
@media (max-width: 1399px) {
  .funfact-1 .funfact-inner .title {
    width: 100%;
    text-align: center;
    font-size: 35px;
  }
}
.funfact-1 .funfact-inner .funfact-items {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .funfact-1 .funfact-inner .funfact-items {
    grid-template-columns: auto auto;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .funfact-1 .funfact-inner .funfact-items {
    grid-template-columns: auto;
  }
}
.funfact-1 .funfact-inner .funfact-items .single-funfact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .funfact-1 .funfact-inner .funfact-items .single-funfact-item {
    flex-direction: column;
    text-align: center;
  }
}
.funfact-1 .funfact-inner .funfact-items .single-funfact-item .icon {
  font-size: 70px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .funfact-1 .funfact-inner .funfact-items .single-funfact-item .icon {
    font-size: 50px;
  }
}
.funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box {
  position: relative;
  width: 100%;
}
.funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box h2 {
  width: 100%;
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -1.2px;
}
@media (max-width: 1199px) {
  .funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box h2 {
    font-size: 45px;
  }
}
.funfact-1 .funfact-inner .funfact-items .single-funfact-item .count-box p {
  color: var(--white-3);
}

.funfact-2 {
  position: relative;
}
.funfact-2 .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 19%;
  z-index: -1;
}
.funfact-2 .funfact-inner {
  border-radius: 12px;
  border: 1px solid rgba(4, 11, 41, 0.08);
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  padding: 35px;
}
@media (max-width: 1199px) {
  .funfact-2 .funfact-inner {
    grid-template-columns: auto auto auto;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .funfact-2 .funfact-inner {
    grid-template-columns: auto auto;
    justify-content: center;
  }
}
.funfact-2 .funfact-inner .signle-funfact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .funfact-2 .funfact-inner .signle-funfact-item {
    flex-direction: column;
    text-align: center;
  }
}
.funfact-2 .funfact-inner .signle-funfact-item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 1px;
  height: 164px;
  background-color: rgba(4, 11, 41, 0.08);
  bottom: auto;
  top: -35px;
  right: -50px;
  left: auto;
}
@media (max-width: 1399px) {
  .funfact-2 .funfact-inner .signle-funfact-item::after {
    display: none;
  }
}
.funfact-2 .funfact-inner .signle-funfact-item:nth-child(4)::after {
  content: none;
}
.funfact-2 .funfact-inner .signle-funfact-item .icon {
  width: 92px;
  height: 84px;
  background: #FFF;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
  font-size: 49px;
}
.funfact-2 .funfact-inner .signle-funfact-item .icon i {
  background: linear-gradient(84deg, #3FB5FD 0%, #0B6EDA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.funfact-2 .funfact-inner .signle-funfact-item .count-box h2 {
  color: var(--theme-2);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
}

.funfact-3 {
  position: relative;
}
.funfact-3 .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -120px;
  z-index: -1;
}
.funfact-3 .shape-text {
  white-space: nowrap;
  min-width: 100%;
  z-index: 1;
  font-size: 150px;
  line-height: 120px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 900;
  letter-spacing: -3px;
  white-space: nowrap;
  text-transform: uppercase;
  animation: scroll3 50s linear infinite;
}
.funfact-3 .funfact-inner {
  padding-top: 120px;
}
.funfact-3 .funfact-inner .funfact-content {
  position: relative;
}
.funfact-3 .funfact-inner .funfact-content .funfact-items {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  margin-top: 40px;
  row-gap: 70px;
}
.funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 575px) {
  .funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item {
    flex-direction: column;
    text-align: center;
  }
}
.funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item .icon {
  width: 92px;
  height: 84px;
  border: 1px solid rgba(255, 255, 255, 0.87);
  background: rgba(255, 255, 255, 0.33);
  font-size: 50px;
  color: var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 6px;
}
.funfact-3 .funfact-inner .funfact-content .funfact-items .signle-funfact-item h2 {
  color: var(--theme-4);
  font-size: 48px;
  font-weight: 600;
}
.funfact-3 .funfact-inner .funfact-image {
  float: right;
  position: relative;
}
.funfact-3 .funfact-inner .funfact-image .shape-1 {
  position: absolute;
  top: 32px;
  left: -140px;
  z-index: -1;
  animation: spinner 30s infinite linear;
}
@media (max-width: 991px) {
  .funfact-3 .funfact-inner .funfact-image {
    float: none;
  }
}
.funfact-3 .funfact-inner .funfact-image .image-1 {
  width: 435px;
  height: 580px;
}
@media (max-width: 991px) {
  .funfact-3 .funfact-inner .funfact-image .image-1 {
    width: 100%;
  }
}
.funfact-3 .funfact-inner .funfact-image .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.funfact-3 .funfact-inner .funfact-image .image-2 {
  width: 320px;
  height: 354px;
  position: absolute;
  bottom: -30px;
  left: -200px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .funfact-3 .funfact-inner .funfact-image .image-2 {
    left: -100px;
  }
}
.funfact-3 .funfact-inner .funfact-image .image-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: -12px;
  right: -12px;
  left: auto;
  bottom: auto;
  z-index: -1;
  border-radius: 12px;
}
.funfact-3 .funfact-inner .funfact-image .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.faq-1 .faq-content .accordion-item {
  border: 0;
  margin-top: 15px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid var(--border);
}
.faq-1 .faq-content .accordion-item .accordion-header .accordion-button {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 20px 30px;
  padding-right: 20px;
}
.faq-1 .faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f107";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
  width: auto;
}
.faq-1 .faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f106";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  line-height: 1;
}
.faq-1 .faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0px;
  padding-left: 30px;
  color: var(--white-3);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: -10px;
}
.faq-1.style-2 .faq-content .accordion-item {
  border: 1px solid var(--border-2);
}
.faq-1.style-2 .faq-content .accordion-item .accordion-header .accordion-button {
  color: var(--black-2);
}
.faq-1.style-2 .faq-content .accordion-item .accordion-collapse .accordion-body {
  color: var(--black-2);
}
.faq-1.style-2 .faq-images {
  float: right;
  position: relative;
}
@media (max-width: 991px) {
  .faq-1.style-2 .faq-images {
    float: none;
  }
}
.faq-1.style-2 .faq-images .image-1 {
  width: 560px;
  height: 650px;
}
@media (max-width: 1199px) {
  .faq-1.style-2 .faq-images .image-1 {
    width: 100%;
  }
}
.faq-1.style-2 .faq-images .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}
.faq-1.style-2 .faq-images .image-2 {
  width: 320px;
  height: 354px;
  position: absolute;
  bottom: -60px;
  left: -60px;
  z-index: 1;
  animation: topToBottom 2s linear infinite;
}
.faq-1.style-2 .faq-images .image-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: -12px;
  right: -12px;
  left: auto;
  bottom: auto;
  z-index: -1;
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .faq-1.style-2 .faq-images .image-2 {
    display: none;
  }
}
.faq-1.style-2 .faq-images .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.gallery-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme-4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  border-radius: 12px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-img .gallery-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.gallery-img .gallery-content h4 {
  color: var(--white);
}
.gallery-img .gallery-content i {
  font-size: 45px;
}
.gallery-img:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.gallery-img:hover .gallery-content {
  opacity: 1;
  visibility: visible;
}

.cta-1 {
  margin-top: -220px;
}
.cta-1 .cta-inner {
  background-image: url("../../assets/img/cta/cta-bg.png");
  height: 440px;
  padding-left: 92px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cta-1 .cta-inner {
    height: 100%;
    padding-left: 40px;
    padding-top: 20px;
  }
}
.cta-1 .cta-inner .shape-1 {
  position: absolute;
  bottom: 0;
  right: 120px;
  z-index: -1;
}
.cta-1 .cta-inner .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 30%;
  z-index: -1;
}
.cta-1 .cta-inner .images {
  width: 320px;
  height: 380px;
  margin-top: 60px;
  margin-left: 60px;
}
@media (max-width: 991px) {
  .cta-1 .cta-inner .images {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .cta-1 .cta-inner .images {
    height: 100%;
  }
}
.cta-1 .cta-inner .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

.cta-2 {
  margin-top: -93px;
}
.cta-2 .cta-inner {
  width: 100%;
  position: relative;
  padding: 60px 70px 60px 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .cta-2 .cta-inner {
    padding: 60px 40px;
    justify-content: center;
    text-align: center;
  }
}
.cta-2 .cta-inner .icon {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--white);
  font-size: 53px;
  position: absolute;
  left: -56px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cta-2 .cta-inner .icon {
    left: 50%;
    top: -56px;
    transform: translateY(0);
    transform: translateX(-50%);
  }
}
.cta-2 .cta-inner .icon i {
  background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.cta-2 .cta-inner h3 {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}
.cta-2 .cta-inner p {
  font-size: 18px;
  color: var(--white);
}
.cta-2.style-2 {
  margin: 0;
}
.cta-2.style-2 .cta-inner {
  padding-left: 40px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .cta-2.style-2 .cta-inner {
    gap: 20px;
    justify-content: center;
  }
}
.cta-2.style-2 .cta-inner .icon {
  position: initial;
  transform: translateY(0%);
}
.cta-2.style-3 {
  margin-bottom: -105px;
}
.cta-2.style-3 .cta-inner {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-4) 100%);
}

.apps-wrapper {
  position: relative;
}
.apps-wrapper .bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.apps-wrapper .apps-image {
  width: 560px;
  height: 700px;
  margin-left: -35px;
}
.apps-wrapper .apps-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
@media (max-width: 767px) {
  .apps-wrapper .apps-content {
    padding-bottom: 80px;
  }
}
.apps-wrapper .apps-content .section-title h2 {
  font-size: 80px;
  line-height: 87px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .apps-wrapper .apps-content .section-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.apps-wrapper .apps-content .avater {
  gap: 15px;
}
.apps-wrapper .apps-content .input-form {
  position: relative;
  margin-top: 30px;
}
.apps-wrapper .apps-content .input-form input {
  width: 100%;
  outline: none;
  border: none;
  padding: 19px 22px;
  color: var(--header);
  background-color: rgb(245, 245, 245);
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.apps-wrapper .apps-content .input-form .theme-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.apps-wrapper .apps-content .button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.apps-wrapper .apps-content .button .theme-btn i {
  padding-left: 15px;
  font-size: 22px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .apps-wrapper .apps-content .button .theme-btn {
    width: 100%;
  }
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 50px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  text-transform: capitalize;
  color: var(--white);
}
.scrolling-wrap .comm .cmn-textslide.color-2 {
  background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-4) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.scrolling-wrap .comm:nth-child(2) {
  animation: scroll2 60s linear infinite;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marque-wrapper {
  transform: rotate(-1deg);
}
.marque-wrapper .brand-slide-element {
  width: auto;
  display: inline-block;
}
.marque-wrapper .brand-slide-element .marque-text {
  background-color: var(--theme-4);
  display: inline-flex;
  padding: 15px 35px;
  border-radius: 4px;
}
.marque-wrapper .brand-slide-element .marque-text h3 {
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
.marque-wrapper.style-2 .brand-slide-element .marque-text {
  background-color: var(--theme-2);
}

.contact-us-1 {
  position: relative;
}
.contact-us-1 .shape-1 {
  position: absolute;
  bottom: 0;
  right: -5%;
  opacity: 8%;
  z-index: -1;
}
.contact-us-1 .shape-2 {
  position: absolute;
  top: 0;
  left: -8%;
  opacity: 8%;
  z-index: -1;
  rotate: 250deg;
}
.contact-us-1 .contact-us-content .infu-box {
  padding-bottom: 30px;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-us-1 .contact-us-content .infu-box {
    flex-direction: column;
    text-align: center;
  }
}
.contact-us-1 .contact-us-content .infu-box .icon {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  font-size: 21px;
}
.contact-us-1 .contact-us-content .infu-box h3 {
  font-weight: 600;
  letter-spacing: -0.24px;
}
.contact-us-1 .contact-right {
  position: relative;
  background-color: var(--white);
  border-radius: 12px;
  padding: 50px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  margin-left: -5px;
}
@media (max-width: 991px) {
  .contact-us-1 .contact-right {
    padding: 50px 20px;
  }
}
.contact-us-1 .contact-right::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: -5px;
  left: auto;
  z-index: -1;
  border-radius: 12px;
}
.contact-us-1 .contact-right h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-align: center;
  padding-bottom: 30px;
}
.contact-us-1 .contact-right .form-clt {
  position: relative;
}
.contact-us-1 .contact-right .form-clt .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 10px 20px 0px rgba(34, 34, 34, 0.08);
  text-align: center;
}
@media (max-width: 575px) {
  .contact-us-1 .contact-right .form-clt .icon {
    top: 15px;
  }
}
.contact-us-1 .contact-right .form-clt .icon i {
  color: var(--header);
  font-size: 14px;
}
.contact-us-1 .contact-right .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 10px 22px;
  color: var(--header);
  background-color: rgb(245, 245, 245);
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .contact-us-1 .contact-right .form-clt input {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .contact-us-1 .contact-right .form-clt input {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.contact-us-1 .contact-right .form-clt .nice-select {
  background-color: rgb(245, 245, 245);
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 22px;
  width: 100%;
  border: none;
}
.contact-us-1 .contact-right .form-clt .nice-select::after {
  height: 10px;
  width: 10px;
  right: 25px;
  border-color: var(--text);
  border-bottom: 2px solid var(--text);
  border-right: 2px solid var(--text);
}
.contact-us-1 .contact-right .form-clt .nice-select span {
  color: var(--text);
}
@media (max-width: 991px) {
  .contact-us-1 .contact-right .form-clt .nice-select {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .contact-us-1 .contact-right .form-clt .nice-select {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.contact-us-1 .contact-right .form-clt .nice-select .list {
  background-color: var(--white);
  width: 100%;
}
.contact-us-1 .contact-right .form-clt .nice-select .list li {
  border: none;
  background-color: transparent;
}
.contact-us-1 .contact-right .form-clt .nice-select .option {
  padding: 8px 10px;
}
.contact-us-1 .contact-right .form-clt-big textarea {
  padding: 10px 22px 105px;
  width: 100%;
  outline: none;
  color: var(--header);
  background-color: rgb(245, 245, 245);
  font-weight: 500;
  border: none;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .contact-us-1 .contact-right .form-clt-big textarea {
    font-size: 15px;
  }
}
.contact-us-1 .contact-right .theme-btn {
  background-color: var(--theme-2);
}

.contact-us-2 {
  position: relative;
}
.contact-us-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  max-width: 1500px;
  height: 642px;
  background: rgba(0, 85, 255, 0.08);
  margin: 0 auto;
  z-index: -1;
  border-radius: 20px;
  overflow: hidden;
}
.contact-us-2 .shape-1 {
  position: absolute;
  top: 0%;
  left: 10.6%;
  opacity: 21%;
  z-index: 11;
}
@media (max-width: 1899px) {
  .contact-us-2 .shape-1 {
    display: none;
  }
}
.contact-us-2 .shape-2 {
  position: absolute;
  top: 4%;
  left: 14%;
  opacity: 21%;
  z-index: 11;
  rotate: 90deg;
  animation: zoomBig 3s infinite linear;
}
@media (max-width: 1899px) {
  .contact-us-2 .shape-2 {
    display: none;
  }
}
.contact-us-2 .shape-3 {
  position: absolute;
  top: 2%;
  right: 11.8%;
  z-index: -1;
  animation: zoomBig 3s infinite linear;
}
@media (max-width: 1899px) {
  .contact-us-2 .shape-3 {
    display: none;
  }
}
.contact-us-2 .contact-us-inner {
  margin-top: 40px;
  padding: 60px;
  padding-top: 50px;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
}
@media (max-width: 450px) {
  .contact-us-2 .contact-us-inner {
    padding: 60px 30px;
  }
}
.contact-us-2 .contact-us-inner .contact-left span {
  color: rgba(73, 81, 91, 0.84);
  font-weight: 500;
}
.contact-us-2 .contact-us-inner .contact-left .form-clt {
  position: relative;
  margin-top: 12px;
}
.contact-us-2 .contact-us-inner .contact-left .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 10px 22px;
  color: var(--header);
  background-color: transparent;
  border: 1px solid var(--border-2);
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .contact-us-2 .contact-us-inner .contact-left .form-clt input {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .contact-us-2 .contact-us-inner .contact-left .form-clt input {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.contact-us-2 .contact-us-inner .contact-left .categories .categories-items {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.contact-us-2 .contact-us-inner .contact-left .categories .categories-items .single-item {
  padding: 5px 17px;
  border-radius: 4px;
  display: inline-flex;
  border: 1px solid var(--border-2);
}
.contact-us-2 .contact-us-inner .contact-left .checked-box {
  max-width: 430px;
}
.contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 10px;
}
@media (max-width: 575px) {
  .contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 450px) {
  .contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items {
    grid-template-columns: auto;
  }
}
.contact-us-2 .contact-us-inner .contact-left .checked-box .checked-box-items .form-check .form-check-label {
  color: rgba(73, 81, 91, 0.83);
  font-size: 14px;
  font-weight: 500;
}
.contact-us-2 .contact-us-inner .contact-right .price-ranger {
  width: 100%;
}
.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider-horizontal {
  height: 8px;
  margin-top: 15px;
}
.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider .ui-slider-handle {
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  top: -8px;
}
.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider .ui-slider-handle:nth-child(2) {
  display: none;
}
.contact-us-2 .contact-us-inner .contact-right .price-ranger .ui-slider .ui-slider-range {
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
}
.contact-us-2 .contact-us-inner .contact-right .price-ranger .ranger-min-max-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
.contact-us-2 .contact-us-inner .contact-right .form-clt-big textarea {
  margin-top: 15px;
  padding: 10px 22px;
  width: 100%;
  outline: none;
  color: var(--header);
  border: 1px solid var(--border-2);
  font-weight: 500;
  min-height: 270px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .contact-us-2 .contact-us-inner .contact-right .form-clt-big textarea {
    font-size: 15px;
  }
}
.contact-us-2 .contact-us-inner .contact-right span {
  color: rgba(73, 81, 91, 0.84);
  font-weight: 500;
}
.contact-us-2 .contact-us-inner .contact-right .contact-btn .infu {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .contact-us-2 .contact-us-inner .contact-right .contact-btn .infu {
    display: none;
  }
}
.contact-us-2 .contact-us-inner .contact-right .contact-btn .infu p {
  font-size: 14px;
  color: var(--theme-2);
}

.single-contact-card {
  background-color: var(--white);
  padding: 30px 35px;
  transition: all 0.3s ease-in-out;
  gap: 20px;
  box-shadow: 7px 11px 50px 52px rgba(2, 8, 66, 0.03);
  border-radius: 12px;
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.single-contact-card::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-4) 100%);
  z-index: -1;
  border-radius: 12px;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.single-contact-card .icon {
  font-size: 30px;
  color: var(--theme);
}
.single-contact-card:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.single-contact-card:hover .icon {
  color: var(--white) !important;
}
.single-contact-card:hover p,
.single-contact-card:hover span,
.single-contact-card:hover h4 {
  color: #fff;
}

.office-google-map-wrapper iframe {
  width: 100%;
  height: 600px;
}

.footer-widgets-1 .single-footer-widget .widget-head {
  margin-bottom: 25px;
}
.footer-widgets-1 .single-footer-widget .widget-head h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.footer-widgets-1 .single-footer-widget .footer-content p {
  margin-bottom: 22px;
}
.footer-widgets-1 .single-footer-widget .footer-content h5 {
  color: var(--black-2);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.footer-widgets-1 .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 15px;
}
.footer-widgets-1 .single-footer-widget .footer-content .footer-input input {
  background: var(--bg);
  border: none;
  outline: none;
  padding: 10px 22px;
  width: 100%;
  border-radius: 4px;
  color: var(--text);
}
.footer-widgets-1 .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--text);
}
.footer-widgets-1 .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 42px;
  height: 38px;
  border-radius: 5px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
}
.footer-widgets-1 .single-footer-widget .footer-content .social-icon {
  gap: 25px;
  margin-top: 35px;
}
.footer-widgets-1 .single-footer-widget .footer-content .social-icon a {
  font-size: 26px;
  color: var(--text);
}
.footer-widgets-1 .single-footer-widget .footer-content .social-icon a:hover {
  color: var(--theme-2);
}
.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact a {
  width: 55px;
  height: 55px;
  line-height: 1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
  color: var(--white);
}
.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu {
  width: 75%;
}
.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu h5 {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
}
.footer-widgets-1 .single-footer-widget .footer-content .contact-info-area .contact .contact-infu span {
  color: #05F;
  font-weight: 600;
}
.footer-widgets-1 .single-footer-widget .list-area {
  padding-top: 5px;
}
.footer-widgets-1 .single-footer-widget .list-area li {
  margin-bottom: 16px;
}
.footer-widgets-1 .single-footer-widget .list-area li i {
  font-size: 4px;
}
.footer-widgets-1 .single-footer-widget .list-area li a {
  color: var(--theme-2);
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-1 .single-footer-widget .list-area li:hover a {
  padding-left: 10px;
}
.footer-widgets-1.style-2 .single-footer-widget .footer-content p {
  color: var(--white-3);
}
.footer-widgets-1.style-2 .single-footer-widget .footer-content h5 {
  color: var(--white);
}
.footer-widgets-1.style-2 .single-footer-widget .footer-content .social-icon a {
  color: var(--white-3);
}
.footer-widgets-1.style-2 .single-footer-widget .footer-content .social-icon a:hover {
  color: var(--theme-2);
}
.footer-widgets-1.style-2 .single-footer-widget .list-area li a {
  color: #F9F6EE;
}
.footer-widgets-1.style-2 .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-1.style-2 .single-footer-widget .gallery {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}
.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img img {
    width: 100%;
    display: block;
  }
}
.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
  background: linear-gradient(84deg, rgba(63, 181, 253, 0.5) 0%, rgba(11, 110, 218, 0.5) 100%);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: all 500ms ease;
  border-radius: 5px;
}
.footer-widgets-1.style-2 .single-footer-widget .gallery .footer-gallery-img:hover .content {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.footer-widgets-1.style-3 .single-footer-widget .footer-content p {
  color: var(--text-2);
}
.footer-widgets-1.style-3 .single-footer-widget .footer-content h5 {
  color: var(--black-2);
}
.footer-widgets-1.style-3 .single-footer-widget .footer-content .social-icon a {
  color: var(--text);
}
.footer-widgets-1.style-3 .single-footer-widget .list-area li a {
  color: var(--theme-2);
}
.footer-widgets-1.style-3 .single-footer-widget .widget-head h4 {
  color: var(--black-2);
}

.footer-bottom {
  background-color: var(--black-2);
  padding: 10px 0;
}
.footer-bottom .footer-bottom-wrapper p {
  color: var(--white-3);
}
.footer-bottom.style-2 {
  background-color: #0F144B;
}
@media (max-width: 767px) {
  .footer-bottom.style-2 .footer-bottom-wrapper {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
}
.footer-bottom.style-2 .footer-bottom-wrapper .security {
  color: var(--white-3);
}
.footer-bottom.style-2 .footer-bottom-wrapper .security a {
  padding: 0 5px;
  color: var(--white-3);
}


/* ================= HERO SECTION ================= */

:root {
  --deep-blue: #0057D9;
  --electric-blue: #1E90FF;
  --teal: #00C2A8;
  --white: #FFFFFF;
  --silver: #D9E2EC;
}


/* ================= HERO BASE ================= */

.etrendora-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 45%,
      rgba(0, 194, 168, 0.25),
      transparent 32%
    ),
    radial-gradient(
      circle at 15% 20%,
      rgba(30, 144, 255, 0.28),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #0057D9 0%,
      #064db8 45%,
      #003b91 100%
    );

  color: var(--white);

  display: flex;
  align-items: center;

  padding: 120px 0;
}


/* ================= BACKGROUND GRID ================= */

.hero-grid {
  position: absolute;
  inset: 0;

  opacity: 0.5;

  background-image:
    linear-gradient(
      rgba(255,255,255,0.15) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,0.15) 1px,
      transparent 1px
    );

  background-size: 70px 70px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      black,
      transparent
    );
}


/* ================= SOFT GLOW ================= */

.hero-bg-glow {
  position: absolute;

  width: 520px;
  height: 520px;

  right: 8%;
  top: 10%;

  background: var(--teal);

  opacity: 0.18;

  filter: blur(140px);

  border-radius: 50%;

  animation: glowMove 8s ease-in-out infinite alternate;
}


/* ================= CONTAINER ================= */

.etrendora-hero .container {
  position: relative;
  z-index: 2;

  width: min(1200px, 90%);

  margin: auto;
}


/* ================= CONTENT ================= */

.hero-content {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 70px;
}


/* ================= BADGE ================= */

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 18px;

  margin-bottom: 25px;

  border: 1px solid rgba(255,255,255,0.25);

  border-radius: 50px;

  background:
    rgba(255,255,255,0.12);

  backdrop-filter: blur(16px);

  color: var(--silver);

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;

  box-shadow:
    0 10px 30px rgba(0, 30, 100, 0.15);
}

.pulse-dot {
  width: 8px;
  height: 8px;

  background: var(--teal);

  border-radius: 50%;

  box-shadow:
    0 0 15px var(--teal);

  animation: pulse 2s infinite;
}


/* ================= HEADLINE ================= */

.hero-text h1 {
  font-size: clamp(48px, 5vw, 76px);

  line-height: 1.05;

  letter-spacing: -2px;

  margin: 0 0 25px;

  font-weight: 800;

  color: #fff;
}

.hero-text h1 span {
  display: block;

  background:
    linear-gradient(
      90deg,
      var(--white),
      #b9e6ff,
      #8df0df
    );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ================= DESCRIPTION ================= */

.hero-text p {
  max-width: 620px;

  font-size: 18px;

  line-height: 1.8;

  color:
    rgba(255,255,255,0.78);

  margin-bottom: 35px;
}


/* ================= BUTTONS ================= */

.hero-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 14px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding: 15px 23px;

  border-radius: 12px;

  text-decoration: none;

  font-weight: 600;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}


/* PRIMARY BUTTON */

.btn-primary {
  background:
    linear-gradient(
      135deg,
      var(--electric-blue),
      var(--teal)
    );

  color: var(--white);

  border: 1px solid rgba(255,255,255,0.18);

  box-shadow:
    0 12px 35px rgba(0, 194, 168, 0.25);
}

.btn-primary:hover {
  transform: translateY(-4px);

  box-shadow:
    0 18px 45px rgba(0, 194, 168, 0.40);
}


/* GLASS OUTLINE BUTTON */

.btn-outline {
  border: 1px solid rgba(255,255,255,0.30);

  color: var(--white);

  background:
    rgba(255,255,255,0.10);

  backdrop-filter: blur(16px);

  box-shadow:
    0 10px 30px rgba(0, 30, 100, 0.12);
}

.btn-outline:hover {
  background:
    rgba(255,255,255,0.20);

  transform: translateY(-4px);
}


/* ================= SECONDARY BUTTONS ================= */

.hero-secondary-buttons {
  display: flex;

  gap: 28px;

  margin-top: 25px;
}

.hero-secondary-buttons a {
  display: flex;
  align-items: center;

  gap: 8px;

  color:
    rgba(255,255,255,0.75);

  text-decoration: none;

  font-size: 14px;

  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.hero-secondary-buttons a:hover {
  color: var(--white);

  transform: translateX(3px);
}


/* ================= HERO VISUAL ================= */

.hero-visual {
  position: relative;

  min-height: 530px;

  display: flex;

  align-items: center;

  justify-content: center;
}


/* ================= GLOBE ================= */

.globe-wrapper {
  position: relative;

  z-index: 4;

  width: 290px;
  height: 290px;
}

.globe {
  width: 100%;
  height: 100%;

  position: relative;

  overflow: hidden;

  border-radius: 50%;

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255,255,255,0.85),
      transparent 10%
    ),
    radial-gradient(
      circle at 50% 50%,
      var(--electric-blue),
      var(--deep-blue) 65%,
      #003278 100%
    );

  border:
    1px solid rgba(255,255,255,0.35);

  box-shadow:
    0 0 45px rgba(30,144,255,0.55),
    0 0 110px rgba(0,194,168,0.28),
    inset -30px -20px 60px rgba(0,25,90,0.55);

  animation:
    globeFloat 6s ease-in-out infinite;
}


/* ================= GLOBE GRID ================= */

.globe-lines {
  position: absolute;

  inset: -20%;

  border-radius: 50%;

  background:
    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 60px,
      rgba(255,255,255,0.20) 36px,
      transparent 37px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0px,
      transparent 60px,
      rgba(255,255,255,0.20) 36px,
      transparent 37px
    );

  transform: rotate(-20deg);
}

.globe-shine {
  position: absolute;

  top: 25px;
  left: 35px;

  width: 90px;
  height: 50px;

  background:
    rgba(255,255,255,0.55);

  filter: blur(25px);

  border-radius: 50%;
}


/* ================= ORBITS ================= */

.orbit {
  position: absolute;

  border:
    1px solid rgba(255,255,255,0.25);

  border-radius: 50%;

  transform: rotate(-25deg);

  box-shadow:
    0 0 20px rgba(0,194,168,0.18);
}

.orbit-one {
  width: 430px;
  height: 170px;

  animation:
    orbitRotate 12s linear infinite;
}

.orbit-two {
  width: 500px;
  height: 240px;

  transform: rotate(55deg);

  border-color:
    rgba(30,144,255,0.35);

  animation:
    orbitRotate 16s linear infinite reverse;
}


/* ================= AI CORE ================= */

.ai-core {
  position: absolute;

  z-index: 6;

  width: 70px;
  height: 70px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      var(--electric-blue),
      var(--teal)
    );

  border:
    1px solid rgba(255,255,255,0.35);

  box-shadow:
    0 0 35px rgba(0,194,168,0.75);

  color: var(--white);

  font-size: 25px;

  animation:
    corePulse 3s infinite;
}


/* ================= FLOATING ICONS ================= */

.floating-icon {
  position: absolute;

  z-index: 7;

  width: 58px;
  height: 58px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 18px;

  background:
    rgba(255,255,255,0.14);

  border:
    1px solid rgba(255,255,255,0.28);

  color:
    var(--white);

  font-size: 20px;

  box-shadow:
    0 15px 35px rgba(0, 30, 100, 0.20);

  backdrop-filter: blur(18px);

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.floating-icon:hover {
  background:
    rgba(255,255,255,0.25);

  transform:
    scale(1.08);
}

.icon-cart {
  top: 40px;
  right: 70px;

  animation:
    floating 4s ease-in-out infinite;
}

.icon-payment {
  bottom: 70px;
  right: 30px;

  animation:
    floating 5s ease-in-out infinite 1s;
}

.icon-logistics {
  bottom: 35px;
  left: 55px;

  animation:
    floating 4.5s ease-in-out infinite 0.5s;
}

.icon-ai {
  top: 80px;
  left: 35px;

  animation:
    floating 5s ease-in-out infinite 1.5s;
}


/* ================= CONNECTION LINES ================= */

.connection {
  position: absolute;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--teal),
      var(--electric-blue),
      transparent
    );

  opacity: 0.75;

  transform-origin: left center;

  box-shadow:
    0 0 8px rgba(0,194,168,0.55);
}

.connection-one {
  width: 170px;

  top: 150px;
  left: 90px;

  transform: rotate(25deg);
}

.connection-two {
  width: 180px;

  top: 180px;
  right: 70px;

  transform: rotate(-25deg);
}

.connection-three {
  width: 160px;

  bottom: 130px;
  left: 100px;

  transform: rotate(-20deg);
}


/* ================= ANIMATIONS ================= */

@keyframes pulse {

  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.45;
    transform: scale(1.4);
  }

}

@keyframes globeFloat {

  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

}

@keyframes floating {

  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

}

@keyframes corePulse {

  0%, 100% {
    box-shadow:
      0 0 25px rgba(0,194,168,0.55);
  }

  50% {
    box-shadow:
      0 0 45px rgba(0,194,168,0.90),
      0 0 90px rgba(30,144,255,0.45);
  }

}

@keyframes orbitRotate {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

@keyframes glowMove {

  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(-40px, 30px);
  }

}


/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {

  .etrendora-hero {
    padding: 90px 0;
  }

  .hero-content {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-badge,
  .hero-buttons,
  .hero-secondary-buttons {
    justify-content: center;
  }

  .hero-visual {
    min-height: 450px;

    transform:
      scale(0.85);
  }

}


@media (max-width: 500px) {

  .hero-text h1 {
    font-size: 44px;
  }

  .hero-text p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-btn {
    justify-content: center;
  }

  .hero-secondary-buttons {
    flex-direction: column;

    gap: 15px;
  }

  .hero-visual {
    transform:
      scale(0.68);

    margin:
      -40px 0;
  }

}

/* =========================================
   TRUSTED ECOSYSTEM
========================================= */

.trusted-ecosystem {
  position: relative;
  overflow: hidden;

  padding: 130px 0;

  background:
    linear-gradient(
      135deg,
      #0057D9 0%,
      #0649b9 45%,
      #003b91 100%
    );

  color: #ffffff;
}


/* =========================================
   BACKGROUND GLOW
========================================= */

.ecosystem-glow {
  position: absolute;

  width: 450px;
  height: 450px;

  border-radius: 50%;

  filter: blur(120px);

  pointer-events: none;
}

.ecosystem-glow-one {
  top: -180px;
  right: 5%;

  background: rgba(30, 144, 255, 0.45);
}

.ecosystem-glow-two {
  bottom: -200px;
  left: 5%;

  background: rgba(0, 194, 168, 0.30);
}


/* =========================================
   CONTAINER
========================================= */

.ecosystem-container {
  position: relative;
  z-index: 2;

  width: min(1200px, 90%);

  margin: auto;
}


/* =========================================
   HEADER
========================================= */

.ecosystem-header {
  max-width: 750px;

  margin: 0 auto 65px;

  text-align: center;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 20px;

  color: #bdeee8;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.label-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #00C2A8;

  box-shadow:
    0 0 15px #00C2A8;
}

.ecosystem-header h2 {
  margin: 0 0 20px;

  font-size: clamp(38px, 5vw, 62px);

  line-height: 1.08;

  letter-spacing: -1.5px;
}

.ecosystem-header h2 span {
  display: block;

  background:
    linear-gradient(
      90deg,
      #ffffff,
      #b9e8ff,
      #8df0df
    );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ecosystem-header p {
  max-width: 680px;

  margin: auto;

  color: rgba(255,255,255,0.75);

  font-size: 17px;

  line-height: 1.8;
}


/* =========================================
   ECOSYSTEM GRID
========================================= */

.ecosystem-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 20px;
}


/* =========================================
   GLASS CARD
========================================= */

.ecosystem-card {
  position: relative;

  display: flex;
  align-items: flex-start;

  gap: 18px;

  min-height: 190px;

  padding: 27px;

  overflow: hidden;

  border-radius: 24px;

  border: 1px solid rgba(255,255,255,0.22);

  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.16),
      rgba(255,255,255,0.06)
    );

  backdrop-filter: blur(18px);

  box-shadow:
    0 18px 45px rgba(0, 35, 110, 0.18);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.ecosystem-card:hover {
  transform: translateY(-8px);

  border-color:
    rgba(255,255,255,0.45);

  box-shadow:
    0 25px 60px rgba(0, 30, 100, 0.28);
}


/* =========================================
   ICON
========================================= */

.ecosystem-icon {
  flex-shrink: 0;

  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      #1E90FF,
      #00C2A8
    );

  color: #ffffff;

  font-size: 21px;

  box-shadow:
    0 10px 25px rgba(0,194,168,0.25);
}


/* =========================================
   CARD CONTENT
========================================= */

.ecosystem-card-content h3 {
  margin: 3px 0 9px;

  color: #ffffff;

  font-size: 18px;
}

.ecosystem-card-content p {
  margin: 0;

  color: rgba(255,255,255,0.68);

  font-size: 14px;

  line-height: 1.65;
}


/* =========================================
   CARD GLOW
========================================= */

.card-glow {
  position: absolute;

  width: 100px;
  height: 100px;

  right: -40px;
  bottom: -40px;

  border-radius: 50%;

  background: #00C2A8;

  opacity: 0.10;

  filter: blur(35px);

  transition: 0.4s ease;
}

.ecosystem-card:hover .card-glow {
  opacity: 0.25;

  transform: scale(1.5);
}


/* =========================================
   METRICS
========================================= */

.ecosystem-metrics {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 20px;

  margin-top: 65px;

  padding: 25px;

  border-radius: 24px;

  border: 1px solid rgba(255,255,255,0.22);

  background:
    rgba(255,255,255,0.10);

  backdrop-filter: blur(18px);
}

.metric-item {
  text-align: center;

  padding: 15px;

  border-right:
    1px solid rgba(255,255,255,0.15);
}

.metric-item:last-child {
  border-right: none;
}

.metric-item strong {
  display: block;

  margin-bottom: 7px;

  font-size: 34px;

  background:
    linear-gradient(
      90deg,
      #ffffff,
      #8df0df
    );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.metric-item span {
  color: rgba(255,255,255,0.68);

  font-size: 13px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 950px) {

  .ecosystem-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

  .ecosystem-metrics {
    grid-template-columns:
      repeat(2, 1fr);
  }

  .metric-item:nth-child(2) {
    border-right: none;
  }

}


@media (max-width: 600px) {

  .trusted-ecosystem {
    padding: 90px 0;
  }

  .ecosystem-header h2 {
    font-size: 40px;
  }

  .ecosystem-header p {
    font-size: 15px;
  }

  .ecosystem-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-metrics {
    grid-template-columns: 1fr 1fr;

    padding: 15px;
  }

  .metric-item {
    border-right: none;
  }

  .metric-item strong {
    font-size: 27px;
  }

}
/* ================= WHAT IS ETRENDORA ================= */

.etrendora-about-section {
  position: relative;

  overflow: hidden;

  padding: 130px 0;

  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(0, 194, 168, 0.10),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #003B91,
      #0057D9
    );

  color: #ffffff;
}


/* ================= CONTAINER ================= */

.etrendora-about-container {
  width: min(1200px, 90%);

  margin: auto;

  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  align-items: center;

  gap: 80px;
}


/* ================= CONTENT ================= */

.etrendora-about-content {
  max-width: 560px;
}

.etrendora-section-label {
  display: inline-block;

  margin-bottom: 25px;

  color: #9deee2;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;
}

.etrendora-about-content h2 {
  margin: 0 0 25px;

  font-size: clamp(42px, 5vw, 68px);

  line-height: 1.05;

  letter-spacing: -2px;
}

.etrendora-about-content h2 span {
  background:
    linear-gradient(
      90deg,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.etrendora-about-content p {
  margin: 0;

  color: rgba(255,255,255,0.78);

  font-size: 18px;

  line-height: 1.85;
}


/* ================= ECOSYSTEM VISUAL ================= */

.etrendora-ecosystem-visual {
  position: relative;

  min-height: 560px;

  display: flex;

  align-items: center;

  justify-content: center;
}


/* ================= CENTRAL CORE ================= */

.ecosystem-core {
  position: absolute;

  z-index: 5;

  width: 190px;
  height: 190px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      rgba(30,144,255,0.95),
      rgba(0,194,168,0.95)
    );

  border:
    1px solid rgba(255,255,255,0.45);

  box-shadow:
    0 0 40px rgba(0,194,168,0.45),
    0 25px 70px rgba(0,25,90,0.35);

  animation:
    ecosystemPulse 4s ease-in-out infinite;
}

.core-icon {
  width: 52px;
  height: 52px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 12px;

  border-radius: 16px;

  background:
    rgba(255,255,255,0.18);

  font-size: 23px;
}

.ecosystem-core span {
  font-size: 21px;

  font-weight: 800;
}

.ecosystem-core small {
  margin-top: 5px;

  color: rgba(255,255,255,0.75);

  font-size: 10px;

  letter-spacing: 0.5px;
}


/* ================= ECOSYSTEM NODES ================= */

.ecosystem-node {
  position: absolute;

  z-index: 6;

  width: 125px;

  padding: 16px 12px;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 8px;

  border-radius: 20px;

  background:
    rgba(255,255,255,0.12);

  border:
    1px solid rgba(255,255,255,0.25);

  backdrop-filter: blur(18px);

  box-shadow:
    0 15px 35px rgba(0,30,100,0.20);

  color: #ffffff;

  font-size: 12px;

  font-weight: 600;

  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.ecosystem-node:hover {
  background:
    rgba(255,255,255,0.22);

  transform:
    translateY(-8px) scale(1.05);
}

.node-icon {
  width: 45px;
  height: 45px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      #1E90FF,
      #00C2A8
    );

  font-size: 18px;
}


/* ================= NODE POSITIONS ================= */

.node-ai {
  top: 20px;
  left: 50%;

  transform: translateX(-50%);

  animation:
    nodeFloat 4s ease-in-out infinite;
}

.node-payments {
  top: 145px;
  right: 10px;

  animation:
    nodeFloat 4.5s ease-in-out infinite 0.5s;
}

.node-logistics {
  bottom: 35px;
  right: 85px;

  animation:
    nodeFloat 5s ease-in-out infinite 1s;
}

.node-merchants {
  bottom: 35px;
  left: 85px;

  animation:
    nodeFloat 4.5s ease-in-out infinite 1.5s;
}

.node-data {
  top: 145px;
  left: 10px;

  animation:
    nodeFloat 5s ease-in-out infinite 0.8s;
}


/* ================= ORBITS ================= */

.ecosystem-orbit {
  position: absolute;

  border-radius: 50%;

  border:
    1px solid rgba(255,255,255,0.16);

  pointer-events: none;
}

.orbit-a {
  width: 430px;
  height: 430px;

  transform:
    rotate(45deg)
    scaleY(0.45);

  animation:
    orbitSpin 18s linear infinite;
}

.orbit-b {
  width: 500px;
  height: 500px;

  transform:
    rotate(-35deg)
    scaleY(0.35);

  border-color:
    rgba(0,194,168,0.20);

  animation:
    orbitSpinReverse 24s linear infinite;
}


/* ================= CONNECTION LINES ================= */

.ecosystem-line {
  position: absolute;

  z-index: 1;

  height: 1px;

  transform-origin: left center;

  background:
    linear-gradient(
      90deg,
      transparent,
      #00C2A8,
      #1E90FF,
      transparent
    );

  opacity: 0.6;

  box-shadow:
    0 0 8px rgba(0,194,168,0.45);
}

.line-ai {
  width: 150px;

  top: 190px;
  left: 50%;

  transform:
    translateX(-50%)
    rotate(90deg);
}

.line-payments {
  width: 180px;

  top: 260px;
  right: 125px;

  transform:
    rotate(-25deg);
}

.line-logistics {
  width: 170px;

  bottom: 155px;
  right: 160px;

  transform:
    rotate(30deg);
}

.line-merchants {
  width: 170px;

  bottom: 155px;
  left: 160px;

  transform:
    rotate(-30deg);
}

.line-data {
  width: 180px;

  top: 260px;
  left: 125px;

  transform:
    rotate(25deg);
}


/* ================= ANIMATIONS ================= */

@keyframes nodeFloat {

  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

}

@keyframes ecosystemPulse {

  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }

}

@keyframes orbitSpin {

  from {
    transform:
      rotate(45deg)
      scaleY(0.45);
  }

  to {
    transform:
      rotate(405deg)
      scaleY(0.45);
  }

}

@keyframes orbitSpinReverse {

  from {
    transform:
      rotate(-35deg)
      scaleY(0.35);
  }

  to {
    transform:
      rotate(-395deg)
      scaleY(0.35);
  }

}


/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {

  .etrendora-about-container {
    grid-template-columns: 1fr;

    gap: 60px;
  }

  .etrendora-about-content {
    max-width: 700px;

    margin: auto;

    text-align: center;
  }

}


@media (max-width: 600px) {

  .etrendora-about-section {
    padding: 90px 0;
  }

  .etrendora-ecosystem-visual {
    min-height: 470px;

    transform: scale(0.75);

    margin:
      -50px 0;
  }

}
/* ================= OUR SOLUTIONS SECTION ================= */

.our-solutions-section {
  position: relative;

  overflow: hidden;

  padding: 130px 0;

  background: #ffffff;

  color: #061A3A;
}


/* ================= SOFT BACKGROUND EFFECT ================= */

.our-solutions-section::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -200px;
  left: -150px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(30, 144, 255, 0.10),
      transparent 70%
    );

  filter: blur(60px);

  pointer-events: none;
}

.our-solutions-section::after {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -200px;
  bottom: -200px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 194, 168, 0.10),
      transparent 70%
    );

  filter: blur(60px);

  pointer-events: none;
}


/* ================= CONTAINER ================= */

.solutions-container {
  position: relative;

  z-index: 2;

  width: min(1200px, 90%);

  margin: auto;
}


/* ================= HEADER ================= */

.solutions-header {
  max-width: 720px;

  margin: 0 auto 65px;

  text-align: center;
}

.solutions-label {
  display: inline-block;

  margin-bottom: 18px;

  color: #0057D9;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;
}

.solutions-header h2 {
  margin: 0 0 20px;

  color: #061A3A;

  font-size: clamp(40px, 5vw, 64px);

  line-height: 1.08;

  letter-spacing: -1.5px;
}

.solutions-header h2 span {
  display: block;

  background:
    linear-gradient(
      90deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.solutions-header p {
  margin: auto;

  color: #64748B;

  font-size: 17px;

  line-height: 1.8;
}


/* ================= SOLUTIONS GRID ================= */

.solutions-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 24px;
}


/* ================= SOLUTION CARD ================= */

.solution-card {
  position: relative;

  min-height: 280px;

  display: flex;

  flex-direction: column;

  padding: 30px;

  overflow: hidden;

  border-radius: 26px;

  border: 1px solid rgba(0, 87, 217, 0.12);

  background:
    linear-gradient(
      135deg,
      rgba(0, 87, 217, 0.96),
      rgba(0, 194, 168, 0.92)
    );

  box-shadow:
    0 15px 40px rgba(0, 50, 120, 0.12);

  text-decoration: none;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.solution-card:hover {
  transform: translateY(-9px);

  box-shadow:
    0 25px 60px rgba(0, 50, 120, 0.22);
}


/* ================= CARD GLOW ================= */

.solution-card::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  right: -70px;
  bottom: -80px;

  border-radius: 50%;

  background:
    rgba(255,255,255,0.18);

  filter: blur(30px);

  transition:
    transform 0.4s ease;
}

.solution-card:hover::before {
  transform: scale(1.5);
}


/* ================= ICON ================= */

.solution-icon {
  width: 62px;
  height: 62px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  border-radius: 18px;

  background:
    rgba(255,255,255,0.18);

  border:
    1px solid rgba(255,255,255,0.35);

  color: #ffffff;

  font-size: 25px;

  backdrop-filter: blur(14px);

  box-shadow:
    0 10px 25px rgba(0, 30, 100, 0.12);

  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.solution-card:hover .solution-icon {
  transform:
    rotate(-5deg)
    scale(1.08);

  background:
    rgba(255,255,255,0.28);
}


/* ================= CONTENT ================= */

.solution-content {
  position: relative;

  z-index: 2;
}

.solution-content h3 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: 21px;
}

.solution-content p {
  margin: 0;

  color:
    rgba(255,255,255,0.78);

  font-size: 14px;

  line-height: 1.7;
}


/* ================= ARROW ================= */

.solution-arrow {
  position: absolute;

  right: 28px;
  bottom: 25px;

  width: 36px;
  height: 36px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    rgba(255,255,255,0.15);

  color: #ffffff;

  font-size: 13px;

  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.solution-card:hover .solution-arrow {
  transform: translateX(6px);

  background:
    rgba(255,255,255,0.28);
}


/* ================= RESPONSIVE ================= */

@media (max-width: 950px) {

  .solutions-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}


@media (max-width: 600px) {

  .our-solutions-section {
    padding: 90px 0;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
  }

  .solutions-header h2 {
    font-size: 42px;
  }

  .solution-card {
    min-height: 250px;
  }

}
/* ================= WHY CHOOSE ETRENDORA ================= */

.why-etrendora-section {
  position: relative;

  overflow: hidden;

  padding: 130px 0;

  background:
    linear-gradient(
      135deg,
      #003B91 0%,
      #0057D9 55%,
      #0048A8 100%
    );

  color: #ffffff;
}


/* ================= BACKGROUND GLOW ================= */

.why-etrendora-section::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -180px;
  left: -150px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(30, 144, 255, 0.25),
      transparent 70%
    );

  filter: blur(70px);

  pointer-events: none;
}

.why-etrendora-section::after {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -180px;
  bottom: -200px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(0, 194, 168, 0.18),
      transparent 70%
    );

  filter: blur(70px);

  pointer-events: none;
}


/* ================= CONTAINER ================= */

.why-etrendora-container {
  position: relative;

  z-index: 2;

  width: min(1200px, 90%);

  margin: auto;
}


/* ================= HEADER ================= */

.why-etrendora-header {
  max-width: 700px;

  margin: 0 auto 65px;

  text-align: center;
}

.why-section-label {
  display: inline-block;

  margin-bottom: 20px;

  color: #B8F3EB;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;
}

.why-etrendora-header h2 {
  margin: 0;

  font-size: clamp(42px, 5vw, 64px);

  line-height: 1.08;

  letter-spacing: -1.5px;
}

.why-etrendora-header h2 span {
  background:
    linear-gradient(
      90deg,
      #FFFFFF,
      #BFE8FF,
      #8DF0DF
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}


/* ================= FEATURE GRID ================= */

.why-features-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 22px;
}


/* ================= FEATURE CARD ================= */

.why-feature-card {
  position: relative;

  min-height: 300px;

  display: flex;

  flex-direction: column;

  padding: 30px;

  overflow: hidden;

  border-radius: 26px;

  border: 1px solid rgba(255,255,255,0.25);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.18),
      rgba(255,255,255,0.07)
    );

  backdrop-filter: blur(18px);

  box-shadow:
    0 20px 45px rgba(0, 30, 100, 0.20);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.why-feature-card:hover {
  transform: translateY(-10px);

  border-color:
    rgba(255,255,255,0.45);

  box-shadow:
    0 30px 65px rgba(0, 30, 100, 0.30);
}


/* ================= CARD GLOW ================= */

.why-feature-card::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  right: -80px;
  bottom: -80px;

  border-radius: 50%;

  background:
    rgba(0,194,168,0.18);

  filter: blur(35px);

  transition:
    transform 0.5s ease;
}

.why-feature-card:hover::before {
  transform: scale(1.5);
}


/* ================= ICON ================= */

.why-feature-icon {
  position: relative;

  z-index: 2;

  width: 64px;
  height: 64px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 28px;

  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      #1E90FF,
      #00C2A8
    );

  border:
    1px solid rgba(255,255,255,0.35);

  color: #FFFFFF;

  font-size: 25px;

  box-shadow:
    0 12px 30px rgba(0,194,168,0.25);

  transition:
    transform 0.35s ease;
}

.why-feature-card:hover .why-feature-icon {
  transform:
    rotate(-6deg)
    scale(1.08);
}


/* ================= CONTENT ================= */

.why-feature-content {
  position: relative;

  z-index: 2;
}

.why-feature-content h3 {
  margin: 0 0 13px;

  color: #FFFFFF;

  font-size: 23px;
}

.why-feature-content p {
  margin: 0;

  color:
    rgba(255,255,255,0.78);

  font-size: 15px;

  line-height: 1.7;
}


/* ================= LABEL ================= */

.why-feature-label {
  position: absolute;

  left: 30px;
  bottom: 25px;

  color:
    rgba(255,255,255,0.52);

  font-size: 10px;

  font-weight: 700;

  letter-spacing: 1.5px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 1000px) {

  .why-features-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}


@media (max-width: 600px) {

  .why-etrendora-section {
    padding: 90px 0;
  }

  .why-features-grid {
    grid-template-columns: 1fr;
  }

  .why-etrendora-header h2 {
    font-size: 42px;
  }

  .why-feature-card {
    min-height: 270px;
  }

}
/* ================= HOW IT WORKS ================= */

.how-it-works-section {
  position: relative;

  overflow: hidden;

  padding: 100px 0;

  background: #ffffff;

  color: #061A3A;
}


/* ================= BACKGROUND EFFECT ================= */

.how-it-works-section::before {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  top: -250px;
  left: 50%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(30,144,255,0.10),
      transparent 70%
    );

  filter: blur(60px);

  pointer-events: none;
}


/* ================= CONTAINER ================= */

.how-it-works-container {
  position: relative;

  z-index: 2;

  width: min(1200px, 90%);

  margin: auto;
}


/* ================= HEADER ================= */

.how-it-works-header {
  margin-bottom: 70px;

  text-align: center;
}

.how-section-label {
  display: inline-block;

  margin-bottom: 20px;

  color: #0057D9;

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;
}

.how-it-works-header h2 {
  margin: 0;

  font-size: clamp(42px, 5vw, 64px);

  line-height: 1.08;

  letter-spacing: -1.5px;
  color: #000;
}

.how-it-works-header h2 span {
  background:
    linear-gradient(
      90deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}


/* ================= PROCESS WRAPPER ================= */

.process-wrapper {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 25px;
}


/* ================= PROCESS STEP ================= */

.process-step {
  position: relative;

  width: 220px;

  min-height: 230px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  padding: 25px 20px;

  text-align: center;

  border-radius: 26px;

  border: 1px solid rgba(0,87,217,0.14);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.95),
      rgba(244,248,252,0.75)
    );

  box-shadow:
    0 15px 40px rgba(0,50,120,0.10);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.process-step:hover {
  transform: translateY(-10px);

  box-shadow:
    0 25px 55px rgba(0,50,120,0.18);
}


/* ================= NUMBER ================= */

.process-number {
  position: absolute;

  top: 16px;
  right: 20px;

  color: rgba(0,87,217,0.25);

  font-size: 13px;

  font-weight: 800;

  letter-spacing: 1px;
}


/* ================= ICON ================= */

.process-icon {
  width: 72px;
  height: 72px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 22px;

  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  color: #FFFFFF;

  font-size: 27px;

  box-shadow:
    0 12px 30px rgba(0,87,217,0.25);

  animation:
    processFloat 4s ease-in-out infinite;
}


/* ================= TITLES ================= */

.process-step h3 {
  margin: 0;

  color: #061A3A;

  font-size: 19px;
}


/* ================= ARROWS ================= */

.process-arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;

  flex-shrink: 0;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      #1E90FF,
      #00C2A8
    );

  color: #FFFFFF;

  font-size: 15px;

  box-shadow:
    0 8px 20px rgba(0,87,217,0.20);

  animation:
    arrowPulse 2s ease-in-out infinite;
}


/* ================= ANIMATIONS ================= */

@keyframes processFloat {

  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

}

@keyframes arrowPulse {

  0%, 100% {
    transform: translateX(0);

    box-shadow:
      0 8px 20px rgba(0,87,217,0.20);
  }

  50% {
    transform: translateX(5px);

    box-shadow:
      0 8px 30px rgba(0,194,168,0.40);
  }

}


/* ================= RESPONSIVE ================= */

@media (max-width: 1000px) {

  .process-wrapper {
    flex-wrap: wrap;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

}


@media (max-width: 600px) {

  .how-it-works-section {
    padding: 90px 0;
  }

  .process-wrapper {
    flex-direction: column;

    gap: 20px;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

  .process-step {
    width: 100%;

    max-width: 320px;
  }

}
/* =====================================================
   GLOBAL
===================================================== */

.featured-categories-section,
.ai-core-section,
.why-invest-section {

  font-family:
    "Inter",
    "Poppins",
    "Montserrat",
    sans-serif;

}
.h2 {
  color: #000;
}

/* =====================================================
   MOVING TRANSPARENT GLOBE BACKGROUND
===================================================== */

.featured-categories-section {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background: #ffffff;
  color: #061A3A;
}


/* MAKE CONTENT APPEAR ABOVE THE GLOBE */

.featured-categories-section .business-container {
  position: relative;
  z-index: 3;
}


/* GLOBE BACKGROUND */

.categories-globe-bg {
  position: absolute;

  width: 650px;
  height: 650px;

  right: -180px;
  top: 50%;

  transform: translateY(-50%);

  opacity: 0.12;

  pointer-events: none;

  z-index: 1;

  animation: globeFloatBackground 8s ease-in-out infinite;
}


/* TRANSPARENT GLOBE */

.categories-globe {
  position: relative;

  width: 100%;
  height: 100%;

  border-radius: 50%;

  border: 1px solid rgba(0, 87, 217, 0.35);

  background:

    radial-gradient(
      circle at 35% 30%,
      rgba(30, 144, 255, 0.18),
      transparent 25%
    ),

    radial-gradient(
      circle at 50% 50%,
      rgba(0, 194, 168, 0.08),
      transparent 65%
    );

  box-shadow:

    inset -35px -25px 70px rgba(0, 87, 217, 0.08),

    0 0 80px rgba(30, 144, 255, 0.08);

  animation:

    globeRotateBackground 30s linear infinite;
}


/* GLOBE GRID */

.globe-grid-lines {
  position: absolute;

  inset: -10%;

  border-radius: 50%;

  background:

    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 45px,
      rgba(0, 87, 217, 0.28) 46px,
      transparent 47px
    ),

    repeating-linear-gradient(
      0deg,
      transparent 0px,
      transparent 45px,
      rgba(0, 194, 168, 0.25) 46px,
      transparent 47px
    );

  transform:

    rotate(-20deg)

    scaleX(0.75);

  mask-image:

    radial-gradient(
      circle,
      black 40%,
      transparent 72%
    );

  -webkit-mask-image:

    radial-gradient(
      circle,
      black 40%,
      transparent 72%
    );
}


/* SOFT GLOBE HIGHLIGHT */

.categories-globe::after {

  content: "";

  position: absolute;

  top: 12%;

  left: 18%;

  width: 150px;

  height: 80px;

  border-radius: 50%;

  background:

    rgba(255, 255, 255, 0.45);

  filter: blur(35px);

}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes globeRotateBackground {

  from {

    transform: rotate(0deg);

  }

  to {

    transform: rotate(360deg);

  }

}


@keyframes globeFloatBackground {

  0%,
  100% {

    transform:

      translateY(-50%)

      translateX(0);

  }

  50% {

    transform:

      translateY(-53%)

      translateX(-15px);

  }

}
/* =====================================================
   FEATURED BUSINESS CATEGORIES
   FUTURISTIC DIGITAL ECOSYSTEM
===================================================== */

.featured-categories-section {

  position: relative;

  overflow: hidden;

  padding: 140px 0;

  color: #ffffff;

  background:

    radial-gradient(
      circle at 50% 50%,
      rgba(0, 87, 217, 0.22),
      transparent 35%
    ),

    radial-gradient(
      circle at 10% 20%,
      rgba(0, 194, 168, 0.12),
      transparent 30%
    ),

    linear-gradient(
      135deg,
      #03142f 0%,
      #061d43 50%,
      #02152f 100%
    );

}


/* =====================================================
   DIGITAL TECHNOLOGY GRID
===================================================== */

.featured-categories-section::before {

  content: "";

  position: absolute;

  inset: 0;

  pointer-events: none;

  opacity: 0.5;

  background-image:

    linear-gradient(
      rgba(30, 144, 255, 0.25) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(30, 144, 255, 0.25) 1px,
      transparent 1px
    );

  background-size: 80px 80px;

  mask-image:

    radial-gradient(
      ellipse at center,
      black 10%,
      transparent 78%
    );

  -webkit-mask-image:

    radial-gradient(
      ellipse at center,
      black 10%,
      transparent 78%
    );

  animation:

    ecosystemGridMove 30s linear infinite;

}


/* =====================================================
   FUTURISTIC DIGITAL HORIZON
===================================================== */

.featured-categories-section::after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 2px;

  background:

    linear-gradient(
      90deg,
      transparent,
      #0057D9,
      #1E90FF,
      #00C2A8,
      transparent
    );

  opacity: 0.1;

  box-shadow:

    0 0 25px rgba(0, 194, 168, 0.6);

}


/* =====================================================
   CONTAINER
===================================================== */

.business-container {

  position: relative;

  z-index: 5;

  width: min(1200px, 90%);

  margin: auto;

}


/* =====================================================
   SECTION HEADER
===================================================== */

.business-section-header {

  position: relative;

  z-index: 5;

  margin-bottom: 65px;

  text-align: center;

}


.business-label {

  display: inline-block;

  margin-bottom: 18px;

  color: #00C2A8;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 2px;

}


.business-section-header h2 {

  margin: 0;

  color: #ffffff;

  font-size: clamp(40px, 5vw, 64px);

  line-height: 1.1;

  letter-spacing: -1.5px;

}


.business-section-header h2 span {

  background:

    linear-gradient(
      90deg,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


/* =====================================================
   CATEGORY GRID
===================================================== */

.categories-grid {

  position: relative;

  z-index: 5;

  display: grid;

  grid-template-columns:

    repeat(5, 1fr);

  gap: 20px;

}


/* =====================================================
   CATEGORY CARD
===================================================== */

.category-card {

  position: relative;

  min-height: 160px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 15px;

  overflow: hidden;

  border-radius: 24px;

  border:

    1px solid rgba(255, 255, 255, 0.14);

  background:

    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.04)
    );

  box-shadow:

    inset 0 1px 0 rgba(255,255,255,0.12),

    0 18px 45px rgba(0, 0, 0, 0.22);

  backdrop-filter: blur(18px);

  -webkit-backdrop-filter: blur(18px);

  transition:

    transform 0.4s ease,

    border-color 0.4s ease,

    box-shadow 0.4s ease;

}


/* TOP LIGHT REFLECTION */

.category-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 70%;

  height: 1px;

  background:

    linear-gradient(
      90deg,
      transparent,
      #ffffff,
      transparent
    );

  opacity: 0.6;

  transition:

    left 0.7s ease;

}


.category-card:hover::before {

  left: 130%;

}


/* CARD GLOW */

.category-card::after {

  content: "";

  position: absolute;

  width: 130px;

  height: 130px;

  right: -60px;

  bottom: -60px;

  border-radius: 50%;

  background:

    rgba(0, 194, 168, 0.20);

  filter: blur(35px);

  transition:

    transform 0.5s ease;

}


.category-card:hover::after {

  transform: scale(1.7);

}


/* =====================================================
   HOVER
===================================================== */

.category-card:hover {

  transform:

    translateY(-10px);

  border-color:

    rgba(0, 194, 168, 0.5);

  box-shadow:

    0 25px 55px rgba(0, 87, 217, 0.25),

    0 0 30px rgba(0, 194, 168, 0.10);

}


/* =====================================================
   CATEGORY ICON
===================================================== */

.category-icon {

  position: relative;

  z-index: 2;

  width: 62px;

  height: 62px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 18px;

  background:

    linear-gradient(
      135deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  color: #ffffff;

  font-size: 22px;

  box-shadow:

    0 12px 30px rgba(0, 87, 217, 0.35);

  transition:

    transform 0.4s ease,

    box-shadow 0.4s ease;

}


.category-card:hover .category-icon {

  transform:

    rotate(-8deg)

    scale(1.12);

  box-shadow:

    0 0 30px rgba(0, 194, 168, 0.5);

}


/* =====================================================
   CATEGORY TEXT
===================================================== */

.category-card span {

  position: relative;

  z-index: 2;

  color: rgba(255,255,255,0.90);

  font-size: 14px;

  font-weight: 700;

  text-align: center;

}


/* =====================================================
   MOVING GLOBE BACKGROUND
===================================================== */

.categories-globe-bg {

  position: absolute;

  z-index: 1;

  top: 50%;

  left: 50%;

  width: 650px;

  height: 650px;

  transform:

    translate(-50%, -50%);

  opacity: 0.16;

  pointer-events: none;

}


.categories-globe {

  width: 100%;

  height: 100%;

  border-radius: 50%;

  border:

    1px solid rgba(30, 144, 255, 0.4);

  background:

    radial-gradient(
      circle at 35% 30%,
      rgba(30, 144, 255, 0.18),
      transparent 30%
    ),

    radial-gradient(
      circle at center,
      rgba(0, 87, 217, 0.12),
      transparent 65%
    );

  box-shadow:

    0 0 80px rgba(0, 87, 217, 0.25),

    inset 0 0 80px rgba(0, 194, 168, 0.12);

  animation:

    globeFloat 12s ease-in-out infinite;

}


/* GLOBE GRID */

.globe-grid-lines {

  position: absolute;

  inset: -20%;

  border-radius: 50%;

  background:

    repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 42px,
      rgba(255,255,255,0.15) 43px,
      transparent 44px
    ),

    repeating-linear-gradient(
      0deg,
      transparent 0px,
      transparent 42px,
      rgba(255,255,255,0.15) 43px,
      transparent 44px
    );

  transform:

    rotate(-20deg);

  animation:

    globeRotate 25s linear infinite;

}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes ecosystemGridMove {

  from {

    background-position:

      0 0,
      0 0;

  }

  to {

    background-position:

      80px 80px,
      80px 80px;

  }

}


@keyframes globeFloat {

  0%,
  100% {

    transform:

      translateY(0)

      rotate(0deg);

  }

  50% {

    transform:

      translateY(-20px)

      rotate(5deg);

  }

}


@keyframes globeRotate {

  from {

    transform:

      rotate(-20deg);

  }

  to {

    transform:

      rotate(340deg);

  }

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {

  .categories-grid {

    grid-template-columns:

      repeat(3, 1fr);

  }

}


@media (max-width: 650px) {

  .featured-categories-section {

    padding: 100px 0;

  }

  .categories-grid {

    grid-template-columns:

      repeat(2, 1fr);

    gap: 14px;

  }

  .category-card {

    min-height: 140px;

  }

  .categories-globe-bg {

    width: 450px;

    height: 450px;

  }

}


@media (max-width: 400px) {

  .categories-grid {

    grid-template-columns: 1fr;

  }

}

/* =====================================================
   AI AT THE CORE
===================================================== */

.ai-core-section {

  position: relative;

  overflow: hidden;

  padding: 140px 0;

  background:

    linear-gradient(
      135deg,
      #003B91,
      #0057D9
    );

  color: #ffffff;

}


.ai-core-container {

  width: min(1200px, 90%);

  margin: auto;

  display: grid;

  grid-template-columns:
    1fr 1fr;

  align-items: center;

  gap: 90px;

}


.ai-core-content {

  max-width: 570px;

}


.ai-core-content .business-label {

  color: #A9F1E6;

}


.ai-core-content h2 {

  margin: 0 0 25px;

  font-size: clamp(44px, 5vw, 68px);

  line-height: 1.05;

}


.ai-core-content h2 span {

  background:

    linear-gradient(
      90deg,
      #FFFFFF,
      #A9F1E6
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


.ai-core-content > p {

  margin-bottom: 35px;

  color:

    rgba(255,255,255,0.75);

  font-size: 17px;

  line-height: 1.8;

}


/* AI CAPABILITIES */

.ai-capabilities-grid {

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 13px;

}


.ai-capability {

  display: flex;

  align-items: center;

  gap: 12px;

  padding: 14px;

  border-radius: 14px;

  border: 1px solid rgba(255,255,255,0.18);

  background:

    rgba(255,255,255,0.09);

  backdrop-filter: blur(14px);

  color: rgba(255,255,255,0.86);

  font-size: 13px;

  transition:

    transform 0.3s ease,

    background 0.3s ease;

}


.ai-capability:hover {

  transform: translateX(6px);

  background:

    rgba(255,255,255,0.17);

}


.ai-capability i {

  color: #8DF0DF;

  font-size: 16px;

}


/* =====================================================
   AI NETWORK VISUAL
===================================================== */

.ai-network-visual {

  position: relative;

  min-height: 520px;

  display: flex;

  align-items: center;

  justify-content: center;

}


.ai-network-grid {

  position: absolute;

  inset: 0;

  opacity: 0.12;

  background-image:

    linear-gradient(
      rgba(255,255,255,0.3) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,0.3) 1px,
      transparent 1px
    );

  background-size: 45px 45px;

  mask-image:

    radial-gradient(
      circle,
      black,
      transparent 70%
    );

}


/* AI CORE */

.ai-brain-core {

  position: relative;

  z-index: 5;

  width: 170px;

  height: 170px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background:

    linear-gradient(
      135deg,
      #1E90FF,
      #00C2A8
    );

  border:

    1px solid rgba(255,255,255,0.5);

  box-shadow:

    0 0 45px rgba(0,194,168,0.65),

    0 0 100px rgba(30,144,255,0.35);

  animation:

    aiCorePulse 4s ease-in-out infinite;

}


.ai-brain-core i {

  margin-bottom: 10px;

  font-size: 42px;

}


.ai-brain-core span {

  font-size: 22px;

  font-weight: 800;

}


/* ORBITS */

.ai-orbit {

  position: absolute;

  border-radius: 50%;

  border:

    1px solid rgba(255,255,255,0.22);

}


.ai-orbit-one {

  width: 370px;

  height: 370px;

  transform:

    rotate(40deg)

    scaleY(0.55);

  animation:

    aiOrbit 16s linear infinite;

}


.ai-orbit-two {

  width: 460px;

  height: 460px;

  transform:

    rotate(-35deg)

    scaleY(0.35);

  border-color:

    rgba(0,194,168,0.35);

  animation:

    aiOrbitReverse 22s linear infinite;

}


/* AI NODES */

.ai-node {

  position: absolute;

  z-index: 6;

  width: 58px;

  height: 58px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 18px;

  background:

    rgba(255,255,255,0.14);

  border:

    1px solid rgba(255,255,255,0.35);

  backdrop-filter: blur(15px);

  color: #ffffff;

  font-size: 20px;

  box-shadow:

    0 12px 30px rgba(0,20,90,0.25);

  animation:

    aiNodeFloat 4s ease-in-out infinite;

}


.ai-node-search {

  top: 50px;

  left: 50%;

}


.ai-node-marketplace {

  top: 145px;

  right: 20px;

  animation-delay: 0.5s;

}


.ai-node-payment {

  bottom: 60px;

  right: 80px;

  animation-delay: 1s;

}


.ai-node-logistics {

  bottom: 60px;

  left: 80px;

  animation-delay: 1.5s;

}


.ai-node-data {

  top: 145px;

  left: 20px;

  animation-delay: 2s;

}


/* CONNECTIONS */

.ai-connection {

  position: absolute;

  z-index: 1;

  height: 1px;

  background:

    linear-gradient(
      90deg,
      transparent,
      #00C2A8,
      #1E90FF,
      transparent
    );

  opacity: 0.7;

}


.ai-connection-one {

  width: 150px;

  top: 185px;

  left: 50%;

  transform:

    translateX(-50%)

    rotate(90deg);

}


.ai-connection-two {

  width: 170px;

  top: 250px;

  right: 115px;

  transform: rotate(-25deg);

}


.ai-connection-three {

  width: 160px;

  bottom: 145px;

  right: 140px;

  transform: rotate(30deg);

}


.ai-connection-four {

  width: 160px;

  bottom: 145px;

  left: 140px;

  transform: rotate(-30deg);

}


.ai-connection-five {

  width: 170px;

  top: 250px;

  left: 115px;

  transform: rotate(25deg);

}


/* =====================================================
   WHY INVEST
===================================================== */

.why-invest-section {

  position: relative;

  overflow: hidden;

  padding: 90px 0;

  background:

    #ffffff;

  color: #061A3A;

}


.why-invest-container {

  width: min(1200px, 90%);

  margin: auto;

  display: grid;

  grid-template-columns:
    0.9fr 1.1fr;

  align-items: center;

  gap: 90px;

}


.why-invest-content {

  max-width: 620px;

}


.why-invest-content h2 {

  margin: 0 0 25px;

  font-size: clamp(44px, 5vw, 68px);

  line-height: 1.05;
  color: #000;

}


.why-invest-content h2 span {

  background:

    linear-gradient(
      90deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


.why-invest-content p {

  margin-bottom: 35px;

  color: #64748B;

  font-size: 17px;

  line-height: 1.85;

}


/* INVEST BUTTON */

.invest-button {

  display: inline-flex;

  align-items: center;

  gap: 14px;

  padding: 16px 24px;

  border-radius: 14px;

  background:

    linear-gradient(
      135deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  color: #ffffff;

  text-decoration: none;

  font-weight: 700;

  box-shadow:

    0 12px 30px rgba(0,87,217,0.22);

  transition:

    transform 0.3s ease,

    box-shadow 0.3s ease;

}


.invest-button:hover {

  transform: translateY(-5px);

  box-shadow:

    0 20px 40px rgba(0,87,217,0.32);

}


.invest-button i {

  transition:

    transform 0.3s ease;

}


.invest-button:hover i {

  transform: translateX(6px);

}


/* =====================================================
   INVESTMENT VISUAL
===================================================== */

.investment-visual {

  position: relative;

  min-height: 500px;

  display: flex;

  align-items: center;

  justify-content: center;

}


.investment-glow {

  position: absolute;

  width: 330px;

  height: 330px;

  border-radius: 50%;

  background:

    radial-gradient(
      circle,
      rgba(0,194,168,0.20),
      transparent 70%
    );

  filter: blur(30px);

}


/* ORBITS */

.investment-orbit {

  position: absolute;

  border-radius: 50%;

  border:

    1px solid rgba(0,87,217,0.18);

}


.investment-orbit-one {

  width: 390px;

  height: 390px;

  transform:

    rotate(35deg)

    scaleY(0.45);

  animation:

    investmentOrbit 18s linear infinite;

}


.investment-orbit-two {

  width: 480px;

  height: 480px;

  transform:

    rotate(-30deg)

    scaleY(0.35);

  border-color:

    rgba(0,194,168,0.25);

  animation:

    investmentOrbitReverse 24s linear infinite;

}


/* INVESTMENT CORE */

.investment-core {

  position: relative;

  z-index: 5;

  width: 180px;

  height: 180px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background:

    linear-gradient(
      135deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  color: #ffffff;

  box-shadow:

    0 0 45px rgba(0,87,217,0.35),

    0 25px 60px rgba(0,50,120,0.18);

  animation:

    investmentPulse 4s ease-in-out infinite;

}


.investment-core i {

  margin-bottom: 10px;

  font-size: 38px;

}


.investment-core span {

  font-size: 20px;

  font-weight: 800;

}


.investment-core small {

  margin-top: 5px;

  color:

    rgba(255,255,255,0.75);

}


/* INVESTMENT NODES */

.investment-node {

  position: absolute;

  z-index: 6;

  width: 58px;

  height: 58px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 18px;

  background:

    rgba(255,255,255,0.65);

  border:

    1px solid rgba(0,87,217,0.18);

  backdrop-filter: blur(15px);

  color: #0057D9;

  font-size: 20px;

  box-shadow:

    0 12px 30px rgba(0,50,120,0.13);

  animation:

    investmentNodeFloat 4s ease-in-out infinite;

}


.investment-node-one {

  top: 50px;

  left: 50%;

}


.investment-node-two {

  top: 145px;

  right: 20px;

  animation-delay: 0.6s;

}


.investment-node-three {

  bottom: 60px;

  right: 80px;

  animation-delay: 1.2s;

}


.investment-node-four {

  bottom: 60px;

  left: 80px;

  animation-delay: 1.8s;

}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes aiCorePulse {

  0%, 100% {

    transform: scale(1);

  }

  50% {

    transform: scale(1.05);

  }

}


@keyframes aiNodeFloat {

  0%, 100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-12px);

  }

}


@keyframes aiOrbit {

  from {

    transform:

      rotate(40deg)

      scaleY(0.55);

  }

  to {

    transform:

      rotate(400deg)

      scaleY(0.55);

  }

}


@keyframes aiOrbitReverse {

  from {

    transform:

      rotate(-35deg)

      scaleY(0.35);

  }

  to {

    transform:

      rotate(-395deg)

      scaleY(0.35);

  }

}


@keyframes investmentPulse {

  0%, 100% {

    transform: scale(1);

  }

  50% {

    transform: scale(1.04);

  }

}


@keyframes investmentNodeFloat {

  0%, 100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-10px);

  }

}


@keyframes investmentOrbit {

  from {

    transform:

      rotate(35deg)

      scaleY(0.45);

  }

  to {

    transform:

      rotate(395deg)

      scaleY(0.45);

  }

}


@keyframes investmentOrbitReverse {

  from {

    transform:

      rotate(-30deg)

      scaleY(0.35);

  }

  to {

    transform:

      rotate(-390deg)

      scaleY(0.35);

  }

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {

  .categories-grid {

    grid-template-columns:
      repeat(3, 1fr);

  }

  .ai-core-container,
  .why-invest-container {

    grid-template-columns: 1fr;

    gap: 70px;

  }

  .ai-core-content,
  .why-invest-content {

    max-width: 750px;

    margin: auto;

    text-align: center;

  }

  .ai-capabilities-grid {

    text-align: left;

  }

}


@media (max-width: 650px) {

  .featured-categories-section,
  .ai-core-section,
  .why-invest-section {

    padding: 90px 0;

  }

  .categories-grid {

    grid-template-columns:
      repeat(2, 1fr);

    gap: 14px;

  }

  .category-card {

    min-height: 135px;

  }

  .ai-capabilities-grid {

    grid-template-columns: 1fr;

  }

  .ai-network-visual,
  .investment-visual {

    transform: scale(0.78);

    margin:

      -50px 0;

  }

}


@media (max-width: 420px) {

  .categories-grid {

    grid-template-columns: 1fr;

  }

}
/* =====================================================
   SOCIAL IMPACT
===================================================== */

.social-impact-section {

  position: relative;

  overflow: hidden;

  padding: 140px 0;

  background: #ffffff;

  color: #061A3A;

}


/* =====================================================
   CONTAINER
===================================================== */

.social-impact-container {

  position: relative;

  z-index: 3;

  width: min(1200px, 90%);

  margin: auto;

  display: grid;

  grid-template-columns: 1.1fr 0.9fr;

  align-items: center;

  gap: 90px;

}


/* =====================================================
   BACKGROUND GLOWS
===================================================== */

.social-bg-glow {

  position: absolute;

  width: 450px;

  height: 450px;

  border-radius: 50%;

  filter: blur(100px);

  pointer-events: none;

}


.social-glow-one {

  top: -250px;

  left: -150px;

  background:

    rgba(30, 144, 255, 0.08);

}


.social-glow-two {

  right: -200px;

  bottom: -250px;

  background:

    rgba(0, 194, 168, 0.08);

}


/* =====================================================
   CONTENT
===================================================== */

.social-impact-content {

  max-width: 650px;

}


.social-label {

  display: inline-block;

  margin-bottom: 18px;

  color: #0057D9;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 2px;

}


.social-impact-content h2 {

  margin: 0 0 25px;

  font-size: clamp(42px, 5vw, 68px);

  line-height: 1.06;

  letter-spacing: -1.5px;

}


.social-impact-content h2 span {

  background:

    linear-gradient(
      90deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


.social-impact-content > p {

  max-width: 600px;

  margin-bottom: 38px;

  color: #64748B;

  font-size: 17px;

  line-height: 1.8;

}


/* =====================================================
   IMPACT GRID
===================================================== */

.impact-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;

}


/* =====================================================
   IMPACT CARD
===================================================== */

.impact-card {

  display: flex;

  align-items: flex-start;

  gap: 15px;

  padding: 20px;

  border-radius: 20px;

  border: 1px solid rgba(0, 87, 217, 0.12);

  background:

    linear-gradient(
      145deg,
      rgba(255,255,255,0.88),
      rgba(240,247,255,0.70)
    );

  box-shadow:

    0 12px 30px rgba(0, 50, 120, 0.07);

  backdrop-filter: blur(18px);

  transition:

    transform 0.35s ease,

    box-shadow 0.35s ease,

    border-color 0.35s ease;

}


.impact-card:last-child {

  grid-column: span 2;

}


.impact-card:hover {

  transform: translateY(-7px);

  border-color:

    rgba(30, 144, 255, 0.30);

  box-shadow:

    0 20px 40px rgba(0, 87, 217, 0.14);

}


/* =====================================================
   ICON
===================================================== */

.impact-icon {

  flex-shrink: 0;

  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 15px;

  background:

    linear-gradient(
      135deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  color: #ffffff;

  font-size: 18px;

  box-shadow:

    0 8px 20px rgba(0, 87, 217, 0.20);

  transition:

    transform 0.35s ease;

}


.impact-card:hover .impact-icon {

  transform:

    rotate(-8deg)

    scale(1.08);

}


.impact-card h3 {

  margin: 2px 0 7px;

  color: #061A3A;

  font-size: 15px;

}


.impact-card p {

  margin: 0;

  color: #64748B;

  font-size: 12px;

  line-height: 1.6;

}


/* =====================================================
   VISUAL
===================================================== */

.social-impact-visual {

  position: relative;

  min-height: 560px;

  display: flex;

  align-items: center;

  justify-content: center;

}


/* =====================================================
   VISUAL GRID
===================================================== */

.social-visual-grid {

  position: absolute;

  inset: 0;

  opacity: 0.18;

  background-image:

    linear-gradient(
      rgba(0, 87, 217, 0.12) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(0, 194, 168, 0.12) 1px,
      transparent 1px
    );

  background-size: 45px 45px;

  mask-image:

    radial-gradient(
      circle,
      black 20%,
      transparent 70%
    );

  -webkit-mask-image:

    radial-gradient(
      circle,
      black 20%,
      transparent 70%
    );

}


/* =====================================================
   CENTRAL CORE
===================================================== */

.social-core {

  position: relative;

  z-index: 5;

  width: 155px;

  height: 155px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border-radius: 50%;

  background:

    linear-gradient(
      135deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  color: #ffffff;

  box-shadow:

    0 0 45px rgba(0, 87, 217, 0.30),

    0 25px 60px rgba(0, 50, 120, 0.15);

  animation:

    socialCorePulse 4s ease-in-out infinite;

}


.social-core i {

  font-size: 35px;

}


.social-core span {

  font-size: 18px;

  font-weight: 800;

}


/* =====================================================
   SOCIAL NODES
===================================================== */

.social-node {

  position: absolute;

  z-index: 6;

  width: 95px;

  height: 95px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 7px;

  border-radius: 24px;

  border: 1px solid rgba(0, 87, 217, 0.16);

  background:

    rgba(255, 255, 255, 0.68);

  backdrop-filter: blur(18px);

  color: #0057D9;

  box-shadow:

    0 15px 35px rgba(0, 50, 120, 0.12);

  animation:

    socialNodeFloat 5s ease-in-out infinite;

}


.social-node i {

  font-size: 24px;

}


.social-node small {

  color: #061A3A;

  font-size: 10px;

  font-weight: 700;

}


/* NODE POSITIONS */

.social-node-people {

  top: 45px;

  left: 50%;

  transform: translateX(-50%);

}


.social-node-education {

  top: 150px;

  right: 15px;

  animation-delay: 0.7s;

}


.social-node-technology {

  bottom: 55px;

  right: 65px;

  animation-delay: 1.4s;

}


.social-node-opportunity {

  bottom: 55px;

  left: 65px;

  animation-delay: 2.1s;

}


.social-node-community {

  top: 150px;

  left: 15px;

  animation-delay: 2.8s;

}


/* =====================================================
   CONNECTION LINES
===================================================== */

.social-line {

  position: absolute;

  z-index: 1;

  height: 1px;

  transform-origin: left center;

  background:

    linear-gradient(
      90deg,
      transparent,
      #1E90FF,
      #00C2A8,
      transparent
    );

  opacity: 0.55;

  animation:

    connectionPulse 3s ease-in-out infinite;

}


.social-line-one {

  width: 170px;

  top: 210px;

  left: 50%;

  transform:

    translateX(-50%)

    rotate(90deg);

}


.social-line-two {

  width: 170px;

  top: 265px;

  right: 95px;

  transform: rotate(-25deg);

}


.social-line-three {

  width: 160px;

  bottom: 165px;

  right: 125px;

  transform: rotate(30deg);

}


.social-line-four {

  width: 160px;

  bottom: 165px;

  left: 125px;

  transform: rotate(-30deg);

}


.social-line-five {

  width: 170px;

  top: 265px;

  left: 95px;

  transform: rotate(25deg);

}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes socialCorePulse {

  0%,
  100% {

    transform: scale(1);

  }

  50% {

    transform: scale(1.05);

  }

}


@keyframes socialNodeFloat {

  0%,
  100% {

    margin-top: 0;

  }

  50% {

    margin-top: -12px;

  }

}


@keyframes connectionPulse {

  0%,
  100% {

    opacity: 0.35;

  }

  50% {

    opacity: 0.8;

  }

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {

  .social-impact-container {

    grid-template-columns: 1fr;

    gap: 70px;

  }

  .social-impact-content {

    max-width: 750px;

    margin: auto;

    text-align: center;

  }

  .social-impact-content > p {

    margin-left: auto;

    margin-right: auto;

  }

  .social-impact-visual {

    max-width: 600px;

    width: 100%;

    margin: auto;

  }

}


@media (max-width: 650px) {

  .social-impact-section {

    padding: 90px 0;

  }

  .impact-grid {

    grid-template-columns: 1fr;

  }

  .impact-card:last-child {

    grid-column: span 1;

  }

  .social-impact-visual {

    transform: scale(0.78);

    margin: -50px 0;

  }

}


@media (max-width: 450px) {

  .social-impact-content h2 {

    font-size: 42px;

  }

  .impact-card {

    text-align: left;

  }

}
/* =====================================================
   CALL TO ACTION
===================================================== */

.etrendora-cta {

  position: relative;

  overflow: hidden;

  min-height: 650px;

  display: flex;

  align-items: center;

  padding: 120px 0;

  background:

    linear-gradient(
      135deg,
      #002D78 0%,
      #0057D9 48%,
      #003C91 100%
    );

  color: #ffffff;

}


/* =====================================================
   FUTURISTIC CITY GRID
===================================================== */

.cta-city-grid {

  position: absolute;

  inset: 0;

  opacity: 0.12;

  background-image:

    linear-gradient(
      rgba(255,255,255,0.22) 1px,
      transparent 1px
    ),

    linear-gradient(
      90deg,
      rgba(255,255,255,0.22) 1px,
      transparent 1px
    );

  background-size: 60px 60px;

  transform:

    perspective(500px)

    rotateX(60deg)

    scale(1.5);

  transform-origin: bottom;

  mask-image:

    linear-gradient(
      to top,
      black,
      transparent 80%
    );

  -webkit-mask-image:

    linear-gradient(
      to top,
      black,
      transparent 80%
    );

}


/* =====================================================
   BACKGROUND GLOWS
===================================================== */

.cta-glow {

  position: absolute;

  border-radius: 50%;

  filter: blur(100px);

  pointer-events: none;

}


.cta-glow-one {

  width: 500px;

  height: 500px;

  top: -250px;

  left: 10%;

  background:

    rgba(0, 194, 168, 0.20);

}


.cta-glow-two {

  width: 600px;

  height: 600px;

  right: -250px;

  bottom: -300px;

  background:

    rgba(30, 144, 255, 0.25);

}


/* =====================================================
   CONTAINER
===================================================== */

.cta-container {

  position: relative;

  z-index: 5;

  width: min(1200px, 90%);

  margin: auto;

  display: grid;

  grid-template-columns: 1.1fr 0.9fr;

  align-items: center;

  gap: 80px;

}


/* =====================================================
   CONTENT
===================================================== */

.cta-content {

  max-width: 650px;

}


.cta-label {

  display: inline-block;

  margin-bottom: 20px;

  color: #A9F1E6;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 2px;

}


.cta-content h2 {

  margin: 0 0 25px;

  font-size: clamp(45px, 5vw, 72px);

  line-height: 1.05;

  letter-spacing: -2px;

}


.cta-content h2 span {

  display: block;

  background:

    linear-gradient(
      90deg,
      #FFFFFF,
      #A9F1E6
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


.cta-content p {

  width: 100%;

  max-width: 100%;

  margin: 0 auto 38px;

  text-align: center;

  color: rgba(255, 255, 255, 0.76);

  font-size: 17px;

  line-height: 1.8;

}
/* =====================================================
   TRUSTED ECOSYSTEM SECTION
===================================================== */

.trusted-ecosystem {

  position: relative;

  overflow: hidden;

  padding: 130px 0;

  background:

    linear-gradient(
      135deg,
      #F4F8FF 0%,
      #EAF3FF 50%,
      #F5FBFA 100%
    );

  color: #061A3A;

}


/* =====================================================
   BACKGROUND GLOWS
===================================================== */

.ecosystem-glow {

  position: absolute;

  border-radius: 50%;

  filter: blur(100px);

  pointer-events: none;

  opacity: 0.35;

  animation: ecosystemGlow 10s ease-in-out infinite alternate;

}


.ecosystem-glow-one {

  width: 420px;

  height: 420px;

  top: -180px;

  left: -120px;

  background:

    rgba(0, 87, 217, 0.18);

}


.ecosystem-glow-two {

  width: 480px;

  height: 480px;

  right: -180px;

  bottom: -220px;

  background:

    rgba(0, 194, 168, 0.18);

  animation-delay: 2s;

}


/* =====================================================
   CONTAINER
===================================================== */

.ecosystem-container {

  position: relative;

  z-index: 2;

  width: min(1200px, 90%);

  margin: auto;

}


/* =====================================================
   HEADER
===================================================== */

.ecosystem-header {

  max-width: 850px;

  margin: 0 auto 65px;

  text-align: center;

}


.section-label {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 20px;

  color: #0057D9;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: 2px;

}


.label-dot {

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #00C2A8;

  box-shadow:

    0 0 0 5px rgba(0,194,168,0.12),

    0 0 18px rgba(0,194,168,0.45);

  animation: labelPulse 2.5s ease-in-out infinite;

}


.ecosystem-header h2 {

  margin: 0 0 22px;

  color: #061A3A;

  font-size: clamp(40px, 5vw, 66px);

  line-height: 1.08;

  letter-spacing: -1.8px;

  font-weight: 800;

}


.ecosystem-header h2 span {

  display: block;

  background:

    linear-gradient(
      90deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


.ecosystem-header p {

  max-width: 720px;

  margin: auto;

  color: #52627A;

  font-size: 17px;

  line-height: 1.8;

}


/* =====================================================
   ECOSYSTEM GRID
===================================================== */

.ecosystem-grid {

  display: grid;

  grid-template-columns:

    repeat(3, 1fr);

  gap: 22px;

}


/* =====================================================
   GLASS CARD
===================================================== */

.ecosystem-card {

  position: relative;

  overflow: hidden;

  min-height: 270px;

  padding: 32px;

  border-radius: 26px;

  border:

    1px solid rgba(0, 87, 217, 0.14);

  background:

    linear-gradient(
      145deg,
      rgba(255,255,255,0.82),
      rgba(238,246,255,0.68)
    );

  box-shadow:

    0 18px 45px rgba(0, 50, 120, 0.08);

  backdrop-filter: blur(18px);

  transition:

    transform 0.4s ease,

    box-shadow 0.4s ease,

    border-color 0.4s ease;

  animation:

    cardReveal 0.8s ease both;

}


.ecosystem-card:nth-child(1) {
  animation-delay: 0.1s;
}

.ecosystem-card:nth-child(2) {
  animation-delay: 0.2s;
}

.ecosystem-card:nth-child(3) {
  animation-delay: 0.3s;
}

.ecosystem-card:nth-child(4) {
  animation-delay: 0.4s;
}

.ecosystem-card:nth-child(5) {
  animation-delay: 0.5s;
}

.ecosystem-card:nth-child(6) {
  animation-delay: 0.6s;
}


.ecosystem-card:hover {

  transform:

    translateY(-10px);

  border-color:

    rgba(30,144,255,0.35);

  box-shadow:

    0 25px 55px rgba(0,87,217,0.16);

}


/* =====================================================
   CARD ICON
===================================================== */

.ecosystem-icon {

  width: 62px;

  height: 62px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 25px;

  border-radius: 18px;

  background:

    linear-gradient(
      135deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  color: #ffffff;

  font-size: 23px;

  box-shadow:

    0 12px 28px rgba(0,87,217,0.25);

  transition:

    transform 0.4s ease;

}


.ecosystem-card:hover .ecosystem-icon {

  transform:

    rotate(-8deg)

    scale(1.1);

}


/* =====================================================
   CARD TEXT
===================================================== */

.ecosystem-card-content h3 {

  margin: 0 0 12px;

  color: #061A3A;

  font-size: 20px;

  font-weight: 800;

}


.ecosystem-card-content p {

  margin: 0;

  color: #5D6B80;

  font-size: 15px;

  line-height: 1.7;

}


/* =====================================================
   CARD GLOW
===================================================== */

.card-glow {

  position: absolute;

  width: 150px;

  height: 150px;

  right: -70px;

  bottom: -70px;

  border-radius: 50%;

  background:

    rgba(0,194,168,0.16);

  filter: blur(35px);

  transition:

    transform 0.5s ease,

    opacity 0.5s ease;

}


.ecosystem-card:hover .card-glow {

  transform: scale(1.5);

  opacity: 0.8;

}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes cardReveal {

  from {

    opacity: 0;

    transform: translateY(25px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}


@keyframes labelPulse {

  0%,
  100% {

    transform: scale(1);

    opacity: 1;

  }

  50% {

    transform: scale(1.35);

    opacity: 0.65;

  }

}


@keyframes ecosystemGlow {

  0% {

    transform: translate(0, 0) scale(1);

  }

  100% {

    transform: translate(35px, -25px) scale(1.12);

  }

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 950px) {

  .ecosystem-grid {

    grid-template-columns:

      repeat(2, 1fr);

  }

}


@media (max-width: 600px) {

  .trusted-ecosystem {

    padding: 90px 0;

  }

  .ecosystem-grid {

    grid-template-columns: 1fr;

  }

  .ecosystem-card {

    min-height: auto;

  }

}


/* =====================================================
   BUTTONS
===================================================== */

.cta-buttons {

  display: flex;

  flex-wrap: wrap;

  gap: 14px;

}


.cta-btn {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 15px 20px;

  border-radius: 14px;

  text-decoration: none;

  font-size: 14px;

  font-weight: 700;

  transition:

    transform 0.3s ease,

    box-shadow 0.3s ease,

    background 0.3s ease;

}


.cta-btn:hover {

  transform: translateY(-5px);

}


/* PRIMARY */

.cta-btn-primary {

  background:

    linear-gradient(
      135deg,
      #00C2A8,
      #1E90FF
    );

  color: #ffffff;

  box-shadow:

    0 12px 30px rgba(0, 194, 168, 0.30);

}


.cta-btn-primary:hover {

  box-shadow:

    0 18px 40px rgba(0, 194, 168, 0.45);

}


/* GLASS */

.cta-btn-glass {

  border:

    1px solid rgba(255,255,255,0.25);

  background:

    rgba(255,255,255,0.10);

  backdrop-filter: blur(15px);

  color: #ffffff;

}


.cta-btn-glass:hover {

  background:

    rgba(255,255,255,0.20);

}


/* OUTLINE */

.cta-btn-outline {

  border:

    1px solid rgba(169,241,230,0.55);

  background:

    transparent;

  color: #A9F1E6;

}


.cta-btn-outline:hover {

  background:

    rgba(0,194,168,0.15);

}



/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes ctaCorePulse {

  0%,
  100% {

    transform: scale(1);

  }

  50% {

    transform: scale(1.06);

  }

}


@keyframes ctaNodeFloat {

  0%,
  100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-13px);

  }

}


@keyframes ctaOrbitOne {

  from {

    transform:

      rotate(35deg)

      scaleY(0.48);

  }

  to {

    transform:

      rotate(395deg)

      scaleY(0.48);

  }

}


@keyframes ctaOrbitTwo {

  from {

    transform:

      rotate(-35deg)

      scaleY(0.35);

  }

  to {

    transform:

      rotate(-395deg)

      scaleY(0.35);

  }

}


@keyframes ctaConnectionPulse {

  0%,
  100% {

    opacity: 0.25;

  }

  50% {

    opacity: 0.8;

  }

}


@keyframes cityFloat {

  0%,
  100% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-8px);

  }

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1000px) {

  .cta-container {

    grid-template-columns: 1fr;

    gap: 60px;

  }

  .cta-content {

    max-width: 750px;

    margin: auto;

    text-align: center;

  }

  .cta-buttons {

    justify-content: center;

  }

}


@media (max-width: 650px) {

  .etrendora-cta {

    padding: 90px 0;

  }

  .cta-buttons {

    flex-direction: column;

    align-items: stretch;

  }

  .cta-btn {

    justify-content: center;

  }

  .cta-commerce-core {

    transform: scale(0.78);

    margin: -50px 0;

  }

  .cta-content h2 {

    font-size: 45px;

  }

}
/* =====================================================
   SUBTLE TECHNOLOGY GRAPH BACKGROUND
===================================================== */

.cta-graph-bg {

  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  opacity: 0.16;

  background-image:

    /* HORIZONTAL GRAPH LINES */
    linear-gradient(
      rgba(255, 255, 255, 0.20) 1px,
      transparent 1px
    ),

    /* VERTICAL GRAPH LINES */
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.20) 1px,
      transparent 1px
    ),

    /* DIAGONAL TECHNOLOGY LINES */
    linear-gradient(
      135deg,
      transparent 48%,
      rgba(0, 194, 168, 0.16) 49%,
      transparent 50%
    );

  background-size:

    80px 80px,
    80px 80px,
    160px 160px;

  mask-image:

    radial-gradient(
      ellipse at center,
      black 10%,
      rgba(0, 0, 0, 0.8) 45%,
      transparent 85%
    );

  -webkit-mask-image:

    radial-gradient(
      ellipse at center,
      black 10%,
      rgba(0, 0, 0, 0.8) 45%,
      transparent 85%
    );

  animation:

    graphMove 25s linear infinite;

}


/* MAKE CTA CONTENT APPEAR ABOVE GRAPH */

.cta-container {

  position: relative;

  z-index: 5;

}


/* SUBTLE MOVING GRAPH EFFECT */

@keyframes graphMove {

  0% {

    background-position:
      0 0,
      0 0,
      0 0;

  }

  100% {

    background-position:
      80px 80px,
      80px 80px,
      160px 160px;

  }

}
.cta-container {

  position: relative;

  z-index: 5;

  width: min(1200px, 90%);

  margin: auto;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

}


.cta-content {

  width: 100%;

  max-width: 800px;

  margin: auto;

}


.cta-buttons {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 14px;

}


.cta-image-grid {

  width: 100%;

  max-width: 520px;

  margin: 55px auto 0;

}
.etrendora-cta {
  padding: 120px 0 180px;
}
/* =====================================================
   GLASS MARQUEE
===================================================== */

.etrendora-marquee {

  position: relative;

  height: 100px;

  display: flex;

  align-items: center;

  overflow: hidden;

  background:

    linear-gradient(
      135deg,
      rgba(0, 87, 217, 0.10),
      rgba(30, 144, 255, 0.08),
      rgba(0, 194, 168, 0.10)
    );

  border-top: 1px solid rgba(0, 87, 217, 0.15);

  border-bottom: 1px solid rgba(0, 87, 217, 0.15);

  backdrop-filter: blur(18px);

  -webkit-backdrop-filter: blur(18px);

}


/* SUBTLE GLOW */

.etrendora-marquee::before {

  content: "";

  position: absolute;

  inset: 0;

  background:

    radial-gradient(
      circle at 20% 50%,
      rgba(0, 87, 217, 0.12),
      transparent 35%
    ),

    radial-gradient(
      circle at 80% 50%,
      rgba(0, 194, 168, 0.12),
      transparent 35%
    );

  pointer-events: none;

}


/* MOVING TRACK */

.marquee-track {

  display: flex;

  width: max-content;

  animation:

    marqueeMove 28s linear infinite;

}


/* CONTENT */

.marquee-content {

  display: flex;

  align-items: center;

  gap: 42px;

  padding-right: 42px;

  white-space: nowrap;

}


/* TEXT */

.marquee-content span {

  font-size: 28px;

  font-weight: 800;

  letter-spacing: -0.5px;

  color: #fff;

}


/* GRADIENT EMPHASIS */

.marquee-content span:nth-of-type(2n) {

  background:

    linear-gradient(
      90deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


/* SEPARATOR */

.marquee-content b {

  font-size: 22px;

  font-weight: 400;

  color: #00C2A8;

  opacity: 0.75;

}


/* ANIMATION */

@keyframes marqueeMove {

  from {

    transform: translateX(0);

  }

  to {

    transform: translateX(-50%);

  }

}


/* PAUSE ON HOVER */

.etrendora-marquee:hover .marquee-track {

  animation-play-state: paused;

}


/* MOBILE */

@media (max-width: 600px) {

  .etrendora-marquee {

    height: 100px;

  }

  .marquee-content span {

    font-size: 21px;

  }

  .marquee-content {

    gap: 28px;

  }

}
/* =====================================================
   CATEGORY MARQUEE
===================================================== */

.category-marquee {

  position: relative;

  height: 100px;

  display: flex;

  align-items: center;

  overflow: hidden;

  background: #ffffff;

  border-top: 1px solid rgba(0, 87, 217, 0.10);

  border-bottom: 1px solid rgba(0, 87, 217, 0.10);

  transform: rotate(0deg) scale(1.1);

  margin: 30px 0 90px;

  z-index: 3;

}


/* SUBTLE FUTURISTIC BACKGROUND */

.category-marquee::before {

  content: "";

  position: absolute;

  inset: 0;

  background:

    linear-gradient(
      90deg,
      rgba(0, 87, 217, 0.04),
      transparent 25%,
      rgba(0, 194, 168, 0.05),
      transparent 75%,
      rgba(0, 87, 217, 0.04)
    );

  pointer-events: none;

}


/* MOVING TRACK */

.category-marquee-track {

  display: flex;

  width: max-content;

  animation:

    categoryMarquee 38s linear infinite;

}


/* CONTENT */

.category-marquee-content {

  display: flex;

  align-items: center;

  gap: 38px;

  padding-right: 38px;

  white-space: nowrap;

}


/* CATEGORY TEXT */

.category-marquee-content span {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  color: #061A3A;

  font-size: 25px;

  font-weight: 800;

  letter-spacing: -0.4px;

}


/* ICONS */

.category-marquee-content i {

  color: #0057D9;

  font-size: 21px;

}


/* SEPARATOR */

.category-marquee-content b {

  color: #00C2A8;

  font-size: 22px;

  font-weight: 400;

  opacity: 0.8;

}


/* GRADIENT HIGHLIGHT */

.category-marquee-content span:nth-of-type(3n) {

  background:

    linear-gradient(
      90deg,
      #0057D9,
      #1E90FF,
      #00C2A8
    );

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

}


/* MARQUEE ANIMATION */

@keyframes categoryMarquee {

  from {

    transform: translateX(0);

  }

  to {

    transform: translateX(-50%);

  }

}


/* PAUSE ON HOVER */

.category-marquee:hover
.category-marquee-track {

  animation-play-state: paused;

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 700px) {

  .category-marquee {

    height: 100px;

    transform:

      rotate(-10deg)

      scale(1.15);

    margin:

      20px 0 80px;

  }


  .category-marquee-content span {

    font-size: 19px;

  }


  .category-marquee-content i {

    font-size: 17px;

  }


  .category-marquee-content {

    gap: 25px;

    padding-right: 25px;

  }

}
/*==================================================
VISION & MISSION
==================================================*/

.etrendora-vision-mission{

    position:relative;
    padding:120px 0;
    background:#fff;
    overflow:hidden;

}

/* Background Shapes */

.vm-shape{

    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    opacity:.12;
    pointer-events:none;
    animation:floatShape 12s ease-in-out infinite;

}

.vm-shape-one{

    width:320px;
    height:320px;
    background:#5b6cff;
    top:-100px;
    left:-100px;

}

.vm-shape-two{

    width:260px;
    height:260px;
    background:#00c8ff;
    right:-80px;
    bottom:-60px;
    animation-delay:4s;

}

/* Header */

.section-header{

    text-align:center;
    max-width:760px;
    margin:0 auto 70px;

}

.section-tag{

    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#eef4ff;
    color:#5b6cff;
    font-weight:600;
    margin-bottom:18px;

}

.section-header h2{

    font-size:46px;
    font-weight:800;
    margin-bottom:18px;
    color:#111;

}

.section-header p{

    color:#666;
    font-size:17px;
    line-height:1.8;

}

/* Cards */

.vision-mission-card{

    position:relative;
    background:#fff;
    border-radius:24px;
    padding:45px;
    height:100%;
    overflow:hidden;

    border:1px solid rgba(0,0,0,.06);

    box-shadow:
    0 20px 60px rgba(0,0,0,.06);

    transition:.45s;

    animation:cardEntrance .9s ease forwards;

}

.vision-mission-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 30px 80px rgba(30,60,114,.15);

}

/* Animated Top Gradient */

.vision-mission-card::before{

    content:"";
    position:absolute;
    left:-100%;
    top:0;

    width:100%;
    height:4px;

    background:linear-gradient(
    90deg,
    #00d4ff,
    #5b6cff,
    #8b5cf6,
    #00d4ff);

    background-size:300%;

    animation:gradientMove 6s linear infinite;

}

.vision-mission-card:hover::before{

    left:0;
    transition:.5s;

}

/* Icon */

.card-icon{

    width:74px;
    height:74px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    color:#fff;

    background:linear-gradient(135deg,#00c8ff,#5b6cff);

    margin-bottom:28px;

    animation:iconFloat 4s ease-in-out infinite;

}

.vision-mission-card h2{

    font-size:32px;
    font-weight:700;
    margin-bottom:18px;

}

.animated-line{

    width:80px;
    height:4px;

    border-radius:20px;

    margin-bottom:24px;

    background:linear-gradient(
    90deg,
    #00c8ff,
    #5b6cff);

    background-size:200%;

    animation:gradientMove 5s linear infinite;

}

.vision-mission-card h5{

    margin-bottom:22px;
    font-weight:700;
    color:#222;

}

.vision-mission-card p{

    color:#666;
    line-height:1.9;

}

.vision-mission-card ul{

    margin:0;
    padding:0;
    list-style:none;

}

.vision-mission-card ul li{

    position:relative;
    padding-left:30px;
    margin-bottom:16px;
    color:#555;
    line-height:1.7;

    transition:.35s;

}

.vision-mission-card ul li::before{

    content:"✓";

    position:absolute;
    left:0;
    top:0;

    color:#00b4ff;
    font-weight:700;

}

.vision-mission-card:hover ul li{

    transform:translateX(6px);

}

/* Animations */

@keyframes gradientMove{

    0%{

        background-position:0%;

    }

    100%{

        background-position:200%;

    }

}

@keyframes iconFloat{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-8px);

    }

}

@keyframes floatShape{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-30px);

    }

}

@keyframes cardEntrance{

    from{

        opacity:0;
        transform:translateY(60px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

@media(max-width:991px){

    .etrendora-vision-mission{

        padding:90px 0;

    }

    .section-header h2{

        font-size:36px;

    }
    .vision-mission-card h2{
    color:#111 !important;
}

.vision-mission-card h5{
    color:#222 !important;
}

.vision-mission-card p{
    color:#666 !important;
}

.vision-mission-card li{
    color:#555 !important;
}

.section-header h2{
    color:#111 !important;
}

.section-header p{
    color:#666 !important;
}

.section-tag{
    color:#5b6cff !important;
}

    .vision-mission-card{

        padding:35px;

    }

}
/*==========================================
WHAT MAKES ETRENDORA DIFFERENT
==========================================*/
/* 1. Section Background */
.etrendora-difference{
    background: linear-gradient(135deg, #0b1f4d 0%, #123c91 45%, #0a6dff 100%);
}

/* 2. White Text */
.difference-content h2{
    color:#fff;
}
.difference-content{
    text-align:center;
}

.intro,
.closing-text{
    color:rgba(255,255,255,.82);
}

.feature-item span{
    color:#fff;
}

/* 3. Glass Feature Cards */
.feature-item{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 15px 35px rgba(0,0,0,.20);
}

/* 4. Glass Floating Badges */
.floating-badge{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
}

.floating-badge i{
    color:#00d4ff;
}

/* 5. Section Tag */
.section-tag{
    background:rgba(255,255,255,.12);
    color:#fff;
    border:1px solid rgba(255,255,255,.20);
}

/* 6. Stronger Background Glow */
.difference-glow{
    opacity:.25;
}

.etrendora-difference{

    position:relative;
    padding:120px 0;
    background:#fff;
    overflow:hidden;

}

/* Background Glow */

.difference-glow{

    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    opacity:.15;
    pointer-events:none;
    animation:floatGlow 12s ease-in-out infinite;

}

.glow-one{

    width:350px;
    height:350px;
    background:#5b6cff;
    left:-120px;
    top:-80px;

}

.glow-two{

    width:280px;
    height:280px;
    background:#00d4ff;
    right:-80px;
    bottom:-80px;
    animation-delay:4s;

}

/* Tag */

.section-tag{

    display:inline-block;
    padding:8px 18px;

    border-radius:40px;

    background:#eef4ff;

    color:#5b6cff;

    font-weight:600;

    margin-bottom:20px;

}

/* Heading */

.difference-content h2{

    font-size:46px;
    font-weight:800;
    color:#111;
    margin-bottom:25px;

}

.difference-content h2 span{

    background:linear-gradient(90deg,#00bfff,#5b6cff);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

.intro,
.closing-text{

    color:#666;
    font-size:17px;
    line-height:1.8;

}

/* Feature Grid */

.feature-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin:35px 0;

}

.feature-item{

    display:flex;
    align-items:center;
    gap:14px;

    padding:16px 18px;

    background:#fff;

    border-radius:16px;

    border:1px solid rgba(0,0,0,.06);

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.35s;

}

.feature-item:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 45px rgba(0,90,255,.12);

}

.feature-item i{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    color:#fff;

    background:linear-gradient(135deg,#00cfff,#5b6cff);

    flex-shrink:0;

}

.feature-item span{

    color:#333;
    font-weight:600;

}

/* Image */

.difference-image{

    position:relative;

}

.difference-image img{

    width:100%;
    border-radius:24px;

    box-shadow:0 30px 80px rgba(0,0,0,.12);

    transition:.5s;

}

.difference-image:hover img{

    transform:scale(1.03);

}

/* Floating Badges */

.floating-badge{

    position:absolute;

    display:flex;
    align-items:center;
    gap:10px;

    background:#fff;

    padding:12px 20px;

    border-radius:50px;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

    font-weight:700;

    animation:floatBadge 4s ease-in-out infinite;

}

.badge-one{

    top:25px;
    left:-20px;

}

.badge-two{

    bottom:30px;
    right:-20px;
    animation-delay:2s;

}

.floating-badge i{

    color:#5b6cff;

}

/* Animations */

@keyframes floatBadge{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

}

@keyframes floatGlow{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-35px);

    }

}

/* Responsive */

@media(max-width:991px){

    .feature-grid{

        grid-template-columns:1fr;

    }

    .difference-content h2{

        font-size:36px;

    }

    .badge-one,
    .badge-two{

        display:none;

    }

}
/*==================================
Decorative Background Elements
==================================*/

.etrendora-vision-mission{
    position:relative;
    overflow:hidden;
}

/* Gradient Blobs */

.vm-circle{

    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    opacity:.18;
    pointer-events:none;

    animation:vmFloat 12s ease-in-out infinite;

}

.circle-one{

    width:380px;
    height:380px;

    background:radial-gradient(circle,
        rgba(0,195,255,.6),
        transparent);

    top:-120px;
    left:-150px;

}

.circle-two{

    width:300px;
    height:300px;

    background:radial-gradient(circle,
        rgba(109,40,217,.45),
        transparent);

    bottom:-100px;
    right:-120px;

    animation-delay:4s;

}

/* Large Ring */

.vm-ring{

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

    border:1px solid rgba(91,108,255,.12);

    top:50%;
    right:-180px;

    transform:translateY(-50%);

    animation:rotateRing 30s linear infinite;

}

.vm-ring::before{

    content:"";

    position:absolute;

    inset:35px;

    border-radius:50%;

    border:1px solid rgba(0,200,255,.15);

}

/* Grid */

.vm-grid{

    position:absolute;

    inset:0;

    background-image:

        linear-gradient(rgba(91,108,255,.05) 1px, transparent 1px),

        linear-gradient(90deg, rgba(91,108,255,.05) 1px, transparent 1px);

    background-size:60px 60px;

    mask-image:radial-gradient(circle at center, black 40%, transparent 90%);
    -webkit-mask-image:radial-gradient(circle at center, black 40%, transparent 90%);

    pointer-events:none;

}

/* Floating Dots */

.vm-dot{

    position:absolute;

    width:12px;
    height:12px;

    border-radius:50%;

    background:linear-gradient(135deg,#00cfff,#5b6cff);

    box-shadow:0 0 20px rgba(0,195,255,.5);

    animation:dotFloat 7s ease-in-out infinite;

}

.dot-one{

    top:18%;
    left:12%;

}

.dot-two{

    top:72%;
    right:18%;

    animation-delay:2s;

}

.dot-three{

    top:42%;
    right:28%;

    animation-delay:4s;

}

/* Animations */

@keyframes vmFloat{

    0%,100%{

        transform:translateY(0) scale(1);

    }

    50%{

        transform:translateY(-30px) scale(1.05);

    }

}

@keyframes rotateRing{

    from{

        transform:translateY(-50%) rotate(0deg);

    }

    to{

        transform:translateY(-50%) rotate(360deg);

    }

}

@keyframes dotFloat{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-18px);

    }

}
/* Vision & Mission Cards */

.vision-mission-card{

    position: relative;
    z-index: 10;

    background: #ffffff;

    border: 1px solid rgba(0,0,0,.06);

    border-radius: 24px;

    padding: 45px;

    overflow: hidden;

    box-shadow:
        0 20px 60px rgba(0,0,0,.08);

}

/* Keep all decorative shapes behind the cards */

.vm-circle,
.vm-ring,
.vm-grid,
.vm-dot{

    z-index: 0;
    pointer-events: none;

}

/* Keep the content above the shapes */

.etrendora-vision-mission .container{

    position: relative;
    z-index: 2;

}
/*=====================================
CORE BUSINESSES
=====================================*/

.core-business-section{

    padding:120px 0;
    background:#fff;

}

.business-card{

    background:#fff;

    border-radius:24px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    transition:.4s;

    animation:cardFloat 1s ease forwards;

}

.business-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 80px rgba(0,100,255,.15);

}

.business-card img{

    width:90px;
    height:90px;

    object-fit:contain;

    margin-bottom:25px;

    transition:.4s;

}

.business-card:hover img{

    transform:scale(1.1) rotate(5deg);

}

.business-card h4{

    display:inline-block;

    padding:12px 22px;

    margin-bottom:22px;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        #00cfff,
        #5b6cff
    );

    color:#fff;

    font-size:20px;

    font-weight:700;

    box-shadow:
        0 10px 25px rgba(0,120,255,.25);

    transition:.35s;

}
.business-card:hover h4{

    transform:translateY(-4px) scale(1.05);

    box-shadow:
        0 18px 35px rgba(0,120,255,.35);

}

.business-card p{

    color:#666;

    line-height:1.7;

}

/* Floating animation */

@keyframes cardFloat{

    from{

        opacity:0;

        transform:translateY(50px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}
.executive-team{

    position:relative;
    overflow:hidden;

    padding:120px 0;

    background:linear-gradient(
        135deg,
        #0b1f4d 0%,
        #123c91 45%,
        #0a6dff 100%
    );

}
.team-card{

    position:relative;
    z-index:2;

    background:#fff;

    border-radius:24px;

    padding:25px;

    text-align:center;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(0,0,0,.18);

    transition:.45s;

    animation:cardAppear .8s ease forwards;

}
.team-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:5px;

    background:linear-gradient(
        90deg,
        #00d4ff,
        #5b6cff,
        #7c4dff,
        #00d4ff
    );

    background-size:300%;

    animation:gradientMove 6s linear infinite;

}
.team-image{

    width:170px;
    height:170px;

    margin:0 auto 25px;

    border-radius:50%;

    overflow:hidden;

    padding:6px;

    background:linear-gradient(
        135deg,
        #00d4ff,
        #5b6cff,
        #7c4dff
    );

}

.team-image img{

    width:100%;
    height:100%;

    border-radius:50%;

    object-fit:cover;

}
.team-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 90px rgba(0,0,0,.25);

}

.team-card:hover img{

    transform:scale(1.08);

}
.team-shape{

    position:absolute;

    border-radius:50%;

    filter:blur(110px);

    opacity:.22;

    animation:floatGlow 12s ease-in-out infinite;

}

.shape-1{

    width:420px;
    height:420px;

    background:#00d4ff;

    left:-180px;
    top:-120px;

}

.shape-2{

    width:350px;
    height:350px;

    background:#7c4dff;

    right:-120px;
    bottom:-80px;

}

.shape-3{

    width:260px;
    height:260px;

    background:#009dff;

    left:45%;
    bottom:-150px;

}
.team-grid{

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),

    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);

    background-size:70px 70px;

}
@keyframes gradientMove{

    from{background-position:0%;}

    to{background-position:300%;}

}

@keyframes floatGlow{

    0%,100%{transform:translateY(0);}

    50%{transform:translateY(-30px);}

}

@keyframes rotateRing{

    from{transform:rotate(0deg);}

    to{transform:rotate(360deg);}

}

@keyframes particleFloat{

    0%,100%{transform:translateY(0);}

    50%{transform:translateY(-18px);}

}

@keyframes cardAppear{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}
.custom-bullet {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.custom-bullet::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}
.success-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}
/* SUCCESS MODAL */
.success-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);

    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* MODAL CONTENT */
.success-content {
    width: 100%;
    max-width: 500px;
    padding: 45px 35px;
    text-align: center;

    background: linear-gradient(
        145deg,
        #0057D9,
        #1E90FF,
        #00C2A8
    );

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(30, 144, 255, 0.25);

    animation: successModalAnimation 0.4s ease-out;
}

/* TITLE */
.success-content h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* MESSAGE */
.success-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* BUTTON */
.success-content button {
    border: none;
    background: #ffffff;
    color: #0057D9;

    padding: 12px 30px;
    border-radius: 8px;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.3s ease;
}

.success-content button:hover {
    background: #00C2A8;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ANIMATION */
@keyframes successModalAnimation {
    from {
        opacity: 0;
        transform: translateY(-25px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.etrendora-breadcrumb {
    position: relative;
    overflow: hidden;

  background: linear-gradient(
    120deg,
    #003B95 0%,
    #0057D9 45%,
    #00C2A8 100%
);
}

/* Keep breadcrumb content above decorative elements */
.etrendora-breadcrumb .container {
    position: relative;
    z-index: 2;
}

/* White heading */
.etrendora-breadcrumb h1 {
    color: #ffffff;
}

/* Breadcrumb text */
.etrendora-breadcrumb .breadcrumb-items li {
    color: #ffffff;
}

/* Home link */
.etrendora-breadcrumb .breadcrumb-items li a {
    color: #ffffff;
}

/* Arrow */
.etrendora-breadcrumb .breadcrumb-items i {
    color: #ffffff;
}
.etrendora-breadcrumb {
    background:
        linear-gradient(
            120deg,
            rgba(0, 59, 149, 0.95),
            rgba(0, 87, 217, 0.85),
            rgba(0, 194, 168, 0.85)
        ),
        url('assets/img/call.png') center/cover no-repeat !important;
}
.logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.logo-tagline {
    display: block !important;
    width: 100% !important;
     margin-top: -3px !important;
    padding-top: 0 !important;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #F0F0F0;
     letter-spacing: 1.5px;
}

.logo img {
    display: block;
    margin-bottom: 0 !important;
}
@media (max-width: 767px) {
    .logo-tagline {
        font-size: 9px;
        letter-spacing: 0.4px;
        margin-top: -3px !important;
    }
}