﻿/**
* Template Name: Vesperr - v4.10.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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

a {
  color: #2b3990;
  /*#2b3990;/*#3498db*/
  text-decoration: none;
}

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

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

/* -------------------------------------------------------------
   Modern overrides (fonts, gradient, components)
   ------------------------------------------------------------- */
:root {
  --brand: #2b3990;
  --brand-2: #7c3aed;
  --accent: #12a89d;
  --energy: #ee2e35;
  --text: #0f172a;
  --muted: #475569;
}

/* Typography */
body {
  font-family: "Inter", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  color: var(--text);
  /* Light backdrop me nuanca të vetme të #2b3990 */
  background:
    radial-gradient(42% 40% at 12% 18%, rgba(43, 57, 144, 0.22), transparent 55%),
    radial-gradient(38% 36% at 82% 16%, rgba(43, 57, 144, 0.18), transparent 60%),
    radial-gradient(36% 34% at 18% 82%, rgba(43, 57, 144, 0.14), transparent 60%),
    linear-gradient(135deg,
      rgba(43, 57, 144, 0.16) 0%,
      rgba(43, 57, 144, 0.12) 55%,
      rgba(43, 57, 144, 0.08) 100%);
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", "Raleway", system-ui, sans-serif !important;
  letter-spacing: -0.01em;
}

/* Header (light) */
#header {
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Hero gradient and CTA */
#hero {
  min-height: 80vh;
  background:
    radial-gradient(38% 36% at 18% 20%, rgba(43, 57, 144, 0.16), transparent 55%),
    radial-gradient(36% 34% at 82% 18%, rgba(18, 168, 157, 0.16), transparent 55%),
    radial-gradient(34% 32% at 60% 84%, rgba(124, 58, 237, 0.12), transparent 60%),
    linear-gradient(135deg, #ffffff 0%, #f4f7ff 55%, #fff8fb 100%);
  padding-top: 20px;
}

.hero-video-section {
  position: relative;
  overflow: hidden;
}

.hero-video-section .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-section .hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) brightness(0.82);
}

.hero-video-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.42) 100%, rgba(255, 255, 255, 0.10) 100%);
  z-index: 1;
}

.hero-video-section .container {
  position: relative;
  z-index: 2;
}

.hero-center {
  max-width: 900px;
  padding: 24px 12px;
}

.pastel-hero #hero,
.pastel-hero {
  background:
    radial-gradient(40% 38% at 18% 18%, rgba(43, 57, 144, 0.16), transparent 58%),
    radial-gradient(38% 36% at 82% 16%, rgba(18, 168, 157, 0.16), transparent 55%),
    radial-gradient(36% 34% at 62% 88%, rgba(124, 58, 237, 0.12), transparent 60%),
    linear-gradient(135deg, #ffffff 0%, #f5f8ff 55%, #fff9fb 100%);
}

.pastel-hero .scroll-indicator {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

/* Scroll indicator inside hero */
.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  animation: float-down 1.8s ease-in-out infinite;
  opacity: 0.9;
}

.scroll-indicator i {
  font-size: 20px;
}

.scroll-indicator:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateX(-50%) translateY(-2px);
}

@keyframes float-down {

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

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

/* Dark hero variant */
.hero--dark {
  background: transparent !important;
}

.hero--dark h1 {
  color: #0f172a;
}

.hero--dark h2 {
  color: #334155;
}

/* Brighter subtitle in dark hero */
.hero--dark .hero-subtitle {
  color: #f8fafc;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

/* Brand accent utility for inline highlights */
.brand-accent {
  color: var(--brand);
}

.hero--dark .brand-accent {
  color: var(--accent);
}

/* Brighter gradient for title on dark */
.hero--dark .gradient-text {
  background: linear-gradient(90deg, #a78bfa 0%, #22d3ee 60%, #ffffff 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.hero--dark .btn-get-started {
  background: linear-gradient(90deg, var(--brand-2) 0%, var(--accent) 100%);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(6, 182, 212, 0.18);
}

.hero--dark .btn-get-started:hover {
  filter: brightness(1.08);
}

#hero h1 {
  color: #0f172a;
}

#hero h2 {
  color: #334155;
}

#hero .btn-get-started {
  color: #fff;
  border: none;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: 0 10px 20px rgba(43, 57, 144, 0.15);
}

#hero .btn-get-started:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Gradient text utility for hero title */
.gradient-text {
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 35%, var(--brand-2) 68%, var(--energy) 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: gradient-shift 8s ease-in-out infinite alternate;
}

.hero-title {
  letter-spacing: -0.02em;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* Navbar CTA */
.navbar .getstarted,
.navbar .getstarted:focus {
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
  color: #fff;
  border-radius: 6px;
}

/* Section titles */
.section-title {
  text-align: center;
  margin-bottom: 36px;
}

.section-title h2 {
  font-weight: 800;
  position: relative;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.section-title h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

/* Stronger gradient for section titles, static (no animation) */
.section-title .gradient-text {
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 35%, var(--brand-2) 68%, var(--energy) 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: none;
}

.section-title p {
  color: #475569;
  margin-top: 8px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Ensure specific sections center their subtitles */
.services .section-title p,
.pricing .section-title p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Pricing cards */
.pricing .box {
  background: #fff;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, var(--brand), var(--brand-2));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(16, 24, 40, 0.12);
}

.pricing .box .btn-buy {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #fff;
  border: none;
  border-radius: 6px;
}

.pricing .box .btn-buy:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

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

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

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.4s;
  padding: 22px 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  background: #fff;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 48px;
}

/* Transparent header over hero video; turns white on scroll */
.glassy-header {
  background: transparent !important;
  border: none;
  box-shadow: none;
}

.glassy-header.header-scrolled {
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.glassy-header .navbar a,
.glassy-header .navbar a:focus {
  color: #ffffff;
}

.glassy-header .navbar a:hover,
.glassy-header .navbar .active,
.glassy-header .navbar li:hover>a {
  color: #ffffff;
}

.glassy-header.header-scrolled .navbar a,
.glassy-header.header-scrolled .navbar a:focus {
  color: #0f172a;
}

.glassy-header.header-scrolled .navbar a:hover,
.glassy-header.header-scrolled .navbar .active,
.glassy-header.header-scrolled .navbar li:hover>a {
  color: var(--brand);
}

.glassy-header .navbar .getstarted {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #fff;
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.15);
}

.glassy-header.header-scrolled .navbar .getstarted {
  color: #fff;
}

.glassy-header .mobile-nav-toggle {
  color: #ffffff;
}

.glassy-header.header-scrolled .mobile-nav-toggle {
  color: #222222;
}

/* Dark/glass header variant to match dark hero */
.header--dark {
  background: linear-gradient(180deg, rgba(11, 16, 32, 0.92) 0%, rgba(17, 24, 39, 0.92) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.header--dark.header-scrolled {
  background: linear-gradient(180deg, rgba(11, 16, 32, 0.96) 0%, rgba(17, 24, 39, 0.96) 100%) !important;
}

.header--dark .mobile-nav-toggle {
  color: #f3f4f6;
}

.header--dark .navbar a,
.header--dark .navbar a:focus {
  color: #f1f5f9;
}

.header--dark .navbar a:hover,
.header--dark .navbar .active,
.header--dark .navbar .active:focus,
.header--dark .navbar li:hover>a {
  color: #ffffff;
}

/* Gradient underline on hover for dark header */
.header--dark .navbar a {
  position: relative;
}

.header--dark .navbar a::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 6px;
  height: 2px;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-2), var(--accent));
  transition: width 0.25s ease;
}

.header--dark .navbar a:hover::after,
.header--dark .navbar .active::after {
  width: 24px;
}

.header--dark .navbar .getstarted,
.header--dark .navbar .getstarted:focus {
  background: linear-gradient(90deg, var(--brand-2) 0%, var(--accent) 100%);
  color: #fff;
  border: none;
}

/* Dark dropdown menu to match hero */
.header--dark .navbar .dropdown ul {
  background: rgba(15, 23, 42, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.header--dark .navbar .dropdown ul a {
  color: #e5e7eb;
}

.header--dark .navbar .dropdown ul a:hover,
.header--dark .navbar .dropdown ul .active:hover,
.header--dark .navbar .dropdown ul li:hover>a {
  color: #ffffff;
}

/*--------------------------------------------------------------
# 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: 400;
  color: #555555;
  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: #2b3990;
  /*#3498db*/
  ;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #2b3990;
  /*#3498db*/
  ;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 6px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 10px);
  margin: 0;
  padding: 6px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  transition: 0.25s ease;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 16px;
  font-size: 14px;
  color: #e5e7eb;
}

.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: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.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: #222222;
  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(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2b3990;
  /*#3498db*/
  ;
}

.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: #2b3990;
  /*#3498db*/
  ;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  font-size: clamp(36px, 5.5vw, 64px);
  text-shadow: 0 10px 42px rgba(0, 0, 0, 0.6), 0 0 24px rgba(255, 255, 255, 0.18);
}

#hero h2 {
  color: #f8fafc;
  margin-bottom: 50px;
  font-size: clamp(18px, 2.2vw, 24px);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.55), 0 0 18px rgba(255, 255, 255, 0.12);
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.3px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 6px;
  transition: 0.5s;
  color: #fff !important;
  border: none;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: 0 10px 20px rgba(43, 57, 144, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#hero .btn-get-started:hover {
  filter: brightness(1.05);
  color: #fff;
  transform: translateY(-1px);
}

.btn-ghost-white {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 6px;
  border: 1.5px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: 0.35s ease;
  background: transparent;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.btn-ghost-white:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.85);
}

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

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

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

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

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

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

@media (max-width: 768px) {
  #hero {
    margin-top: 0;
  }

  #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%;
  }
}

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

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

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

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

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

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #2b3990;
  /*#3498db*/
  ;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2b3990;
  /*#3498db*/
  ;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #2b3990;
  /*#3498db*/
  ;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2b3990;
  /*#3498db*/
  ;
}

.about .content .btn-learn-more:hover {
  background: #2b3990;
  /*#3498db*/
  ;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

/* Dark variant matching hero */
.counts--dark {
  background: transparent;
  padding: 48px 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 16px;
  width: 100%;
}

/* Light, colorful counts */
.counts--bright {
  background: transparent;
}

.counts--bright .count-box {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.counts--bright .count-box i {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counts--bright .count-box span {
  color: var(--brand);
}

.counts--bright .count-box p {
  color: var(--muted);
}

/* Minty services section */
.services--mint {
  background: transparent;
}

.services--mint .icon-box {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  color: #0f172a;
  position: relative;
  overflow: hidden;
}

.services--mint .icon-box .icon {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.25);
}

.services--mint .icon-box h4 a {
  color: #0f172a;
}

.services--mint .icon-box p {
  color: #475569;
}

.services--mint .icon-box:hover {
  border-color: rgba(59, 130, 246, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

/* Add vertical spacing between first and second row of count boxes */
@media (min-width: 768px) {
  .counts .content .row>.col-md-6:nth-child(n+3) {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .counts .content .row>.col-md-6:nth-child(n+3) {
    margin-top: 32px;
  }
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #2b3990;
  /*#3498db*/
  ;
  float: left;
  line-height: 0;
}

/* Card + typography overrides for dark */
.counts--dark .content .count-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.counts--dark .content .count-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.14);
}

.counts--dark .content .count-box i {
  background: linear-gradient(90deg, var(--brand-2), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.95;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}

.counts--dark .content .count-box span {
  margin-left: 50px;
  font-family: "Space Grotesk", "Raleway", sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  background: linear-gradient(90deg, #a78bfa, #22d3ee);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts--dark .content .count-box p {
  color: #e5e7eb;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img,
  .counts .image .counts-swiper img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {

  .counts .image img,
  .counts .image .counts-swiper img {
    max-width: 100%;
  }
}

/* Counts Swiper (carousel) */
.counts .image .counts-swiper {
  width: 100%;
  max-width: 520px;
}

.counts .image .counts-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counts .image .counts-swiper img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
}

/* Color overlays per slide to match service card colors exactly */
/* Disable any slide overlays; we tint only the icon/image */
.counts .image .counts-swiper .swiper-slide::after {
  display: none !important;
}

/* Tint image to match service colors (blue, teal, red) */
.counts .image .counts-swiper .t-blue img,
.counts .image .counts-swiper .t-teal img,
.counts .image .counts-swiper .t-red img,
.counts .image .counts-swiper .t-purple img,
.counts .image .counts-swiper .t-orange img {
    /* Show original colors, only keep shadow */
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
  }

/*--------------------------------------------------------------
# Product Hero Carousel
--------------------------------------------------------------*/
.hero-products {
    position: relative;
    overflow: hidden;
    background: #0f172a !important;
    padding: 0;
    color: #fff;
    min-height: 100vh;
  }
.hero-products .carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1.1s;
    transform: translateX(0);
  }
.hero-products .carousel.carousel-fade .carousel-item.active,
  .hero-products .carousel.carousel-fade .carousel-item-next.carousel-item-start,
  .hero-products .carousel.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transform: translateX(0);
  }
.hero-products .carousel.carousel-fade .active.carousel-item-start,
  .hero-products .carousel.carousel-fade .active.carousel-item-end {
    opacity: 0;
    transform: translateX(0);
  }
.hero-products .carousel-item {
    min-height: 100vh;
  }
.hero-products .carousel-item .row {
    min-height: 100vh;
    align-items: center;
  }
.hero-products.web { background: linear-gradient(360deg, rgba(43,57,144,0.24), rgba(15,23,42,0.92)); }
.hero-products.pos { background: linear-gradient(360deg, rgba(18,168,157,0.24), rgba(15,23,42,0.92)); }
.hero-products.rest { background: linear-gradient(360deg, rgba(238,46,53,0.24), rgba(15,23,42,0.92)); }
.hero-products.hr { background: linear-gradient(360deg, rgba(124,58,237,0.26), rgba(15,23,42,0.92)); }
.hero-products.ndertimi { background: linear-gradient(360deg, rgba(255,122,0,0.26), rgba(15,23,42,0.92)); }
.hero-products .carousel-item.web,
  .hero-products .carousel-item.pos,
  .hero-products .carousel-item.rest,
  .hero-products .carousel-item.hr,
  .hero-products .carousel-item.ndertimi { background: transparent; }
.hero-products .product-logo {
    max-width: 520px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 36px rgba(0,0,0,0.35));
    opacity: 0;
    transform: translateX(-28px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
.hero-products .product-title {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Space Grotesk", "Inter", system-ui, -apple-system, sans-serif;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.7), #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-products.web .product-title {
    background: linear-gradient(90deg, #2b3990, rgba(43,57,144,0.75), #2b3990);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-products.pos .product-title {
    background: linear-gradient(90deg, #12a89d, rgba(18,168,157,0.75), #12a89d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-products.rest .product-title {
    background: linear-gradient(90deg, #ee2e35, rgba(238,46,53,0.75), #ee2e35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-products.hr .product-title {
    background: linear-gradient(90deg, #7c3aed, rgba(124,58,237,0.75), #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hero-products.ndertimi .product-title {
    background: linear-gradient(90deg, #ff7a00, rgba(255,122,0,0.75), #ff7a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.hero-products .product-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #e2e8f0;
    margin-bottom: 24px;
    max-width: 720px;
    opacity: 0;
    transform: translateX(28px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
.hero-products .btn-cta {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    color: #0f172a;
    background: #fff;
    border: none;
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  }
.hero-products .btn-cta:hover {
    filter: brightness(0.96);
    transform: translateY(-1px);
  }
.hero-products .carousel-indicators { display: none; }
  .hero-products .carousel-control-prev,
  .hero-products .carousel-control-next {
    opacity: 0;
    width: 72px;
    transition: opacity 0.3s ease;
    transform: translateX(-18px);
  }
  .hero-products .carousel-control-prev { left: -60px; }
  .hero-products .carousel-control-next { right: -60px; }
  .hero-products:hover .carousel-control-prev,
  .hero-products:hover .carousel-control-next {
    opacity: 1;
    transform: translateX(0);
  }
  .hero-products .carousel-control-prev-icon,
  .hero-products .carousel-control-next-icon {
    background-size: 32px 32px;
    filter: invert(1);
  }
.hero-products .carousel-item.active .product-logo {
    opacity: 1;
    transform: translateX(0);
  }
.hero-products .carousel-item.active .product-copy {
    opacity: 1;
    transform: translateX(0);
  }
.hero-products .carousel-item.active .product-desc {
    opacity: 1;
    transform: translateX(0);
  }
.hero-products .carousel-item.leaving .product-logo {
    opacity: 0;
    transform: translateX(-32px);
  }
.hero-products .carousel-item.leaving .product-copy {
    opacity: 0;
    transform: translateX(32px);
  }
.hero-products .carousel-item.entering .product-logo {
    opacity: 0;
    transform: translateX(-32px);
  }
.hero-products .carousel-item.entering .product-copy {
    opacity: 0;
    transform: translateX(32px);
  }

@media (max-width: 767px) {
  .counts .image .counts-art {
    min-height: 200px;
  }

  .counts .image .counts-art .art {
    width: min(360px, 90%);
  }

  .counts .image .counts-art .art-tint-1 {
    top: 12px;
  }

  .counts .image .counts-art .art-tint-2 {
    top: 24px;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #2b3990;
  /*#3498db*/
  ;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #2b3990;
  /*#3498db*/
  ;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #2b3990;
  /*#3498db*/
  ;
}

/* Per-card hover color variants */
.services .icon-box.service-teal:hover::before {
  background: #12a89d;
}

.services .icon-box.service-teal:hover .icon i {
  color: #12a89d;
}

.services .icon-box.service-red:hover::before {
  background: #ee2e35;
}

.services .icon-box.service-red:hover .icon i {
  color: #ee2e35;
}

.services .icon-box.service-purple:hover::before {
  background: #7c3aed;
}

.services .icon-box.service-purple:hover .icon i {
  color: #7c3aed;
}

.services .icon-box.service-ndertimi:hover::before {
  background: #ff7a00;
}

.services .icon-box.service-ndertimi:hover .icon i {
  color: #ff7a00;
}

/* Service icon color variants (default states) */
.services .icon-box.service-teal .icon {
  background: #12a89d;
}

.services .icon-box.service-red .icon {
  background: #ee2e35;
}

.services .icon-box.service-purple .icon {
  background: #7c3aed;
}

.services .icon-box.service-ndertimi .icon {
  background: #ff7a00;
}

.services .icon-box.service-teal .icon i,
.services .icon-box.service-red .icon i,
.services .icon-box.service-purple .icon i,
.services .icon-box.service-ndertimi .icon i {
  color: #fff;
}

/* On hover: white badge, glyph in per-card color */
.services .icon-box.service-teal:hover .icon {
  background: #fff;
}

.services .icon-box.service-red:hover .icon {
  background: #fff;
}

.services .icon-box.service-purple:hover .icon {
  background: #fff;
}

.services .icon-box.service-ndertimi:hover .icon {
  background: #fff;
}

.services .icon-box.service-teal:hover .icon i {
  color: #12a89d;
}

.services .icon-box.service-red:hover .icon i {
  color: #ee2e35;
}

.services .icon-box.service-purple:hover .icon i {
  color: #7c3aed;
}

.services .icon-box.service-ndertimi:hover .icon i {
  color: #ff7a00;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #2b3990;
  /*#3498db*/
  ;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
/* Modern card style for features */
.features .icon-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.features .icon-box i {
  font-size: 18px;
  line-height: 1;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #e5e7eb;
  transition: color 0.25s ease;
}

.features .icon-box:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.features .icon-box:hover h3 a {
  color: #ffffff;
}

/* Light sand variation for features */
.features--sand {
  background: transparent;
}

.features--sand .icon-box {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.features--sand .icon-box h3 a {
  color: #0f172a;
}

.features--sand .icon-box i {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.25);
}

.features--sand .icon-box:hover {
  background: #ffffff;
  border-color: rgba(59, 130, 246, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.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 .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 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 #2b3990;
  /*#3498db*/
  ;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b3990;
  /*#3498db*/
  ;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #2b3990;
  /*#3498db*/
  ;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #2b3990;
  /*#3498db*/
  ;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap: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 #2b3990;
  /*#3498db*/
  ;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b3990;
  /*#3498db*/
  ;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 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 {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #2b3990;
  /*#3498db*/
  ;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing .box h3 {
  padding: 10px 0 0 0;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #f8fafc;
}

.pricing .box h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Space Grotesk", "Open Sans", sans-serif;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--accent) 60%, var(--brand-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pricing .box .promo {
  font-size: 30px;
  color: #2b3990;
  /*#3498db*/
  ;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

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

.pricing .box h4 span {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 400;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #e5e7eb;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  max-width: 320px;
  margin: 0 auto;
}

.pricing .box ul li {
  padding: 8px 0;
}

.pricing .box ul i {
  color: #2b3990;
  /*#3498db*/
  ;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #9ca3af;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 12px 0 0;
  text-align: center;
  margin-top: auto;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 6px;
  border: none;
  color: #fff;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-2) 100%);
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}

.pricing .box .btn-buy:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.pricing .box:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.pricing .recommended {
  position: relative;
  border: none;
  /* draw the border via pseudo-element to preserve radius */
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* Gradient border with rounded corners via masking (keeps inner background intact) */
.pricing .recommended::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  /* border thickness */
  border-radius: 16px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.pricing .recommended .btn-buy {
  background: linear-gradient(90deg, var(--accent), var(--brand-2));
  color: #fff;
}

/* Badge for recommended */

/* Blush variation for pricing */
.pricing--blush {
  background: transparent;
}

.pricing--blush .box {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #0f172a;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
}

.pricing--blush .box h3 {
  color: #1f2937;
}

.pricing--blush .box h4 {
  background: linear-gradient(90deg, var(--brand), var(--brand-2), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing--blush .box h4 span {
  color: #6b7280;
}

.pricing--blush .box ul {
  color: #475569;
}

.pricing--blush .box ul .na {
  color: #cbd5e1;
}

.pricing--blush .box .btn-buy {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.20);
}

.pricing--blush .recommended {
  box-shadow: 0 18px 38px rgba(244, 114, 182, 0.20);
}

.pricing--blush .recommended::before {
  background: linear-gradient(135deg, var(--brand-2), var(--brand));
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.about p {
  color: #e5e7eb;
}

.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #2b3990;
  /*#3498db*/
  ;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #2b3990;
  /*#3498db*/
  ;
}

.contact .social-links a:hover {
  background: #2b3990;
  /*#3498db*/
  ;
  color: #fff;
}

.contact .info {
  color: #e5e7eb;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.contact .info i {
  font-size: 18px;
  color: #fff;
  float: none;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

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

.contact .info .item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact .info .item:last-child {
  border-bottom: 0;
}

.contact .info .label {
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.contact .info a {
  color: #e5e7eb;
  text-decoration: underline dotted;
}

.contact .info a:hover {
  color: #fff;
}

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

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2b3990;
  /*#3498db*/
  ;
}

.contact .php-email-form button[type=submit] {
  background: #2b3990;
  /*#3498db*/
  ;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

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

@-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: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}

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

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

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

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

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#about.about--stone,
.about--stone {
  background: transparent;
}

.about--stone p {
  color: #374151;
}

.contact--cloud {
  background: transparent;
}

.contact--cloud .contact-about p {
  color: #475569;
}

.contact--cloud .info {
  color: #1f2937;
}

.contact--cloud .info .label {
  color: #0f172a;
}

.contact--cloud .info .item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.contact--cloud .info i {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.25);
}

.contact--cloud .info a {
  color: var(--brand);
}

.contact--cloud .info a:hover {
  color: var(--brand-2);
}

#footer {
  background: #fff;
  padding: 30px 0;
  color: #1f2937;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #6b7280;
}

#footer .footer-links a {
  color: #1f2937;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: var(--brand);
}

.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.testimonial-card .avatar {
  width: 110px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}

.footer-contact {
  margin-bottom: calc(1rem + 10px);
}

.footer-contact p {
  padding-left: 10px !important;
}

.product-video video {
  height: 750px;
}
