body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #f49700;
  text-decoration: none;
}

a:hover {
  color: #f49700;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f49700;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f49700;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#header .logo {
  font-size: 30px;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f49700;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .logo-header {
    margin-left: 0px !important;
    width: 30px !important;
    height: 30px !important;
  }

  .navbar-mobile .getstarted {
    margin: 0px !important;
  }
  .navbar .getstarted {
    padding: 6px 20px !important;
    margin-left: 0px !important;
  }

  #header .logo {
    font-size: 24px !important;
  }
  .details-box {
    display: flex !important;
    flex-direction: column !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .card-details {
    width: 100% !important;
  }
  .operation,
  .problem {
    display: flex !important;
    flex-direction: column !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tech-nology {
    display: flex !important;
    flex-direction: column !important;
    gap: 50px !important;
  }
  .card-detailsText {
    width: 100% !important;
  }
  .img-slide {
    scroll-snap-align: start !important;
    min-width: calc((100% - 0px) / 2) !important;
  }
  .slider-control.prev {
    margin-right: 0px !important;
  }
  .slider-control.next {
    margin-left: 0px !important;
  }

  .slider-controls {
    left: 62% !important;
    width: 100% !important;
  }
  #tech {
    padding: 10px !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 40px 0;
  /* background: rgba(21, 34, 43, 0.85); */
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}

#header .logo a {
  color: #263d4d;
}

#header .logo img {
  max-height: 37px;
}
/*--------------------------------------------------------------
# ERROR Pages
--------------------------------------------------------------*/

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.error-head {
  font-weight: bold;
  font-size: 40px;
  font-family: sans-serif;
}
.error-text {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.error-button {
  background-color: orange;
  color: white;
  border: 2px solid orange;
  padding: 6px 30px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s, color 0.3s;
}
.error-des {
  text-align: center;
}
.warning-icon {
  font-size: 40px; /* Adjust the size as needed */
  color: #ffcc00; /* Adjust the color as needed */
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  gap: 20px;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 12px;
}
.navbar ul li:last-child {
  margin-right: 150px; /* Add larger gap before "Contact Us" */
}
@media (max-width: 990px) {
  .navbar ul li:last-child {
    margin-left: 0px;
  }
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 0px !important;
  }
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #263d4d;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #f49700;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #263d4d;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 12px 24px;
  margin-left: 80px;
  border-radius: 12px;
  color: #fff;
  background: #05a4e8;
  /* text-decoration: underline; */
  /* color: #fff; */
  /* border: 2px solid #fff; */
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #0489c7;
  /* transform: translateY(-3px); */
  box-shadow: 0 12px 35px rgba(5, 164, 232, 0.4);
 color: white;
}

.navbar > ul > li > .getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #f49700;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #263d4d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.bi-x::before {
  color: white;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .img-fluid {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expertise-item {
    padding: 0px !important;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #f49700;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #f49700;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Hero Section specific styles */
/* #hero {
  width: 100%;
  background-color: #f0f4f8;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
  margin-top: 120px;
}

#hero .hero-slider-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

#hero .hero-container {
  max-width: 39%;
  margin-left: 10px;
}

#hero .slider-container {
  max-width: 45%;
}

#hero h2,
#hero h3,
#hero h4,
#hero h5 {
  color: #eee;
  text-align: left;
}

#hero h2 {
  margin-bottom: 20px;
  font-size: 52px;
}

#hero .slider-box h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #b2b1b1;
}

#hero .slider-box h5 {
  text-align: left;
  margin-left: 10px;
  font-size: 13px;
  color: #b2b1b1;
  letter-spacing: 4px;
}

#hero .d-flex {
  display: flex;
  gap: 20px;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 18px 36px;
  border-radius: 12px;
  transition: 0.5s;
  color: #fff;
  background: #05a4e8;
  border: 2px solid #05a4e8;
}

#hero .btn-get-started:hover {
  border-color: #f49700;
  background: #f49700;
}

#hero .btn-contact-us {
  border: 2px solid #05a4e8;
  background: white;
  border-radius: 12px;
  color: #05a4e8;
  transition: 0.5s;
}

#hero .btn-contact-us:hover {
  background: #f49700;
  border-color: #f49700;
  color: #fff;
}

#hero .slider-box {
  background: rgba(13, 20, 26, 0.7);
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 75%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

#hero .slide {
  display: none;
}

#hero .slide.active {
  display: block;
}

#hero .slider-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
  width: 75%;
}

#hero .nav-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #b2b1b1;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

#hero .nav-dot.active {
  background-color: #f49700;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 1024px) {
  #hero .hero-container {
    margin-left: 0px;
    max-width: 50%;
  }
  #hero .slider-box {
    max-width: 100%;
  }
  #hero h2 {
    margin-bottom: 20px;
    font-size: 31px;
  }
  #hero .container {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  #hero {
    flex-direction: column;
  }
  #hero .btn-get-started {
    padding: 10px 28px !important;
    font-size: 14px !important;
  }
  #hero .hero-container {
    justify-content: flex-start;
    margin-left: 0px;
    max-width: 80%;
    margin-bottom: 20px;
  }
  #hero .container {
    padding-top: 90px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #hero .slider-container {
    display: none;
  }

  #hero .expertise-container {
    max-width: 90%;
    margin-top: 60px !important;
  }

  #hero h2 {
    font-size: 28px !important;
    line-height: 36px;
    text-align: center;
  }

  #hero .slider-box h2 {
    font-size: 20px;
  }
} */

.slide {
  text-align: center; /* Centers the text horizontally */
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  height: 250px; /* Adjust this height as needed */
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
}

/* Expertise Container specific styles */
.expertise-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 130px;
  overflow: hidden;
}

.expertise-item {
  text-align: center;
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  animation: none;
}

.expertise-item i {
  font-size: 28px;
  color: #b2b1b1;
}

.expertise-item h5 a {
  font-size: 14px;
  color: #b2b1b1;
}

.expertise-item h5 {
  margin-top: 10px;
}

.expertise-item i,
.expertise-item h5 {
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeIn 1s forwards, sequence 12s infinite;
  animation-delay: calc(1s * var(--i)), calc(2s * var(--i)); /* Stagger the fadeIn animation */
  filter: brightness(1);
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Sequential shadow and glow animation */
@keyframes sequence {
  0%,
  100% {
    text-shadow: none;
    filter: brightness(1);
  }
  20% {
    text-shadow: 0 0 20px rgba(246, 168, 43, 0.9); /* #F49700 color */
    filter: brightness(1.3);
  }
  30% {
    text-shadow: 0 0 30px rgba(247, 171, 51, 0.9); /* #F49700 color */
    filter: brightness(1.5);
  }
  40% {
    text-shadow: 0 0 40px rgba(244, 151, 0, 0.9); /* #F49700 color */
    filter: brightness(1.8);
  }
  50% {
    text-shadow: 0 0 30px rgba(244, 151, 0, 0.9); /* #F49700 color */
    filter: brightness(1.5);
  }
  60% {
    text-shadow: 0 0 20px rgba(245, 174, 60, 0.9); /* #F49700 color */
    filter: brightness(1.3);
  }
  70%,
  90% {
    text-shadow: none;
    filter: brightness(1);
  }
}

/* Setting custom properties for animation delay */
.expertise-item:nth-child(1) {
  --i: 0;
}
.expertise-item:nth-child(2) {
  --i: 1;
}
.expertise-item:nth-child(3) {
  --i: 2;
}
.expertise-item:nth-child(4) {
  --i: 3;
}
.expertise-item:nth-child(5) {
  --i: 4;
}
.expertise-item:nth-child(6) {
  --i: 5;
}

/* .expertise-item h5 {
  margin-top: -10px;
} */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f49700;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 24px;
  color: #f49700;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f49700 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #f49700;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #f49700;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}

.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #f49700;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}

.about-boxes .card-body {
  padding-top: 12px;
}

.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}

.about-boxes .card-title a {
  color: #15222b;
}

.about-boxes .card-title a:hover {
  color: #f49700;
}

.about-boxes .card-text {
  color: #5e5e5e;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #f49700;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
  #hero .btn-get-started {
    padding: 10px 28px;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 520px) {
  /* #now {
    display: none !important;
  } */
  .cookies-consent {
    left: 10px !important;
    right: 10px !important;
  }
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #f49700;
}

.features .nav-link.active {
  background: #f49700;
  color: #fff;
  border-color: #f49700;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
  /* .earth {
    display: none;
  } */
}

@media (max-width: 968px) {
  #header{
  padding: 20px;
}
 
  .hero-slider-container {
    flex-direction: column-reverse;
  }
  
  .earth {
    width: 100%;
    order: -1; /* Ensures earth comes first */
  }
  
  .hero-container {
    width: 100%;
    order: 1;
  }
  .hero-container{
    padding: 10px 0px 20px !important;
  }
  .img-fluid {
margin-top: 50px;
}
}
/* Desktop styles - side by side */
@media (min-width: 969px) {
  .hero-slider-container {
    flex-direction: row;
  }
  
  .hero-container {
    flex: 1;
  }
  
  .earth {
    flex: 1;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #f49700;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}

.services .icon-box .icon-box:hover h4 a {
  color: #f49700;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #f49700;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f49700;
  opacity: 1;
}

.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #f49700;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  .tech-nology {
    gap: 50px !important;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #121d24;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #15222b;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f49700;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f49700;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f49700;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f49700;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #f49700;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
}
#contact {
  padding: 110px 0px;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  background: #f49700;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 32px;
  color: #f49700;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #f49700;
  background: #fff;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #f49700;
  color: #fff;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.thankyou-icon {
  font-size: 30px;
  color: #f49700;
}

.error-icon {
  font-size: 40px;
  color: #f49700;
  margin-bottom: 10px;
}

.success-page {
  text-align: center;
}

.success-des {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
}
.success-button {
  margin-top: 50px;
}

#loader {
  display: none;
  font-weight: 600;
  margin-top: 10px;
}

#contactForm {
  display: block;
}

#successContainer,
#errorContainer {
  display: none;
}

.details-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.details-img {
  margin-top: -30px;
}
.details-text {
  margin-top: 20px;
  font-weight: 600;
}
.icon-member {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-member i {
  font-size: 30px;
  color: #f49700;
}

.icon-member p {
  margin: 0;
  font-size: 20px;
}
.operation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.problem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}
.tech-nology {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 50px;
  gap: 160px;
}
.portfolio-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* 
.earth {
  width: 550px;
  height: 550px;
  margin-right: 150px;
  border-radius: 50%;
  background-size: 610px;
} */
@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}

.cookies-consent {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
}
.cookies-consent h4 {
  margin: 0 0 10px;
  font-size: 18px;
}
.cookies-consent p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.cookies-consent button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.accept-btn {
  background-color: #4caf50;
  color: white;
}
.decline-btn {
  background-color: #f44336;
  color: white;
  margin-left: 10px;
}
#hero {
  /* min-height: 100vh; */
  /* background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(13, 20, 26, 0.5) 100%,
    rgba(13, 20, 26, 0.5) 100%
  ); */
      background-color: #f0f4f8;
  padding: 80px 20px 20px 20px;
  position: relative;
  overflow: hidden;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 20% 50%,
    rgba(5, 164, 232, 0.05) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-slider-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: center;
  animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-container {
  padding: 120px 0 50px;
}

.hero-container h3 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-container h2 {
  font-size: 56px;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}

.hero-container h2 .highlight {
  color: #05a4e8;
  position: relative;
  display: inline-block;
}

.hero-description {
  color: #8d8c8c;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
  max-width: 600px;
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
  padding: 20px 0;
}

.trust-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.customer-avatars {
  display: flex;
  align-items: center;
}

 .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 3px solid white;
            margin-left: -12px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

.avatar:first-child {
  margin-left: 0;
}

.avatar:nth-child(2) {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.avatar:nth-child(3) {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.avatar:nth-child(4) {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.trust-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stars {
  color: #ffa726;
  font-size: 18px;
  letter-spacing: 2px;
}

.trust-text {
  color: black;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2.5px;
}

.d-flex {
  display: flex;
  gap: 20px;
}

.btn-get-started {
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.btn-get-started:first-child {
  background: #5c7999;
  color: white;
  /* box-shadow: 0 8px 25px rgba(5, 164, 232, 0.3); */
}

.btn-get-started:first-child:hover {
  background: #f49700;
  transform: translateY(-3px);
  /* box-shadow: 0 12px 35px rgba(5, 164, 232, 0.4); */
}

.btn-contact-us {
  background: white;
  color: #5c7999;
  border: 2px solid #5c7999;
}

.btn-contact-us:hover {
  background: #f49700;
   border: 2px solid #f49700;
  color: white;
  transform: translateY(-3px);
  /* box-shadow: 0 8px 25px rgba(5, 164, 232, 0.3); */
}

.features {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
   color: #8d8c8c;
  font-weight: 600;
}

.feature-icon {
  width: 26px;
  height: 26px;
  background: #4caf50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  flex-shrink: 0;
}

.earth {
  position: relative;
  animation: float 3s ease-in-out infinite;
}
/* 
        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        } */

.illustration {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

.img-fluid {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 968px) {
  .hero-slider-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0px;
  }


  .hero-container h3 {
   display: none;
  }

  .hero-container h2 {
    font-size: 38px;
  }

  .hero-description {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-badge {
    align-items: center;
  }

  .trust-top {
    flex-wrap: wrap;
    justify-content: center;
  }

  .d-flex {
    justify-content: center;
  }

  .features {
    justify-content: center;
    margin-top: 40px;
  }

  .illustration {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  #hero {
    padding: 60px 15px 20px;
  }

  .hero-container h2 {
    font-size: 32px;
  }

  .hero-description {
    font-size: 15px;
  }

  .trust-badge {
    gap: 12px;
  }

  .avatar {
    width: 40px;
    height: 40px;
  }

  .stars {
    font-size: 16px;
  }

  .trust-text {
    font-size: 14px;
  }

  .d-flex {
    gap: 15px;
  }

  .btn-get-started {
    padding: 14px 32px;
    font-size: 15px;
  }

  .features {
    gap: 25px;
    margin-top: 35px;
  }

  .feature-item {
    gap: 10px;
    font-size: 14px;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .illustration {
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  /* .hero-container h3 {
    font-size: 14px;
    margin-bottom: 30px;
  } */
 .hero-container h2 {
    font-size: 28px;
  }

  .hero-description {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .btn-get-started {
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 14px 24px;
    font-size: 14px;
  }

  .features {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
  }

  .illustration {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .avatar {
    width: 35px;
    height: 35px;
    margin-left: -10px;
  }

  .trust-info {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .trust-top {
    flex-direction: column;
    gap: 10px;
  }
}
