h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 20px;
}
body,
p {
  color: var(--text);
}
.navbar,
.navbar-menu {
  align-items: center;
  display: flex;
}
.main-header,
.submenu {
  left: 0;
  position: absolute;
}
.navbar-brand,
.navbar-nav {
  margin: 0;
  padding: 0;
}
#preloader.hide,
.sidebar-overlay,
.submenu {
  opacity: 0;
  visibility: hidden;
}
.loader-text,
.project-content span,
.project-location,
.section-subtitle {
  text-transform: uppercase;
}
.about-feature-grid,
.about-features {
  grid-template-columns: repeat(2, 1fr);
}
.featured-project-image img,
.hero-bg img,
.main-image img,
.page-banner-bg img,
.project-image img,
.project-modern-image img,
.service-image img,
.small-image img,
.testimonial-image img {
  object-fit: cover;
  object-fit: cover;
}
:root {
  --primary: #24e58e;
  --secondary: #1bcf7f;
  --dark: #121212;
  --dark-light: #1e1e1e;
  --light: #ffffff;
  --off-white: #f8faf9;
  --text: #2a2a2a;
  --border: #e6e6e6;
  --heading-font: "Sora", sans-serif;
  --body-font: "Inter", sans-serif;
  --shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 20px 50px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 30px 70px rgba(0, 0, 0, 0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --transition: all 0.4s ease;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  background: var(--light);
  overflow-x: hidden;
}
.counter-number,
.hero-title,
.page-title,
.section-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
.hero-title,
.page-title,
h1 {
  font-weight: 800;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  letter-spacing: -0.5px;
}
h1 {
  font-size: 56px;
  line-height: 1.15;
}
h2,
h3 {
  font-weight: 700;
}
h2 {
  font-size: 46px;
  line-height: 1.2;
}
h3 {
  font-size: 34px;
  line-height: 1.3;
}
h4,
h5,
h6 {
  font-weight: 600;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
.main-header {
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 22px 0;
  transition: 0.4s;
}
.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(11, 17, 32, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.hero-next,
.hero-overlap .trust-item,
.hero-prev,
.why-card {
  backdrop-filter: blur(10px);
}
.navbar {
  padding: 0;
  justify-content: space-between;
}
.navbar-brand img {
  width: 95px;
  transition: 0.35s;
}
#preloader,
.navbar-nav .nav-item.active > a::after,
.navbar-nav .nav-item > a:hover::after,
.why-watermark img {
  width: 100%;
}
.main-header.sticky .navbar-brand img {
  width: 82px;
}
.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
}
.navbar-nav .nav-item {
  position: relative;
  margin-right: 38px;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-nav .nav-item > a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.35s;
}
.breadcrumb-list li a:hover,
.faq-features li i,
.faq-item.active .faq-title h5,
.footer-bottom-links li a:hover,
.hero-title span,
.mobile-dropdown ul li a:hover,
.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item > a:hover,
.page-card:hover h4,
.page-title span,
.project-card:hover .project-title,
.project-content a:hover,
.section-title span,
.service-btn:hover,
.service-card:hover .service-title,
.service-grid-card:hover h3,
.submenu li a:hover,
.trust-icon i {
  color: var(--primary);
}
.navbar-nav .nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: 0.35s;
}
.dropdown > a i {
  margin-left: 6px;
  font-size: 12px;
  transition: 0.3s;
}
.dropdown:hover > a i {
  transform: rotate(180deg);
}
.submenu {
  top: 120%;
  width: 270px;
  padding: 15px 0;
  background: #fff;
  border-radius: 18px;
  list-style: none;
  transform: translateY(15px);
  transition: 0.35s;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.back-to-top.active,
.dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hero-call-btn:hover,
.primary-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}
.submenu li {
  margin: 0;
}
.submenu li a {
  display: block;
  padding: 14px 25px;
  color: #111827;
  font-size: 15px;
  transition: 0.3s;
}
.submenu li a:hover {
  background: #f5f7fa;
  padding-left: 32px;
}
.header-btn {
  margin-left: 45px;
}
.menu-btn {
  display: none;
  width: 45px;
  height: 45px;
  border: none;
  background: 0 0;
  padding: 0;
}
#preloader,
.mobile-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
}
.menu-btn span {
  width: 28px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 6px auto;
  transition: 0.35s;
}
.mobile-sidebar {
  left: -340px;
  width: 320px;
  background: #0f172a;
  z-index: 9999;
  padding: 35px 30px;
  overflow-y: auto;
  transition: 0.4s;
}
.mobile-sidebar.active {
  left: 0;
}
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.floating-logo img,
.sidebar-header img {
  width: 90px;
}
.close-sidebar {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.mobile-menu,
.purpose-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.mobile-dropdown ul {
  display: none;
  list-style: none;
  padding: 0 0 15px 20px;
}
.mobile-dropdown ul li a {
  display: block;
  padding: 10px 0;
  color: #bbb;
}
.services-intro-btn,
.sidebar-btn {
  margin-top: 35px;
}
.sidebar-btn .primary-btn {
  width: 100%;
  justify-content: center;
}
.primary-btn,
.section-subtitle {
  display: inline-flex;
  align-items: center;
}
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: 0.35s;
  z-index: 9998;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
.hero-title {
  font-size: 72px;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #fff;
}
.hero-description {
  font-size: 18px;
  line-height: 1.8;
  max-width: 650px;
  color: rgba(255, 255, 255, 0.85);
}
.page-title {
  font-size: 60px;
  line-height: 1.1;
}
.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
}
.section-subtitle {
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--primary);
  margin-bottom: 15px;
}
.section-subtitle::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--primary);
}
.project-card,
.section-item {
  margin-bottom: 30px;
}
.project-title,
.service-title,
.testimonial-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--dark);
  transition: var(--transition);
}
.counter-number {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: var(--primary);
}
.hero-content h1,
.primary-btn {
  font-family: Poppins, sans-serif;
}
a {
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  text-decoration: none;
}
.primary-btn {
  justify-content: center;
  padding: 14px 32px;
  background: var(--primary);
  color: var(--dark);
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.35s;
}
#preloader,
.loader-wrapper {
  align-items: center;
  display: flex;
}
.primary-btn:hover {
  background: var(--dark);
  color: #fff;
}
.text-primary {
  color: var(--primary) !important;
}
.text-dark {
  color: var(--dark) !important;
}
.bg-dark {
  background: var(--dark) !important;
}
.bg-off-white {
  background: var(--off-white);
}
::selection {
  background: var(--primary);
  color: #fff;
}
::-moz-selection {
  background: var(--primary);
  color: #fff;
}
#preloader {
  left: 0;
  background: #0b1120;
  justify-content: center;
  z-index: 999999;
  overflow: hidden;
  transition: 0.7s;
}
#preloader::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(rgba(36, 229, 142, 0.08), transparent 70%);
  animation: 4s ease-in-out infinite bgPulse;
}
.loader-wrapper {
  position: relative;
  width: 220px;
  height: 220px;
  justify-content: center;
}
.loader-wrapper img {
  width: 110px;
  height: auto;
  position: relative;
  z-index: 5;
  animation: 2.5s ease-in-out infinite logoFloat;
  filter: drop-shadow(0 0 20px rgba(36, 229, 142, 0.35));
}
.loader-ring {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(
    rgba(36, 229, 142, 0.25),
    rgba(36, 229, 142, 0.05),
    transparent 70%
  );
  animation: 2.5s ease-in-out infinite pulseGlow;
}
.loader-ring::before {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 1px solid rgba(36, 229, 142, 0.15);
  animation: 3s infinite ringExpand;
}
.loader-wrapper::after,
.loader-wrapper::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 12px var(--primary);
}
.loader-wrapper::before {
  top: 20px;
  left: 50%;
  animation: 3s linear infinite orbit1;
}
.loader-wrapper::after {
  bottom: 20px;
  right: 50%;
  animation: 3s linear infinite orbit2;
}
.loader-text {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  letter-spacing: 3px;
  font-family: Outfit, sans-serif;
}
.hero-section,
.hero-slide,
.project-modern-wrapper {
  position: relative;
}
@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulseGlow {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
@keyframes ringExpand {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}
@keyframes bgPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes orbit1 {
  0% {
    transform: rotate(0) translateX(70px) rotate(0);
  }
  100% {
    transform: rotate(360deg) translateX(70px) rotate(-360deg);
  }
}
@keyframes orbit2 {
  0% {
    transform: rotate(360deg) translateX(70px) rotate(-360deg);
  }
  100% {
    transform: rotate(0) translateX(70px) rotate(0);
  }
}
.hero-bg,
.hero-bg img {
  width: 100%;
  height: 100%;
}
.hero-slide {
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-bg img {
  transform: scale(1);
  transition: 8s;
}
.service-grid-card:hover .service-image img,
.swiper-slide-active .hero-bg img {
  transform: scale(1.1);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.65) 45%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1;
}
.cta-content,
.footer-widget,
.hero-slide .container,
.our-purpose .section-heading,
.testimonial-section .container,
.why-choose-section .container {
  position: relative;
  z-index: 2;
}
.hero-content {
  max-width: 750px;
}
.hero-subtitle {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.hero-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
}
.about-buttons a,
.trust-item h3 {
  font-family: var(--heading-font);
}
.hero-content p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 40px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.hero-call-btn,
.hero-next,
.hero-prev {
  align-items: center;
  color: #fff;
  transition: 0.35s;
}
.hero-call-btn {
  display: inline-flex;
  justify-content: center;
  padding: 14px 30px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  font-weight: 600;
}
.hero-call-btn:hover {
  background: #fff;
  color: var(--dark);
}
.hero-next,
.hero-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.floating-badge,
.trust-icon {
  display: flex;
  align-items: center;
}
.hero-prev {
  left: 40px;
}
.hero-scroll,
.hero-scroll span::before {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.hero-next {
  right: 40px;
}
.hero-next:hover,
.hero-prev:hover {
  background: var(--primary);
  color: var(--dark);
  border-color: var(--primary);
}
.hero-scroll {
  bottom: 40px;
  z-index: 10;
}
.hero-scroll span {
  display: block;
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  position: relative;
}
.hero-scroll span::before {
  content: "";
  top: 10px;
  width: 5px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  animation: 2s infinite scrollDown;
}
.faq-item.active .faq-icon,
.trust-item::before,
.trust-item:hover .trust-icon,
.why-card:hover .why-icon {
  background: var(--primary);
}
@keyframes scrollDown {
  0% {
    opacity: 1;
    top: 10px;
  }
  100% {
    opacity: 0;
    top: 28px;
  }
}
.hero-content > * {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s;
}
.swiper-slide-active .hero-content > * {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .hero-content h1 {
  transition-delay: 0.2s;
}
.swiper-slide-active .hero-content p {
  transition-delay: 0.4s;
}
.swiper-slide-active .hero-buttons {
  transition-delay: 0.6s;
}
.trust-bar-section {
  position: relative;
  margin-top: -90px;
  z-index: 10;
}
.trust-item {
  position: relative;
  background: #fff;
  border: 1px solid rgba(36, 229, 142, 0.15);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}
.trust-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.trust-item:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 25px 60px rgba(36, 229, 142, 0.18);
}
.trust-icon {
  margin: 0 auto 25px;
  justify-content: center;
}
.footer-contact li a:hover,
.services-section .section-title,
.trust-item:hover .trust-icon i,
.why-choose-section .section-title {
  color: #fff;
}
.trust-item h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.trust-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}
.trust-item::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
  top: -80px;
  right: -80px;
  transition: 0.4s;
}
.trust-item:hover::after {
  background: rgba(36, 229, 142, 0.08);
}
.about-section {
  padding: 120px 0;
  background: var(--light);
  position: relative;
  overflow: hidden;
}
.about-images {
  padding-right: 30px;
}
.main-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-lg);
}
.main-image img {
  width: 100%;
  height: 500px;
  border-radius: 24px;
  transition: 0.8s;
}
.about-main-image:hover img,
.about-small-image:hover img,
.main-image:hover img,
.project-card:hover .project-image img,
.project-collage:hover img,
.project-modern-wrapper:hover img,
.project-showcase-image:hover img,
.small-image:hover img {
  transform: scale(1.08);
}
.bottom-images {
  display: flex;
  gap: 20px;
}
.small-image {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
}
.small-image img {
  width: 100%;
  height: 180px;
  border-radius: 20px;
  transition: 0.6s;
}
.floating-logo {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 5;
  animation: 5s ease-in-out infinite floatY;
}
.floating-badge {
  position: absolute;
  right: -20px;
  top: 40%;
  z-index: 5;
  background: #fff;
  border-radius: 16px;
  padding: 15px 20px;
  gap: 12px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(36, 229, 142, 0.15);
  animation: 6s ease-in-out infinite floatY;
}
.floating-badge i {
  color: var(--primary);
  font-size: 20px;
}
.floating-badge span {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}
.floating-blueprint {
  position: absolute;
  bottom: -40px;
  left: -50px;
  opacity: 0.12;
  z-index: 1;
  animation: 10s ease-in-out infinite rotateFloat;
}
.floating-blueprint img {
  width: 180px;
}
.about-intro {
  margin: 30px 0 40px;
}
.about-intro p {
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
}
.about-feature-grid {
  display: grid;
  gap: 15px;
  margin-bottom: 40px;
}
.about-feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--transition);
}
.about-feature-card:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
  box-shadow: var(--shadow-sm);
}
.about-feature-card i {
  color: var(--primary);
  font-size: 18px;
}
.about-feature-card span {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
}
.about-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.about-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s;
  text-decoration: none;
}
.about-buttons a:first-child {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: var(--dark);
  box-shadow: 0 10px 25px rgba(36, 229, 142, 0.15);
}
.about-buttons a:first-child:hover {
  background: #1bcf7f;
  border-color: #1bcf7f;
  color: var(--dark);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(36, 229, 142, 0.25);
}
.about-buttons a:last-child {
  background: #fff;
  border: 2px solid var(--border);
  color: var(--dark);
}
.about-buttons a:last-child:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
  transform: translateY(-3px);
}

/* ======================================
   ABOUT BAND (full-width editorial layout)
   Homepage About section — centered intro,
   horizontal trust strip, wide banner image.
====================================== */
.about-band {
  /* Matches the page background so the trust-bar cards above (which
     overlap upward by 90px) don't reveal a visible seam behind them. */
  background: var(--light);
  padding: 110px 0 100px;
  position: relative;
  overflow: hidden;
}
.band-intro-text {
  font-size: 17px;
  line-height: 1.9;
  color: var(--text);
  margin: 24px auto 0;
  max-width: 640px;
}
.band-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 50px 0;
}
.band-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 12px 22px;
  transition: var(--transition);
}
.band-trust-item:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}
.band-trust-item i {
  color: var(--secondary);
  font-size: 16px;
}
.band-trust-item span {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
}
.img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--off-white) 0%, #eef8f3 100%);
  border: 2px dashed rgba(36, 229, 142, 0.35);
  color: var(--dark);
  padding: 20px;
}
.ph-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.12);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 4px;
}
.ph-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
}
.ph-spec {
  font-size: 12px;
  color: #8a8a8a;
}
.band-media {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.band-media-placeholder {
  height: 480px;
  border-radius: 24px 24px 0 0;
}
.band-media-img {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
.band-media-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 26px 36px;
  background: var(--dark);
  border-radius: 0 0 24px 24px;
}
.band-caption-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 10px 20px;
}
.band-caption-badge i {
  color: var(--primary);
}
.band-caption-badge span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.band-media-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .band-media-placeholder,
  .band-media-img {
    height: 340px;
  }
  .band-media-caption {
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .band-trust-strip {
    justify-content: flex-start;
    gap: 10px;
  }
  .band-trust-item {
    padding: 10px 16px;
  }
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes rotateFloat {
  0%,
  100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(4deg);
  }
}
.services-section {
  padding: 90px 0;
  background: var(--dark);
  overflow: hidden;
  position: relative;
}
.services-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.services-heading-content {
  max-width: 520px;
}
.services-heading-content p {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 20px;
  margin-bottom: 0;
}
.footer-social,
.service-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-nav button {
  width: 52px;
  height: 52px;
  border: none !important;
  outline: 0 !important;
  background: #fff !important;
  color: var(--dark) !important;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
}
.service-nav button:hover {
  background: var(--primary) !important;
  color: var(--dark) !important;
  transform: translateY(-3px);
}
.service-nav button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.services-slider .owl-nav,
.testimonial-slider .owl-dots,
.testimonial-slider .owl-next span,
.testimonial-slider .owl-prev span {
  display: none;
}
.services-slider .owl-item,
.services-slider .owl-stage {
  display: flex;
}
.services-slider .owl-item .service-card {
    width: 100%;
    margin: 30px 0;
}
.service-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.35s;
}
.project-card:hover,
.service-card:hover {
  border-color: var(--primary);
  transform: translateY(-8px);
}
.service-card:hover .service-image img {
  transform: scale(1.06);
}
.service-card-content {
  padding: 30px;
}
.service-card-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--dark);
  margin-bottom: 15px;
}
.service-card-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}
.service-card-content a {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.service-card-content a i {
  margin-left: 8px;
  transition: 0.3s;
}
.featured-project-content a:hover,
.service-card-content a:hover,
.why-card:hover .why-icon i {
  color: var(--dark);
}
.featured-project-content a:hover i,
.service-card-content a:hover i {
  transform: translateX(5px);
}
.services-content p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin: 20px 0 30px;
  max-width: 450px;
}
.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  background: var(--primary);
  border: 2px solid var(--primary);
  color: var(--dark);
  font-size: 14px;
  border-radius: 8px;
}
.project-btn:hover,
.service-btn:hover {
  background: #1bcf7f;
  border-color: #1bcf7f;
  color: var(--dark);
  transform: translateY(-3px);
}
.projects-section {
  padding: 90px 0;
  background: #fff;
  position: relative;
}
.section-description {
  max-width: 650px;
  margin: 20px auto 0;
  color: #666;
  line-height: 1.8;
}
.featured-project {
  margin-top: 60px;
  margin-bottom: 60px;
}
.featured-project-image {
  overflow: hidden;
  border-radius: 20px;
}
.featured-project-image img {
  width: 100%;
  height: 550px;
  border-radius: 20px;
  transition: 0.8s;
}
.featured-project:hover .featured-project-image img {
  transform: scale(1.05);
}
.about-content,
.featured-project-content {
  padding-left: 40px;
}
.project-location {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.featured-project-content h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
.featured-project-content p {
  color: #666;
  line-height: 1.9;
  margin-bottom: 25px;
}
.featured-project-content a {
  display: inline-flex;
  align-items: center;
  color: var(--primary);
  font-weight: 600;
  transition: 0.3s;
}
.featured-project-content a i {
  margin-left: 10px;
  transition: 0.3s;
}
.project-card {
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.35s;
  height: 100%;
}
.project-image {
  overflow: hidden;
}
.project-image img {
  width: 100%;
  height: 260px;
  transition: 0.8s;
}
.project-content {
  padding: 25px;
}
.project-content span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.project-btn,
.project-content a {
  color: var(--dark);
  font-weight: 600;
  transition: 0.3s;
}
.project-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.project-bottom-btn {
  margin-top: 50px;
}
.project-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 28px;
  background: var(--primary);
  border: 2px solid var(--primary);
  font-size: 14px;
  border-radius: 8px;
}
.why-choose-section {
  position: relative;
  padding: 90px 0;
  background: var(--dark);
  overflow: hidden;
}
.why-choose-section .section-description {
  max-width: 650px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}
.why-choose-section .row:last-child {
  margin-top: 60px;
}
.why-card {
  position: relative;
  height: 100%;
  padding: 35px 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.why-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.05);
}
.why-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: rgba(36, 229, 142, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: 0.4s;
}
.why-icon i {
  font-size: 28px;
  color: var(--primary);
  transition: 0.4s;
}
.why-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}
.footer-contact li:last-child,
.footer-links li:last-child,
.purpose-list li:last-child,
.service-content ul li:last-child,
.services-highlight ul li:last-child,
.why-card p {
  margin-bottom: 0;
}
.why-card p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.8;
}
.why-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
}
.testimonial-section {
  padding: 90px 0;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
}
.testimonial-heading {
  margin-bottom: 40px;
}
.testimonial-heading .section-title,
.testimonial-rating {
  margin-bottom: 20px;
}
.testimonial-slider {
  margin-top: 20px;
}
.testimonial-item {
  padding: 10px 0;
}
.testimonial-item .row {
  min-height: 500px;
  align-items: center;
}
.testimonial-content {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}
.testimonial-rating i {
  color: var(--primary);
  font-size: 18px;
  margin-right: 3px;
}
.author-image i,
.testimonial-text {
  color: var(--dark);
  font-size: 22px;
}
.testimonial-text {
  line-height: 1.9;
  margin-bottom: 35px;
  font-family: Outfit, sans-serif;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.author-info h4,
.faq-title {
  font-size: 18px;
  color: var(--dark);
  font-weight: 600;
}
.author-info h4 {
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
}
.author-info span {
  color: #777;
  font-size: 14px;
  font-family: Outfit, sans-serif;
}
.testimonial-image {
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.testimonial-slider .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.testimonial-slider .owl-next,
.testimonial-slider .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 12px !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  color: var(--dark) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}
.faq-item.active,
.faq-item:hover,
.footer-social a:hover {
  border-color: var(--primary);
}
.testimonial-slider .owl-next:hover,
.testimonial-slider .owl-prev:hover {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--dark) !important;
  transform: translateY(-3px);
}
.faq-section {
  padding: 90px 0;
  background: #fff;
}
.faq-features {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
.faq-features li,
.faq-item {
  margin-bottom: 15px;
}
.faq-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.faq-wrapper {
  padding-left: 30px;
}
.faq-question {
  width: 100%;
  background: 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  text-align: left;
  cursor: pointer;
  outline: 0;
}
.cta-card::after,
.cta-card::before {
  border-radius: 50%;
  position: absolute;
  content: "";
}
.experience-box,
.location-card,
.process-card,
.stat-item {
  text-align: center;
}
.faq-question:focus {
  outline: 0;
}
.faq-question i {
  color: var(--primary);
  transition: 0.3s;
}
.faq-question:not(.collapsed) i {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 30px 25px;
}
.faq-answer p {
  margin: 0;
  color: #666;
  line-height: 1.8;
}
.cta-section {
  padding: 0 0 100px;
  background: #fff;
}
.cta-card {
  position: relative;
  background: linear-gradient(135deg, #111827 0, #1f2937 100%);
  border-radius: 30px;
  padding: 70px;
  overflow: hidden;
}
.cta-card::before {
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.05);
}
.cta-card::after {
  bottom: -100px;
  left: -100px;
  width: 250px;
  height: 250px;
  background: rgba(36, 229, 142, 0.08);
}
.cta-tag {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(36, 229, 142, 0.15);
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cta-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}
.cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.9;
  max-width: 650px;
  margin: 0;
}
.cta-actions {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  position: relative;
  z-index: 2;
}
.cta-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.cta-call-btn:hover {
  color: var(--primary);
  text-decoration: none;
}
.cta-call-btn i {
  font-size: 14px;
}
.footer-section {
  position: relative;
  background: linear-gradient(180deg, #111827 0, #0b1120 100%);
  padding: 100px 0 0;
  overflow: hidden;
}
.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 3px;
  background: var(--primary);
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(36, 229, 142, 0.5);
}
.back-to-top:hover,
.footer-social a:hover {
  color: var(--dark);
  transform: translateY(-5px);
}
.footer-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -250px;
  bottom: -250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
}
.footer-widget p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.9;
  margin-bottom: 30px;
  font-size: 15px;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 25px;
}
.footer-logo img {
  max-width: 220px;
  width: 100%;
  filter: drop-shadow(0 0 15px rgba(36, 229, 142, 0.15));
}
.footer-widget h3 {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
}
.footer-widget h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background: var(--primary);
  border-radius: 10px;
}
.footer-social a {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.35s;
}
.back-to-top,
.back-to-top::before {
  border-radius: 16px;
  transition: 0.35s;
}
.footer-social a:hover {
  background: var(--primary);
}
.footer-contact,
.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li {
  margin-bottom: 16px;
}
.footer-links li a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  transition: 0.35s;
}
.footer-links li a::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: 0.35s;
}
.footer-links li a:hover {
  color: #fff;
  padding-left: 12px;
}
.footer-links li a:hover::before {
  width: 8px;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}
.footer-contact li i {
  color: var(--primary);
  font-size: 15px;
  margin-top: 5px;
}
.footer-contact li a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.footer-bottom p,
.footer-bottom-links li a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}
.footer-bottom {
  margin-top: 70px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
.footer-bottom-links li a {
  transition: 0.3s;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  background: var(--primary);
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.page-subtitle,
.purpose-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.back-to-top:hover {
  background: #fff;
  text-decoration: none;
}
.back-to-top::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0 0 25px rgba(36, 229, 142, 0.35);
  opacity: 0;
}
.back-to-top:hover::before,
.service-grid-card:hover .service-image::after {
  opacity: 1;
}
.page-banner {
  position: relative;
  height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page-banner-bg {
  position: absolute;
  inset: 0;
}
.page-banner-bg img {
  width: 100%;
  height: 100%;
  animation: 18s linear infinite alternate kenBurns;
}
.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(11, 17, 32, 0.94) 0,
    rgba(11, 17, 32, 0.82) 45%,
    rgba(11, 17, 32, 0.6) 100%
  );
}
.banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
}
.shape-one {
  width: 260px;
  height: 260px;
  background: rgba(36, 229, 142, 0.15);
  top: -80px;
  right: 8%;
  animation: 10s ease-in-out infinite floatOne;
}
.shape-two {
  width: 180px;
  height: 180px;
  background: rgba(36, 229, 142, 0.1);
  bottom: -50px;
  left: 10%;
  animation: 8s ease-in-out infinite floatTwo;
}
.page-banner .container {
  position: relative;
  z-index: 5;
}
.page-banner-content {
  max-width: 700px;
  padding-top: 70px;
}
.page-subtitle {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 20px;
  animation: 0.8s fadeUp;
}
.page-banner-content h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 18px;
  animation: 0.9s fadeUp;
}
.title-line {
  width: 80px;
  height: 4px;
  border-radius: 50px;
  background: var(--primary);
  margin-bottom: 25px;
  animation: 1s fadeUp;
}
.page-banner-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.9;
  max-width: 620px;
  margin-bottom: 30px;
  animation: 1.1s fadeUp;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: 1.2s fadeUp;
}
.breadcrumb-list li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.breadcrumb-list li a {
  color: #fff;
  transition: 0.35s;
}
.breadcrumb-list i {
  font-size: 12px;
  color: var(--primary);
}
@keyframes kenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
@keyframes floatOne {
  50% {
    transform: translateY(30px);
  }
}
@keyframes floatTwo {
  50% {
    transform: translateY(-30px);
  }
}
.about-company {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.about-images,
.project-collage {
  position: relative;
  min-height: 650px;
}
.about-main-image {
  position: relative;
  width: 82%;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.about-main-image img {
  width: 100%;
  display: block;
  border-radius: 25px;
  transition: 0.6s;
}
.about-small-image {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 48%;
  overflow: hidden;
  border-radius: 20px;
  border: 8px solid #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.about-small-image img,
.project-showcase-image img {
  width: 100%;
  display: block;
  transition: 0.6s;
}
.experience-box {
  position: absolute;
  left: 40px;
  bottom: 10px;
  width: 180px;
  background: var(--primary);
  color: var(--dark);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  animation: 4s ease-in-out infinite floatBox;
}
.process-card,
.purpose-card,
.trust-card {
  animation: 0.8s both fadeUp;
}
.experience-box h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 5px;
}
.experience-box span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}
.about-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 20px;
}
.about-features {
  display: grid;
  gap: 18px;
  margin: 40px 0;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}
.about-bottom,
.about-call {
  align-items: center;
  display: flex;
}
.feature-item:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.feature-item i {
  color: var(--primary);
  margin-top: 2px;
}
.feature-item span {
  font-weight: 500;
  color: #111827;
  line-height: 1.6;
}
.about-bottom {
  justify-content: space-between;
  margin-top: 40px;
  gap: 30px;
  flex-wrap: wrap;
}
.about-call {
  gap: 18px;
  background: #fff;
  padding: 18px 28px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.call-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-icon i {
  color: var(--primary);
  font-size: 22px;
}
.about-call small {
  display: block;
  color: #6b7280;
  margin-bottom: 4px;
}
.about-call h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}
.about-company::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
  top: -180px;
  right: -180px;
}
@keyframes floatBox {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.contact-section,
.location-map,
.our-purpose,
.services-grid,
.trust-validus {
  position: relative;
  padding: 120px 0;
  background: #f8fafc;
  overflow: hidden;
}
.our-purpose::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  top: -220px;
  left: -220px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.05);
}
.our-purpose::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -180px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
}
.our-purpose .section-heading p {
  max-width: 700px;
  margin: 25px auto 0;
  color: #6b7280;
  line-height: 1.9;
}
.purpose-card {
  position: relative;
  background: #fff;
  padding: 45px;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #edf2f7;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.purpose-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
  transform: scaleX(0);
  transition: 0.4s;
}
.location-card:hover::before,
.page-card:hover::before,
.process-card:hover::before,
.purpose-card:hover::before,
.service-grid-card:hover::before,
.trust-card:hover::before {
  transform: scaleX(1);
}
.purpose-card:hover,
.trust-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.12);
}
.purpose-icon {
  width: 85px;
  height: 85px;
  border-radius: 20px;
  background: rgba(36, 229, 142, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: 0.35s;
}
.contact-info-item:hover .contact-icon,
.location-card:hover .location-icon,
.page-card:hover .page-icon,
.purpose-card:hover .purpose-icon,
.trust-card:hover .trust-icon {
  background: var(--primary);
  transform: rotate(-8deg);
}
.purpose-icon i {
  font-size: 34px;
  color: var(--primary);
  transition: 0.35s;
}
.purpose-card:hover .purpose-icon i {
  color: #0b1120;
}
.purpose-label {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 50px;
  background: rgba(36, 229, 142, 0.08);
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 18px;
}
.purpose-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.3;
}
.purpose-card p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 30px;
}
.purpose-list li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  color: #374151;
  font-weight: 500;
}
.purpose-list i {
  color: var(--primary);
  font-size: 18px;
  margin-right: 15px;
}
.purpose-statement {
  position: relative;
  margin-top: 80px;
  background: #111827;
  padding: 60px;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.purpose-statement::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -120px;
  top: -120px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.08);
}
.statement-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-icon,
.trust-icon {
  display: flex;
  align-items: center;
}
.statement-icon i {
  color: #111827;
  font-size: 28px;
}
.purpose-statement h4 {
  color: #fff;
  font-size: 34px;
  line-height: 1.6;
  max-width: 850px;
  margin: auto;
  font-weight: 600;
}
.faq-item:nth-child(3),
.process-card:nth-child(2),
.purpose-card:nth-child(2),
.trust-card:nth-child(2) {
  animation-delay: 0.2s;
}
.purpose-card::before {
  background: linear-gradient(90deg, var(--primary), #7ef7bc, var(--primary));
}
.contact-faq,
.popular-pages-section,
.services-intro,
.work-process {
  position: relative;
  padding: 120px 0;
  background: #fff;
  overflow: hidden;
}
.work-process::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.05);
}
.work-process::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -180px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
}
.process-wrapper {
  position: relative;
  margin-top: 70px;
}
.process-line {
  position: absolute;
  top: 70px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: #e5e7eb;
  z-index: 0;
}
.process-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--primary), #7ef7bc);
  animation: 2.5s forwards timelineGrow;
}
.process-card {
  position: relative;
  background: #fff;
  border-radius: 25px;
  padding: 45px 30px;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  z-index: 2;
  overflow: hidden;
}
.location-card::before,
.process-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
  transform: scaleX(0);
  transition: 0.35s;
}
.process-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.12);
}
.process-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 54px;
  font-weight: 700;
  color: rgba(17, 24, 39, 0.06);
  line-height: 1;
}
.process-bottom,
.trust-card {
  position: relative;
  overflow: hidden;
}
.process-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.12);
  justify-content: center;
  transition: 0.4s;
}
.process-icon i {
  font-size: 36px;
  color: var(--primary);
  transition: 0.35s;
}
.process-card:hover .process-icon {
  background: var(--primary);
  transform: rotate(-10deg);
}
.contact-info-item:hover .contact-icon i,
.feature-item:hover,
.feature-item:hover i,
.location-card:hover .location-icon i,
.page-card:hover .page-icon i,
.process-card:hover .process-icon i,
.trust-card:hover .trust-icon i {
  color: #111827;
}
.process-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 18px;
}
.process-card p,
.trust-card p {
  color: #6b7280;
  line-height: 1.9;
  margin: 0;
}
.process-bottom {
  margin-top: 80px;
  background: #111827;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.process-bottom::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.08);
}
.process-bottom h4 {
  color: #fff;
  font-size: 34px;
  margin: 0;
  max-width: 550px;
  line-height: 1.4;
}
@keyframes timelineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.faq-item:nth-child(5),
.process-card:nth-child(3),
.trust-card:nth-child(3) {
  animation-delay: 0.4s;
}
.process-card:nth-child(4),
.service-grid-card:nth-child(5),
.trust-card:nth-child(4) {
  animation-delay: 0.6s;
}
.trust-validus::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  top: -220px;
  right: -220px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.05);
}
.trust-validus::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  left: -180px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
}
.trust-card {
  background: #fff;
  padding: 45px 35px;
  border-radius: 25px;
  height: 100%;
  transition: 0.4s;
  border: 1px solid #edf2f7;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.services-grid::after,
.services-grid::before,
.services-highlight::before,
.services-intro::after,
.services-intro::before,
.trust-bar::before {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.trust-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #7ef7bc);
  transform: scaleX(0);
  transition: 0.35s;
}
.trust-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 30px;
  border-radius: 22px;
  background: rgba(36, 229, 142, 0.12);
  justify-content: center;
  transition: 0.4s;
}
.services-highlight,
.trust-bar {
  background: #111827;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.highlight-header,
.trust-rating {
  align-items: center;
  display: flex;
}
.page-icon i,
.trust-icon i {
  font-size: 34px;
  color: var(--primary);
  transition: 0.4s;
}
.trust-card h3 {
  font-size: 25px;
  color: #111827;
  margin-bottom: 18px;
  font-weight: 700;
}
.trust-bar {
  margin-top: 80px;
  padding: 50px 60px;
}
.trust-bar::before {
  width: 280px;
  height: 280px;
  right: -100px;
  top: -100px;
  background: rgba(36, 229, 142, 0.08);
}
.trust-rating {
  gap: 30px;
}
.rating-stars {
  display: flex;
  gap: 8px;
  font-size: 26px;
  color: #ffd43b;
}
.rating-content h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.rating-content p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.8;
}
.trust-bar .primary-btn {
  min-width: 220px;
  justify-content: center;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.services-intro::before {
  width: 420px;
  height: 420px;
  top: -200px;
  right: -200px;
  background: rgba(36, 229, 142, 0.05);
}
.services-intro::after {
  width: 300px;
  height: 300px;
  bottom: -120px;
  left: -120px;
  background: rgba(36, 229, 142, 0.04);
}
.services-intro-content {
  padding-right: 50px;
  animation: 0.9s fadeLeft;
}
.services-intro-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 22px;
}
.services-highlight {
  padding: 45px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  animation: 0.9s fadeRight;
}
.location-card,
.service-grid-card {
  animation: 0.8s both fadeUp;
  overflow: hidden;
}
.project-collage:hover .collage-small,
.project-modern-wrapper:hover .project-modern-content,
.services-highlight:hover {
  transform: translateY(-10px);
}
.services-highlight::before {
  width: 220px;
  height: 220px;
  top: -80px;
  right: -80px;
  background: rgba(36, 229, 142, 0.08);
}
.highlight-header {
  gap: 18px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.highlight-header i {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: var(--primary);
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.highlight-header h3 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}
.services-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.services-highlight ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
  line-height: 1.7;
  transition: 0.3s;
}
.services-highlight ul li:hover {
  color: #fff;
  transform: translateX(8px);
}
.services-highlight ul li i {
  color: var(--primary);
  margin-top: 4px;
  font-size: 18px;
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.services-grid::before {
  width: 500px;
  height: 500px;
  top: -250px;
  right: -250px;
  background: rgba(36, 229, 142, 0.05);
}
.services-grid::after {
  width: 350px;
  height: 350px;
  bottom: -180px;
  left: -180px;
  background: rgba(36, 229, 142, 0.04);
}
.service-grid-card {
  background: #fff;
  border-radius: 24px;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}
.service-grid-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}
.service-image {
  position: relative;
  overflow: hidden;
  height: 260px;
}
.service-image img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.55));
  opacity: 0;
  transition: 0.35s;
}
.service-number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.35s;
}
.service-grid-card:hover .service-number {
  background: var(--primary);
  color: #111827;
}
.service-content {
  padding: 35px;
}
.service-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #111827;
  transition: 0.3s;
}
.service-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 25px;
}
.service-content ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.service-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #374151;
}
.service-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 700;
}
.service-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #111827;
  transition: 0.35s;
}
.service-btn i {
  margin-left: 10px;
  transition: 0.35s;
}
.page-card:hover .page-link i,
.service-btn:hover i {
  transform: translateX(8px);
}
.service-grid-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #8effbf);
  transform: scaleX(0);
  transition: 0.35s;
  z-index: 3;
}
.location-card:nth-child(2),
.service-grid-card:nth-child(2) {
  animation-delay: 0.15s;
}
.faq-item:nth-child(4),
.location-card:nth-child(3),
.service-grid-card:nth-child(3) {
  animation-delay: 0.3s;
}
.service-grid-card:nth-child(4) {
  animation-delay: 0.45s;
}
.service-grid-card:nth-child(6) {
  animation-delay: 0.75s;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.projects-intro {
  position: relative;
  padding: 120px 0 70px;
  background: #fff;
  overflow: hidden;
}
.location-map::before,
.projects-intro::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.05);
}
.projects-intro::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -120px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
}
.project-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;
}
.project-features,
.project-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.project-filter button {
  border: none;
  outline: 0;
  padding: 14px 30px;
  border-radius: 50px;
  background: #f4f6f9;
  color: #111827;
  font-weight: 600;
  transition: 0.35s;
  cursor: pointer;
}
.project-filter button.active,
.project-filter button:hover {
  background: var(--primary);
  color: #111827;
  transform: translateY(-3px);
}
.project-showcase,
.project-showcase-collage,
.project-showcase-modern {
  position: relative;
  padding: 120px 0;
  background: #fff;
}
.project-showcase-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.project-badge {
  position: absolute;
  left: 30px;
  top: 30px;
}
.project-badge span {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 40px;
  background: var(--primary);
  color: #111827;
  font-weight: 700;
  font-size: 14px;
}
.project-showcase-content {
  padding-left: 50px;
}
.alternate .project-showcase-content {
  padding-left: 0;
  padding-right: 50px;
}
.project-showcase-content h2 {
  font-size: 46px;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #111827;
}
.project-showcase-content p {
  color: #6b7280;
  line-height: 1.9;
  margin-bottom: 35px;
}
.project-info {
  gap: 20px;
  margin-bottom: 35px;
}
.info-box {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #eef2f5;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}
.info-box h6 {
  margin-bottom: 8px;
  color: #6b7280;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.info-box p {
  margin: 0;
  color: #111827;
  font-weight: 600;
}
.project-features {
  gap: 18px;
  margin-bottom: 40px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border-radius: 15px;
  padding: 16px 18px;
  transition: 0.35s;
}
.feature-item:hover {
  background: var(--primary);
  transform: translateY(-5px);
}
.feature-item i {
  color: var(--primary);
  font-size: 18px;
  transition: 0.35s;
}
.contact-form-wrapper .primary-btn,
.project-showcase-content .primary-btn {
  margin-top: 10px;
}
.project-showcase:nth-child(2n) {
  background: #f8fafc;
}
.project-showcase-content,
.project-showcase-image {
  transition: 0.5s;
}
.project-showcase:hover .project-showcase-image,
.project-showcase:hover .project-stats {
  transform: translateY(-8px);
}
.contact-social a:hover,
.map-wrapper:hover,
.project-showcase:hover .project-showcase-content {
  transform: translateY(-5px);
}
.project-modern-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  height: 650px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}
.project-modern-image img {
  width: 100%;
  height: 100%;
}
.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.65));
}
.collage-badge span,
.contact-social a:hover,
.project-category {
  background: var(--primary);
  color: #111827;
}
.project-category {
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  z-index: 2;
}
.project-modern-content {
  background: #fff;
  border-radius: 25px;
  padding: 50px;
  max-width: 650px;
  margin: -180px auto 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}
.collage-main {
  width: 82%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.collage-main img,
.collage-small img {
  width: 100%;
  display: block;
}
.collage-small {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 45%;
  border-radius: 25px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.collage-badge {
  position: absolute;
  left: 40px;
  bottom: 0;
}
.collage-badge span {
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 700;
}
.project-stats {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 22px;
  padding: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 35px;
}
.stat-item h3 {
  font-size: 42px;
  color: var(--primary);
  margin-bottom: 5px;
  font-weight: 700;
}
.stat-item span {
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}
.project-showcase:last-child {
  padding-bottom: 140px;
}
.collage-main img,
.collage-small img,
.project-modern-image img {
  transition: 0.6s;
}
.collage-small,
.page-link i,
.project-modern-content,
.project-stats {
  transition: 0.35s;
}
.contact-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  left: -180px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.05);
}
.contact-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  right: -150px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
}
.contact-info-wrapper {
  position: relative;
  background: #111827;
  border-radius: 30px;
  padding: 45px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
.contact-info-wrapper::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.08);
}
.contact-info-wrapper h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}
.contact-info-wrapper > p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 40px;
}
.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}
.contact-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 18px;
  background: rgba(36, 229, 142, 0.12);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s;
}
.contact-icon i {
  font-size: 22px;
  color: var(--primary);
}
.contact-info-item span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-info-item h5 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.contact-social {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}
.contact-social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.35s;
}
.contact-form-wrapper {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.contact-form-wrapper h3 {
  margin-bottom: 35px;
  font-size: 32px;
}
.form-group {
  margin-bottom: 25px;
}
.contact-form-wrapper .form-control {
  height: 60px;
  border-radius: 15px;
  border: 1px solid #e5e7eb;
  padding: 15px 22px;
  box-shadow: none;
  transition: 0.35s;
}
.contact-form-wrapper textarea.form-control {
  height: 180px;
  resize: none;
  padding-top: 18px;
}
.contact-form-wrapper .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(36, 229, 142, 0.12);
}
.contact-form-wrapper select.form-control {
  appearance: none;
  cursor: pointer;
}
.contact-form-wrapper:hover,
.contact-info-wrapper:hover {
  transform: translateY(-5px);
  transition: 0.35s;
}
.location-map::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -150px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
}
.location-card {
  position: relative;
  background: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  height: 100%;
  transition: 0.4s;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}
.location-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.location-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 20px;
  background: rgba(36, 229, 142, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}
.location-icon i {
  font-size: 30px;
  color: var(--primary);
}
.location-card h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #111827;
}
.faq-body p,
.location-card p {
  margin: 0;
  color: #6b7280;
  line-height: 1.9;
}
.map-wrapper {
  margin-top: 60px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  position: relative;
}
.faq-item,
.page-card {
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}
.map-wrapper iframe {
  width: 100%;
  height: 550px;
  border: 0;
  display: block;
}
.map-wrapper::before {
  content: "Validus Service Area";
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: var(--primary);
  color: #111827;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
}
.contact-faq::after,
.contact-faq::before {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.contact-faq::before {
  width: 420px;
  height: 420px;
  top: -180px;
  right: -180px;
  background: rgba(36, 229, 142, 0.05);
}
.contact-faq::after {
  width: 320px;
  height: 320px;
  left: -150px;
  bottom: -150px;
  background: rgba(36, 229, 142, 0.04);
}
.faq-content {
  padding-right: 50px;
}
.faq-content p {
  margin: 25px 0 35px;
  line-height: 1.9;
  color: #6b7280;
}
.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #eef2f5;
  transition: 0.35s;
  opacity: 0;
  transform: translateY(30px);
  animation: 0.8s forwards faqFade;
}
.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}
.faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  cursor: pointer;
}
.faq-title h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  transition: 0.3s;
}
.error-number,
.error-subtitle,
.faq-icon i,
.page-link {
  color: var(--primary);
}
.faq-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f4f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  flex-shrink: 0;
}
.faq-icon i {
  font-size: 16px;
  transition: 0.35s;
}
.faq-body {
  height: 0;
  overflow: hidden;
  transition: height 0.45s;
}
.page-card,
.page-icon {
  transition: 0.4s;
  display: flex;
}
.faq-body-inner {
  padding: 0 30px 30px;
}
.faq-item.active .faq-title {
  border-bottom: 1px solid #eef2f5;
}
.faq-item.active .faq-icon i {
  color: #111827;
  transform: rotate(180deg);
}
.faq-item:nth-child(2) {
  animation-delay: 0.1s;
}
.faq-item:nth-child(6) {
  animation-delay: 0.5s;
}
@keyframes faqFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.error-hero {
  position: relative;
  padding: 140px 0;
  background: #f8fafc;
  overflow: hidden;
}
.error-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.06);
  animation: 8s ease-in-out infinite float;
}
.error-content,
.page-card {
  position: relative;
  text-align: center;
}
.circle-one {
  width: 260px;
  height: 260px;
  left: -100px;
  top: 120px;
}
.circle-two {
  width: 180px;
  height: 180px;
  right: 8%;
  top: 80px;
  animation-delay: 1s;
}
.circle-three {
  width: 320px;
  height: 320px;
  right: -140px;
  bottom: -120px;
  animation-delay: 2s;
}
.error-content {
  z-index: 2;
}
.error-subtitle {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(36, 229, 142, 0.12);
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}
.error-number {
  font-size: 180px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 15px;
  text-shadow: 0 10px 35px rgba(36, 229, 142, 0.3);
  animation: 4s ease-in-out infinite float404;
}
.error-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #111827;
}
.error-content p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #6b7280;
  line-height: 1.9;
}
.error-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.error-content .title-line {
  margin: 25px auto;
}
@keyframes float404 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}
.popular-pages-section::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  top: -180px;
  left: -180px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.05);
}
.popular-pages-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -120px;
  right: -120px;
  border-radius: 50%;
  background: rgba(36, 229, 142, 0.04);
}
.page-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 25px;
  padding: 45px 30px;
  height: 100%;
  text-decoration: none;
}
.page-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary);
  transform: scaleX(0);
  transition: 0.4s;
}
.page-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}
.page-icon {
  width: 85px;
  height: 85px;
  border-radius: 22px;
  background: rgba(36, 229, 142, 0.12);
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.page-card h4 {
  color: #111827;
  font-size: 24px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.page-card p {
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 25px;
}
.page-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: 0.35s;
}
.page-card:hover .page-link {
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .popular-pages-section {
    padding: 90px 0;
  }
  .page-card {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .page-card {
    padding: 35px 20px;
  }
  .page-icon {
    width: 70px;
    height: 70px;
  }
  .page-icon i {
    font-size: 28px;
  }
  .page-card h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .loader-wrapper {
    width: 180px;
    height: 180px;
  }
  .loader-wrapper img {
    width: 90px;
  }
  .loader-ring {
    width: 140px;
    height: 140px;
  }
  .popular-pages-section {
    padding: 70px 0;
  }
  .page-card {
    border-radius: 20px;
  }
  .page-icon {
    width: 65px;
    height: 65px;
  }
  .page-icon i {
    font-size: 24px;
  }
  .page-card h4 {
    font-size: 20px;
  }
}

/*======================================
THANK YOU SECTION
======================================*/

.thank-you-section{
    position: relative;
    padding: 120px 0;
    background: #f8fafc;
    overflow: hidden;
}

.thank-you-section::before{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -180px;
    top: -180px;
    border-radius: 50%;
    background: rgba(36,229,142,.05);
}

.thank-you-section::after{
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(36,229,142,.04);
}


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

.thank-you-wrapper{

    position: relative;

    background: #ffffff;

    border-radius: 30px;

    padding: 70px 60px;

    text-align: center;

    box-shadow: 0 25px 70px rgba(0,0,0,.08);

    overflow: hidden;

}

.thank-you-wrapper::before{

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    border-radius: 50%;

    background: rgba(36,229,142,.05);

    top: -80px;

    right: -80px;

}


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

.success-icon{

    width: 110px;

    height: 110px;

    margin: 0 auto 35px;

    border-radius: 50%;

    background: rgba(36,229,142,.12);

    display: flex;

    align-items: center;

    justify-content: center;

    animation: pulseIcon 2.5s infinite;

}

.success-icon i{

    font-size: 42px;

    color: var(--primary);

}


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

.thank-you-wrapper h2{

    margin: 20px 0;

}

.thank-you-wrapper p{

    max-width: 700px;

    margin: 0 auto 50px;

    line-height: 1.9;

    color: #6b7280;

}


/*======================================
NEXT STEPS
======================================*/

.next-steps{

    position: relative;

    margin: 60px 0;

}

.next-steps::before{

    content: "";

    position: absolute;

    left: 35px;

    top: 35px;

    width: 2px;

    height: calc(100% - 70px);

    background: #e5e7eb;

}

.step-item{

    display: flex;

    align-items: flex-start;

    text-align: left;

    margin-bottom: 40px;

    position: relative;

}

.step-item:last-child{

    margin-bottom: 0;

}

.step-number{

    width: 70px;

    height: 70px;

    min-width: 70px;

    border-radius: 50%;

    background: var(--primary);

    color: #111827;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 25px;

    position: relative;

    z-index: 2;

}

.step-content h5{

    margin-bottom: 10px;

    font-size: 22px;

    color: #111827;

}

.step-content p{

    margin: 0;

    color: #6b7280;

}


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

.thank-buttons{

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

    margin-top: 50px;

}


/*======================================
ANIMATION
======================================*/

@keyframes pulseIcon{

    0%{

        transform: scale(1);

    }

    50%{

        transform: scale(1.08);

    }

    100%{

        transform: scale(1);

    }

}

/*======================================
THANK CONTACT
======================================*/

.thank-contact{

    padding-bottom:120px;

    background:#f8fafc;

}

.thank-contact-wrapper{

    background:#111827;

    border-radius:30px;

    padding:60px;

    position:relative;

    overflow:hidden;

}

.thank-contact-wrapper::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    right:-80px;

    top:-80px;

    border-radius:50%;

    background:rgba(36,229,142,.08);

}

.thank-contact-content{

    position:relative;

    z-index:2;

}

.thank-contact-content span{

    color:var(--primary);

    font-weight:600;

    display:block;

    margin-bottom:15px;

}

.thank-contact-content h2{

    color:#fff;

    margin-bottom:20px;

}

.thank-contact-content p{

    color:rgba(255,255,255,.75);

    margin:0;

    line-height:1.8;

}

.thank-contact .primary-btn{

    margin-top:15px;

}

/*==================================================
LEGAL SECTION
==================================================*/

.legal-section{

    position: relative;

    padding: 120px 0;

    background: #f8fafc;

    overflow: hidden;

}

.legal-section::before{

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    left: -180px;

    top: -180px;

    border-radius: 50%;

    background: rgba(36,229,142,.05);

}

.legal-section::after{

    content: "";

    position: absolute;

    width: 320px;

    height: 320px;

    right: -120px;

    bottom: -120px;

    border-radius: 50%;

    background: rgba(36,229,142,.04);

}


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

.legal-wrapper{

    position: relative;

    background: #ffffff;

    padding: 60px;

    border-radius: 30px;

    box-shadow: 0 20px 60px rgba(0,0,0,.08);

    overflow: hidden;

}

.legal-wrapper::before{

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    right: -80px;

    top: -80px;

    border-radius: 50%;

    background: rgba(36,229,142,.05);

}


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

.legal-header{

    position: relative;

    padding-bottom: 35px;

    margin-bottom: 40px;

    border-bottom: 1px solid #e5e7eb;

}

.legal-date{

    display: inline-block;

    padding: 8px 18px;

    background: rgba(36,229,142,.12);

    color: var(--primary);

    font-size: 14px;

    font-weight: 600;

    border-radius: 50px;

    margin-bottom: 18px;

}

.legal-header h2{

    font-size: 40px;

    margin-bottom: 20px;

    color: #111827;

}

.legal-header p{

    color: #6b7280;

    line-height: 1.9;

    margin: 0;

}


/*==================================================
LEGAL ITEM
==================================================*/

.legal-item{

    margin-bottom: 45px;

}

.legal-item:last-child{

    margin-bottom: 0;

}

.legal-item h3{

    position: relative;

    font-size: 26px;

    color: #111827;

    margin-bottom: 18px;

    padding-left: 20px;

}

.legal-item h3::before{

    content: "";

    position: absolute;

    left: 0;

    top: 6px;

    width: 5px;

    height: calc(100% - 12px);

    background: var(--primary);

    border-radius: 10px;

}

.legal-item p{

    color: #6b7280;

    line-height: 1.9;

    margin-bottom: 18px;

}

.legal-item ul{

    margin: 20px 0 0;

    padding-left: 22px;

}

.legal-item ul li{

    color: #6b7280;

    margin-bottom: 12px;

    line-height: 1.8;

}

.legal-item a{

    color: var(--primary);

    text-decoration: none;

    transition: .3s;

}

.legal-item a:hover{

    text-decoration: underline;

}


/*==================================================
TEXT SELECTION
==================================================*/

.legal-wrapper ::selection{

    background: var(--primary);

    color: #111827;

}