/**
* Template Name: FlexStart - v1.9.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

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

a {
  color: #4154f1;
  text-decoration: none;
}

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

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

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

/* Corporate Professional Hero Section */
.hero-corporate {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Background Elements */
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.background-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.03) 0%, rgba(59, 130, 246, 0.05) 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Hero Content Container */
.hero-content {
  position: relative;
  z-index: 10;
  max-width: 600px;
}

/* Corporate Badge */
.corporate-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 6px;
  margin-bottom: 32px;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-icon {
  color: #3b82f6;
}

/* Hero Headline */
.hero-headline {
  font-size: 52px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.headline-emphasis {
  color: #3b82f6;
  position: relative;
}

/* Value Proposition */
.hero-subtitle {
  font-size: 20px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: 400;
}

/* Key Benefits */
.key-benefits {
  margin-bottom: 40px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #334155;
  font-weight: 500;
}

.benefit-icon {
  color: #10b981;
  flex-shrink: 0;
}

/* CTA Buttons */
.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.btn-corporate-primary {
  background: #0f172a;
  color: white;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: 2px solid #0f172a;
}

.btn-corporate-primary:hover {
  background: #1e293b;
  border-color: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.25);
  color: white;
  text-decoration: none;
}

.btn-corporate-secondary {
  background: transparent;
  color: #475569;
  padding: 16px 32px;
  border: 2px solid #e2e8f0;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-corporate-secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #334155;
  text-decoration: none;
}

.btn-arrow,
.btn-play {
  transition: transform 0.3s ease;
}

.btn-corporate-primary:hover .btn-arrow {
  transform: translateX(2px);
}

.btn-corporate-secondary:hover .btn-play {
  transform: scale(1.1);
}

/* Trust Metrics */
.trust-metrics {
  display: flex;
  align-items: center;
  gap: 32px;
}

.metric {
  text-align: center;
}

.metric-value {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
  margin-bottom: 4px;
}

.metric-label {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-separator {
  width: 1px;
  height: 40px;
  background: #e2e8f0;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  z-index: 10;
}

.visual-container {
  position: relative;
  text-align: center;
}

.hero-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}

/* Achievement Cards */
.achievement-card {
  position: absolute;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  min-width: 140px;
}

.card-security {
  top: 15%;
  left: -20px;
  animation: float 6s ease-in-out infinite;
}

.card-performance {
  top: 45%;
  right: -25px;
  animation: float 6s ease-in-out infinite reverse;
  animation-delay: -2s;
}

.card-support {
  bottom: 20%;
  left: 10%;
  animation: float 6s ease-in-out infinite;
  animation-delay: -4s;
}

.card-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-security .card-icon {
  background: #fef3c7;
  color: #f59e0b;
}

.card-performance .card-icon {
  background: #dcfce7;
  color: #16a34a;
}

.card-support .card-icon {
  background: #dbeafe;
  color: #2563eb;
}

.card-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
}

.card-subtitle {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  margin-top: 2px;
}

@keyframes float {

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

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

/* Responsive Design */
@media (max-width: 1199px) {
  .hero-headline {
    font-size: 44px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .trust-metrics {
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .hero-corporate {
    padding: 80px 0;
    min-height: auto;
  }

  .background-pattern {
    display: none;
  }

  .hero-content {
    text-align: center;
    max-width: none;
    margin-bottom: 60px;
  }

  .hero-headline {
    font-size: 40px;
  }

  .trust-metrics {
    justify-content: center;
  }

  .achievement-card {
    position: static;
    margin: 20px auto;
    max-width: 200px;
  }

  .visual-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .hero-corporate {
    padding: 60px 0;
  }

  .hero-headline {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .btn-corporate-primary,
  .btn-corporate-secondary {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .trust-metrics {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .metric-separator {
    width: 40px;
    height: 1px;
  }

  .achievement-card {
    display: none;
    /* Hide on mobile for cleaner look */
  }
}

@media (max-width: 575px) {
  .hero-headline {
    font-size: 28px;
  }

  .corporate-badge {
    padding: 10px 16px;
    font-size: 12px;
    margin-bottom: 24px;
  }

  .benefit-item {
    font-size: 14px;
  }

  .metric-value {
    font-size: 24px;
  }
}

/* Focus States */
.btn-corporate-primary:focus,
.btn-corporate-secondary:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .hero-corporate {
    background: white;
    min-height: auto;
    padding: 60px 0;
  }

  .background-pattern,
  .achievement-card {
    display: none;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

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

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

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

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  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: #6776f4;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

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

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# 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-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  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: #4154f1;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.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: 15px;
  text-transform: none;
  font-weight: 600;
}

.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: #4154f1;
}

.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: #012970;
  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(1, 22, 61, 0.9);
  transition: 0.3s;
}

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

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

.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: #4154f1;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f4ff 100%);
  position: relative;
  overflow: hidden;
}

/* Background Shapes */
.bg-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(65, 84, 241, 0.1), rgba(108, 92, 231, 0.05));
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  right: -100px;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  left: -80px;
  animation-delay: 2s;
}

.shape-3 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 10%;
  animation-delay: 4s;
}

@keyframes float {

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

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

/* Content Styling */
.about .content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 50px 40px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 20px 40px rgba(65, 84, 241, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

/* Section Badge */
.section-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}

.badge-text {
  background: linear-gradient(135deg, #4154f1, #6c5ce7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  position: relative;
}

.badge-decoration {
  width: 60px;
  height: 2px;
  background: linear-gradient(135deg, #4154f1, #6c5ce7);
  margin-left: 15px;
  border-radius: 1px;
}

/* Main Title */
.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 24px;
}

.highlight-text {
  color: #4154f1;
  position: relative;
}

.gradient-text {
  background: linear-gradient(135deg, #4154f1, #6c5ce7, #a29bfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Description */
.description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5a6c7d;
  margin-bottom: 32px;
  font-weight: 400;
}

/* Features List */
.features-list {
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(65, 84, 241, 0.1);
}

.feature-item:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 25px rgba(65, 84, 241, 0.1);
}

.feature-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #4154f1, #6c5ce7);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: white;
  font-size: 20px;
}

.feature-text {
  display: flex;
  flex-direction: column;
}

.feature-text strong {
  font-size: 1rem;
  color: #1a1a2e;
  margin-bottom: 2px;
}

.feature-text span {
  font-size: 0.9rem;
  color: #6c757d;
}

/* CTA Section */
.cta-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Primary Button */
.btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 18px 35px;
  background: linear-gradient(135deg, #4154f1, #6c5ce7);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(65, 84, 241, 0.3);
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(65, 84, 241, 0.4);
  color: white;
}

.btn-text {
  position: relative;
  z-index: 2;
}

.btn-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.btn-primary:hover .btn-icon {
  transform: translateX(5px);
}

.btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-primary:hover .btn-bg {
  opacity: 1;
}

/* Mini Stats */
.stats-mini {
  display: flex;
  gap: 20px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4154f1;
  line-height: 1;
}

.stat-label {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
}

/* Image Section */
.image-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

.image-container {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(65, 84, 241, 0.15);
  transition: transform 0.4s ease;
}

.image-container:hover {
  transform: scale(1.02);
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 25px;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(65, 84, 241, 0.1), rgba(108, 92, 231, 0.05));
  border-radius: 25px;
}

/* Floating Cards */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 15px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(65, 84, 241, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: floatCard 4s ease-in-out infinite;
}

.card-1 {
  top: 15%;
  right: -10px;
  animation-delay: 0s;
}

.card-2 {
  bottom: 30%;
  left: -15px;
  animation-delay: 1.5s;
}

.card-3 {
  top: 60%;
  right: 20px;
  animation-delay: 3s;
}

.floating-card i {
  font-size: 24px;
  color: #4154f1;
}

.floating-card span {
  font-weight: 600;
  color: #1a1a2e;
  font-size: 14px;
}

@keyframes floatCard {

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

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

/* Responsive Design */
@media (max-width: 992px) {
  .about {
    padding: 80px 0;
  }

  .about .content {
    padding: 40px 30px;
    margin-bottom: 50px;
  }

  .main-title {
    font-size: 2rem;
  }

  .cta-section {
    justify-content: center;
    text-align: center;
  }

  .floating-card {
    display: none;
  }
}

@media (max-width: 768px) {
  .about .content {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .feature-item {
    padding: 12px 16px;
  }

  .stats-mini {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .cta-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .stats-mini {
    gap: 30px;
  }
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
/* Modern Professional Working Process Section */
.working-process {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.working-process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
  z-index: 1;
}

.working-process .container {
  position: relative;
  z-index: 2;
}

/* Section Header */
.section-header {
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  margin-bottom: 16px;
}

.subtitle-text {
  display: inline-block;
  padding: 8px 24px;
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Process Timeline */
.process-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
  position: relative;
}

.process-step.reverse {
  flex-direction: row-reverse;
}

.process-step.reverse .step-content {
  text-align: right;
}

.process-step.reverse .step-details {
  align-items: flex-end;
}

.process-step:last-child {
  margin-bottom: 0;
}

/* Step Number */
.step-number {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.number {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
  position: relative;
  z-index: 2;
}

.step-connector {
  width: 2px;
  height: 120px;
  background: linear-gradient(180deg, #3b82f6 0%, #e2e8f0 100%);
  margin-top: 20px;
  position: relative;
}

.process-step:last-child .step-connector {
  display: none;
}

/* Step Content */
.step-content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 400px;
}

.process-step.reverse .step-content {
  flex-direction: row-reverse;
}

/* Step Icon */
.step-icon {
  flex-shrink: 0;
  margin-top: 10px;
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.icon-wrapper.analysis {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.icon-wrapper.development {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.icon-wrapper.deployment {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

/* Step Details */
.step-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.step-badge {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.step-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
}

.step-description {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 24px;
}

.step-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.step-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #475569;
}

.step-features i {
  color: #10b981;
  font-size: 16px;
  flex-shrink: 0;
}

.step-duration {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
}

.step-duration i {
  color: #3b82f6;
  font-size: 16px;
}

/* Process Statistics */
.process-stats {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f5f9;
  margin-bottom: 60px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.stat-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.stat-content {
  text-align: center;
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Process CTA */
.process-cta {
  text-align: center;
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.process-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/><circle cx="20" cy="20" r="1" fill="white" opacity="0.05"/><circle cx="80" cy="30" r="1.5" fill="white" opacity="0.08"/></svg>');
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0 auto;
}

.process-cta h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: white;
}

.process-cta p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
  line-height: 1.6;
}

.cta-button {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}

.cta-button i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(2px);
}

/* Responsive Design */
@media (max-width: 1199px) {
  .working-process {
    padding: 80px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-header {
    margin-bottom: 60px;
  }

  .process-timeline {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {

  .process-step,
  .process-step.reverse {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .step-number {
    margin: 0 0 30px 0;
    order: 1;
  }

  .step-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: none;
    order: 2;
  }

  .step-details {
    align-items: center;
  }

  .step-connector {
    height: 60px;
  }

  .process-stats {
    padding: 30px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .working-process {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 16px;
  }

  .step-number {
    margin-bottom: 20px;
  }

  .number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .step-title {
    font-size: 24px;
  }

  .step-description {
    font-size: 15px;
  }

  .process-stats {
    padding: 20px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stat-number {
    font-size: 28px;
  }

  .process-cta {
    padding: 40px 20px;
  }

  .process-cta h3 {
    font-size: 24px;
  }

  .process-cta p {
    font-size: 16px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .process-timeline {
    margin-bottom: 60px;
  }

  .step-connector {
    height: 40px;
  }
}

@media (max-width: 575px) {
  .step-features {
    margin-bottom: 16px;
  }

  .step-features li {
    font-size: 14px;
  }

  .step-duration {
    padding: 10px 16px;
    font-size: 13px;
  }

  .stat-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .stat-number {
    font-size: 24px;
  }

  .cta-button {
    padding: 14px 32px;
    font-size: 15px;
  }
}

/* Focus States */
.cta-button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .working-process {
    background: white;
    padding: 40px 0;
  }

  .working-process::before {
    display: none;
  }

  .process-cta {
    background: #f8fafc;
    color: #1e293b;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.counts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234154f1' fill-opacity='0.02'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  opacity: 0.5;
  pointer-events: none;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #4154f1, #6c5ce7);
  border-radius: 2px;
  margin-bottom: 6px;
}

.section-header p {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.count-box {
  display: flex;
  align-items: flex-start;
  padding: 40px 30px;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(65, 84, 241, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(65, 84, 241, 0.1);
}

.count-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #4154f1, #6c5ce7, #a29bfe);
  transition: all 0.3s ease;
}

.count-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(65, 84, 241, 0.15);
  border-color: rgba(65, 84, 241, 0.2);
}

.count-box:hover::before {
  height: 6px;
}

.icon-wrapper {
  position: relative;
  margin-right: 24px;
  margin-top: 8px;
}

.icon-wrapper i {
  font-size: 48px;
  color: #4154f1;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(65, 84, 241, 0.1), rgba(108, 92, 231, 0.05));
  border-radius: 50%;
  transition: all 0.3s ease;
}

.count-box:hover .icon-wrapper i {
  transform: scale(1.1);
  color: #6c5ce7;
}

.count-box:hover .icon-bg {
  transform: translate(-50%, -50%) scale(1.2);
  background: linear-gradient(135deg, rgba(65, 84, 241, 0.15), rgba(108, 92, 231, 0.1));
}

.content {
  flex: 1;
}

.counter-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

.count-box .purecounter {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1;
  background: linear-gradient(135deg, #1a1a2e, #4154f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.counter-suffix {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4154f1;
  margin-left: 4px;
}

.counter-label {
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #5a6c7d;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.trend-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  width: fit-content;
}

.trend-indicator.positive {
  background: rgba(40, 199, 111, 0.1);
  color: #28c76f;
}

.trend-arrow {
  font-size: 14px;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .counts {
    padding: 60px 0;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .count-box {
    padding: 30px 20px;
    text-align: center;
    flex-direction: column;
  }

  .icon-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .count-box .purecounter {
    font-size: 2.8rem;
  }
}

@media (max-width: 576px) {
  .count-box {
    padding: 25px 15px;
  }

  .count-box .purecounter {
    font-size: 2.5rem;
  }

  .icon-wrapper i {
    font-size: 40px;
  }

  .icon-bg {
    width: 70px;
    height: 70px;
  }
}

/* Animation improvements */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.purecounter {
  animation: countUp 0.8s ease-out;
}

/* Additional modern enhancements */
.count-box:nth-child(2) .icon-wrapper i {
  color: #ee6c20;
}

.count-box:nth-child(2):hover .icon-wrapper i {
  color: #ff7940;
}

.count-box:nth-child(2) .icon-bg {
  background: linear-gradient(135deg, rgba(238, 108, 32, 0.1), rgba(255, 121, 64, 0.05));
}

.count-box:nth-child(3) .icon-wrapper i {
  color: #15be56;
}

.count-box:nth-child(3):hover .icon-wrapper i {
  color: #28c76f;
}

.count-box:nth-child(3) .icon-bg {
  background: linear-gradient(135deg, rgba(21, 190, 86, 0.1), rgba(40, 199, 111, 0.05));
}

.count-box:nth-child(4) .icon-wrapper i {
  color: #bb0852;
}

.count-box:nth-child(4):hover .icon-wrapper i {
  color: #d63384;
}

.count-box:nth-child(4) .icon-bg {
  background: linear-gradient(135deg, rgba(187, 8, 82, 0.1), rgba(214, 51, 132, 0.05));
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* Clean Modern Features Section - No Animations */
.features {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.03) 0%, transparent 50%);
  z-index: 1;
}

.features .container {
  position: relative;
  z-index: 2;
}

/* Section Header */
.section-header {
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  margin-bottom: 16px;
}

.subtitle-text {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Core Features Section */
.core-features-section {
  margin-bottom: 120px;
}

.features-visual {
  position: relative;
  text-align: center;
}

.features-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.visual-highlights {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.highlight-badge {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.highlight-badge.security i {
  color: #10b981;
}

.highlight-badge.performance i {
  color: #f59e0b;
}

.highlight-badge.mobile i {
  color: #8b5cf6;
}

.highlight-badge i {
  font-size: 16px;
}

/* Features Content */
.features-content {
  padding-left: 2rem;
}

.content-title {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
}

.content-description {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 40px;
  line-height: 1.6;
}

.features-grid {
  display: grid;
  gap: 24px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: white;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
  color: white;
}

.feature-icon.analytics {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.feature-icon.dashboard {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.feature-icon.reports {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.feature-icon.hierarchy {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.feature-icon.security {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.feature-icon.sync {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.feature-details h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  line-height: 1.3;
}

.feature-details p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Business Solutions Section */
.business-solutions-section {
  margin-bottom: 80px;
}

.section-divider {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle-large {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-description-small {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

.solutions-visual {
  text-align: center;
  margin-bottom: 40px;
}

.solutions-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.solutions-stats {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.stat-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.stat-number {
  font-size: 24px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* Solutions Grid */
.solution-card {
  background: white;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.solution-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.solution-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}

.business-intelligence .solution-icon {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.erp-system .solution-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.crm-system .solution-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.marketing-automation .solution-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.hr-management .solution-icon {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.website-builder .solution-icon {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.solution-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1.3;
}

.solution-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.solution-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solution-features li {
  font-size: 14px;
  color: #475569;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.solution-features li::before {
  content: '•';
  color: #3b82f6;
  font-weight: 700;
  position: absolute;
  left: 0;
}

/* Features Summary */
.features-summary {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  border-radius: 24px;
  padding: 60px;
  color: white;
}

.summary-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}

.summary-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0;
}

.summary-actions {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.btn-primary,
.btn-secondary {
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
  color: white;
  text-decoration: none;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .features {
    padding: 80px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-subtitle-large {
    font-size: 32px;
  }

  .core-features-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .features-content {
    padding-left: 0;
    margin-top: 60px;
  }

  .visual-highlights {
    margin-top: 30px;
  }

  .solutions-visual {
    margin-bottom: 40px;
  }

  .solutions-stats {
    flex-direction: column;
    align-items: center;
  }

  .stat-card {
    max-width: 200px;
  }

  .features-summary {
    padding: 40px;
    text-align: center;
  }

  .summary-actions {
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .features {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle-large {
    font-size: 28px;
  }

  .content-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 16px;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .solution-card {
    padding: 24px;
  }

  .solution-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .features-summary {
    padding: 30px 20px;
  }

  .summary-title {
    font-size: 24px;
  }

  .summary-description {
    font-size: 16px;
  }

  .summary-actions {
    flex-direction: column;
    margin-top: 24px;
  }

  .solutions-stats {
    gap: 12px;
  }

  .visual-highlights {
    gap: 8px;
  }

  .highlight-badge {
    padding: 8px 16px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .section-header {
    margin-bottom: 40px;
  }

  .core-features-section {
    margin-bottom: 60px;
  }

  .business-solutions-section {
    margin-bottom: 60px;
  }

  .features-grid {
    gap: 16px;
  }

  .feature-card {
    padding: 16px;
  }

  .solution-card {
    padding: 20px;
  }

  .solution-header {
    gap: 12px;
  }

  .features-summary {
    padding: 24px 16px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 14px 20px;
    font-size: 15px;
  }
}

/* Focus States */
.btn-primary:focus,
.btn-secondary:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .features {
    background: white;
    padding: 40px 0;
  }

  .features::before {
    display: none;
  }

  .features-summary {
    background: #f8fafc;
    color: #1e293b;
  }

  .visual-highlights,
  .solutions-stats {
    display: none;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
/* Services Section - Professional Clean Design */
.services {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}

/* Section Header */
.section-header {
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  margin-bottom: 16px;
}

.subtitle-text {
  display: inline-block;
  padding: 8px 24px;
  background: #f8fafc;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Service Cards */
.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px 32px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0245bc);
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover::before {
  opacity: 1;
}

/* Service Icon */
.service-icon-wrapper {
  margin-bottom: 24px;
}

.service-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  position: relative;
}

.service-icon.emerald {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.service-icon.amber {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.service-icon.azure {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.service-icon.ruby {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.service-icon.violet {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.service-icon.rose {
  background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

/* Service Content */
.service-content {
  flex-grow: 1;
  margin-bottom: 24px;
}

.service-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
}

.service-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Service Features */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #475569;
  margin-bottom: 8px;
  font-weight: 500;
}

.service-features li:last-child {
  margin-bottom: 0;
}

.service-features li i {
  color: #10b981;
  font-size: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Service Footer */
.service-footer {
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-link:hover {
  color: #1e293b;
  text-decoration: none;
  gap: 12px;
}

.service-link i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.service-link:hover i {
  transform: translateX(4px);
}

/* Services Stats */
.services-stats {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px solid #e2e8f0;
}

.stat-item {
  padding: 20px;
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .services {
    padding: 80px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-header {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .service-card {
    padding: 32px 24px;
  }

  .services-stats {
    margin-top: 60px;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .services {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 16px;
  }

  .service-card {
    padding: 28px 20px;
  }

  .service-title {
    font-size: 20px;
  }

  .stat-number {
    font-size: 28px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .services-stats {
    margin-top: 40px;
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .service-card {
    padding: 24px 16px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .stat-number {
    font-size: 24px;
  }
}

/* Focus and Accessibility */
.service-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .services {
    padding: 40px 0;
  }

  .service-card {
    break-inside: avoid;
    box-shadow: none;
    border: 2px solid #e2e8f0;
  }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

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

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/* Team Section - Professional Design */
.team {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}

/* Section Header */
.section-header {
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  margin-bottom: 16px;
}

.subtitle-text {
  display: inline-block;
  padding: 8px 24px;
  background: #f8fafc;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Team Cards */
.team-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: #cbd5e1;
}

/* Member Image */
.member-image {
  position: relative;
  overflow: hidden;
  height: 280px;
  background: #f8fafc;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.team-card:hover .member-image img {
  transform: scale(1.05);
}

/* Image Overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-card:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  position: absolute;
  top: 20px;
  right: 20px;
}

.role-badge {
  background: rgba(255, 255, 255, 0.95);
  color: #1e293b;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}

.team-card:hover .role-badge {
  transform: translateY(0);
  opacity: 1;
}

/* Member Details */
.member-details {
  padding: 32px 24px;
  text-align: center;
}

.member-name {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  line-height: 1.3;
}

.member-position {
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Member Expertise */
.member-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.expertise-tag {
  background: #f1f5f9;
  color: #475569;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.team-card:hover .expertise-tag {
  background: #e2e8f0;
  color: #334155;
}

/* Team Stats */
.team-stats {
  margin-top: 100px;
  padding-top: 60px;
  border-top: 1px solid #e2e8f0;
}

.stat-item {
  padding: 20px;
  text-align: center;
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: #f8fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 20px;
  color: #64748b;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
  transform: translateY(-4px);
}

.stat-number {
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .team {
    padding: 80px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-header {
    margin-bottom: 60px;
  }

  .team-stats {
    margin-top: 80px;
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .member-image {
    height: 250px;
  }

  .member-details {
    padding: 28px 20px;
  }
}

@media (max-width: 767px) {
  .team {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 16px;
  }

  .member-image {
    height: 220px;
  }

  .member-details {
    padding: 24px 16px;
  }

  .member-name {
    font-size: 20px;
  }

  .stat-number {
    font-size: 24px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .team-stats {
    margin-top: 60px;
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .member-expertise {
    flex-direction: column;
    align-items: center;
  }

  .expertise-tag {
    display: inline-block;
  }

  .stat-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .overlay-content {
    top: 16px;
    right: 16px;
  }

  .role-badge {
    padding: 6px 12px;
    font-size: 11px;
  }
}

/* Focus and Accessibility */
.team-card:focus-within {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .team {
    padding: 40px 0;
  }

  .team-card {
    break-inside: avoid;
    box-shadow: none;
    border: 2px solid #e2e8f0;
  }

  .team-stats {
    page-break-before: avoid;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* Clients Section - Clean & Elegant */
.clients {
  padding: 80px 0;
  background: #ffffff;
}

/* Simple Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #2d3748;
  margin: 0;
}

/* Clean Slider */
.clients-slider {
  padding: 40px 0;
}

.clients-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 20px;
}

.clients-slider .swiper-slide img {
  max-width: 140px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.clients-slider .swiper-slide img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Simple Pagination */
.clients-slider .swiper-pagination {
  bottom: 0;
  margin-top: 30px;
}

.clients-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  opacity: 1;
  margin: 0 4px;
}

.clients-slider .swiper-pagination-bullet-active {
  background: #4f46e5;
  width: 24px;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 768px) {
  .clients {
    padding: 60px 0;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .clients-slider .swiper-slide {
    height: 100px;
    padding: 15px;
  }

  .clients-slider .swiper-slide img {
    max-width: 120px;
    max-height: 60px;
  }
}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 24px;
  }

  .clients-slider .swiper-slide {
    height: 80px;
    padding: 10px;
  }

  .clients-slider .swiper-slide img {
    max-width: 100px;
    max-height: 50px;
  }
}


/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  /* padding: 30px; */
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.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 input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

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

.contact .php-email-form input {
  padding: 10px 15px;
}

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

.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

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

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

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

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/* Tools Section - Professional Design */
.tools {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}

/* Section Header */
.section-header {
  margin-bottom: 80px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  margin-bottom: 16px;
}

.subtitle-text {
  display: inline-block;
  padding: 8px 24px;
  background: #f8fafc;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description {
  font-size: 18px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Tools Grid */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 100px;
}

/* Tool Cards */
.tool-card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tool-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.05), transparent);
  transition: left 0.6s ease;
}

.tool-card:hover::before {
  left: 100%;
}

.tool-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

/* Tool Icon */
.tool-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.tool-card:hover .tool-icon {
  transform: scale(1.1);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tool-icon img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.tool-card:hover .tool-icon img {
  transform: scale(1.1);
}

/* Tool Content */
.tool-content {
  position: relative;
  z-index: 2;
}

.tool-name {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.tool-category {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

/* Tech Categories */
.tech-categories {
  padding-top: 60px;
  border-top: 1px solid #e2e8f0;
}

.category-card {
  text-align: center;
  padding: 2rem 1rem;
}

.category-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
}

.category-card:hover .category-icon {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.category-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.category-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .tools {
    padding: 80px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-header {
    margin-bottom: 60px;
  }

  .tools-grid {
    gap: 1.5rem;
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .tools-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .tool-card {
    padding: 1.5rem;
  }

  .tech-categories {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .tools {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
  }

  .section-description {
    font-size: 16px;
  }

  .tools-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    margin-bottom: 60px;
  }

  .tool-card {
    padding: 1.25rem;
  }

  .tool-icon {
    width: 70px;
    height: 70px;
  }

  .tool-icon img {
    max-width: 45px;
    max-height: 45px;
  }

  .tool-name {
    font-size: 18px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .tech-categories {
    padding-top: 40px;
  }

  .category-card {
    padding: 1.5rem 0.5rem;
  }
}

@media (max-width: 575px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tool-card {
    padding: 1rem;
  }

  .tool-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .tool-icon img {
    max-width: 35px;
    max-height: 35px;
  }

  .tool-name {
    font-size: 16px;
  }

  .tool-category {
    font-size: 13px;
  }

  .category-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .category-title {
    font-size: 18px;
  }

  .category-description {
    font-size: 14px;
  }
}

/* Focus and Accessibility */
.tool-card:focus-within {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .tools {
    padding: 40px 0;
  }

  .tool-card {
    break-inside: avoid;
    box-shadow: none;
    border: 2px solid #e2e8f0;
  }

  .tech-categories {
    page-break-before: avoid;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

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

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

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

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  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: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.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: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

/* body {
  background-image: url(https://picsum.photos/3000/2000?image=1050);
  background-size: cover;
  background-position: center;
  color: white;
  font-family: tahoma;
  height: 100vh;
} */

.social {
  position: fixed;
  top: 22%;
  z-index: 10;
}

.lighticon {
  background-color: transparent !important;
  color: white !important;
}

.social ul {
  list-style-type: none;
  padding: 0;
  transform: translatex(-260px);
}

/* background-color: rgba(0, 0, 0, 0.5);  */
.social ul li {
  display: block;
  margin: 5px;
  width: 300px;
  text-align: right;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}

.social ul li:hover {
  transform: translatex(110px);
}

.social ul li.twitter,
.social ul li.twitter:hover {
  background-color: #55acee;
}

.social ul li.facebook,
.social ul li.facebook:hover {
  background-color: #3b5999;
}

.social ul li.google-plus,
.social ul li.google-plus:hover {
  background-color: #dd4b39;
}

.social ul li.instagram,
.social ul li.instagram:hover {
  background-color: #e4405f;
}

.social ul li.whatsapp,
.social ul li.whatsapp:hover {
  background-color: #25d366;
}

.social ul li.telephone,
.social ul li.telephone:hover {
  background-color: #71b3ff;
}

.social ul li.envelope,
.social ul li.envelope:hover {
  background-color: #ff7171;
}

.social ul li a {
  color: white;
  text-decoration: none;
}

.social ul li i {
  text-align: center;
  margin-left: 14px;
  color: black;
  background-color: white;
  padding: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transform: rotate(0deg);
}

.social ul li:hover i {
  transform: rotate(360deg);
  transition: all 1s;
}

/* Loader Design */
.loading {
  position: fixed;
  z-index: 100000;
  background-image: url("http://admin.dishaitsollution.com/assets/images/loader.gif");
  background-repeat: no-repeat;
  background-size: 195px 180px;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
  background-position: center;
  background-color: #fff;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #4154f1;
  border-radius: 10px;
  cursor: pointer;
}

/*  */
.img-responsive {
  margin: 0 auto;
}

.required {
  color: red !important;
}


.modal_img {
  /* margin: auto;
  position: relative; */
  width: 160px;
  height: 140px;
  display: block;
  margin: -56px auto 5px;
  padding: 10px;
  background: rgb(255, 255, 255);
  /* border-radius: 25%; */
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
  z-index: 9;
  position: relative;
}

.modal-content {
  border-radius: 20px !important;

}

#contact_us_modal .modal-content,
.modal-footer {
  background: #88c8e7;
}

.modal-header .close {
  margin: -2rem 0rem -2rem -30px;
}