/* ===============================
   GLOBAL STYLES
================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Inter", sans-serif; */
}

body {
  background: radial-gradient(circle at center, #5b21b6, #0f172a);
  color: white;
  overflow-x: hidden;
  position: relative;
}

/* ===============================
   NAVBAR
================================ */
.navbar-custom {
  padding: 1.2rem 5%;
  background: transparent;
  backdrop-filter: blur(8px);
}

.logo-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #00ffff; /* Optional: match cyan theme */
  box-shadow: 0 0 10px #00ffff;
}

.navbar-nav {
  gap: 18px; /* Adds spacing between menu items */
}

.nav-link {
  color: #e2e8f0 !important;
  font-size: 1.1rem;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 25px; /* Rounded border */
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #00ffff !important; /* Cyan text */
  border: 1px solid #00ffff; /* Cyan border */
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.5); /* Cyan glow */
}

.btn-signin {
  color: #cbd5e1;
  background: transparent;
  border: none;
  padding: 0.4rem 0.8rem;
  transition: color 0.3s;
}
.btn-signin:hover {
  color: #a855f7;
}
.btn-signup {
  background: #1e1b4b;
  border: 1px solid #9333ea;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-signup:hover {
  background: #9333ea;
  box-shadow: 0 0 10px #9333ea;
}

/* ===============================
   HERO SECTION
================================ */
.hero {
  text-align: center;
  margin-top: 20vh;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.hero .badge-beta {
  display: inline-block;
  background: rgba(147, 51, 234, 0.3);
  color: #d8b4fe;
  padding: 0.3rem 1rem;
  border-radius: 25px;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: background 0.3s;
}
.hero .badge-beta:hover {
  background: rgba(147, 51, 234, 0.6);
}
.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero h1 span {
  background: linear-gradient(90deg, #a855f7, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p {
  color: #cbd5e1;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.btn-primary-custom {
  background: white;
  color: #1e1b4b;
  border-radius: 30px;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-primary-custom:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}
.btn-secondary-custom {
  background: rgba(255, 255, 255, 0.1);
  color: #f1f5f9;
  border-radius: 30px;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-secondary-custom:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* ===============================
   BUSINESS CENTRAL SECTION
================================ */
.section-container {
  padding: 5rem 2rem;
}
.section-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.section-title a {
  color: #93c5fd;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.section-title a:hover {
  color: #c084fc;
}
.section-text {
  font-size: 1rem;
  color: #e2e8f0;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.module-list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  font-weight: 600;
}
.module-list div {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}
.module-list div:hover {
  transform: translateY(-3px) scale(1.05);
  color: #c084fc;
}
.module-list i {
  color: #22c55e;
}
.img-fluid {
  border-radius: 12px;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.5);
}

/* ===============================
   ANIMATIONS
================================ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
.fade-element {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.fade-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-stagger.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   STARFIELD CANVAS
================================ */
#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/* ===============================
   ANIMATIONS
================================ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
.fade-element {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}
.fade-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.fade-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-stagger.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   STARFIELD CANVAS
================================ */
#stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  color: #a855f7; /* Purple to match theme */
  transition: transform 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.2);
  color: #c084fc;
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: #a855f7;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #c084fc;
  opacity: 1;
}


/* ===============================
   FEATURES SECTION
================================= */
.features-section {
  position: relative;
  padding: 6rem 2rem;
  background: rgba(0, 0, 0, 0.2); /* Semi-transparent so starfield shows */
  color: white;
  overflow: hidden;
  z-index: 0;
}

/* Header styles */
.features-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 4rem auto;
}
.features-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.features-header h2 span {
  background: linear-gradient(90deg, #a855f7, #6366f1); /* Gradient text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-header p {
  font-size: 1rem;
  color: #cbd5e1;
}

/* Features grid layout */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

/* Feature card styling */
.feature-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 15px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

/* Hover effects with glow */
.feature-card:hover {
  transform: translateY(-10px) scale(1.05);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 8px 30px rgba(168,85,247,0.6), 0 0 15px rgba(168,85,247,0.3);
}

/* Feature icon styling */
.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.2rem auto;
}
.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 8px #a855f7) drop-shadow(0 0 5px #ffffff);
  transition: filter 0.3s;
}
.feature-card:hover .feature-icon img {
  filter: drop-shadow(0 0 15px #a855f7) drop-shadow(0 0 10px #ffffff);
}

/* Feature titles and description */
.feature-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.feature-card p {
  font-size: 0.95rem;
  color: #cbd5e1;
  line-height: 1.5;
}

/* ===============================
   SCROLL ANIMATIONS
================================= */
.fade-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-stagger.show {
  opacity: 1;
  transform: translateY(0);
}

 
/* ===============================
   CONVERSION SECTION FOR BAR STACKS
================================= */
.conversion-section {
  position: relative;
  padding: 6rem 2rem;
  background: rgba(0, 0, 0, 0.2); /* semi-transparent for starfield */
  color: white;
  overflow: hidden;
  z-index: 0;
}

.conversion-header {
  text-align: center;
  margin-bottom: 4rem;
}
.conversion-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.conversion-header h2 span {
  background: linear-gradient(90deg, #a855f7, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Layout */
.conversion-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

/* Bars */
.conversion-bars {
  flex: 1 1 400px;
}
.conversion-bar {
  margin-bottom: 1.8rem;
}
.label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  color: #cbd5e1;
}
.bar-wrapper {
  width: 100%;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
}
.bar-fill {
  width: 0%;
  padding: 0.6rem 1rem;
  background: #facc15; /* Yellow */
  font-weight: 600;
  color: black;
  border-radius: 12px;
  transition: width 1.2s ease-in-out;
}

/* Right stats */
.conversion-stats {
  flex: 0 0 200px;
  text-align: center;
}
.conversion-stats h1 {
  font-size: 5rem;
  margin-bottom: 1rem;
}
.conversion-stats h1 span {
  font-size: 2rem;
}
.conversion-stats p {
  font-size: 1rem;
  color: #cbd5e1;
}

/* Responsive */
@media (max-width: 768px) {
  .conversion-content {
    flex-direction: column;
    text-align: center;
  }
  .conversion-stats {
    flex: 1 1 auto;
  }
}

/* Scroll animations */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
.fade-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-stagger.show {
  opacity: 1;
  transform: translateY(0);
}

/* Starfield canvas */
#conversion-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}




 /* ===============================
     FOOTER WITH GRADIENT + SPARKLES
  ================================ */
  .footer {
  position: relative;
  background: linear-gradient(180deg, #1a033a 0%, #0b0b2a 100%);
  padding: 5rem 2rem 2rem 2rem;
  color: #cbd5e1;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Floating Glow Overlay */
.footer-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(0,255,255,0.08), transparent 60%),
              radial-gradient(circle at 80% 70%, rgba(168,85,247,0.08), transparent 60%);
  filter: blur(60px);
  z-index: 0;
}

/* Layout */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}

/* Logo Styling */
.footer-logo-img {
  height: 46px;
  width: 46px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,255,255,0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.footer-logo-img:hover {
  transform: scale(1.08);
  box-shadow: 0 0 25px rgba(0,255,255,0.6);
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.brand-gradient {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.5px;
}

.white-text {
  color: #ffffff;
}

.tagline {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
}

/* Description */
.footer-description {
  font-size: 0.95rem;
  color: rgba(203,213,225,0.9);
  margin-top: 1rem;
  line-height: 1.6;
  max-width: 300px;
}

/* Headings */
.footer h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #00ffff;
  letter-spacing: 0.5px;
}

/* Links */
.footer-links, .footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.7rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}

.footer-links a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  transition: width 0.3s;
}

.footer-links a:hover {
  color: #00ffff;
}

.footer-links a:hover::after {
  width: 100%;
}

/* Contact Info */
.footer-contact li {
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
}

.footer-contact i {
  color: #00ffff;
  margin-right: 8px;
}

/* Social Icons */
.social-icons a {
  color: #cbd5e1;
  font-size: 1.3rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  color: #00ffff;
  transform: scale(1.25) rotate(8deg);
  text-shadow: 0 0 8px rgba(0,255,255,0.5);
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  color: rgba(255,255,255,0.75);
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-about {
    align-items: center;
  }

  .footer-logo-img {
    margin: 0 auto;
  }

  .social-icons {
    justify-content: center;
  }
}










/* Contact Section Styling */
.contact-section {
  margin-top: 5%;
}

/* Add animation for sliding text from bottom */
@keyframes slideUp {
  from {
    transform: translateY(50px); /* Start from 50px below */
    opacity: 0; /* Start with opacity 0 (invisible) */
  }
  to {
    transform: translateY(0); /* End at its normal position */
    opacity: 1; /* Fully visible */
  }
}

/* Apply the animation to the h1 element */
/* Initially, the h1 is invisible */
.contact-section h1 {
  margin-top: 2%;
  /* height: 600px; */
  font-size: 5.2rem;
  margin-left: 6%;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 2rem;
  opacity: 0; /* Start invisible */
}

/* When the element becomes visible, animate */
.contact-section h1.visible {
  animation: slideUp 1s ease-out forwards; /* Apply the sliding animation */
}
/* Common image container */
.img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;  /* Slightly more rounded corners for modern look */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;  /* Smooth transition for hover effects */
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* Individual image overrides */
.big-image {
  height: 500px;
} /* Four.jpg */
.office-image {
  height: 400px;
} /* One1.jpg */
.services-image {
  height: 230px;
} /* Ourservices.png */

/* Contact (Skype) Box */
.contact-box {
  background: #111;
  border-radius: 12px;  /* Rounds the corners of the contact box */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}

.skype-box {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* Media Queries for responsiveness */
@media (max-width: 1200px) {
  .contact-section h1 {
    font-size: 2.8rem;  /* Slightly smaller font size for large screens */
  }
}

@media (max-width: 992px) {
  .contact-section h1 {
    font-size: 2.5rem;  /* Smaller font for tablet and below */
    text-align: center;
  }

  .row.g-3 {
    gap: 1.5rem;  /* More gap between columns */
  }

  .big-image {
    height: 400px;  /* Adjust image height for medium screens */
  }

  .office-image {
    height: 350px;  /* Adjust image height */
  }

  .services-image {
    height: 200px;  /* Adjust image height */
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 2rem;  /* Add some padding to the section */
  }

  .row.g-3 {
    gap: 2rem;  /* Increase gap for better spacing on smaller devices */
  }

  .col-md-6 {
    flex: 0 0 100%;  /* Stack images vertically */
  }

  .big-image,
  .office-image,
  .services-image {
    height: 300px;  /* Reduce the image height for small screens */
  }

  .contact-box {
    padding: 1.2rem;  /* Reduce padding inside the contact box */
  }

  .skype-box {
    height: 130px;  /* Adjust Skype box size */
  }
}

@media (max-width: 576px) {
  .contact-section h1 {
    margin-top: 10%;
    font-size: 2rem;  /* Further reduce font size on small screens */
    padding: 0 1rem;  /* Add padding on small devices */
  }

  .big-image,
  .office-image,
  .services-image {
    height: 250px;  /* Smaller image sizes for mobile */
  }

  .contact-box {
    padding: 1rem;  /* Smaller padding */
  }

  .skype-box {
    height: 120px;  /* Adjust Skype box for mobile */
  }
}






/* this is middle section */
/* General Section Style */
.section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
  margin-top: 50px; /* Optional, to give space from top */
}

/* Text Style */
.text {
  position: absolute;
  height: 200px;
  left: -50%; /* Start off-screen (to the left) */
  font-size: 6rem; /* Adjust font size */
  font-weight: bold;
  border: white solid;
  color: #fff;
  transition: left 1s ease;
  z-index: 2;
  padding-left: 20px; /* Optional, adjust text position */
  max-width: 50%; /* Ensure the text overlaps only 50% of the image */
  white-space: normal; /* Allow the text to wrap into multiple lines */
  line-height: 1.2; /* Space between lines */
}

/* Image Style */
.image {
  position: absolute;
  height: 100%; /* Ensure the image height covers the entire section */
  right: -30%; /* Start the image from off-screen to the right, slide it in more */
  width: 50%; /* The image takes up 50% of the section */
  transition: right 1s ease;
  z-index: 1;
}

.image img {
  width: 100%;
  height: 100%; /* Ensure the image fills the container */
  object-fit: cover; /* Make sure the image covers the container without stretching */
}

/* Scroll Animation Trigger */
.section.in-view .text {
  left: 15%; /* Bring the text into view (overlapping the image) */
}

.section.in-view .image {
  right: 0%; /* Bring the image to the center */
}






/* --- Middle Section Styles --- */

/* --- Scroll Animation States --- */

/* The initial "hidden" state for elements to animate */
.hidden {
  opacity: 0;
  filter: blur(5px); /* Optional: Adds a nice blur effect */
  transform: translateX(-100%);
  transition: all 1s;
}

/* The "visible" state that we'll add with JavaScript */
.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

/* --- Staggered Delays for a nicer effect (Optional) --- */
/* This makes child elements appear one after another */
.hero-content-container .hidden:nth-child(1) {
    transition-delay: 200ms;
}
.hero-content-container .hidden:nth-child(2) {
    transition-delay: 400ms;
}
.hero-content-container .hidden:nth-child(3) {
    transition-delay: 600ms;
}

/* A different animation for the small agent photos */
.agent-photo {
    transition: all 0.5s;
}
.agent-photo.hidden {
    opacity: 0;
    transform: scale(0.5);
}

/* Stagger the small photos individually */
.agent-1.hidden { transition-delay: 100ms; }
.agent-2.hidden { transition-delay: 200ms; }
.agent-3.hidden { transition-delay: 300ms; }
.agent-4.hidden { transition-delay: 400ms; }
.agent-5.hidden { transition-delay: 500ms; }
.agent-6.hidden { transition-delay: 600ms; }





.middle-section {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eaf2ff; */
    padding: 40px 20px;
    overflow: hidden; /* Prevents horizontal scroll from positioned elements */
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
}

/* --- Left Column: Main Image --- */
.hero-image-container {
    flex: 1;
    text-align: center;
}

.hero-image-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    min-width: 450px;
}

/* --- Right Column: Content --- */
.hero-content-container {
    flex: 1.2;
    padding-left: 30px;
    position: relative;
}

.hero-content-container h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #e7e7e7;
}

.hero-content-container .highlight {
    color: #d94a56;
}

.hero-content-container .subtitle {

    font-size: 1rem;
    color: #fff;
    max-width: 450px;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* --- Buttons --- */
.button-group {
    display: flex;
    gap: 15px;
    margin-bottom: 60px;
}

.btn {
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.btn-outline {
    border-color: #d94a56;
    color: #d94a56;
    background-color: #ffffff;
}

.btn-outline:hover {
    background-color: #d94a56;
    color: #ffffff;
}

.btn-solid {
    background-color: #0b3d91;
    color: #ffffff;
}

.btn-solid:hover {
    opacity: 0.85;
}

/* --- Agent Photo Gallery --- */
.agent-gallery {
    position: absolute;
    top: 30%;
    right: -20px;
    width: 250px;
    height: 100%;
    pointer-events: none; 
}

.agent-photo {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.agent-1 { top: 0; right: 80px; width: 80px; height: 80px; }
.agent-2 { top: 20px; right: 0; width: 50px; height: 50px; border-radius: 12px; }
.agent-3 { top: 90px; right: 150px; width: 45px; height: 45px; }
.agent-4 { top: 100px; right: 30px; width: 70px; height: 70px; border-radius: 15px;}
.agent-5 { top: 150px; right: 120px; width: 55px; height: 55px; border-radius: 15px;}
.agent-6 { top: 180px; right: 50px; width: 60px; height: 60px; }


/* --- Review Summary --- */
.review-summary {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: -80px;
    right: 0;
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.review-avatars {
    display: flex;
}

.review-avatars img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -10px;
    object-fit: cover;
}

.review-avatars img:first-child {
    margin-left: 0;
}

.review-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}

.review-text strong {
    font-weight: 700;
}

.review-text span {
    color: #596169;
}

.stars {
    color: #f39c12;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-image-container {
        margin-bottom: 40px;
    }
    
    .hero-image-container img {
        min-width: 350px;
        width: 80%;
    }

    .hero-content-container {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-content-container h1 {
        font-size: 2.8rem;
    }
    
    .subtitle {
        max-width: 100%;
    }
    
    .agent-gallery, .review-summary {
        position: static;
        display: none; /* Hide complex decorative elements for clarity on smaller screens */
    }
}

@media (max-width: 768px) {
    .hero-content-container h1 {
        font-size: 2.2rem;
    }
    
    .subtitle {
        font-size: 0.9rem;
    }
    
    .button-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
    }
    
    .hero-image-container img {
        min-width: 0;
        width: 90%;
    }
}




/* --- Main Contact Section Styling --- */
.contact-section1 {
    color: #fff;
    padding: 80px 20px;
    overflow: hidden; /* Prevents horizontal scroll */
}

/* Transparent text selection */
.contact-section1 ::selection {
  background: transparent;
  color: inherit;
}

/* Remove Chrome autofill blue background */
.contact-section1 input:-webkit-autofill,
.contact-section1 input:-webkit-autofill:hover,
.contact-section1 input:-webkit-autofill:focus,
.contact-section1 textarea:-webkit-autofill,
.contact-section1 textarea:-webkit-autofill:hover,
.contact-section1 textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* Container */
.contact-section1 .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Top Header --- */
.contact-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-header h1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}

.contact-header p {
    font-size: 1rem;
    color: #fff;
    max-width: 250px;
    margin: 0;
    padding-top: 10px;
}

/* --- Main Body (Info + Form) --- */
.contact-body {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

/* --- Left Side: Contact Info --- */
.contact-info h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-detail {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-detail a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}

.contact-detail a:hover {
    color: #fff;
    border-color: #fff;
}

/* --- Right Side: Form --- */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.form-group {
    width: 100%;
}

.form-group-full {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    color: white;
    padding: 15px 0;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    transition: border-bottom-color 0.3s;
}

/* Remove default textarea resize handle */
.contact-form textarea {
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-bottom-color: #fff;
}

/* Placeholder style */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #fff;
}

/* --- Submit Button --- */
.submit-btn {
    background-color: #fff;
    color: black;
    border: none;
    padding: 15px 35px;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 40px;
    transition: background-color 0.3s, transform 0.3s;
}

.submit-btn:hover {
    background-color: #fff;
    transform: translateY(-2px);
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
    .contact-header h1 {
        font-size: 4rem;
    }

    .contact-body {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .contact-header {
        flex-direction: column;
    }

    .contact-header h1 {
        font-size: 3rem;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
}


/* About us section */



/* HERO SECTION */
    .hero {
      text-align: center;
      margin-top: 15vh;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 1rem;
      position: relative;
      z-index: 2;
    }
    .hero h1 { font-size: 2.8rem; font-weight: 700; margin-bottom: 1rem; }
    .hero h1 span {
      background: linear-gradient(90deg, #5ad1ff, #0b6cf0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* SERVICES SECTION */
    .section-container { padding: 5rem 2rem; position: relative; z-index: 2; }
    .section-title { font-weight: 700; font-size: 2.8rem; margin-bottom: 4rem; }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      margin-top: 1rem;
    }

    .service-card {
      background: rgba(11, 26, 43, 0.7);
      border: 1px solid rgba(11, 108, 240, 0.3);
      border-radius: 14px;
      padding: 1.5rem;
      position: relative;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(11,108,240,0.2);
      animation: floatCard 6s ease-in-out infinite;
      transition: all 0.4s ease;
    }
    .service-card:hover {
      transform: translateY(-8px) scale(1.04);
      box-shadow: 0 0 25px rgba(90,209,255,0.6), 0 0 10px rgba(11,108,240,0.4);
    }

    @keyframes floatCard {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-4px); }
    }

    .service-icon {
      font-size: 1.7rem;
      color: #5ad1ff;
      background: rgba(11, 108, 240, 0.1);
      padding: 0.7rem;
      border-radius: 10px;
      margin-bottom: 1rem;
      box-shadow: inset 0 0 10px rgba(11,108,240,0.3);
    }

    .service-card h4 { font-size: 1.15rem; font-weight: 600; color: #fff; }
    .service-card p { font-size: 0.92rem; color: #cbd5e1; margin-top: 0.5rem; }



    .spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid cyan;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


main.container {
  background: rgba(255,255,255,0.05);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}


/* ====== VISION HERO SECTION ====== */
/* ====== VISION HERO SECTION ====== */
.vision-hero {
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: none; /* No background color */
}

.vision-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.vision-hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.vision-hero-left {
  flex: 1 1 500px;
}

.vision-hero-right {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision-hero-right lottie-player {
  width: 480px;
  height: 480px;
  max-width: 100%;
}

/* ====== TEXT STYLES ====== */
.vision-hero h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
}

.vision-hero .highlight {
  background: linear-gradient(90deg, #00ffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.vision-hero .lead {
  font-size: 1.15rem;
  color: #cbd5e1;
  margin-bottom: 30px;
  max-width: 600px;
}

.vision-hero-ctas {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

/* ====== BUTTONS ====== */
.btn-gradient {
  background: linear-gradient(90deg, #00ffff, #a855f7);
  color: #0f172a;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.4);
}

.btn-ghost {
  background: transparent;
  border: 2px solid #a855f7;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  background: #a855f7;
  color: #fff;
  transform: translateY(-3px);
}

/* ====== BULLETS ====== */
.vision-hero-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #cbd5e1;
}

.vision-hero-bullets li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.vision-hero-bullets li::before {
  content: "✔";
  color: #00ffff;
  position: absolute;
  left: 0;
  top: 0;
}

/* ====== ANIMATION ====== */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ====== RESPONSIVE DESIGN ====== */
@media (max-width: 992px) {
  .vision-hero {
    padding: 80px 0;
  }

  .vision-hero h1 {
    font-size: 2.2rem;
  }

  .vision-hero-content {
    flex-direction: column-reverse;
    text-align: center;
    gap: 30px; /* ✅ Reduced gap between text & image */
  }

  .vision-hero-ctas {
    justify-content: center;
  }

  .vision-hero-bullets {
    text-align: center;
  }

  .vision-hero-right {
    margin-bottom: 20px; /* ✅ Reduced from 40px */
  }

  .vision-hero-right lottie-player {
    width: 380px;
    height: 380px;
  }
}
/* ---- Mobile: balanced gap between image and text ---- */
@media (max-width: 600px) {
  .vision-hero {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
  }

  .vision-hero-content {
    flex-direction: column-reverse !important; /* image first, then text */
    gap: 25px !important; /* balanced space between text and image */
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
  }

  .vision-hero-right,
  .vision-hero-left {
    width: 100% !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Lottie animation – responsive and slightly larger */
  .vision-hero-right lottie-player {
    display: block !important;
    width: 360px !important;
    height: 360px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* Text section adjustments */
  .vision-hero-left {
    padding: 10px 15px !important;
    text-align: center !important;
  }

  .vision-hero h1 {
    margin: 8px 0 10px 0 !important;
    font-size: 1.7rem !important;
    line-height: 1.25 !important;
  }

  .vision-hero .lead {
    margin: 0 auto 12px auto !important;
    font-size: 1rem !important;
    max-width: 95% !important;
  }

  .vision-hero-ctas {
    margin: 10px 0 10px 0 !important;
    gap: 12px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .btn-gradient,
  .btn-ghost {
    margin: 0 !important;
    padding: 10px 20px !important;
    font-size: 0.95rem !important;
  }

  .vision-hero-bullets {
    margin-top: 10px !important;
    padding: 0 15px !important;
    list-style: none !important;
  }

  .vision-hero-bullets li {
    margin-bottom: 8px !important;
    position: relative;
    padding-left: 22px !important;
    font-size: 0.95rem !important;
  }

  .vision-hero .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}


/* ===============================
   ABOUT SECTION — PREMIUM STYLE
================================= */
.about {
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.about .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}

.about .section-lead {
  font-size: 1.15rem;
  max-width: 820px;
  margin: 0 auto 70px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-weight: 400;
}

/* GRID LAYOUT */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  perspective: 1000px;
}

/* CARD STYLING */
/* ===============================
   ABOUT CARD WITH CURSOR GLOW
================================= */
.about-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 45px 35px;
  text-align: left;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0);
}

/* Inner glow layer that follows cursor */
.about-card::after {
  content: "";
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(168,85,247,0.35), transparent 70%);
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.about-card:hover::after {
  opacity: 1;
}

.about-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(168,85,247,0.4);
  box-shadow: 0 12px 40px rgba(168,85,247,0.15);
}


/* TITLE INSIDE CARD */
.about-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #00ffff;
  position: relative;
  display: inline-block;
}

.about-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30%;
  height: 2px;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  border-radius: 4px;
}

/* DESCRIPTION TEXT */
.about-card p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  font-size: 1rem;
  margin: 0;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .about-card {
    padding: 40px 30px;
  }
}

@media (max-width: 600px) {
  .about {
    padding: 80px 0;
  }

  .about .section-title {
    font-size: 2.2rem;
  }

  .about .section-lead {
    font-size: 1rem;
    margin-bottom: 45px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .about-card {
    text-align: center;
    padding: 35px 25px;
  }

  .about-card h3::after {
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}



/* ===============================
   WHAT WE DO - Services Section
=================================*/
.marketing {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(127, 0, 255, 0.15), transparent 60%),
              radial-gradient(circle at bottom right, rgba(0, 255, 255, 0.1), transparent 70%);
}

/* Section Header */
.marketing .section-head {
  text-align: center;
  margin-bottom: 60px;
}

.marketing .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.6px;
}

.marketing .section-lead {
  font-size: 1.3rem;
  max-width: 780px;
  margin: 0 auto 60px;
  color: rgba(255, 255, 255, 0.898);
  line-height: 1.8;
}

/* --- Swiper Wrapper --- */
.services-swiper {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  transition: transform 0.4s ease;
}

/* --- Service Card --- */
/* --- Service Card --- */
.service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  max-width: 360px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
}

/* Hover: smooth subtle lift + glow */
.service-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 14px 35px rgba(127, 0, 255, 0.4);
}

/* Violet cursor glow effect */
.service-card::after {
  content: "";
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(127, 0, 255, 0.35), transparent 70%);
  opacity: 0;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}

.service-card:hover::after {
  width: 300px;
  height: 300px;
  opacity: 1;
}


/* Image */
.service-card .card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.service-card:hover .card-img {
  transform: scale(1.06);
  filter: brightness(1.1);
}

/* Text Section */
.service-body {
  padding: 24px 28px 30px;
  color: #eee;
  text-align: left;
}

.service-body h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.service-body p {
  font-size: 0.95rem;
  color: #ccc;
  margin-bottom: 14px;
  line-height: 1.6;
}

.service-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-body ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #bbb;
}

.service-body ul li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #00ffff;
}

/* --- Swiper Pagination --- */
.services-pagination {
  margin-top: 25px;
}

.services-pagination .swiper-pagination-bullet {
  background: #7f00ff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}

.services-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #00ffff, #a855f7);
  opacity: 1;
  width: 26px;
  border-radius: 6px;
}

/* --- Swiper Arrows --- */
/* --- Swiper Arrows beside the cards --- */
.services-button-prev,
.services-button-next {
  color: #00ffff;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 15;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Hover glow and animation */
.services-button-prev:hover,
.services-button-next:hover {
  background: linear-gradient(90deg, #00ffff, #a855f7);
  color: #fff;
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 0 25px rgba(127, 0, 255, 0.45);
}

/* Perfect positioning relative to the swiper container */
.services-button-prev {
  left: 10px;
}

.services-button-next {
  right: 10px;
}

/* Ensure arrows align well even on smaller screens */
@media (max-width: 992px) {
  .services-button-prev,
  .services-button-next {
    top: 50%;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 768px) {
  .services-button-prev,
  .services-button-next {
    display: none; /* hide on mobile for touch swipe */
  }
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .marketing {
    padding: 70px 0;
  }
  .services-button-prev,
  .services-button-next {
    top: 95%;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .marketing {
    padding: 60px 0;
  }
  .service-card {
    max-width: 100%;
  }
  .services-button-prev,
  .services-button-next {
    display: none;
  }
}


.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}



/* =============================
   TECHNOLOGY SECTION STYLING
   (Dark Theme Consistent)
============================= */

.tech {
  padding: 80px 0;
  background: none;
  position: relative;
  overflow: hidden;
}

.tech .section-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 1px;
  animation: gradientShift 5s infinite alternate;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.tech-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.tech-left {
  flex: 1 1 50%;
  max-width: 600px;
  animation: fadeInLeft 1.2s ease;
}

.tech-description {
  font-size: 1.25rem;
  color: #e2e2e2;
  line-height: 1.8;
  margin-bottom: 25px;
}

.tech-list {
  list-style: none;
  padding-left: 0;
}

.tech-list li {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 16px;
  position: relative;
  padding-left: 28px;
  transition: all 0.3s ease;
}

.tech-list li::before {
  content: "✦";
  color: #00ffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.tech-list li:hover {
  color: #ffffff;
  transform: translateX(5px);
}

/* Lottie Animation Styling */
.tech-right {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInRight 1.2s ease;
}

.tech-right lottie-player {
  width: 560px !important;
  height: 560px !important;
  max-width: 100%;
  filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.3));
  transition: transform 0.5s ease;
}

.tech-right lottie-player:hover {
  transform: scale(1.05);
}

/* Animation Effects */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Fade-up effect on scroll */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 992px) {
  .tech-grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .tech-left, .tech-right {
    max-width: 100%;
  }
  .tech-right lottie-player {
    width: 400px !important;
    height: 400px !important;
  }
}

@media (max-width: 576px) {
  .tech {
    padding: 60px 20px;
  }
  .tech .section-title {
    font-size: 2rem;
  }
  .tech-right lottie-player {
    width: 320px !important;
    height: 320px !important;
  }
}



/* ================================
   CASE STUDIES SECTION
================================ */
.portfolio {
  padding: 10px 0;
  background: none; /* transparent to match theme */
  position: relative;
  overflow: hidden;
}

/* Section Title & Lead */
.portfolio .section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  animation: gradientShift 5s infinite alternate;
}

.portfolio .section-lead {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
  color: #ddd;
  font-size: 1.15rem;
  line-height: 1.7;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* Swiper Container */
.cases-swiper {
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

/* Case Card */
.case-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  max-width: 380px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  backdrop-filter: blur(14px);
  position: relative;
}

/* Hover Effect */
.case-card:hover {
  /* transform: translateY(0px) scale(1.03); */
  box-shadow: 0 10px 40px rgba(127, 0, 255, 0.4);
}

.case-card:hover::before {
  opacity: 1;
  transform: scale(1.15);
}

.case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgba(168, 85, 247, 0.35), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Case Image */
.case-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.case-card:hover .case-img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* Case Body */
.case-body {
  padding: 22px 26px 30px;
  color: #eee;
}

.case-body h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.case-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 8px;
}

/* Swiper Pagination */
.cases-pagination {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.cases-pagination .swiper-pagination-bullet {
  background: #7f00ff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.cases-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #00ffff, #a855f7);
  opacity: 1;
  width: 28px;
  border-radius: 6px;
}

/* --- Navigation Buttons (same as 'What We Do') --- */
.cases-button-prev,
.cases-button-next {
  color: #00ffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.cases-button-prev:hover,
.cases-button-next:hover {
  background: linear-gradient(90deg, #00ffff, #a855f7);
  color: #fff;
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 0 25px rgba(127, 0, 255, 0.45);
}

/* Position */
.cases-button-prev {
  left: 10px;
}

.cases-button-next {
  right: 10px;
}

/* Hide on small screens */
@media (max-width: 768px) {
  .cases-button-prev,
  .cases-button-next {
    display: none;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .case-card {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .portfolio {
    padding: 60px 0;
  }
  .case-body h3 {
    font-size: 1.15rem;
  }
  .case-body p {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .cases-swiper {
    padding-bottom: 40px;
  }

  .case-card {
    max-width: 90%;
    margin: 0 auto;
  }

  .case-img {
    height: 200px;
  }

  .cases-pagination {
    margin-top: 25px;
  }
}

#snowCanvas {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 5;
}




/* ===============================
   ABOUT SECTION — PREMIUM STYLE
================================= */
.about1 {
  padding: 5px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.about1 .section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5px;
}

.about1 .section-lead {
  font-size: 1.15rem;
  max-width: 820px;
  margin: 0 auto 70px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  font-weight: 400;
}

/* ===============================
   GRID LAYOUT
================================= */
.about-grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  perspective: 1000px;
}

/* ===============================
   ABOUT CARD WITH CURSOR GLOW
================================= */
.about-card1 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 45px 35px;
  text-align: left;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0);
}

/* Inner glow layer that follows cursor */
.about-card1::after {
  content: "";
  position: absolute;
  top: var(--y, 50%);
  left: var(--x, 50%);
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at center, rgba(168, 85, 247, 0.35), transparent 70%);
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.about-card1:hover::after {
  opacity: 1;
}

.about-card1:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 12px 40px rgba(168, 85, 247, 0.15);
}

/* TITLE INSIDE CARD */
.about-card1 h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #00ffff;
  position: relative;
  display: inline-block;
}

.about-card1 h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 30%;
  height: 2px;
  background: linear-gradient(90deg, #00ffff, #a855f7);
  border-radius: 4px;
}

/* DESCRIPTION TEXT */
.about-card1 p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  font-size: 1rem;
  margin: 0;
}

/* ===============================
   RESPONSIVE GRID ONLY
================================= */

/* Tablets and smaller laptops */
@media (max-width: 992px) {
  .about-grid1 {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

/* Mobile screens */
@media (max-width: 600px) {
  .about1 {
    padding: 80px 0;
  }

  .about1 .section-title {
    font-size: 2.2rem;
  }

  .about1 .section-lead {
    font-size: 1rem;
    margin-bottom: 45px;
  }

  .about-grid1 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .about-card1 {
    text-align: center;
    padding: 35px 25px;
  }

  .about-card1 h3::after {
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
  }
}

/* ===============================
   Fade-up animation
================================= */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
