* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Oxanium", "Segoe UI", Helvetica, sans-serif;
  background: #070817;
  color: #ffffff;
  line-height: 1.6;
}

main {
  width: 100%;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.gradient-text {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(24, 181, 213, 1) 66%,
    rgba(52, 59, 249, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

/* Main Landing Section - Improved with Flexbox */
.main-landing-section {
  width: 100%;
  min-height: 100vh;
  background: #070817;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.background-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.background-blobs {
  position: absolute;
  top: 112%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 1280px;
  height: 1280px;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.blob-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #050cd2;
}

.blob-2 {
  top: 15%;
  left: -5%;
  width: 100%;
  height: 100%;
  background: #18b5d4;
}

.blob-3 {
  top: 25%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f9fa;
}

.apps-al-text {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: clamp(80px, 15vw, 200px);
  text-align: center;
  color: rgba(24, 181, 212, 0.25);
  white-space: nowrap;
}

.concentric-circles {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -20%);
}

.circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle-1 {
  width: 1355px;
  height: 1355px;
}

.circle-2 {
  width: 1202px;
  height: 1159px;
}

.circle-3 {
  width: 950px;
  height: 950px;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(
    180deg,
    rgba(7, 8, 23, 0) 0%,
    rgba(7, 8, 23, 1) 100%
  );
}

.tech-logos {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  height: 600px;
}

.tech-logo {
  position: absolute;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.tech-logo:hover {
  opacity: 1;
}

.tech-logo-1 {
  top: 70%;
  left: 46%;
  width: 80px;
  height: 80px;
}

.tech-logo-2 {
  top: 58%;
  left: 59%;
  width: 80px;
  height: 71px;
}

.tech-logo-3 {
  top: 36%;
  left: 43%;
  width: 80px;
  height: 80px;
}

.tech-logo-4 {
  bottom: 27%;
  right: 14%;
  width: 80px;
  height: 90px;
}

.tech-logo-5 {
  top: 60%;
  left: 30%;
  width: 80px;
  height: 80px;
}

.tech-logo-6 {
  bottom: 22%;
  left: 13%;
  width: 53px;
  height: 80px;
}

/* Navbar - Now using Flexbox */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 60px;
  z-index: 10;
  margin: 0 calc(116px - 40px);
}

.logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  border: 1px solid white;
}

.logo {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: white;
}

.nav-items {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: center;
}

.nav-item {
  background: none;
  border: none;
  color: white;
  font-family: "Oxanium", Helvetica;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 16px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.nav-item:hover {
  opacity: 0.8;
}

.nav-item.active {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(24, 181, 213, 1) 66%,
    rgba(52, 59, 249, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 2px solid #18b5d4;
}

.get-started-btn {
  min-width: 175px;
  height: 41px;
  background: #070817;
  border: 1px solid #050cd3;
  border-radius: 51.17px;
  color: white;
  font-family: "Oxanium", Helvetica;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: -10px -10px 87.09px rgba(5, 12, 211, 0.3),
    -10px -10px 116.48px rgba(24, 181, 212, 0.3);
}

.get-started-btn:hover {
  background: rgba(7, 8, 23, 0.8);
  transform: translateY(-2px);
}

/* Hero Section - Improved Layout */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  text-align: center;
  padding: 0px 20px;
  z-index: 5;
}

.hero-content h1 {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: 40px;
  color: white;
}

.hero-content h2 {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(24, 181, 213, 1) 66%,
    rgba(52, 59, 249, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: 40px;
}

/* Services Overview Section */
.services-overview-section {
  width: 100%;
  background: #070817;
  padding: 80px 0;
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.section-header h2 {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 40px);
  text-align: center;
  color: white;
  line-height: 1.4;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 80px;
  align-items: start;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.service-image {
  width: 100%;
  max-width: 380px;
  height: 237px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: -10px -10px 87.09px rgba(5, 12, 211, 0.3),
    -10px -10px 116.48px rgba(24, 181, 212, 0.3);
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.service-image:hover {
  transform: translateY(-5px);
}

.service-image.vision {
  background: url(assets/images/vision-img.jpg);
  background-size: cover;
}

.service-image.mission {
  background: url(assets/images/mission-img.jpg);
  background-size: cover;
}

.service-card h3 {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.service-card p {
  font-family: "Oxanium", Helvetica;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
  max-width: 472px;
}

/* Features Section */
.features-section {
  width: 100%;
  background: #070817;
  padding: 80px 0;
}

.features-header {
  text-align: center;
  margin-bottom: 60px;
}

.features-header h2 {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: clamp(28px, 5vw, 40px);
  color: white;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  /* place-content: center; */
}

.features-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-card {
  padding: 24px 16px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  gap: 8px;
  transition: transform 0.3s ease;
  position: relative;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(
    90deg,
    rgba(52, 59, 249, 0.5) 0%,
    rgba(52, 59, 249, 0.05) 25%,
    rgba(24, 181, 213, 0) 50%,
    rgba(24, 181, 213, 0.05) 75%,
    rgba(24, 181, 213, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h3 {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.feature-card p {
  font-family: "Oxanium", Helvetica;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  color: white;
}

.features-center {
  width: 320px;
  height: 614px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: -10px -10px 87.09px rgba(5, 12, 211, 0.3),
    -10px -10px 116.48px rgba(24, 181, 212, 0.3);
}

.feature-image {
  width: 100%;
  height: 100%;
  background: url(assets/images/service-img.png);
  background-size: cover;
  border-radius: 25px;
  position: relative; /* Needed for pseudo-element positioning */
}

.feature-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(
    90deg,
    rgba(52, 59, 249, 0.5) 0%,
    rgba(52, 59, 249, 0.05) 25%,
    rgba(24, 181, 213, 0) 50%,
    rgba(24, 181, 213, 0.05) 75%,
    rgba(24, 181, 213, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

/* Features Section*/
.features-section {
  width: 100%;
  background: #070817;
  padding: 40px 0;
  overflow: hidden;
}

/* Slider Container */
.features-slider {
  display: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0px 20px;
}

/* Slider Navigation */
.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.slider-dots {
  display: flex;
  gap: 4px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #18b5d5 50%,
    #18b5d5 80%,
    #343bf9 100%
  );
  transform: scale(1.2);
}

/* Swipe hint */
.swipe-hint {
  text-align: center;
  margin-top: 1rem;
  color: #64ffda;
  font-size: 0.9rem;
  opacity: 0.8;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

/* Responsive Design for Slider */
@media (max-width: 1024px) {
  .features-grid {
    display: none;
  }

  .features-slider {
    display: block;
  }

  .slider-slide {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (max-width: 768px) {
  .slider-slide {
    margin-top: 20px;
    flex: 0 0 100%;
    min-width: 100%;
  }

  .feature-card h3 {
    font-size: 20px;
  }

  .feature-card p {
    font-size: 14px;
  }
}
/* Why Choose Us Section */
/* SECTION WRAPPER */
/* General Reset and Background */
.why-choose-us-section {
  background-color: #00001a; /* Dark blue/black background from image */
  color: #ffffff;
  font-family: "Arial", sans-serif; /* Placeholder font */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section Header Styling */
.section-header {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.section-header h2 {
  margin: 0 5px;
  font-size: 1em;
  font-weight: inherit;
}

.gradient-text {
  background: linear-gradient(to right, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  position: relative;
  .vertical-divider {
    margin-top: 35px;
  }
}

.vertical-divider {
  width: 4px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #25b9d7 25%,
    #00a9d3 50%,
    #343bf9 100%
  );
  position: relative;
  margin: 0 auto;
}

.features-left {
  margin-top: 90px;
}
.features-left,
.features-right {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.feature-item {
  position: relative;
  padding: 10px;
}

.feature-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-item p {
  font-size: 14px;
  opacity: 0.8;
}

.features-left .feature-item {
  text-align: right;
}

.features-right .feature-item {
  text-align: left;
}

.feature-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.features-left .feature-item::before {
  right: calc(-40px - 10px);
}

.features-right .feature-item::before {
  left: calc(-40px - 10px);
}

.features-left .feature-item:nth-child(1)::before {
  background: radial-gradient(circle at center, #1ebcd1);
}
.features-left .feature-item:nth-child(2)::before {
  background: radial-gradient(circle at center, #2592d8);
}
.features-left .feature-item:nth-child(3)::before {
  background: radial-gradient(circle at center, #2d53f2);
}

.features-right .feature-item:nth-child(1)::before {
  background: radial-gradient(circle at center, #ffffff);
}
.features-right .feature-item:nth-child(2)::before {
  background: radial-gradient(circle at center, #16b1d5);
}
.features-right .feature-item:nth-child(3)::before {
  background: radial-gradient(circle at center, #2c6de7);
}

/* Media Query for Responsiveness */
@media (max-width: 768px) {
  .why-choose-grid {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 0;
    position: relative;
  }
  .why-choose-grid::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    left: 3px;
    margin-top: 30px;
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #25b9d7 25%,
      #00a9d3 50%,
      #343bf9 100%
    );
  }
  .vertical-divider {
    display: none; /* Hide the divider on small screens */
  }

  .features-left,
  .features-right {
    gap: 10px;
  }

  .features-left .feature-item,
  .features-right .feature-item {
    text-align: left; /* All text aligns left */
    padding-left: 30px;
  }
  .features-right .feature-item::before,
  .features-left .feature-item::before {
    height: 15px;
    width: 15px;
    left: -2px;
    top: 25px;
  }

  .features-left .feature-item:nth-child(1)::before {
    background: radial-gradient(circle at center, #ffffff);
  }
  .features-left .feature-item:nth-child(2)::before {
    background: radial-gradient(circle at center, #1ebcd1);
  }
  .features-left .feature-item:nth-child(3)::before {
    background: radial-gradient(circle at center, #16b1d5);
  }

  .features-right .feature-item:nth-child(1)::before {
    background: radial-gradient(circle at center, #2592d8);
  }
  .features-right .feature-item:nth-child(2)::before {
    background: radial-gradient(circle at center, #2c6de7);
  }
  .features-right .feature-item:nth-child(3)::before {
    background: radial-gradient(circle at center, #2d53f2);
  }
  .feature-item::before {
    left: 0; /* Position dot on the left */
    right: auto;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    box-shadow: none;
    background: #00001a;
  }
}

/* CENTER TITLE */
.section-header {
  text-align: center;
}

.section-header h2 {
  color: white;
  font-size: 32px;
  font-family: "Oxanium", Helvetica;
  font-weight: 600;
}

.gradient-text {
  background: linear-gradient(90deg, #25b9d7, #343bf9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Services Detail Section */
.services-detail-section {
  width: 100%;
  background: #070817;
  padding: 80px 0 40px 0px;
}

.detail-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.call-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.call-info h3 {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: 24px;
}

.call-info p {
  font-family: "Oxanium", Helvetica;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.features-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-box {
  padding: 24px 16px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  gap: 8px;
  transition: transform 0.3s ease;
  position: relative;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 3px;
  background: linear-gradient(
    90deg,
    rgba(52, 59, 249, 0.5) 0%,
    rgba(52, 59, 249, 0.05) 25%,
    rgba(24, 181, 213, 0) 50%,
    rgba(24, 181, 213, 0.05) 75%,
    rgba(24, 181, 213, 0.5) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box h4 {
  font-family: "Oxanium", Helvetica;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.feature-box p {
  font-family: "Oxanium", Helvetica;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.schedule-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-button {
  position: relative;
  height: 50px;
  width: 100%;
  max-width: 495px;
  background: #070817;
  color: white;
  font-family: "Oxanium", Helvetica;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 51.17px;
  z-index: 1;
  border: none;
  box-shadow: -10px -10px 87.09px rgba(5, 12, 211, 0.3),
    -10px -10px 116.48px rgba(24, 181, 212, 0.3);
}

.schedule-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(270deg, #18b5d5, #050cd3);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.schedule-button:hover {
  background: rgba(7, 8, 23, 0.8);
  transform: translateY(-2px);
}

/* Footer */
/* --- FOOTER MAIN --- */
.footer {
  width: 100%;
  background: #04040c;
  padding: 0px 40px;
  color: #fff;
  font-family: "Segoe UI", Helvetica;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}

/* --- VERTICAL DIVIDER --- */
.footer-divider {
  width: 3px;
  height: 260px;
  background: linear-gradient(to bottom, #343bf9, transparent);
  border-radius: 4px;
  margin: auto;
}

/* --- LEFT COLUMN (Logo + Contact) --- */
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.footer-logo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo div {
  font-family: "Oxanium", Helvetica;
  font-size: 64px;
  font-weight: 500;
}

.footer-contact h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #9ab0ff;
}

.social-icons {
  display: flex;
  margin-top: 10px;
  gap: 25px;
  justify-content: center;
}

.social-icon {
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}

.social-icon:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

/* Your icon URLs */
.social-icon:nth-child(1) {
  background-image: url("assets/images/whatsapp.svg");
}
.social-icon:nth-child(2) {
  background-image: url("assets/images/instagram.svg");
}
.social-icon:nth-child(3) {
  background-image: url("assets/images/tiktok.svg");
}
.social-icon:nth-child(4) {
  background-image: url("assets/images/snapchat.svg");
}

/* --- RIGHT SIDE (Links + Comment Input) --- */
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* LINKS SIDE: Two sections side by side */
.footer-links {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
}

.footer-nav h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #9ab0ff;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-nav a:hover {
  color: #fff;
  transform: translateX(4px);
}

/* --- Comment Input --- */
.footer-newsletter {
  width: 65%;
  margin: 0 auto;
}
.footer-newsletter h3 {
  font-size: 22px;
  font-weight: 600;
  color: #9ab0ff;
}

.newsletter-input {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.newsletter-input input {
  flex: 1;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px;
  color: #fff;
  font-size: 15px;
}

.newsletter-input input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Send Button */
.send-btn {
  width: 48px;
  height: 48px;
  border: none;
  background: #343bf9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.send-btn:hover {
  background: #4a52ff;
  transform: translateY(-2px);
}

/* Scroll animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  animation: fadeInUp 0.6s ease forwards;
}

/* Responsive */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .features-center {
    margin: 0 auto;
  }

  .features-column.right {
    margin-top: 0;
  }

  .why-choose-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vertical-divider {
    display: none;
  }

  .features-left,
  .features-right {
    align-items: center;
    text-align: center;
    margin-top: 0;
  }

  .tech-logos {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar {
    justify-content: space-between;
    margin: 0 10px;
    padding: 30px 20px;
  }

  .nav-items,
  .apps-al-text,
  .concentric-circles,
  .tech-logos {
    display: none;
  }
  .service-image {
    width: 278px;
    height: 205px;
  }
  .section-header h2 {
    font-size: 24px;
  }
  .features-header h2 {
    font-size: 20px;
  }
  .feature-card h3,
  .service-card h3 {
    font-size: 16px;
  }
  .feature-card p,
  .service-card p {
    font-size: 14px;
  }
  .background-blobs {
    top: 100%;
  }
  .nav-item {
    font-size: 16px;
  }
  .feature-box {
    width: 320px;
  }
  .call-info h3,
  .feature-box h4 {
    font-size: 16px;
  }
  .call-info p,
  .feature-box p {
    font-size: 14px;
  }
  .hero-content {
    margin-top: 80px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 20px;
  }
  .features-center {
    order: -1;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }

  .features-cards {
    grid-template-columns: 1fr;
  }
  .feature-item > h3 {
    font-size: 16px;
  }
  .apps-al-text {
    font-size: 60px;
  }

  .tech-logo {
    width: 60px !important;
    height: 60px !important;
  }
  .footer-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .footer-nav > h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer-nav ul {
    margin-top: 20px;
  }
  .footer-nav ul a {
    font-size: 20px;
    font-weight: 400;
  }
  .newsletter-input {
    margin-top: 20px;
  }
  .footer-newsletter {
    width: 100%;
  }
  .footer-newsletter h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* ====== MODAL/POPUP STYLES ====== */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9999;
  animation: fadeIn 0.3s ease;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: linear-gradient(135deg, #070817 0%, #0a0c2a 100%);
  border-radius: 16px;
  padding: 40px 30px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(24, 181, 212, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(24, 181, 212, 0.1),
    0 0 60px rgba(24, 181, 212, 0.1);
  animation: modalSlideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-icon {
  font-size: 64px;
  margin-bottom: 20px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-icon.success::before {
  content: "✓";
  color: #18b5d4;
  font-size: 64px;
  font-weight: bold;
  animation: scaleIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-shadow: 0 0 20px rgba(24, 181, 212, 0.5);
}

.modal-icon.error::before {
  content: "✕";
  color: #ff6b6b;
  font-size: 64px;
  font-weight: bold;
  animation: shake 0.5s ease;
}

.modal-icon.loading::before {
  content: "";
  width: 60px;
  height: 60px;
  border: 4px solid rgba(24, 181, 212, 0.2);
  border-top: 4px solid #18b5d4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.modal-message {
  font-family: "Oxanium", Helvetica;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 25px;
  padding: 0 10px;
}

.modal-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #18b5d4, #343bf9);
  border-radius: 2px;
  animation: progressAnimation 5s linear forwards;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes progressAnimation {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/* Responsive Modal */
@media (max-width: 768px) {
  .modal-content {
    width: 85%;
    padding: 30px 20px;
  }

  .modal-icon {
    font-size: 48px;
    height: 60px;
  }

  .modal-message {
    font-size: 16px;
  }
}
