/* ======================================= */
/* ROOT VARIABLES */
/* ======================================= */
:root {
  --primary-bg: linear-gradient(135deg, #0b1c2c, #0f2f4a);
  --primary-blue:#4db8ff;
  --dark-bg: #081120;
  --text-light: #c7d5e0;
  --white: #ffffff;
}

/* ======================================= */
/* GLOBAL RESET */
/* ======================================= */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  /* font-family: 'Poppins', sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  /* background: #020617; */
  background-color: #040b41;
  color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

section {
  width: 100%;
}

.container,
.services-container,
.about-container,
.contact-container,
.clients-container,
.footer-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ----------- */

/* ========================================= */
/* HEADER */
/* ========================================= */

.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 12px 50px;

  background:
    linear-gradient(
      90deg,
      #020617,
      #06152d,
      #020617
    );

  border-bottom:
    1px solid rgba(255,255,255,0.08);

  /* position: relative; */
  z-index: 1000;
}

/* ISO BADGE */
.iso-badge {
  display: flex;
  align-items: center;
  gap: 14px;

  /* padding: 10px 20px; */
  padding: 2px 5px;
  border-radius: 60px;

  /* background:
    linear-gradient(
      135deg,
      #f7d774,
      #d4a017
    ); */

  /* box-shadow: 0 8px 25px rgba(212,160,23,0.35); */

  transition: 0.3s ease;
}

.iso-badge:hover {
  transform: translateY(-2px);

  /* box-shadow: 0 12px 30px rgba(212,160,23,0.5); */

}

/* Icon Circle */
.iso-icon-wrapper {
  /* width: 48px; */
  width: 28px;
  /* height: 48px; */
  height: 28px;

  border-radius: 50%;

  background:
    rgba(255,255,255,0.22);

  display: flex;
  align-items: center;
  justify-content: center;

  /* backdrop-filter: blur(5px); */
}

.iso-icon-wrapper i {
  font-size: 20px;
  /* color: #111; */
}

.iso-content {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.iso-title {
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 800;
  /* color: #111; */
}

.iso-subtitle {
  font-size: 10px;
  font-weight: 600;
  /* color: rgba(0,0,0,0.75); */
  letter-spacing: 0.5px;
}

/* Top Header CONTACT INFO */


.top-contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.contact-item i {
  color: #4db8ff;
  font-size: 15px;
}

.contact-item a {
  color: #dbeafe;
}

.contact-item:hover {
  color: #ffffff;
  transform: translateY(-1px);
}


/* ========================================= */
/* NAVBAR */
/* ========================================= */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 50px;
  gap: 20px;

}

.nav-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
}

.nav-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  padding: 7px 7px;
}

.nav-list li a:hover {
  color: #4db8ff;
  background-color: rgba(225, 225, 225, 0.2);
  border-radius: 3px;
}

.call-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 22px;

  border-radius: 30px;
  
  text-decoration: none;
  font-weight: 600;
  
  color: #000;

  background: linear-gradient(90deg, #4db8ff, #1e90ff);
  transition: 0.3s;
}

.call-btn-primary:hover {
  transform: translateY(-3px) scale(1.05);
  color: #fff;
  box-shadow: 0 10px 25px rgba(30,144,255,0.4);
}


#hamburger-menu-icon {
  display: none;
}

#nav-container-mobile-id {
    max-height: 0;
    overflow: hidden;
}

/* =============================================== */
/* HERO CAROUSEL */
/* =============================================== */

/* =========================================
   HERO SECTION
========================================= */

.hero-carousel {
  position: relative;

  width: 100%;
  /* height: 100vh; */
  height: 75vh;
  /* min-height: 700px; */
  min-height: 350px;
  max-height: 750px;
  overflow: hidden;
}

/* =========================================
   SLIDES
========================================= */

.slides {
  display: flex;

  height: 100%;

  transition: transform 0.7s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;

  position: relative;
}

/* Images */

.slide-1 {
  background-image:
    url(./assets/hero-banner-1.jpeg);
}

.slide-2 {
  background-image:
    url(./assets/hero-banner-2.jpeg);
}

.slide-3 {
  background-image:
    url(./assets/hero-banner-3.jpeg);
}

.slide-4 {
  background-image:
    url(./assets/hero-banner-4.jpeg);
}

.slide-5 {
  background-image:
    url(./assets/hero-banner-5.png);
}

.slide-6 {
  background-image:
    url(./assets/hero-banner-6.jpeg);
}

/* =========================================
   OVERLAY
========================================= */

.hero-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      to right,
      rgba(2,6,23,0.88),
      rgba(2,6,23,0.65),
      rgba(2,6,23,0.45)
    );

  z-index: 1;
}

/* =========================================
   CONTENT
========================================= */

.hero-content {
  position: absolute;

  top: 50%;
  left: 8%;

  transform: translateY(-50%);

  z-index: 2;

  max-width: 760px;
}

/* Tag */

.hero-tag {
  display: inline-block;

  padding: 10px 20px;

  border-radius: 50px;

  background:
    rgba(59,130,246,0.12);

  border:
    1px solid rgba(96,165,250,0.2);

  color: #93c5fd;

  font-size: 14px;
  font-weight: 600;

  margin-bottom: 28px;

  backdrop-filter: blur(10px);
}

/* Heading */

.hero-content h1 {
  font-size: clamp(3rem, 6vw, 6rem);

  line-height: 1.1;

  font-weight: 800;

  color: #ffffff;

  margin-bottom: 25px;
}

/* Text */

.hero-content p {
  font-size: 19px;

  line-height: 1.9;

  color: #cbd5e1;

  max-width: 650px;

  margin-bottom: 40px;
}

/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  margin-bottom: 50px;
}

.hero-btn,
.hero-btn-secondary {
  padding: 17px 34px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.4s ease;
}

.hero-btn {
  background: linear-gradient(
    135deg,
    #2563eb,
    #38bdf8
  );

  color: #ffffff;

  box-shadow:
    0 12px 25px rgba(37,99,235,0.3);
}

.hero-btn:hover {
  transform: translateY(-5px);

  box-shadow:
    0 20px 40px rgba(37,99,235,0.35);
}

.hero-btn-secondary {
  border: 1px solid rgba(255,255,255,0.18);

  background: rgba(255,255,255,0.08);

  backdrop-filter: blur(10px);

  color: #ffffff;
}

.hero-btn-secondary:hover {
  background: rgba(255,255,255,0.14);

  transform: translateY(-5px);
}

/* =========================================
   STATS
========================================= */

.hero-stats {
  display: flex;

  gap: 22px;

  flex-wrap: wrap;
}

.hero-stat-card {
  min-width: 170px;

  padding: 22px 26px;

  border-radius: 24px;

  background:
    rgba(255,255,255,0.08);

  border:
    1px solid rgba(255,255,255,0.1);

  backdrop-filter: blur(14px);

  transition: 0.4s ease;
}

.hero-stat-card:hover {
  transform: translateY(-8px);

  background:
    rgba(255,255,255,0.12);
}

.hero-stat-card h3 {
  font-size: 34px;

  color: #ffffff;

  margin-bottom: 6px;
}

.hero-stat-card span {
  color: #cbd5e1;

  font-size: 14px;
}

/* =========================================
   BUTTONS
========================================= */

.carousel-btn {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 58px;
  height: 58px;

  border-radius: 50%;

  border: none;

  background:
    rgba(255,255,255,0.08);

  backdrop-filter: blur(10px);

  color: #ffffff;

  cursor: pointer;

  z-index: 3;

  transition: 0.3s ease;
}

.carousel-btn:hover {
  background:
    rgba(255,255,255,0.18);

  transform:
    translateY(-50%) scale(1.08);
}

.prev {
  left: 25px;
}

.next {
  right: 25px;
}

/* =========================================
   DOTS
========================================= */

.dots {
  position: absolute;

  bottom: 35px;

  width: 100%;

  display: flex;
  justify-content: center;

  gap: 12px;

  z-index: 3;
}

.dot {
  width: 14px;
  height: 14px;

  border-radius: 50%;

  background:
    rgba(255,255,255,0.35);

  cursor: pointer;

  transition: 0.3s ease;
}

.dot.active {
  width: 42px;

  border-radius: 20px;

  background: #38bdf8;
}


/* ========================================= */
/* ABOUT SECTION*/
/* ========================================= */

.about {
  padding: 120px 20px;
  background: #ffffff;
  overflow: hidden;
}

.about-container {
  max-width: 1300px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}


  /* CONTENT */

.about-tag {
  display: inline-block;

  padding: 8px 18px;

  border-radius: 50px;

  background: #dbeafe;
  color: #2563eb;

  font-size: 14px;
  font-weight: 600;

  margin-bottom: 25px;
}

/* changed h2 to h1 */
.about-content h1 {
  font-size: 52px;
  line-height: 1.2;

  color: #0f172a;

  margin-bottom: 25px;
}


.about-description {
  color: #475569;

  font-size: 17px;
  line-height: 1.9;

  margin-bottom: 35px;
}

  /* FEATURES */

.about-features {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

  margin-bottom: 40px;
}

.feature-card {
  display: flex;
  gap: 15px;

  padding: 22px;

  border-radius: 22px;

  background: #ffffff;

  border: 1px solid #e2e8f0;

  box-shadow:
    0 10px 25px rgba(0,0,0,0.04);

  transition: 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 18px 35px rgba(37,99,235,0.12);
}

.feature-card i {
  min-width: 55px;
  height: 55px;

  border-radius: 16px;

  background: linear-gradient(
    135deg,
    #0f172a,
    #2563eb
  );

  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
}

.feature-card h4 {
  color: #0f172a;
  margin-bottom: 6px;
}

.feature-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}


  /* BUTTONS */

.about-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn {
  padding: 16px 32px;

  border-radius: 50px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.4s ease;
}

.primary-btn {
  background: linear-gradient(
    135deg,
    #0f172a,
    #2563eb
  );

  color: #ffffff;
}

.primary-btn:hover {
  transform: translateY(-4px);

  box-shadow:
    0 12px 25px rgba(37,99,235,0.25);
}

.secondary-btn {
  border: 1px solid #dbe4ee;
  color: #0f172a;
  background: #ffffff;
}

.secondary-btn:hover {
  background: #f8fafc;
}

  /* IMAGE */

.about-image-wrapper {
  position: relative;

  border-radius: 32px;

  overflow: hidden;

  background: #f8fafc;
}

.about-image-wrapper img {
  width: 100%;
  height: 550px;

  object-fit: contain;

  display: block;
}


  /* FLOATING CARDS */
.floating-card {
  position: absolute;

  background: #ffffff;

  padding: 22px 28px;

  border-radius: 24px;

  box-shadow:
    0 18px 35px rgba(0,0,0,0.12);

  animation: floatCard 4s ease-in-out infinite;
}

.floating-card h3 {
  font-size: 36px;
  color: #2563eb;

  margin-bottom: 5px;
}

.floating-card span {
  color: #64748b;
  font-weight: 500;
}

.experience {
  left: 10px;
  bottom: 50px;
}

.clients {
  right: 10px;
  top: 50px;
}

/* Floating Animation */

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}


/* =========================================== */
/* OUR SERVICES SECTION */
/* =========================================== */


.services {
  padding: 120px 20px;

  background: linear-gradient(
    135deg,
    #081120,
    #0f172a,
    #111c34
  );

  position: relative;

  overflow: hidden;
}

.services-container {
  max-width: 1300px;
  margin: auto;
}


.services-heading {
  text-align: center;

  max-width: 750px;

  margin: auto auto 70px;
}

.section-tag {
  display: inline-block;

  padding: 8px 18px;

  border-radius: 50px;

  background: rgba(59,130,246,0.12);

  color: #60a5fa;

  font-size: 14px;
  font-weight: 600;

  border: 1px solid rgba(96,165,250,0.2);

  margin-bottom: 20px;
}

.services-heading h2 {
  font-size: 52px;
  line-height: 1.2;

  color: #ffffff;

  margin-bottom: 20px;
}

.services-heading p {
  color: #94a3b8;

  font-size: 17px;
  line-height: 1.8;
}


.services-grid {
  display: grid;

  grid-template-columns:
    repeat(auto-fit, minmax(320px, 1fr));

  gap: 30px;
}


.service-card {
  position: relative;

  padding: 35px;

  border-radius: 30px;

  background: rgba(255,255,255,0.04);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,0.08);

  overflow: hidden;

  transition: 0.4s ease;

  box-shadow:
    0 12px 30px rgba(0,0,0,0.18);
}


.service-card:hover {
  transform: translateY(-10px);

  border-color: rgba(96,165,250,0.25);

  box-shadow:
    0 25px 50px rgba(37,99,235,0.18);
}

/* Top Glow */

.service-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(
    90deg,
    #2563eb,
    #38bdf8,
    #60a5fa
  );
}


.service-icon {
  width: 78px;
  height: 78px;

  border-radius: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    135deg,
    #2563eb,
    #38bdf8
  );

  color: #ffffff;

  font-size: 30px;

  margin-bottom: 28px;

  box-shadow:
    0 12px 25px rgba(37,99,235,0.3);
}


.service-card h3 {
  font-size: 28px;

  color: #ffffff;

  margin-bottom: 16px;
}

.service-card p {
  color: #cbd5e1;

  line-height: 1.8;

  margin-bottom: 22px;
}


.service-card ul {
  list-style: none;
}

.service-card ul li {
  position: relative;

  padding-left: 28px;

  margin-bottom: 12px;

  color: #dbeafe;
}


.service-card ul li::before {
  content: "✓";

  position: absolute;

  left: 0;
  top: 0;

  color: #38bdf8;

  font-weight: bold;
}


.service-cta {
  background: linear-gradient(
    135deg,
    #2563eb,
    #1d4ed8
  );
}

.service-cta::before {
  display: none;
}

.service-cta h3 {
  color: #ffffff;
}

.service-cta p {
  color: #dbeafe;
}

.service-cta a {
  display: inline-block;

  margin-top: 22px;

  padding: 15px 30px;

  border-radius: 50px;

  background: #ffffff;

  color: #0f172a;

  text-decoration: none;

  font-weight: 600;

  transition: 0.3s ease;
}

.service-cta a:hover {
  transform: translateY(-4px);

  background: #eff6ff;
}


/* ========================================= */
/* STATS SECTION */
/* ========================================= */
.stats {
  background: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* Card */
.stat-box {
  position: relative;
  width: 280px;
  padding: 40px 25px;
  border-radius: 24px;
  text-align: center;
  background: #ffffff;

  border: 1px solid #e5e7eb;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(0, 0, 0, 0.03);

  transition: all 0.4s ease;

  overflow: hidden;

  opacity: 0;
  transform: translateY(40px);
}

/* Top Gradient Line */
.stat-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 5px;

  background: linear-gradient(
    90deg,
    #0f172a,
    #1e40af,
    #0ea5e9
  );
}

/* Show Animation */
.stat-box.show {
  opacity: 1;
  transform: translateY(0);
}

/* Icon Circle */
.stat-box .icon {
  width: 85px;
  height: 85px;

  margin: 0 auto 20px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    135deg,
    #0f172a,
    #1e40af
  );

  color: #ffffff;
  font-size: 34px;

  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.25);

  transition: 0.4s ease;
}

/* Counter */
.stat-box h2 {
  font-size: 48px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* Text */
.stat-box p {
  font-size: 17px;
  font-weight: 500;
  /* color: #64748b; */
  color: #1b2026;
}

/* Hover Effect */
.stat-box:hover {
  transform: translateY(-12px);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.12),
    0 8px 20px rgba(30, 64, 175, 0.12);
}

/* Icon Animation */
.stat-box:hover .icon {
  transform: rotateY(180deg) scale(1.08);
}

/* End: Stats */


/* ========================================= */
/* START: CONTACT SECTION */
/* =========================




/* End: Contact */



/* =========================
   START: CLIENTS SECTION
========================= */

.clients-section {
  padding: 120px 20px;

  background: linear-gradient(
    135deg,
    #081120,
    #0f172a,
    #111c34
  );

  overflow: hidden;

  position: relative;
}

.clients-container {
  max-width: 1350px;
  margin: auto;
}


.clients-heading {
  text-align: center;

  max-width: 760px;

  margin: auto auto 70px;
}

.section-tag {
  display: inline-block;

  padding: 8px 18px;

  border-radius: 50px;

  background: rgba(59,130,246,0.12);

  color: #60a5fa;

  font-size: 14px;
  font-weight: 600;

  border: 1px solid rgba(96,165,250,0.2);

  margin-bottom: 20px;
}

.clients-heading h2 {
  font-size: 52px;

  line-height: 1.2;

  color: #ffffff;

  margin-bottom: 20px;
}

.clients-heading p {
  color: #94a3b8;

  font-size: 17px;

  line-height: 1.8;
}


.clients-slider {
  position: relative;

  overflow: hidden;

  width: 100%;
}


.clients-slider::before,
.clients-slider::after {
  content: "";

  position: absolute;

  top: 0;

  width: 150px;
  height: 100%;

  z-index: 2;
}

.clients-slider::before {
  left: 0;

  background: linear-gradient(
    to right,
    #081120,
    transparent
  );
}

.clients-slider::after {
  right: 0;

  background: linear-gradient(
    to left,
    #081120,
    transparent
  );
}


.clients-track {
  display: flex;

  gap: 30px;

  width: max-content;

  animation: scrollClients 28s linear infinite;

  padding: 30px;
}

.clients-slider:hover .clients-track {
  animation-play-state: paused;
}


.client-card {
  width: 320px;

  min-height: 280px;

  padding: 35px 30px;

  border-radius: 30px;

  background: rgba(255,255,255,0.05);

  backdrop-filter: blur(12px);

  border: 1px solid rgba(255,255,255,0.08);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  transition: 0.4s ease;

  position: relative;

  overflow: hidden;
}

/* Top Gradient */

.client-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(
    90deg,
    #2563eb,
    #38bdf8,
    #60a5fa
  );
}

/* Hover */

.client-card:hover {
  transform: translateY(-10px);

  border-color: rgba(96,165,250,0.2);

  box-shadow:
    0 25px 50px rgba(37,99,235,0.18);
}


.logo-box {
  width: 120px;
  height: 120px;

  border-radius: 50%;

  /* background: #ffffff; */

  display: flex;
  align-items: center;
  justify-content: center;

  /* padding: 18px; */

  margin-bottom: 28px;

  box-shadow:
    0 10px 25px rgba(0,0,0,0.2);
}

.logo-box img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}


.client-card h3 {
  font-size: 20px;

  line-height: 1.6;

  color: #ffffff;

  font-weight: 600;
}


@keyframes scrollClients {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
/* End: Our Client Section */


/* ======================== */
/* Start Contact */
/* ========================== */
/* new contact form css */

/* =========================
   CONTACT SECTION
========================= */

.contact {
  position: relative;
  padding: 110px 20px;
  background:
    radial-gradient(circle at top left, rgba(37,99,235,0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(14,165,233,0.08), transparent 25%),
    #f8fafc;

  overflow: hidden;
}

.contact-container {
  max-width: 1280px;
  margin: auto;
}

.required-note {
  margin-bottom: 20px;
  font-size: 14px;
  color: #64748b;
}

.required-note span {
  color: #ef4444;
  font-weight: 700;
}

.contact-heading {
  text-align: center;
  margin-bottom: 70px;
}

.contact-us-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 22px;

  border-radius: 999px;

  background: rgba(37,99,235,0.1);

  border: 1px solid rgba(37,99,235,0.15);

  color: #2563eb;

  font-size: 14px;
  font-weight: 700;

  margin-bottom: 24px;
}

.contact-heading h2 {
  max-width: 850px;

  margin: auto auto 20px;

  font-size: 52px;
  line-height: 1.15;

  color: #0f172a;
}

.contact-heading p {
  max-width: 700px;

  margin: auto;

  font-size: 17px;
  line-height: 1.8;

  color: #64748b;
}


.contact-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 35px;

  align-items: start;

  margin-bottom: 40px;
}


.contact-form {
  position: relative;

  padding: 40px;

  border-radius: 32px;

  background: rgba(255,255,255,0.75);

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255,255,255,0.5);

  box-shadow:
    0 25px 60px rgba(15,23,42,0.08),
    inset 0 1px 1px rgba(255,255,255,0.5);

  overflow: hidden;
}

/* Glow Border */

.contact-form::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: 32px;

  padding: 1px;

  background: linear-gradient(
    135deg,
    rgba(37,99,235,0.3),
    rgba(14,165,233,0.2),
    rgba(255,255,255,0.4)
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}


.form-title {
  margin-bottom: 28px;
}

.form-title h3 {
  font-size: 30px;
  color: #0f172a;

  margin-bottom: 10px;
}

.form-title p {
  color: #64748b;
  line-height: 1.7;
}


.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}


.input-group {
  position: relative;
}

.required-field { 
  position: relative; 
} 
.required-star { 
  position: absolute; 
  top: 10px; 
  right: 16px; 
  color: #ef4444; 
  font-size: 18px; 
  font-weight: 700; 
  z-index: 2; 
  pointer-events: none; 
}

.input-group i {
  position: absolute;

  top: 22px;
  left: 18px;

  color: #2563eb;

  font-size: 15px;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;

  padding: 18px 18px 18px 50px;

  border-radius: 18px;

  border: 1px solid #dbe4ee;

  background: rgba(255,255,255,0.9);

  font-size: 15px;
  font-weight: 500;

  color: #0f172a;

  margin-bottom: 18px;

  outline: none;

  transition: all 0.35s ease;

  box-sizing: border-box;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #64748b;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  border-color: #2563eb;

  background: #ffffff;

  transform: translateY(-2px);

  box-shadow:
    0 0 0 4px rgba(37,99,235,0.08),
    0 10px 30px rgba(37,99,235,0.08);
}


.textarea-group textarea {
  min-height: 150px;
  resize: vertical;
}


.error-text {
  display: block;

  margin-top: -10px;
  margin-bottom: 14px;

  padding-left: 5px;

  font-size: 13px;
  font-weight: 500;

  color: #ef4444;

  text-align: left;
}

/* =========================
   VALIDATION
========================= */

input.valid,
textarea.valid,
select.valid {
  border-color: #22c55e !important;
}

input.invalid,
textarea.invalid,
select.invalid {
  border-color: #ef4444 !important;
}

/* =========================
   SUBMIT BUTTON
========================= */

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;

  padding: 18px;

  border: none;
  border-radius: 999px;

  background: linear-gradient(
    135deg,
    #2563eb,
    #0f172a
  );

  color: #ffffff;

  font-size: 16px;
  font-weight: 700;

  cursor: pointer;

  transition: all 0.4s ease;
}

.submit-btn:hover {
  transform: translateY(-4px);

  box-shadow:
    0 15px 35px rgba(37,99,235,0.3);
}

.submit-btn i {
  transition: 0.3s ease;
}

.submit-btn:hover i {
  transform: translateX(5px);
}


#formMsg {
  margin-top: 16px;

  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}


.contact-info {
  padding: 40px;

  border-radius: 32px;

  background:
    linear-gradient(
      145deg,
      #0f172a,
      #1e293b
    );

  color: #ffffff;

  box-shadow:
    0 25px 60px rgba(15,23,42,0.18);
}


.info-header {
  margin-bottom: 35px;
}

.info-header h3 {
  font-size: 32px;
  margin-bottom: 14px;
}

.info-header p {
  color: #cbd5e1;
  line-height: 1.7;
}


.info-card {
  display: flex;
  gap: 18px;

  padding: 22px;

  margin-bottom: 18px;

  border-radius: 22px;

  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(255,255,255,0.08);

  transition: 0.3s ease;
}

.info-card:hover {
  transform: translateY(-3px);

  background: rgba(255,255,255,0.08);
}

.info-icon {
  width: 52px;
  height: 52px;

  min-width: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  background: rgba(56,189,248,0.12);

  color: #38bdf8;

  font-size: 18px;
}

.info-card span {
  display: block;

  margin-bottom: 8px;

  font-size: 14px;
  font-weight: 600;

  color: #94a3b8;
}

.info-card a,
.info-card p {
  display: block;

  color: #ffffff;

  text-decoration: none;

  line-height: 1.8;

  transition: 0.3s ease;
}

.info-card a:hover {
  color: #38bdf8;
}


.contact-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-top: 30px;
}

.call-btn-pulse,
.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 17px 24px;

  border-radius: 999px;

  font-weight: 700;

  text-decoration: none;

  transition: all 0.35s ease;
}

.call-btn-pulse {
  background: linear-gradient(
    135deg,
    #2563eb,
    #0ea5e9
  );

  color: #ffffff;
}

.whatsapp {
  background: #25D366;
  color: #ffffff;
}

.call-btn-pulse:hover,
.whatsapp:hover {
  transform: translateY(-4px);

  box-shadow:
    0 12px 30px rgba(0,0,0,0.2);
}

/* =========================
   GOOGLE MAP
========================= */

.contact-map {
  overflow: hidden;

  border-radius: 32px;

  border: 1px solid #e2e8f0;

  box-shadow:
    0 20px 50px rgba(0,0,0,0.08);
}

.contact-map iframe {
  width: 100%;
  height: 450px;

  border: 0;

  display: block;
}


/* End Contact */

/* ========================================= */
/* Start: Footer */
/* ========================================== */

.footer {
  background: var(--primary-bg);
  color: #fff;
  padding: 70px 20px 20px;
}

.footer-container {
  max-width: 1155px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 20px;
}

.footer-col p {
  color: #c7d5e0;
  line-height: 1.7;
}

/* Links */
.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #c7d5e0;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #4db8ff;
}

.footer-col .fas {
  color: #db0202;;
}

.footer-buttons {
  margin-top: 20px;
}

.call-btn,
.whatsapp-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
}

.call-btn {
  background: #1e90ff;
}

.whatsapp-btn {
  background: #25D366;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  color: #a8c3d8;
}
/* End: Footer */

/* =========================
   FLOATING CALL BUTTON
========================= */

.floating-call-btn {
  position: fixed;

  left: 20px;
  bottom: 20px;

  width: 65px;
  height: 65px;

  border-radius: 50%;

  background: linear-gradient(
    135deg,
    #0f172a,
    #2563eb
  );

  display: flex;
  justify-content: center;
  align-items: center;

  color: #ffffff;
  font-size: 28px;

  text-decoration: none;

  z-index: 999;

  box-shadow:
    0 10px 25px rgba(37,99,235,0.35);

  transition: 0.3s ease;

  animation: callPulse 2s infinite;
}

/* Hover */

.floating-call-btn:hover {
  transform: scale(1.1) translateY(-5px);
}

/* Pulse Animation */

@keyframes callPulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(37,99,235,0.45);
  }

  70% {
    box-shadow:
      0 0 0 18px rgba(37,99,235,0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(37,99,235,0);
  }
}

/* Phone Shake Animation */

.floating-call-btn i {
  animation: phoneShake 1.5s infinite;
}

@keyframes phoneShake {

  0%,
  100% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(15deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }
}
 

/* =========================
   FLOATING BUTTONS
========================= */

.floating-buttons {
  position: fixed;

  right: 20px;
  bottom: 20px;

  display: flex;
  flex-direction: column;
  gap: 15px;

  z-index: 999;
}

/* Common Style */

.floating-btn {
  width: 65px;
  height: 65px;

  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #ffffff;
  text-decoration: none;

  font-size: 28px;

  transition: 0.3s ease;

  position: relative;
}

/* Hover */

.floating-btn:hover {
  transform: translateY(-5px) scale(1.08);
}

/* =========================
   CALL BUTTON
========================= */

.call-btn-floating {
  background: linear-gradient(
    135deg,
    #0f172a,
    #2563eb
  );

  box-shadow:
    0 10px 25px rgba(37,99,235,0.35);

  animation: callPulse 2s infinite;
}

/* Phone Animation */

.call-btn-floating i {
  animation: phoneShake 1.5s infinite;
}

@keyframes phoneShake {

  0%,
  100% {
    transform: rotate(0);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(15deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }
}

/* =========================
   WHATSAPP BUTTON
========================= */

.whatsapp-btn-floating {
  background: #25D366;

  box-shadow:
    0 10px 25px rgba(37,211,102,0.35);

  animation: whatsappPulse 2s infinite;
}

/* =========================
   PULSE ANIMATION
========================= */

@keyframes callPulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(37,99,235,0.45);
  }

  70% {
    box-shadow:
      0 0 0 18px rgba(37,99,235,0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(37,99,235,0);
  }
}

@keyframes whatsappPulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(37,211,102,0.45);
  }

  70% {
    box-shadow:
      0 0 0 18px rgba(37,211,102,0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(37,211,102,0);
  }
}



/* UTITLITY CLASS */
.d-block {
  display: block;
}

.d-none {
  display: none;
}

.text-center {
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}

.text-color-white {
  color: var(--white)
}
/* ========================================= */
/* LARGE SCREEN */
/* ========================================= */

@media(min-width: 1600px){
  .title {
    font-size: 56px;
  }

  .subtitle {
    font-size: 20px;
  }

  .hero-carousel {
    height: 95vh;
  }

  #nav-container-mobile-id {
    max-height: 0;
    overflow: hidden;
  }
}


/* ========================================= */
/* LAPTOP */
/* ========================================= */

@media (max-width: 1200px){
  .nav {
    padding: 18px 25px;
  }
  
  #nav-container-mobile-id {
    max-height: 0;
    overflow: hidden;
  }

  .about-container {
    grid-template-columns: 1fr;
  }

  /* .about-image-wrapper {
    order: -1;
  } */
  
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  /* .contact-info {
    order: -1;
  } */

  .contact h2 {
    width: 70%;
  }
}


/* ========================================= */
/* TABLET */
/* ========================================= */

@media (max-width: 992px){
  .top-header {
    flex-direction: column;
    gap: 15px;

    padding: 15px 20px;

    text-align: center;
  }

  .top-contact-info {
    justify-content: center;
  }
  .about-wrapper {
    flex-direction: column;
  }

   .call-btn-primary {
    display: inline-flex;
    padding: 10px 18px;
    font-size: 14px;
  }
  
  #nav-container-mobile-id {
    max-height: 0;
    overflow: hidden;
  }
    .hero-content {
    left: 5%;
    right: 5%;
  }

  .hero-content h1 {
    font-size: 4rem;
  }
}

/* ========================================= */
/* MOBILE RESPONSIVE */
/* ========================================= */

@media (max-width: 768px) {

  #about,
  #services,
  #clients,
  #contact {
    scroll-margin-top: 370px;
  }

  .top-header {

    flex-direction: column;
    /* gap: 15px; */
    gap: 5px;

    padding: 15px;
    text-align: center;
  }

  .iso-badge {
    width: 100%;
    justify-content: center;
  }

  .top-contact-info {
    justify-content: center;
    gap: 12px;
  }

  .contact-item {
    font-size: 13px;
  }
  
  .nav {
    height: auto;
    padding: 15px 20px;
  }

  .nav-container {
    display: none;

    position: absolute;
    top: 230px;
    right: 20px;
    width: 280px;
    background: #071525;

    padding: 20px;

    border-radius: 15px;

    flex-direction: column;

    align-items: flex-start;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .nav-list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .nav-list li a {
    display: block;
    width: 100%;
    font-size: 18px;
  }

  .fa.fa-bars {
    font-size: 25px;
    height: 25px;
    width: 25px;
  }
  
  .fa-close {
    /* background: red; */
    font-size: 25px;
    /* border-radius: 50%; */
    height: 25px;
    width: 25px;
    text-align: center;
  }
  #hamburger-menu-icon {
    display: inline-block;
    cursor: pointer;
  }

  /* .nav-container-mobile {
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.1);
  } */


  /* #nav-container-mobile-id.show-menu {
    display: block;
  } */

  #nav-container-mobile-id {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 
    max-height 0.5s ease, 
    opacity 0.4s ease, 
    transform 0.4s ease;

    /* background: #111; */
    background: rgba(255, 255, 255, 0.1);
    padding: 0 20px;
  }

  #nav-container-mobile-id.show-menu {
    display: block;
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding: 20px;
  }

  #nav-container-mobile-id li {
    list-style: none;
    margin: 15px 0;
  }

  #nav-container-mobile-id a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }

  /* .hero-carousel {
    height: auto;
    min-height: 100vh;
  } */

  .hero-content {
    top: 52%;
  }


  .hero-content h1 {
    font-size: 2.8rem;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-buttons {
    gap: 15px;
  }

  .hero-btn,
  .hero-btn-secondary {
    width: 100%;

    text-align: center;
  }

  .hero-stats {
    gap: 15px;
  }

  .hero-stat-card {
    width: 100%;
  }

  .carousel-btn {
    width: 48px;
    height: 48px;
  }

/* ---- */
  .title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 15px;
  }

  .services,
  .about,
  .contact,
  .clients-section,
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .services {
    padding: 60px 0px;
  }

  .about {
    padding: 80px 15px;
  }

  .about-content h1 {
    font-size: 36px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .about-image-wrapper img {
    height: 420px;
  }

  .floating-card {
    padding: 16px 20px;
  }

  .floating-card h3 {
    font-size: 28px;
  }

  .experience {
    left: 10px;
    bottom: 15px;
  }

  .clients {
    right: 10px;
    top: 15px;
  }

  .clients-slider {
    height: 300px;
  }

  .clients-slider::before,
  .clients-slider::after {
    width: 50px;
  }

  .client-logo {
    width: 250px;
    /* min-height: 215px; */
    /* min-height: 290px; */
    height: 285px;
  }
  
  .client-logo img {
    width: 205px;
    height: 182px;
    max-width: 100%;
  }

  /* OUR SERVICES  */
  .services {
    padding: 80px 15px;
  }

  .services-heading h2 {
    font-size: 36px;
  }

  .service-card {
    padding: 28px;
  }

  .service-card h3 {
    font-size: 24px;
  }

  /* stats */

  .stat-box {
    width: 100%;
    max-width: 340px;
  }

  .stat-box h2 {
    font-size: 40px;
  }

  .icon {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }

  /* client */

    .clients-section {
    padding: 80px 15px;
  }

  .clients-heading h2 {
    font-size: 36px;
  }

  .client-card {
    width: 280px;

    min-height: 250px;

    padding: 28px 22px;
  }

  .logo-box {
    width: 95px;
    height: 95px;
  }

  .client-card h3 {
    font-size: 17px;
  }


  /* contact */
  .contact {
    padding: 80px 15px;
  }

  .contact-heading {
    margin-bottom: 45px;
  }

  .contact-heading h2 {
    font-size: 36px;
  }

  .contact-heading p {
    font-size: 17px;
  }

  .contact h2 {
    font-size: 36px;		
  }

  .contact-wrapper {
    gap: 25px;
  }

  .contact-form,
  .contact-info, .contact-map {
    width: 100%;
    max-width: 100%;
    padding: 28px;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info p {
    justify-content: center;
  }

  .contact-info .call-btn-whatsapp-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .contact-map iframe {
    height: 320px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-title h3,
  .info-header h3 {
    font-size: 26px;
  }
  

  .floating-call-btn {
    width: 58px;
    height: 58px;

    font-size: 24px;

    left: 15px;
    bottom: 15px;
  }


  .floating-buttons {
    right: 15px;
    bottom: 15px;
  }

  .floating-btn {
    width: 58px;
    height: 58px;

    font-size: 24px;
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;

    font-size: 30px;

    right: 15px;
    bottom: 15px;
  }
}

/* ==================================== */
/* SMALL MOBILE */
/* ==================================== */

@media (max-width: 480px) {
  .top-contact-info {
    /* flex-direction: column; */
    flex-direction: row;
    gap: 5px 10px;
  }

  .iso-badge {
    width: 100%;
    justify-content: center;
    /* padding: 10px; */
    padding: 0px;
  }
  
  .fa-close {
    /* background: red; */
    font-size: 25px;
    /* border-radius: 50%; */
    height: 25px;
    width: 25px;
    text-align: center;
  }
  
  .hero-carousel {
    height: 35vh;
  }

  .carousel-btn {
    padding: 8px;
  }

  .card {
    padding: 20px;
  }

  .stat-box {
    width: 100%;
  }

    /* .contact-heading h2 {
    font-size: 30px;
  } */

  .input-group input,
  .input-group select,
  .input-group textarea {
    padding: 16px 16px 16px 46px;
  }

  .submit-btn,
  .call-btn-pulse,
  .whatsapp {
    font-size: 14px;
  }
}



@media screen and (max-width: 425px) {
  /* .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px 0 15px;
  } */

  /* .nav-container {
    display: none;
    position: absolute;
    top: 20px;
    right: 2px;
    background-color: rgb(9 9 104 / 100%);
    padding: 10px 10px;
    border-radius: 10px;
    width: 95%;
    transition: display 5s ease-in-out;
  } */

  #about,
  #services,
  #clients,
  #contact {
    scroll-margin-top: 300px;
  }

  .mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-list {
    display: block;
    color: #fff;
  }

  .nav-list li {
    display: block;
    padding: 8px 0px;
    font-size: 1.2rem;
  }

  .nav-list li a {
    color: #fff;
  }

  .fa-close {
    /* background: red; */
    font-size: 25px;
    /* border-radius: 50%; */
    height: 25px;
    width: 25px;
    text-align: center;
  }

  .call-btn-primary {
    display: none;
  }

  .contact-info .call-btn-whatsapp-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact h2 {
    width: 100%;
  }
}

@media screen and (max-width: 320px){
  /* .call-btn-primary {
    display: inline-flex;
    padding: 10px 10px;
    font-size: 10px;
  } */
  
  .call-btn-primary {
    display: none;
  }

  .fa-close {
    /* background: red; */
    font-size: 25px;
    /* border-radius: 50%; */
    height: 25px;
    width: 25px;
    text-align: center;
  }

}

 /* Loader */
.loader-container {
  position:fixed;
  /* top: 50%; */
  /* left: 50%; */
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: rgb(0, 0, 0,0.5);

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.loader-container.active {
  opacity: 1;
  visibility: visible;
}
.loader {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: l27 1s infinite steps(8);
}
@keyframes l27 {
  100% {transform: rotate(1turn)}
}


/* =========================
   FLOATING WHATSAPP BUTTON
========================= */

.floating-whatsapp {
  position: fixed;

  right: 20px;
  bottom: 20px;

  width: 65px;
  height: 65px;

  border-radius: 50%;

  background: #25D366;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #ffffff;
  font-size: 34px;

  text-decoration: none;

  box-shadow:
    0 10px 25px rgba(37,211,102,0.35);

  z-index: 999;

  transition: 0.3s ease;

  animation: whatsappPulse 2s infinite;
}

/* Hover */

.floating-whatsapp:hover {
  transform: scale(1.1) translateY(-5px);
}

/* Pulse Animation */

@keyframes whatsappPulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(37,211,102,0.5);
  }

  70% {
    box-shadow:
      0 0 0 18px rgba(37,211,102,0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(37,211,102,0);
  }
}



