/**
* Template Name: Arsha - v4.8.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  overscroll-behavior: none;
  max-width: 100vw;
  overflow-x: hidden !important;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

/* Custom container optimization for better space utilization */
.container-optimized {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-optimized {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  .container-optimized {
    max-width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .container-optimized {
    max-width: 96%;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 1200px) {
  .container-optimized {
    max-width: 97%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1400px) {
  .container-optimized {
    max-width: 98%;
    padding-right: 35px;
    padding-left: 35px;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.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;
  font-weight: 500;
  color: #0c3c53;
}

.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: #47b2e4;
}

.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: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 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: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.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: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: #37517e;
  padding-top: 180px; /* Ensures hero content starts below the fixed header */
}


@media (max-width: 1500px) {
  #hero {
    height: 100vh;
    padding-top: 140px; /* More space for mobile nav */
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  } 

  #hero .hero-img img {
    width: 50%;
  }
  .container-optimized{
    margin-bottom: 250px;
  }
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
    padding-top: 120px; /* More space for mobile nav */
    text-align: center;
    margin-bottom: 80px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  
  
}

#hero h1 .animate-charcter  {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

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

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

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

@media (min-width: 1200px) {
  #hero {
    margin-bottom: 60px;
  }
}

@media (min-width: 1400px) {
  #hero {
    padding-bottom: 100px !important;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* Softer, welcoming client carousel backgrounds */
.client-bg1 { background: linear-gradient(135deg, #fff5f0 0%, #fde8db 100%); }
.client-bg2 { background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%); }
.client-bg3 { background: linear-gradient(135deg, #fdf5ff 0%, #f0e8f7 100%); }
.client-bg4 { background: linear-gradient(135deg, #fff8e1 0%, #ffe0b3 100%); }
.client-bg5 { background: linear-gradient(135deg, #e8f5f0 0%, #d1e7dd 100%); }
.client-bg6 { background: linear-gradient(135deg, #fff0eb 0%, #ffe4d6 100%); }
.client-bg7 { background: linear-gradient(135deg, #f5f0ff 0%, #e8d9ff 100%); }
.client-bg8 { background: linear-gradient(135deg, #e6fff9 0%, #ccf2e8 100%); }
.client-bg9 { background: linear-gradient(135deg, #fff9e6 0%, #fff2cc 100%); }
.client-bg10 { background: linear-gradient(135deg, #e8f5f0 0%, #d1e7dd 100%); }
.client-bg11 { background: linear-gradient(135deg, #fff5f0 0%, #fde8db 100%); }
.client-bg12 { background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%); }
.client-bg13 { background: linear-gradient(135deg, #fdf5ff 0%, #f0e8f7 100%); }

.client-card {
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1.5px 6px rgba(0,0,0,0.06);
  transition: transform 0.5s cubic-bezier(.23,1.02,.32,1), box-shadow 0.3s;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
}

.client-logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.10));
}

.swiper.clients-swiper {
  padding: 1.5rem 0 2.5rem 0;
}

.swiper-pagination-bullet {
  background: #222;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.swiper-pagination-bullet-active {
  background: #ff4e50;
  opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
  width: 32px;
  height: 32px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(71,178,228,0.18);
  border: 2px solid #fff;
  transition: background 0.3s, box-shadow 0.3s, transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #c3c3c3;
  box-shadow: 0 4px 16px rgba(71,178,228,0.28);
  transform: scale(1.08);
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold;
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(55,81,126,0.18);
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 14px !important;
  }
}
.clients {
  padding: 12px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
  }
}
@media (max-width: 380px) {
  .swiper-button-next, .swiper-button-prev {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
  }
}

/* --- Modern Clients Section Enhancements --- */
.clients-modern {
  background: linear-gradient(120deg, #e0e7ef 0%, #f3f5fa 100%);
  padding: 70px 0 80px 0;
  position: relative;
  overflow: hidden;
}
.clients-modern .section-title h2 {
  color: #1a3353;
  font-size: 2.2rem;
  letter-spacing: 1px;
}
.clients-modern .section-title p {
  color: #5a6c8a;
  font-size: 1.1rem;
  margin-bottom: 30px;
}
.clients-swiper {
  width: 100%;
  padding: 20px 0 40px 0;
}
.clients-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
}
.clients-swiper .client-logo {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(55, 81, 126, 0.10);
  padding: 18px 18px;
  margin: 0 10px;
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
}
.clients-swiper .client-logo img {
  max-width: 80px;
  filter: grayscale(100%) brightness(0.95);
  transition: filter 0.3s, transform 0.3s;
}
.clients-swiper .client-logo:hover {
  box-shadow: 0 8px 32px 0 rgba(71, 178, 228, 0.18);
  transform: translateY(-8px) scale(1.07);
}
.clients-swiper .client-logo:hover img {
  filter: none;
  transform: scale(1.12) rotate(-2deg);
}
.clients-swiper .swiper-pagination {
  bottom: 0 !important;
}
@media (max-width: 768px) {
  .clients-swiper .client-logo {
    padding: 14px 6px;
  }
  .clients-swiper .client-logo img {
    max-width: 60px;
  }
}
@media (min-width: 2800px) {
  .clients-swiper .client-logo img {
    max-width: 120px;
    max-height: 120px;
  }
}

/* --- Minimal, Highlighted Clients Section --- */
.clients-no-heading .section-title { display: none; }
.clients-modern .clients-swiper .client-logo-equal {
  width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(55, 81, 126, 0.10);
  margin: 0 10px;
  transition: box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
}
.clients-modern .clients-swiper .client-logo-equal img {
  max-width: 130px;
  max-height: 110px;
  filter: none;
  transition: transform 0.3s;
}
.clients-modern .clients-swiper .client-logo-equal:hover,
.clients-modern .clients-swiper .client-logo-equal {
  box-shadow: 0 8px 32px 0 rgba(71, 178, 228, 0.18), 0 0 0 4px #47b2e433;
  background: linear-gradient(120deg, #e0f7fa 0%, #e3f2fd 100%);
  transform: translateY(-4px) scale(1.04);
}
.clients-modern .clients-swiper .client-logo-equal img:hover,
.clients-modern .clients-swiper .client-logo-equal img {
  filter: none;
  transform: scale(1.10);
}
@media (max-width: 768px) {
  .clients-modern .clients-swiper .client-logo-equal {
    width: 120px;
    height: 90px;
  }
  .clients-modern .clients-swiper .client-logo-equal img {
    max-width: 80px;
    max-height: 60px;
  }
}

.about-enhanced {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%);
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.about-enhanced::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(71, 178, 228, 0.05);
    top: -150px;
    right: -150px;
    z-index: 0;
}

.about-enhanced::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(55, 81, 126, 0.05);
    bottom: -100px;
    left: -100px;
    z-index: 0;
}

.about-enhanced .container-optimized {
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.section-title h2 {
    color: #4a6ba0;
    font-weight: 700;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title h2::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, #47b2e4, #37517e);
    bottom: -10px;
    left: 20%;
    border-radius: 2px;
}

.about-card {
    background: linear-gradient(145deg, #ffffff, #f5f9ff);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(55, 81, 126, 0.08);
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(71, 178, 228, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.about-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #47b2e4, #37517e);
    border-radius: 5px 0 0 5px;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(55, 81, 126, 0.15);
}

.about-card p {
    color: #556885;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.about-card b {
    color: #47b2e4;
    font-weight: 700;
}

.about-feature-list {
    background: linear-gradient(145deg, #ffffff, #f9fcff);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(71, 178, 228, 0.08);
    padding: 40px 30px;
    height: 100%;
    border: 1px solid rgba(71, 178, 228, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.about-feature-list::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(71, 178, 228, 0.1), transparent);
    border-radius: 0 0 0 100px;
}

.about-feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #4a6ba0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 10px;
}

.about-feature-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    border-radius: 2px;
}

.about-feature-title i {
    color: #47b2e4;
    font-size: 1.4rem;
}

.about-feature-ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.about-feature-ul li {
    color: #556885;
    font-size: 1.05rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2.2em;
    line-height: 1.6;
    transition: all 0.2s ease;
}

.about-feature-ul li:hover {
    transform: translateX(5px);
}

.about-feature-ul li i {
    color: #fff;
    background: #47b2e4;
    position: absolute;
    left: 0;
    top: 0.2em;
    font-size: 1em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(71, 178, 228, 0.3);
}

.about-feature-ul li b {
    color: #47b2e4;
    font-weight: 700;
}

.card {
    border: none;
    background: transparent;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .about-card, .about-feature-list {
        padding: 30px 20px;
    }
    
    .about-feature-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .about-card, .about-feature-list {
        padding: 25px 15px;
    }
    
    .about-feature-title {
        font-size: 1.1rem;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .about-card, .about-feature-list {
        padding: 20px 15px;
    }
    
    .about-feature-title {
        font-size: 1rem;
    }
    
    .about-card p, .about-feature-ul li {
        font-size: 0.95rem;
    }
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/* Modern Services Card Styles */
.services-cards {
  margin-top: 2rem;
}
.service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 32px 0 rgba(55, 81, 126, 0.10), 0 1.5px 6px 0 rgba(55, 81, 126, 0.08);
  padding: 2.5rem 2rem 2rem 2rem;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 420px;
  position: relative;
}
.service-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 40px 0 rgba(55, 81, 126, 0.18), 0 3px 12px 0 rgba(55, 81, 126, 0.12);
}
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
  color: #fff;
  box-shadow: 0 2px 8px rgba(55, 81, 126, 0.10);
}
.gradient-bg { background: linear-gradient(135deg, #47b2e4 0%, #37517e 100%); }
.gradient-bg2 { background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%); }
.gradient-bg3 { background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%); }
.gradient-bg4 { background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%); }
.gradient-bg5 { background: linear-gradient(135deg, #7f53ac 0%, #647dee 100%); }
.gradient-bg6 { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); }
.service-card h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #37517e;
  margin-bottom: 1rem;
  margin-top: 0.2rem;
}
.service-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.service-card ul li {
  color: #444;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.6em;
}
.service-card ul li:before {
  content: '\2713';
  color: #47b2e4;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 1.1em;
}

/* Remove default list dot and rotate icon on hover */
.service-card ul li {
  list-style-type: none;
}
.service-card .service-icon {
  transition: none;
}
.service-card .service-icon.rotated {
  transition: transform 0.7s cubic-bezier(.68,-0.55,.27,1.55);
  transform: rotate(1turn) scale(1.1);
}
@media (max-width: 991px) {
  .service-card { min-height: 380px; }
}
@media (max-width: 767px) {
  .service-card { min-height: 320px; }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/* --- Enhanced CTA Section --- */
.cta-glass {
  background: rgba(55, 81, 126, 0.35);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(8px);
  border-radius: 32px;
  padding: 48px 32px;
  margin-top: 0;
  margin-bottom: 0;
  border: 1.5px solid rgba(255,255,255,0.18);
}
.cta-illustration {
  max-width: 100px;
  filter: drop-shadow(0 4px 16px rgba(55,81,126,0.18));
  opacity: 0.95;
}
.cta-title {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.cta-desc {
  color: #e0e7ef;
  font-size: 1.15rem;
  margin-bottom: 0;
}
.cta-btn-glow {
  box-shadow: 0 0 16px 2px #47b2e4, 0 0 32px 4px rgba(71,178,228,0.25);
  animation: cta-glow 2s infinite alternate;
}
@keyframes cta-glow {
  from { box-shadow: 0 0 16px 2px #47b2e4, 0 0 32px 4px rgba(71,178,228,0.25); }
  to { box-shadow: 0 0 32px 8px #47b2e4, 0 0 48px 12px rgba(71,178,228,0.35); }
}
@media (max-width: 991px) {
  .cta-glass { flex-direction: column; text-align: center; padding: 32px 12px; }
  .cta-illustration { margin-bottom: 18px; }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/* --- Enhanced Tech/Team Cards --- */
.team-enhanced {
  margin-top: 0;
}
.tech-card {
  background: rgba(255,255,255,0.85);
  border-radius: 24px;
  box-shadow: 0 8px 32px 0 rgba(55, 81, 126, 0.12);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 28px;
  margin-bottom: 0;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
}
.tech-card:hover {
  box-shadow: 0 16px 48px 0 rgba(71,178,228,0.18);
  transform: translateY(-6px) scale(1.02);
}
.tech-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #47b2e4 0%, #37517e 100%);
  box-shadow: 0 2px 12px rgba(71,178,228,0.12);
  transition: background 0.3s;
  margin-right: 12px;
}
.tech-icon-link:hover {
  background: linear-gradient(135deg, #37517e 0%, #47b2e4 100%);
}
.tech-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(55,81,126,0.10));
}
.tech-info h4 {
  color: #37517e;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.tech-info p {
  color: #444;
  font-size: 1.05rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tech-card { flex-direction: column; align-items: flex-start; gap: 12px; padding: 24px 12px; }
  .tech-icon-link { margin-right: 0; margin-bottom: 10px; }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  margin-left: 759px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  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: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #eef3ff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 21px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 21px;
  font-weight: bold;
  color: #37517e;
  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: #47b2e4;
  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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}
.contact_info_box {
  padding: 30px;
  text-align: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.contact_info_box .inner_wrap {
  padding: 45px 30px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.contact_info_box .inner_wrap:hover {
  -webkit-box-shadow: 0 11px 21px 0 rgba(16, 18, 19, 0.1), 0 31px 31px 0 rgba(16, 18, 19, 0.11);
          box-shadow: 0 11px 21px 0 rgba(16, 18, 19, 0.1), 0 31px 31px 0 rgba(16, 18, 19, 0.11);
}
.contact_info_box .item_icon {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact_info_box .item_title {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact_info_box .icon_list > li {
  font-size: 15px;
  font-weight: 500;
}
.contact_info_box .icon_list > li:not(:last-child) {
  margin-bottom: 3px;
}
.contact_info_box .icon_list > li > a {
  color: #707070;
}
.contact_info_box .icon_list > li > a:hover {
  color: #3a10e5;
}

/* --- Enhanced Contact Section --- */
.contact-enhanced .contact-cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1350px;
}
.contact-enhanced .contact-card {
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  box-shadow: 0 6px 32px 0 rgba(55, 81, 126, 0.10);
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 18px 24px 18px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.contact-enhanced .contact-card:hover {
  box-shadow: 0 12px 40px 0 rgba(71, 178, 228, 0.18);
  transform: translateY(-6px) scale(1.03);
}
.contact-enhanced .contact-card-icon {
  background: linear-gradient(135deg, #47b2e4 0%, #37517e 100%);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 2px 12px rgba(71,178,228,0.12);
}
.contact-enhanced .contact-card-icon img {
  width: 44px;
  height:     44px;
  object-fit: contain;
}
.contact-enhanced .contact-card-content h3 {
  color: #37517e;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.contact-enhanced .contact-link {
  color: #47b2e4;
  font-size: 1.05rem;
  font-weight: 500;
  word-break: break-all;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-enhanced .contact-link:hover {
  color: #209dd8;
  text-decoration: underline;
}
.contact-enhanced .contact-address {
  color: #444;
  font-size: 0.98rem;
  margin-bottom: 0;
  word-break: break-word;
}

/* Responsive card width for ultra-wide screens */
@media (min-width: 2220px) {
  .card, .saas-card, .web-assembly-card {
    width: 32vw; /* Adjust as needed for your layout */
    max-width: 1200px;
    min-width: 400px;
  }
}
@media (min-width: 3200px) {
  .card, .saas-card, .web-assembly-card {
    width: 28vw;
    max-width: 1400px;
  }
}
@media (min-width: 3800px) {
  .card, .saas-card, .web-assembly-card {
    width: 25vw;
    max-width: 1600px;
  }
}

/* Responsive card width for ultra-wide screens (override Bootstrap grid) */
@media (min-width: 2220px) {
  .services-cards .col-lg-3 {
    flex: 0 0 25vw !important;
    max-width: 25vw !important;
  }
  .service-card {
    width: 100%;
    min-width: 400px;
    max-width: 1200px;
  }
}
@media (min-width: 3200px) {
  .services-cards .col-lg-3 {
    flex: 0 0 22vw !important;
    max-width: 22vw !important;
  }
  .service-card {
    max-width: 1400px;
  }
}
@media (min-width: 3800px) {
  .services-cards .col-lg-3 {
    flex: 0 0 20vw !important;
    max-width: 20vw !important;
  }
  .service-card {
    max-width: 1600px;
  }
}

/* Swiper navigation arrows responsive sizing */
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
  }
}
@media (max-width: 380px) {
  .swiper-button-next, .swiper-button-prev {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
  }
}
/* Fix: Remove large blue space below navbar in mobile view */
@media (max-width: 1500px) {
  #hero {
    padding-top: 40px !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .container-optimized {
    margin-bottom: 0 !important;
  }
     #hero .hero-img img {
    margin-top: 60px !important;
    width: 80% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .contact-enhanced .contact-cards-row {
    gap: 18px;
  }
  .contact-enhanced .contact-card {
    min-width: 180px;
    max-width: 100%;
    padding: 24px 10px 18px 10px;
  }
}
/* 3. Fix last service card sizing for On premise server management on < 770px */
@media (max-width: 770px) {
  .services-cards {
    flex-direction: column !important;
    align-items: center !important;
  }
  .service-card {
    min-width: 90vw !important;
    max-width: 98vw !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 767px) {
  .contact-enhanced .contact-cards-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .contact-enhanced .contact-card {
    width: 100%;
    max-width: 420px;
  }
   .team-enhanced .row,
  .team-enhanced {
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
  .tech-card {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .tech-icon-link {
    margin: 0 auto 10px auto !important;
  }
  .tech-info {
    text-align: center !important;
    width: 100%;
  }
}
@media (max-width: 780px) {
  #header .logo {
    font-size: 24px !important;
    padding: 0 1px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 95vw !important;
    line-height: 1.1 !important;
  }
  #header .logo a {
    font-size: inherit !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    max-width: 95vw !important;
  }
}
/* Navbar title smaller and single-line for screens < 330px */
@media (max-width: 1512px) {
   #header .logo {
    font-size: 21px !important;
    padding: 0 1px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 95vw !important;
    line-height: 1.1 !important;
  }
  #hero{
    padding-top: 80px!important;
  }

}
@media (max-width: 530px) {
  #header .logo {
    font-size: 18px !important;
    padding: 0 1px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 95vw !important;
    line-height: 1.1 !important;
  }
  #header .logo a {
    font-size: inherit !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    max-width: 95vw !important;
  }
}
@media (max-width: 420px) {
  #header .logo {
    font-size: 15px !important;
    padding: 0 1px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 95vw !important;
    line-height: 1.1 !important;
  }
  #header .logo a {
    font-size: inherit !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    max-width: 95vw !important;
  }
}
@media (max-width: 480px) {
  .contact-enhanced .contact-card {
    padding: 16px 4px 12px 4px;
    min-width: 0;
    max-width: 98vw;
  }
  .contact-enhanced .contact-card-icon {
    width: 56px;
    height: 56px;
  }
  .contact-enhanced .contact-card-icon img {
    width: 32px;
    height: 32px;
  }
}
/* Responsive adjustments for mobile navbar title and padding */
@media (max-width: 540px) {
  #header .logo {
    font-size: 20px;
    padding: 0 4px;
  }
  .container-optimized {
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar-mobile ul {
    left: 4px;
    right: 4px;
    padding: 6px 0;
  }
   #hero .hero-img img {
    margin-top: 10px !important;
    width: 80% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #hero {
    padding-top: 60px !important;
  }
}
@media (max-width: 340px) {
  .contact-enhanced .contact-card {
    padding: 8px 1px 8px 1px;
    font-size: 0.92rem;
  }
  .contact-enhanced .contact-card-content h3 {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  #header .logo {
    font-size: 13px !important;
    padding: 0 1px !important;
  }
  .container-optimized {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .navbar-mobile ul {
    left: 2px !important;
    right: 2px !important;
    padding: 4px 0 !important;
  }
}

/* --- Contact Cards Glassmorphism & Hover Effect --- */
.contact-cards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.contact-card {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-radius: 1.5rem;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  min-width: 270px;
  max-width: 320px;
  min-height: 180px;
  padding: 2rem 1.5rem;
  transition: transform 0.5s cubic-bezier(.23,1.02,.32,1), box-shadow 0.4s, background 0.4s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-card::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -40%;
  width: 180%;
  height: 180%;
  background: linear-gradient(120deg, rgba(0,212,255,0.18) 0%, rgba(9,9,121,0.10) 100%);
  z-index: 0;
  pointer-events: none;
  border-radius: 2rem;
}
.contact-card:hover {
  transform: rotateY(18deg) scale(1.04) translateY(-8px);
  box-shadow: 0 16px 48px 0 rgba(31, 38, 135, 0.25), 0 2px 8px 0 rgba(0,0,0,0.10);
  background: rgba(255, 255, 255, 0.22);
}
.contact-card .contact-card-icon {
  z-index: 1;
  margin-bottom: 1.2rem;
  font-size: 2.5rem;
  color: #0d6efd;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  padding: 0.7rem 1rem;
  box-shadow: 0 2px 8px rgba(13,110,253,0.10);
  transition: background 0.3s, color 0.3s;
}
.contact-card:hover .contact-card-icon {
  background: #0d6efd;
  color: #fff;
}
.contact-card .contact-card-content {
  z-index: 1;
  text-align: center;
  color: #222;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .contact-cards-row {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

/* Optional: Add a subtle animated border on hover */
.contact-card:hover::before {
  background: linear-gradient(120deg, rgba(0,212,255,0.28) 0%, rgba(9,9,121,0.18) 100%);
  filter: blur(2px);
}
@media (min-width: 992px) {
  .contact-enhanced .contact-cards-row {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
  }
  .contact-enhanced .contact-card {
    flex: 1 1 0;
    min-width: 0;
    max-width: 340px;
  }
}
.skills-section {
  background: #e6ecef;
  color: #000000;
  overflow: hidden;
  position: relative;
}
.skills-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #00d4ff, #7000ff);
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  animation: floatLight 8s ease-in-out infinite alternate;
}
@keyframes floatLight {
  from { transform: translate(0, 0); }
  to { transform: translate(100px, 100px); }
}
.section-title {
  font-weight: 700;
  font-size: 2rem;
}
.section-subtitle {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 40px;
}
.skill-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  transition: all 0.4s ease;
}
.skill-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-10px);
}
.skill-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 10px rgba(0,212,255,0.6));
}
.skill-card h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.progress-bar-wrap {
  height: 8px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  overflow: hidden;
}
.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #00d4ff, #7000ff);
  animation: progressGlow 2s ease-in-out infinite alternate;
}
@keyframes progressGlow {
  0% { filter: drop-shadow(0 0 4px #00d4ff); }
  100% { filter: drop-shadow(0 0 12px #7000ff); }
}

/* Navbar link hover animation - modern bubble effect */
#navbar ul li a.nav-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 8px 22px;
  border-radius: 24px;
  transition: color 0.3s cubic-bezier(0.4,0,0.2,1);
}
#navbar ul li a.nav-link::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: linear-gradient(90deg, #47b2e4 0%, #37517e 100%);
  border-radius: 24px;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: width 0.35s cubic-bezier(0.4,0,0.2,1), height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s;
  opacity: 0.18;
}
#navbar ul li a.nav-link:hover,
#navbar ul li a.nav-link.active {
  color: #fff;
}
#navbar ul li a.nav-link:hover::before,
#navbar ul li a.nav-link.active::before {
  width: 120%;
  height: 220%;
  opacity: 1;
}
