/* Contact Page */

html {
  scroll-behavior: smooth;
}

input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: auto;
}

.btn-primary {
  color: white;
  transition: all 0.4s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
    background: linear-gradient(90deg, #00188f, #ec008c);
  border: 1px solid #006a71 !important;
}


.btn-primary:hover {
  transform: translateY(2px);
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-primary:active {
  transform: translateY(3px);
  box-shadow: inset 0 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in;
}
.contact-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
}

.contact-info {
  flex: 1;
  margin-right: 2rem;
}

.contact-details p {
  font-size: 1rem;
  margin: 1rem 0;
}

.contact-social-icons a {
  font-size: 1.5rem;
  margin: 0 1rem;
  color: #333;
}

.query-form {
  flex: 1;
}

.contact-form button {
  padding: 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #0056b3;
}

.testimonial-section {
  padding: 3rem 1rem;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.testimonial-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
}

.star-rating {
  display: flex;
  gap: 4px;
}

.star {
  color: gold;
  font-size: 1.5rem;
}

.star-empty {
  color: #ddd;
  font-size: 1.5rem;
}

.get-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  background: #000b58 !important;
}
.master-background {
  background: linear-gradient(
    135deg,
    #006a71,
    #8f87f1,
    #c68efd,
    #e9a5f1,
    #fed2e2
  );
}
.master-color {
  color: #593f73;
}
.get-quote-section {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background-color: transparent !important;
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.accordion-button:hover {
  background-color: rgba(0, 123, 255, 0.1);
  cursor: pointer;
}

.get-quote-section h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.get-quote-section p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}

.form-control:focus {
  outline: none;
  border-color: #007bff;
}

textarea.form-control {
  resize: vertical;
}

.font-medium {
  font-weight: 500;
}

.mb-2 {
  margin-bottom: 10px;
}

.space-y-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.space-x-2 {
  display: flex;
  gap: 8px;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: #007bff;
}

/* Budget section */

.services-section {
  margin-top: 20px;
}

.services-section p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.grid {
  display: grid;
  gap: 15px;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

.md\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: 1fr;
  }
}

button.quote-btn {
  padding: 12px 20px;
  background: linear-gradient(
    135deg,
    #006a71,
    #8f87f1,
    #c68efd,
    #e9a5f1,
    #fed2e2
  ) !important;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 20px;
}

button.quote-btn:hover {
  background-color: #0056b3;
}

button:focus {
  outline: none;
}

.quote-btn {
  background-color: #ff6600;
  border: none;
  padding: 12px 30px;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quote-btn:hover {
  background-color: #e65c00;
}

.form-control {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
}

.form-control:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

/* Radio button and checkbox styles */

.form-radio,
.form-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.form-radio:checked,
.form-checkbox:checked {
  background-color: #4caf50;
  border-color: #4caf50;
}

.form-radio:focus,
.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.3);
}

.font-medium {
  font-weight: 500;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.budget-section {
  margin-bottom: 1rem;
}

.budget-section .space-y-2 label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.services-section {
  margin-bottom: 1.5rem;
}

.services-section .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.services-section .grid.md\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.services-section .grid label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.services-section .grid input {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 768px) {
  .services-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-section .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.toggle-quote-btn,
.close-quote-btn {
  background-color: #ff6600;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
}
body {
  font-family: "Winky Rough", sans-serif !important;
  /* background: linear-gradient(
    135deg,
    #006a71,
    #8f87f1,
    #c68efd,
    #e9a5f1,
    #fed2e2
  ); */
}
/* Loader */
.loader-wrapper {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.5); 
  z-index: 20000; 
}


/* Colors */
:root {
  --loader-color-1: #006a71;
  --loader-color-2: #8f87f1;
  --loader-color-3: #c68efd;
  --loader-color-4: #e9a5f1;
  --loader-color-5: #fed2e2;
}

/* Loader */
.loader {
  position: relative;
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: spin 1s linear infinite;
}

.loader:after {
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}

@keyframes spin {
  0%, 100% { box-shadow: 0.2em 0 0 0 var(--loader-color-1); }
  12% { box-shadow: 0.2em 0.2em 0 0 var(--loader-color-2); }
  25% { box-shadow: 0 0.2em 0 0 var(--loader-color-3); }
  37% { box-shadow: -0.2em 0.2em 0 0 var(--loader-color-4); }
  50% { box-shadow: -0.2em 0 0 0 var(--loader-color-5); }
  62% { box-shadow: -0.2em -0.2em 0 0 var(--loader-color-1); }
  75% { box-shadow: 0 -0.2em 0 0 var(--loader-color-2); }
  87% { box-shadow: 0.2em -0.2em 0 0 var(--loader-color-3); }
}


.hero-section {
  position: relative;
  text-align: center;
}

.hero-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.contact-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem;
}

.contact-details p {
  font-size: 1rem;
  margin: 1rem 0;
}

.contact-social-icons a {
  font-size: 1.5rem;
  margin: 0 1rem;
  color: #333;
}

.query-form {
  flex: 1;
}

.contact-form button {
  padding: 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #0056b3;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #2c3e50;
  margin-top: 10px;
  font-size: 1rem;
}

.star-rating {
  display: flex;
  gap: 4px;
}

.star {
  color: gold;
  font-size: 1.5rem;
}

.star-empty {
  color: #ddd;
  font-size: 1.5rem;
}

/* ...existing styles... */

.quote-section {
  position: relative;
  background-image: url("/images/quote-banner.jpg");
  background-size: cover;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.quote-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem 4rem;
  color: white;
  text-align: center;
  border-radius: 10px;
}

.quote-overlay h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.quote-overlay p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.quote-btn {
  background-color: #ff6600;
  border: none;
  padding: 0.8rem 2rem;
  color: white;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quote-btn:hover {
  background-color: #e65c00;
}
/* About-Us */
/* .about-container {
  background: linear-gradient(135deg, #006A71, #8F87F1, #C68EFD, #E9A5F1, #FED2E2);
  border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    min-height: 550px;
} */

.about-container {
  background: linear-gradient(
    135deg,
    #006a71,
    #6a61ce,
    #bf52cb,
    #e151f1
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); /* for Safari */
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  /* margin-top: 3rem; */
  transition: all 0.3s ease-in-out;
  min-height: 550px;
}

.about-container img {
  border-radius: 0 12px 12px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 40%
  );
  -webkit-mask-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 40%
  );
  mix-blend-mode: lighten;
  filter: grayscale(10%) brightness(1.1);
}

/* Laptop */
@media (max-width: 1200px) {
  .about-container img {
    height: 300px !important;
  }
}

@media (max-width: 576px) {
  .about-container img {
    height: 250px !important;
    object-fit: cover;
    padding-top: -70px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .qr_code img {
    max-width: 100% !important;
  }
}

.about-container img:hover {
  transform: scale(1.02); /* slight zoom on hover */
}

@media (min-width: 992px) {
  .process-line-wrapper::before {
    content: "";
    position: absolute;
    top: 50px; /* vertical position of line */
    left: 12.5%;
    width: 75%;
    height: 2px;
    background-color: #0d6efd; /* Bootstrap primary */
    z-index: 0;
  }

  .process-line-wrapper .col-lg-3::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #0d6efd;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
/* Timeline Container */
.timeline {
  position: relative;
  padding: 40px 0;
}

/* Timeline Item */
.timeline-item {
  display: flex;
  margin-bottom: 0px;
  position: relative;
  align-items: center;
}

/* Timeline Icon */
.timeline-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.timeline-icon.bg-primary {
  background-color: #007bff;
}

.timeline-icon.bg-secondary {
  background-color: #6c757d;
}

.timeline-icon.bg-success {
  background-color: #28a745;
}

.timeline-icon.bg-warning {
  background-color: #ffc107;
}

.timeline-icon.bg-danger {
  background-color: #dc3545;
}

/* Timeline Content */
.timeline-content {
  flex-grow: 1;
  padding-left: 10px;
}

.timeline-content h5 {
  font-size: 18px;
  font-weight: 700;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.6;
}

.timeline-content span {
  font-size: 12px;
  font-style: italic;
}

/* Timeline Progress Bar */
.timeline-content .progress {
  border-radius: 20px;
}

.progress-bar {
  border-radius: 20px;
  height: 10px;
  transition: width 0.5s ease-in-out;
}

/* Add a vertical connecting line */
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 2px;
  /* background-color: #dcdcdc; */
  z-index: 0;
}

.project-card {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.project-img {
  /* height: 200px; */
  object-fit: cover;
}

/* Overlay */
.custom-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 16px;

}

/* Modal box */
.custom-modal {
  background: #fff;
  width: 90%;
  margin-top: 5%;
  max-width: 900px;
  max-height: 85vh;        /* FIXED HEIGHT */
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;  
  overflow-x: hidden; 
 
}

/* Close icon */
.close-icon {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}

/* Image */
.modal-img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}

/* Content wrapper (scroll area) */

/* 70% section */
.content-70 {
  flex: 0 0 70%;
  min-width: 0;
}

/* 30% section */
.content-30 {
  flex: 0 0 30%;
  background: #f9f9f9;
  padding: 12px;
  border-radius: 6px;
  min-width: 0;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .custom-modal {
    margin-top: 30%;
    max-height: 90vh;
  }



  .content-70,
  .content-30 {
    flex: 1 1 100%;
  }

  .modal-img {
    max-height: 200px;
  }
}

/* 1) Container for all rings */
.tech-rings-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 3rem auto;
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid gray;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.center-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: white;
}

.icon-node {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #ccc; /* gray border */
  border-radius: 50%; /* makes it a circle */
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.icon-node img {
  width: 40px;

  height: 40px;
  object-fit: cover;
}

.tech-stack-section {
  margin-top: 4rem;
  padding: 2rem;
}

.tech-stack-content {
  max-width: 400px;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.ring {
  animation: rotate 1s linear infinite;
}

.ring:nth-child(odd) {
  animation-direction: reverse;
}
.industries-served {
  padding: 40px 20px;
  margin: 10px;
  background-color: transparent;
  text-align: center;
}

.industries-served h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.industry-cards {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(250px, 1fr)
  ); /* Responsive columns */
  gap: 20px;
}

.industry-card {
  position: relative;
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.industry-icon {
  text-align: center;
  margin-bottom: 20px;
}

.industry-icon img {
  width: 100px;
  /* height: 100px; */
  object-fit: fill;
  border-radius: 50%;
  border: 2px solid #ddd; /* Circle border around icons */
}

.industry-info {
  text-align: center;
}

.industry-info h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.industry-info p {
  font-size: 1rem;
  color: #666;
}

.industry-card:hover .industry-info p {
  color: #000; /* Change color on hover */
}

.industry-card:hover .industry-info h3 {
  color: #0056b3; /* Highlight title on hover */
}

/* Responsive adjustments for better spacing */
@media (max-width: 1024px) {
  .industry-cards {
    grid-template-columns: repeat(
      6,
      1fr
    ); /* 6 items per row on medium screens */
  }
}

@media (max-width: 768px) {
  .industry-cards {
    grid-template-columns: repeat(
      5,
      1fr
    ); /* 5 items per row on small screens */
  }
}

@media (max-width: 480px) {
  .industry-cards {
    grid-template-columns: repeat(
      3,
      1fr
    ); /* 3 items per row on mobile screens */
  }
}

.why-choose-us {
  background-color: transparent;
}

.why-choose-us h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.why-choose-us .lead {
  font-size: 1.125rem;
  color: #555;
}

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card .price {
  background: transparent;
  padding: 1rem 0;
  border-radius: 8px;
}

.card .price .h1 {
  color: #007bff;
}

.card ul li {
  font-size: 0.95rem;
  color: #444;
}

.card ul li i {
  font-size: 1.1rem;
}

.card .btn {
  background: linear-gradient(
    135deg,
    #006a71,
    #8f87f1,
    #c68efd,
    #e9a5f1,
    #fed2e2
  );
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
}

.card .btn:hover {
  background-color: #0056b3;
}

.project-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border: 2px solid black;
  border-radius: 150px;
}

.modal-img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
  border: 2px solid black;
  border-radius: 5px !important;
}

.content-70 h4 {
  margin-left: 60px;
  margin-bottom: 30px;
}
.custom-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  color: #000;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.custom-close-btn:hover {
  border: 4px solid rgb(166, 0, 255);
  border-radius: 10px;
  padding: 2px;
  transition: transform 0.15s ease, border 0.15s ease;
}

.get-quote-section {
  position: relative;
}

.modal-header {
  padding: 20px;
  display: flex;
  flex-direction: column; /* Stacks the title and description vertically */
  justify-content: center;
  align-items: flex-start; /* Aligns the text to the left */
}

.modal-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.modal-header p {
  font-size: 16px;
  margin: 10px 0 0 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form .form-control {
  margin-bottom: 15px;
}

.contact-form button {
  margin-top: 10px;
}
.btn-outline-success {
  margin-top: -20px;
  margin-left: 20px;
}

/* .testimonial-card {
  width: 300px;
  transition: transform 0.4s ease-in-out, box-shadow 0.3s ease;
  border-left: 5px solid #007bff;
  border-radius: 1.5rem !important;
  background: #fff;
} */

.star-rating {
  color: #f8c400;
}

.testimonial-quote {
  min-height: 1000px;
  font-size: 1rem;
  color: #555;
  background-color: #f9f9f9;
  border-left: 3px solid #007bff;
  border-radius: 8px;
}
.text-gradient {
  background: linear-gradient(45deg, #0d6efd, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .testimonial-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.15);
} */

.icon-circle {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-custom-wrapper {
  /* background: rgba(13, 110, 253, 0.15); transparent blue */
  border-radius: 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px 0 rgba(13, 110, 253, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-custom-wrapper::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  /* background: linear-gradient(45deg, #0d6efd, #6610f2); */
  filter: blur(20px);
  opacity: 0.6;
  border-radius: 20px;
}

.neon-title {
  color: #0ff;
  text-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
}

.info-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  border-left: 4px solid #0ff;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateX(5px);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.6);
}

.emoji {
  font-size: 2rem;
}

.custom-social a {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.custom-social a:hover {
  transform: scale(1.2);
}

.wa {
  background-color: #25d366;
}
.mail {
  background-color: #ea4335;
}
.fb {
  background-color: #3b5998;
}
.ig {
  background-color: #e1306c;
}
.tw {
  background-color: #1da1f2;
}

.sound-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  opacity: 0.2;
}

/* .about-container {
  background-color: rgba(255, 255, 255, 0.8); 
  border-radius: 12px;
  backdrop-filter: blur(5px); 
}
.about-container img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
  background: rgba(255, 255, 255, 0.7); 
  padding: 8px; 
  width: 500px;
  height:400px !important;
} */
.about-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.about-container > * {
  position: relative;
  z-index: 1;
}
.blend-img {
  background-color: rgba(255, 255, 255, 0.7); /* Soft white layer */
  padding: 8px; /* Helps it breathe and separates from bg */
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1); /* Gentle depth */
}
.blend-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  border-radius: 16px;
  pointer-events: none;
}

.industry-box {
  min-width: 160px;
  border-radius: 12px;
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* .ai-flow-section {
  white-space: nowrap;
} */

/* .ai-step {
  background: #f4f4f4;
  padding: 16px 20px;
  border-radius: 16px;
  min-width: 180px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
} */

/* .ai-step.ai {
  background: #007bff;
  color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .ai-step.task {
  background: #f9f9f9;
  color: #333;
}

.ai-icon {
  font-size: 2rem;
} */

/* .ai-label {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  font-weight: 600;
  text-align: center;
}

.ai-role-label {
  font-size: 0.7rem;
  color: #888;
  font-weight: 500;
  white-space: nowrap;
} */

/* .ai-connector {
  width: 60px;
  height: 8px;
  position: relative;
} */

.pulse-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff9900, #ffaa00, #ff9900);
  border-radius: 4px;
  animation: pulseFlow 2s infinite ease-in-out;
}

@keyframes pulseFlow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.8);
  }
  100% {
    filter: brightness(1);
  }
}
/* --- TIME LABEL --- */
.ai-time-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #007bff;
  white-space: nowrap;
}

/* --- STEP BLOCK --- */
.ai-step {
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: #f8f9fa;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  font-size: 0.85rem;
  max-width: 120px;
  min-width: 100px;
  text-align: center;
}

/* --- CONNECTOR --- */
.ai-connector .pulse-bar {
  width: 30px;
  height: 3px;
  background: #0d6efd;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

/* --- FLOW WRAPPER --- */
/* .ai-flow-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem; 
  padding: 2rem 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.ai-flow-wrapper::-webkit-scrollbar {
  display: none;
} */

/* --- EACH SECTION ITEM (e.g. Discover, Analyze, etc.) --- */
/* .ai-flow-item {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  margin-right: 2rem; 
  position: relative;
} */

/* --- FLOW CONTAINER FOR STEPS --- */
/* .ai-flow-container {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0.75rem;
  min-width: 480px;
  flex-shrink: 0;
}
.ai-flow-container::-webkit-scrollbar {
  display: none;
}
.ai-flow-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
} */

/* --- STEP BLOCK WRAPPER --- */
.ai-step-block {
  min-width: 520px;
  max-width: 560px;
  flex-shrink: 0;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  margin-left: 1rem; /* Push away from previous circle */
}

/* --- CIRCULAR SUMMARY (After Steps Collapse) --- */
/* .circular-summary {
  width: 220px;
  height: 220px;
  min-width: 200px;
  border-radius: 50%;
  border: 2px dashed #ccc;
  background-color: #f9f9f9;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  margin-right: 0.3rem;
}
.circular-summary:hover {
  transform: scale(1.03);
} */

/* --- SUMMARY TEXT --- */
/* .circle-content {
  z-index: 2;
  max-width: 160px;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  line-height: 1.4;
  font-size: 13px;
}
.circle-content p {
  font-size: 0.85rem;
} */
.rotating-arrow-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: orbit 5s linear infinite;
  pointer-events: none;
}

.rotating-arrow-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background: url("/your-arrow-icon.svg") no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
}

@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .ai-flow-item:first-child {
  margin-left: 100px;
} */
/* .ai-flow-wrapper > .ai-flow-item:first-child {
  margin-left: 100px;
} */

.nav-color {
  color: #681eb2 !important;
}

.nav-color:hover {
  color: #9562c8 !important;
}
.nav-color:active {
  color: #e9a5f1 !important;
}
.nav-sub-color {
  color: #b24bbe !important;
}
.nav-color.active {
  color: #b24bbe !important;
  font-weight: bold;
}

.card-custom {
  background: linear-gradient(135deg, #f3f4fd, #e9d7ff);
  box-shadow: 0 10px 20px rgba(143, 135, 241, 0.15);
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-custom:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(143, 135, 241, 0.3);
}

.project-card-modern {
  background: linear-gradient(145deg, #ffffff, #f9f9f9);
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}

.project-card-modern:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.project-logo-wrapper {
  background: #f1f5ff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-logo-modern {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.read-more {
  margin-top: auto;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.project-card-modern:hover .read-more {
  color: #0056d2;
}
/* .testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
} */
.quote-icon {
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  border: 2px solid #0d6efd;
}
.icon-circle {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.card-custom {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.contact-glass {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.info-grid {
  display: grid;
  gap: 1.5rem;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.custom-social {
  display: flex;
  gap: 0.8rem;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.3s;
}

.wa {
  background: #25d366;
}
.mail {
  background: #ff6f61;
}
.fb {
  background: #3b5998;
}
.ig {
  background: #e1306c;
}
.tw {
  background: #1da1f2;
}

.social-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-gradient-primary {
  background: linear-gradient(45deg, #4facfe, #00f2fe);
  border: none;
  color: white;
  padding: 10px;
  font-weight: bold;
}

.btn-outline-gradient {
  border: 2px solid #4facfe;
  color: #4facfe;
  padding: 10px;
  font-weight: bold;
  background: transparent;
}

.btn-outline-gradient:hover {
  background: #4facfe;
  color: white;
}

.nav-list {
  display: flex; /* makes list items align in a row */
  gap: 2rem; /* space between each button */
  list-style: none; /* remove bullets */
  padding: 0;
  margin: 0;
  justify-content: center; /* optional: center navbar items */
  align-items: center; /* vertical alignment */
}

.nav-list li button {
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.3s;
}

.nav-list li button:hover {
  color: #f39c12; /* hover effect */
}
.nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 1rem;
  justify-content: center;
}

.nav-list button {
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
}

.nav-list button:hover {
  color: #f39c12;
}

.ai-section {
  min-height: 50vh;
  padding: 2rem;
  transition: all 0.5s ease;
} /* New high-energy blast style */
.landing-spot.blast {
  background: linear-gradient(
    135deg,
    #006a71,
    #8f87f1,
    #c68efd,
    #e9a5f1,
    #fed2e2
  ) !important;
  color: white !important; /* Contrasting text color */
  position: relative;
  animation: pulseBounce 0.6s ease-out forwards;
  overflow: hidden;
}

/* Shockwave / ripple effect */
.landing-spot.blast::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8),
    transparent 70%
  );
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  animation: rippleEffect 0.6s ease-out forwards;
}

/* Ripple animation */
@keyframes rippleEffect {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.8);
  }
}

/* Button bounce + flash */
@keyframes pulseBounce {
  0% {
    transform: scale(1);
    box-shadow: none;
  }
  25% {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  }
  50% {
    transform: scale(0.95);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.9);
  }
  75% {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: none;
  }
}
.step-container {
  position: relative;
  gap: 40px;
}

/* Step Item */
.step-item {
  position: relative;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Icon Circle */
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-circle:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Gradient backgrounds */
.gradient-1 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
}
.gradient-2 {
  background: linear-gradient(135deg, #ff512f, #dd2476);
}
.gradient-3 {
  background: linear-gradient(135deg, #11998e, #38ef7d);
}
.gradient-4 {
  background: linear-gradient(135deg, #fc4a1a, #f7b733);
}
.gradient-5 {
  background: linear-gradient(135deg, #ee0979, #ff6a00);
}

/* Title & Description */
.step-item h6 {
  margin-top: 15px;
  font-size: 1rem;
}
.step-item p {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #b0b3b8;
}

/* Connecting line */
.step-line {
  position: absolute;
  top: 35px; /* vertical center of icon */
  left: 110%; /* half width + gap */
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  z-index: -1;
}

.step-item:nth-child(2) .step-line {
  background: linear-gradient(90deg, #ff512f, #dd2476);
}
.step-item:nth-child(3) .step-line {
  background: linear-gradient(90deg, #11998e, #38ef7d);
}
.step-item:nth-child(4) .step-line {
  background: linear-gradient(90deg, #fc4a1a, #f7b733);
}

/* Responsive */
@media (max-width: 1200px) {
  .step-container {
    gap: 30px;
    justify-content: center;
  }
  .step-item {
    width: 180px;
  }
  .step-line {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .step-container {
    flex-direction: column;
    align-items: center;
  }
  .step-line {
    display: none;
  }
}

.project-timeline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  padding: 60px 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.project-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #6a11cb, #2575fc, #ff512f, #dd2476);
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.timeline-step {
  position: relative;
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-step:nth-child(odd) .timeline-card {
  transform: translateY(-40px);
}

.timeline-step:nth-child(even) .timeline-card {
  transform: translateY(40px);
}

.timeline-step:hover {
  transform: translateY(-15px);
}

.timeline-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.timeline-badge::after {
  content: attr(data-step);
  position: absolute;
  top: -18px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
}

.timeline-step:hover .timeline-badge {
  transform: scale(1.2) rotate(5deg);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #ff512f, #dd2476);
}

.timeline-card {
  background: linear-gradient(145deg, #f0f0f0, #ffffff);
  padding: 25px 20px;
  border-radius: 18px;
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  margin-top: 50px; /* added margin on top */
}

.timeline-step:hover .timeline-card {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border: 2px solid #2575fc;
}

.timeline-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.timeline-card p {
  color: #555;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.timeline-card span {
  font-size: 0.75rem;
  color: #888;
}

/* Scrollbar for horizontal timeline */
.project-timeline::-webkit-scrollbar {
  height: 8px;
}

.project-timeline::-webkit-scrollbar-thumb {
  background: #2575fc;
  border-radius: 4px;
}

.project-timeline::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .project-timeline {
    flex-direction: column;
    align-items: center;
    padding: 40px 10px;
  }

  .project-timeline::before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    transform: translateX(-50%);
  }

  .timeline-step {
    flex: none;
    width: 90%;
    margin-bottom: 50px;
    text-align: center;
  }

  .timeline-step:nth-child(odd) .timeline-card,
  .timeline-step:nth-child(even) .timeline-card {
    transform: translateY(0);
  }
}
/* Timeline Badges - Different colors for each step */
.timeline-step:nth-child(1) .timeline-badge {
  background: linear-gradient(135deg, #6a11cb, #2575fc); /* Blue-purple */
}

.timeline-step:nth-child(2) .timeline-badge {
  background: linear-gradient(135deg, #ff512f, #dd2476); /* Red-pink */
}

.timeline-step:nth-child(3) .timeline-badge {
  background: linear-gradient(135deg, #11998e, #38ef7d); /* Green gradient */
}

.timeline-step:nth-child(4) .timeline-badge {
  background: linear-gradient(135deg, #fc4a1a, #f7b733); /* Orange-yellow */
}

.timeline-step:nth-child(5) .timeline-badge {
  background: linear-gradient(135deg, #ee0979, #ff6a00); /* Magenta-orange */
}

/* Optional hover colors for each badge (slightly brighter) */
.timeline-step:nth-child(1):hover .timeline-badge {
  background: linear-gradient(135deg, #7b33e0, #3680ff);
}

.timeline-step:nth-child(2):hover .timeline-badge {
  background: linear-gradient(135deg, #ff6350, #e43b90);
}

.timeline-step:nth-child(3):hover .timeline-badge {
  background: linear-gradient(135deg, #1ac9a1, #4cf18b);
}

.timeline-step:nth-child(4):hover .timeline-badge {
  background: linear-gradient(135deg, #ff5e2b, #ffc33b);
}

.timeline-step:nth-child(5):hover .timeline-badge {
  background: linear-gradient(135deg, #ff1a95, #ff8300);
}
.project-timeline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  padding: 60px 20px;
  overflow-x: auto; /* allows horizontal scrolling */
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
}

.project-timeline::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Optional: Add some padding on ends so first and last items aren't cut off */
.project-timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #6a11cb, #2575fc, #ff512f, #dd2476);
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

/* Step fade-in + slide-up animation */
@keyframes stepFadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse animation for icon hover */
@keyframes iconPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  }
}

/* Animate step items */
.step-item {
  opacity: 0;
  animation: stepFadeUp 0.6s forwards;
}

.step-item:nth-child(1) {
  animation-delay: 0.1s;
}
.step-item:nth-child(2) {
  animation-delay: 0.3s;
}
.step-item:nth-child(3) {
  animation-delay: 0.5s;
}
.step-item:nth-child(4) {
  animation-delay: 0.7s;
}
.step-item:nth-child(5) {
  animation-delay: 0.9s;
}

/* Icon hover pulse effect */
.icon-circle:hover {
  animation: iconPulse 0.6s ease-in-out forwards;
}

/* Step line fade-in animation */
@keyframes lineFade {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.step-line {
  height: 4px;
  background: linear-gradient(90deg, #6a11cb, #2575fc, #ff512f, #dd2476);
  margin: 15px auto 0;
  border-radius: 2px;
  opacity: 0;
  animation: lineFade 0.8s forwards;
}

.step-item:nth-child(1) .step-line {
  animation-delay: 0.2s;
}
.step-item:nth-child(2) .step-line {
  animation-delay: 0.4s;
}
.step-item:nth-child(3) .step-line {
  animation-delay: 0.6s;
}
.step-item:nth-child(4) .step-line {
  animation-delay: 0.8s;
}

/* Optional: make icons bounce slightly on load */
@keyframes iconBounce {
  0% {
    transform: translateY(-30px) scale(0.8);
    opacity: 0;
  }
  60% {
    transform: translateY(10px) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateY(-5px) scale(1);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.icon-circle {
  animation: iconBounce 0.8s ease forwards;
}

.step-item:nth-child(1) .icon-circle {
  animation-delay: 0.1s;
}
.step-item:nth-child(2) .icon-circle {
  animation-delay: 0.3s;
}
.step-item:nth-child(3) .icon-circle {
  animation-delay: 0.5s;
}
.step-item:nth-child(4) .icon-circle {
  animation-delay: 0.7s;
}
.step-item:nth-child(5) .icon-circle {
  animation-delay: 0.9s;
}

.demo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.demo-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* semi-transparent background */
}

.demo-content {
  position: relative;
  margin: 10% auto; /* vertically centered with some top space */
  padding: 18px; /* slightly reduced padding */
  background: #fff;
  border-radius: 12px;
  max-width: 500px; /* slightly smaller width */
  width: 80%; /* responsive */
  max-height: 550px; /* slightly smaller height */
  overflow-y: auto; /* scroll if content overflows */
  z-index: 1001;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25); /* subtle shadow */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 19px; /* slightly smaller close button */
  background: none;
  border: none;
  cursor: pointer;
}
.space-bt {
  margin-top: 80px;
}
.space-tp {
  margin-bottom: 80px;
}

/* 
.btn-custom {
  color: #fff !important;  
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.btn-custom:hover {
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
  color: #fff !important;
} */

/* body {
  background: #fff;
  font-family: "Poppins", sans-serif;
} */

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

/* Center vertical line */
.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: linear-gradient(to bottom, #00c6ff, #00ffb3);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.8;
}

/* Timeline items */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 10px 20px;
  box-sizing: border-box;
}

/* Left side */
.timeline-item.left {
  left: 0;
  text-align: right;
}

/* Right side */
.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* Icon circle */
.icon-box {
  position: relative;
  background: #fff;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(to right, #00c6ff, #00ffb3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px auto;
  box-shadow: 0 0 20px rgba(0, 191, 255, 0.2);
  z-index: 2;
}

/* Horizontal connecting line (extends to meet center) */
.timeline-item.left .icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px; /* Increased for full connection */
  width: 70px; /* Adjusted to reach vertical center */
  height: 3px;
  background: linear-gradient(to right, #00c6ff, #00ffb3);
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-item.right .icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px; /* Increased for full connection */
  width: 70px; /* Adjusted to reach vertical center */
  height: 3px;
  background: linear-gradient(to right, #00c6ff, #00ffb3);
  transform: translateY(-50%);
  z-index: 1;
}

/* Text content */
.timeline-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.timeline-content p {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
}

/* Responsive layout */
@media (max-width: 768px) {
  .timeline::after {
    left: 30px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    text-align: left !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
  }

  .timeline-item .icon-box {
    margin-left: 0;
  }

  .timeline-item .icon-box::after {
    left: -40px !important;
    right: auto;
    width: 30px;
  }
}
/* ===================== */
/* TIMELINE ANIMATIONS   */
/* ===================== */

/* Hidden state before animation */
.timeline-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Slide-in effect for left/right */
.timeline-item.left.visible {
  animation: slideInLeft 0.9s ease-out;
}

.timeline-item.right.visible {
  animation: slideInRight 0.9s ease-out;
}

/* Keyframes for slide animation */
@keyframes slideInLeft {
  from {
    transform: translateX(-80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Glow effect on hover */
.icon-box:hover {
  box-shadow: 0 0 25px rgba(0, 191, 255, 0.6), 0 0 10px rgba(0, 255, 179, 0.4);
  transform: scale(1.1);
  transition: all 0.4s ease;
}

/* Smooth float animation (subtle movement) */
@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.icon-box {
  animation: floatPulse 3s ease-in-out infinite;
}
.buttons {
  background: linear-gradient(90deg, #00188f, #ec008c);
  border-radius: 12px;
  color: white;
   border: 1px solid #006a71 !important;
  transition: all 0.4s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}
.buttons:hover {
  transform: translateY(2px);
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
}
.buttons:active {
  transform: translateY(3px);
  box-shadow: inset 0 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in;
}
.header-background {
  background: linear-gradient(
      to right,
      rgba(238, 161, 251, 0.3),
      rgba(170, 161, 250, 0.3),
      rgba(206, 154, 247, 0.3),
      rgba(152, 124, 221, 0.3)
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  padding: 1.2rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

/* 🔽 When scrolled down */
.header-background.scrolled {
  background: linear-gradient(
      to right,
      rgba(238, 161, 251, 0.15),
      rgba(170, 161, 250, 0.15),
      rgba(206, 154, 247, 0.15),
      rgba(152, 124, 221, 0.15)
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0.7rem 2rem; /* shrink height */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  
}
.badge.shadow-sm {
  background-color: rgba(255, 255, 255, 0.25); /* slightly translucent for glass look */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(131, 130, 130, 0.15) !important;
  transition: all 0.3s ease;
}

.badge.shadow-sm:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.feature-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.3);
}

.ai-flow-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.ai-flow-item {
  flex: 1;
  min-width: 220px; /* responsive */
  margin-bottom: 2rem;
  position: relative;
}
.flip-card {
  perspective: 1000px;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  position: relative;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1.2s ease-in-out; /* slow transition */
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
}

.flip-back {
  transform: rotateY(180deg);
}

/* Circle styling */
.circular-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    to right,
    rgba(238, 161, 251, 0.3),
    rgba(170, 161, 250, 0.3),
    rgba(206, 154, 247, 0.3),
    rgba(152, 124, 221, 0.3)
  );
 
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 3px solid rgb(193, 164, 221);
  width: 220px;
  height: 220px;
  padding: 2rem;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer;
}

.circular-summary:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.circle-content p {
  font-size: 0.85rem;
  line-height: 1.4;
}

/* Connecting line */
.flow-line {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #EEA1FB, #AAA1FA, #CE9AF7, #987CDD);
  transform-origin: left center;
}

.circle-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem;
  text-align: center;
  word-break: break-word;
  white-space: normal;
}

.circle-content p {
  font-size: 0.85rem;
  line-height: 1.4;
}

.flow-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: transform 0.4s ease;
}

.flip-card:hover .flow-icon {
  transform: scale(1.1);
}
.testimonial-card {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  cursor: pointer;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Top Section */
.testimonial-header {
  background: linear-gradient(135deg, #a679f0, #f076c7);
  padding: 2rem 1rem;
  text-align: center;
}

.testimonial-logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.testimonial-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

/* Bottom Section */
.testimonial-body {
  padding: 1.5rem;
  background-color: #fff;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-logo {
    width: 60px;
    height: 60px;
  }

  .testimonial-header {
    padding: 1.5rem 1rem;
  }
}
.flight-path::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.15), transparent 70%);
  pointer-events: none;
}
/* Nav buttons hover */
.footer-nav .btn-link {
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.footer-nav .btn-link:hover,
.footer-nav .btn-link:focus {
  color: #681eb2; /* your primary purple color */
  font-weight: 700;
  text-decoration: underline;
  outline: none;
}

/* Social icons hover */
.footer-social a {
  transition: color 0.3s ease, transform 0.3s ease;
  color: #333; /* default icon color */
}

.footer-social a:hover,
.footer-social a:focus {
  color: #681eb2; /* purple glow color */
  transform: scale(1.2);
  text-decoration: none;
  outline: none;
}
.form-control:focus {
  border: 1px solid #40067a !important;
  outline: #40067a !important;
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #40067a !important;
  border-color: #40067a !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 6, 122, 0.25) !important;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: #40067a;  
  cursor: pointer;
}
.contact-item {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 12px 20px;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.08); /* translucent base */
  /* border: 1px solid #40067a; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);  */
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(64, 6, 122, 0.4); /* purple glow on hover */
  background-color: rgba(255, 255, 255, 0.12);
}

.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #11121a;
  flex-shrink: 0;
}

.email-icon { background-color: #b0eee9ff; }
.phone-icon { background-color: #eda0aeff; }
.address-icon { background-color: #ebde98ff; }

.contact-text {
  flex: 1;
}

.contact-text h6 {
  margin: 0;
  color:  rgb(247, 246, 246);
  font-weight: 600;
}

.contact-text p {
  margin: 0;
  color: rgb(216, 215, 215);
  font-size: 0.875rem;
}
body {
  padding-top: 10px !important;  /* navbar height (60px) + 100px gap */
}

/* responsive */


/* =============================
   GENERAL HEADER FIX
============================= */
.navbar {
    padding: 10px 16px !important;
}

/* Container spacing */
.container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* BRAND */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-brand img {
    height: 48px !important;
}

/* HAMBURGER DEFAULT: hidden */
.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none !important;
    display: none;
}

/* =============================
   MOBILE & TABLET VIEW (≤768px)
============================= */
@media (max-width: 768px) {
    /* Show hamburger */
    .navbar-toggler {
        display: block !important;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1050;
    }

    /* Align brand top-left */
    .container-fluid {
        justify-content: space-between !important;
        align-items: flex-start !important; 
    }

    .navbar-brand {
        flex-direction: column; /* Logo on top, text below */
        align-items: flex-start !important;
        gap: 2px;
    }

    .navbar-brand img {
        height: 48px !important;
    }

    /* Navbar menu slides from right */
    .navbar-collapse {
        position: absolute !important;
        top: 60px; 
        right: 0;
        width: 200px; 
        padding: 20px;
        border-radius: 0 0 0 8px;
        box-shadow: -2px 0 8px rgba(0,0,0,0.15);
        display: none;
        flex-direction: column;
        z-index: 1040;
        background: white;
    }

    .navbar-collapse.show {
        display: flex !important;
    }

    .navbar-nav {
        width: 100%;
        text-align: left;
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }
}

/* =============================
   LAPTOP/DESKTOP VIEW (≥769px)
============================= */
@media (min-width: 769px) {
    /* Hide hamburger */
    .navbar-toggler {
        display: none !important;
    }

    /* Full navbar visible */
    .navbar-collapse {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .navbar-brand {
        align-items: flex-start !important;  
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .navbar-brand img {
        height: 55px !important;  
        object-fit: contain;
    }

    .container-fluid {
        align-items: flex-start !important;
    }
}

.navbar-brand {
    display: flex !important;
    flex-direction: row !important; /* always row */
    align-items: center !important; /* vertically center */
    gap: 8px;
}
/* Hide image on mobile (≤768px) */
@media (max-width: 768px) {
  .about-img-container {
    display: none !important;
  }
}

/* Reduce image size on tablet/laptop (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .about-img-container img {
    max-width: 80%;
    max-height: 300px;
  }
}

/* Large screens (desktop) */
@media (min-width: 1025px) {
  .about-img-container img {
    max-width: 100%;
    max-height: 400px;
  }
}

/* Hide image on mobile (≤768px) */
@media (max-width: 768px) {
  .about-img-container {
    display: none !important;
  }
}

/* Tablet/Laptop (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .about-img-container img {
    width: 100%;  
    max-width: 300px; 
    height: auto;
    object-fit: contain;
  }
}

/* Desktop (1025px+) */
@media (min-width: 1025px) {
  .about-img-container img {
    width: 100%;
    max-width: 400px;     
    height: auto;
    object-fit: contain;  
  }
}

@media (max-width: 767px) {
  .about-img-container {
    display: none !important;
  }

  .about-container h2 {
    font-size: 32px; /* smaller heading on mobile */
  }

  .about-container p {
    font-size: 1rem; /* adjust text size for mobile */
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about-img-container img {
    width: 100%;
    max-width: 300px; /* adjust width */
    height: auto;
    object-fit: contain;
  }

  .about-container h2 {
    font-size: 36px;
  }
}

@media (min-width: 1025px) {
  .about-img-container img {
    width: 100%;
    max-width: 400px; /* adjust width */
    height: auto;
    object-fit: contain;
  }

  .about-container h2 {
    font-size: 40px;
  }
}

.step-container {
  gap: 20px; /* spacing between steps */
}

.step-item {
  flex: 0 1 200px; /* responsive width */
  margin: 10px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: white;
  font-size: 1.5rem;
}

.gradient-1 { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); }
.gradient-2 { background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%); }
.gradient-3 { background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%); }
.gradient-4 { background: linear-gradient(135deg, #f953c6 0%, #b91d73 100%); }
.gradient-5 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }


@media (max-width: 767px) {
  .step-item {
    flex: 0 1 100%; 
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .step-item {
    flex: 0 1 45%; 
  }
}

@media (min-width: 1025px) {
  .step-item {
    flex: 0 1 18%; 
  }
}

/* Container adjusts image */
.about-img-container {
  justify-content: center; /* center image */
}

/* Make the image responsive */
.responsive-about-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Hide image on mobile (<=768px) */
@media (max-width: 767px) {
  .about-img-container {
    display: none;
  }
}

/* Tablet view adjustments (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .about-img-container {
    padding: 10px;
  }

  .responsive-about-img {
    max-width: 90%; /* scale down on tablets */
  }
}

/* Desktop view adjustments (>1024px) */
@media (min-width: 1025px) {
  .about-img-container {
    padding: 20px;
  }

  .responsive-about-img {
    max-width: 100%; /* full width in column */
  }
}
 /* footer */

 /* Base styling */
.footer-nav li button {
  font-size: 16px;
  transition: 0.3s ease;
}

.footer-social i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.footer-social i:hover {
  transform: scale(1.2);
}

/* --- RESPONSIVE FIX --- */

/* Tablet and below */
@media (max-width: 991px) {
  .footer-nav-section {
    border-left: none !important; /* Remove vertical line for mobile/tablet */
    padding-left: 0 !important;
  }

  .footer-nav {
    flex-wrap: wrap; /* allows breaking into multiple rows */
    gap: 10px;
  }

  .footer-nav li {
    margin-right: 0 !important;
  }

  .footer-nav li button {
    font-size: 15px;
  }
}

/* Mobile: 576px and below */
@media (max-width: 576px) {
  .footer-nav {
    justify-content: center; /* center align links */
    text-align: center;
    gap: 12px;
  }

  .footer-social {
    gap: 12px;
    flex-wrap: wrap;
  }

  .footer-social i {
    font-size: 18px;
  }
}

/* Smallest mobile: 320px - VERY IMPORTANT */
@media (max-width: 350px) {
  .footer-nav li button {
    font-size: 14px;
  }

  .footer-social i {
    font-size: 16px;
  }
}

/* home */

@media (max-width: 767px) {

  .about-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }

  .about-container .col-md-7,
  .about-container .col-md-5 {
    width: 100%;
    padding: 10px !important;
  }

  .about-container h1 {
    font-size: 26px !important;
    line-height: 1.3;
  }

  .about-container p {
    font-size: 15px !important;
    width: 95%;
    margin: auto;
  }

  .about-container img {
    /* width: 85% !important; */
    /* max-width: 300px; */
    margin: auto;
    object-fit: contain;
  }

  /* ---- FIX BUTTON LAYOUT ON MOBILE ---- */
  .about-container .btn {
    width: auto;          /* keep natural size */
    min-width: 140px;
    font-size: 15px;
    padding: 10px 18px;
    margin: 10px 5px;     /* spacing between them */
    display: inline-block;
  }

  .about-container .btn + .btn {
    margin-left: 5px !important;
  }
}

/* vision to launch */

/* --- MOBILE VIEW FIX --- */
@media (max-width: 767px) {
  
  /* Reduce heading size */
  .customer-section h2 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    text-align: center;
  }

  /* Reduce padding */
  .customer-section {
    padding: 20px !important;
  }

  /* Reduce description text */
  .customer-section p {
    font-size: 14px !important;
    line-height: 1.5;
  }

  /* List spacing */
  .customer-section ul li {
    margin-bottom: 18px !important;
  }

  /* Resize icons */
  .customer-section ul li span i {
    font-size: 20px !important;
  }

  /* Improve text layout for mobile */
  .customer-section h6 {
    font-size: 15px !important;
  }

  .customer-section ul li p {
    font-size: 13px !important;
  }
}


/* --- TABLET VIEW FIX (Keep near desktop but slightly adjusted) --- */
@media (min-width: 768px) and (max-width: 1024px) {

  .customer-section h2 {
    font-size: 34px !important;
  }

  .customer-section ul li span i {
    font-size: 24px !important;
  }
}
/* Default desktop/tablet layout (already works) */

/* === MOBILE RESPONSIVE FIX === */
@media (max-width: 767px) {

  /* Align cards vertically */
  .process-steps {
    flex-direction: column !important;
    align-items: center !important;
  }

  /* Make card width full for mobile */
  .process-steps .col-md-2 {
    width: 100% !important;
    max-width: 320px !important;
    min-width: unset !important;
  }

  /* Remove connector line on mobile */
  .process-steps .connector {
    display: none !important;
  }

  /* Improve spacing */
  .process-steps .shadow {
    margin-bottom: 20px;
  }

  /* Resize icon circle */
  .process-steps .rounded-circle {
    width: 55px !important;
    height: 55px !important;
    font-size: 1.2rem !important;
  }

  .process-steps h6 {
    font-size: 15px !important;
    margin-top: 8px;
  }

  .process-steps p {
    font-size: 13px !important;
  }
}


/* DEFAULT (Mobile) → Stack */
.ai-flow-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Tablet and Desktop → Side-by-side */
@media (min-width: 768px) {
  .ai-flow-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }

  .ai-flow-item {
    width: calc(50% - 30px); /* 2 per row for tablet */
    text-align: center;
  }
}

/* Large Desktop → All in one line */
@media (min-width: 1200px) {
  .ai-flow-item {
    width: auto;
  }
}


@media (max-width: 576px) {
  .step-item {
    max-width: 100%;
  }
}

/* TABLET (2 per row) */
@media (min-width: 577px) and (max-width: 992px) {
  .step-item {
    width: 48%;
    max-width: none;
  }
}

/* LAPTOP (3 per row) */
@media (min-width: 993px) and (max-width: 1200px) {
  .step-item {
    width: 30%;
  }
}

/* BIG DESKTOP (5 in one row - original layout) */
@media (min-width: 1201px) {
  .step-item {
    width: 18%;
    max-width: none;
  }
}

/* =========================================
   📱 Mobile: 1 card per row
========================================= */
@media (max-width: 576px) {
  .step-item {
    width: 100% !important;
  }
}

/* =========================================
   📟 Tablet: 2 cards per row
========================================= */
@media (min-width: 577px) and (max-width: 1024px) {
  .step-item {
    width: 45% !important;
  }
}

/* =========================================
 💻 Small laptop (optional for neatness)
========================================= */
@media (min-width: 1025px) and (max-width: 1366px) {
  .step-item {
    width: 30%;
  }
}

/* Base styles */
.industries-served {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.industries-served h2 {
  margin-bottom: 40px;
}

.industry-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.industry-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 250px; /* Allows cards to shrink & grow */
  max-width: 300px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.industry-icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 20px;
}

.industry-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.industry-info p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* Responsive breakpoints */
@media (max-width: 1024px) {
  .industry-card {
    max-width: 45%; /* 2 cards per row */
  }
}

@media (max-width: 768px) {
  .industries-served h2 {
    font-size: 32px;
  }
  .industry-card {
    max-width: 100%; /* 1 card per row */
  }
}

@media (max-width: 480px) {
  .industry-card {
    padding: 15px;
  }
  .industry-icon img {
    width: 50px;
    height: 50px;
  }
  .industry-info h3 {
    font-size: 18px;
  }
  .industry-info p {
    font-size: 14px;
  }
}


/* header */

html, body {
    overflow-x: hidden;
    
}

* {
    box-sizing: border-box;
    
}


@media (max-width: 576px) {
  .team-heading {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .about-container {
    margin-top: 20px; /* smaller margin for mobile */
  }
}

@media (max-width: 768px) {
  .about-paragraph {
    font-size: 14px !important;
  }
}

/* Tablet view only (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .step-container .step-item {
    flex: 0 0 48%; /* two per row */
    margin: 1%; /* spacing between items */
  }
}


/* .modal-content-wrapper {
  display: flex;
  gap: 20px;
  padding: 20px;
  overflow-y: auto;   
  flex: 1;      
  overflow-y: auto;    
  overflow-x: hidden;   
}


  .modal-content-wrapper {
    flex-direction: column;
  } */


  /* Outer container */
.project-modal-container {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

/* Layout */
.modal-content-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

/* Left */
.content-70 {
  flex: 0 0 70%;
}

.project-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.project-desc {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section-title {
  font-weight: 600;
  margin: 20px 0 10px;
}

/* Features */
.features-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.features-list li {
  margin-bottom: 8px;
  color: #444;
}

/* Link */
.project-link {
  font-weight: 600;
  color: #5b2eff;
  text-decoration: none;
}

.project-link:hover {
  text-decoration: underline;
}

/* Right */
.content-30 {
  flex: 0 0 30%;
  background: #f8f9fb;
  padding: 16px;
  border-radius: 12px;
}

.info-block {
  margin-bottom: 16px;
}

.info-block h6 {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  margin-bottom: 6px;
}

/* Mobile Fix */
@media (max-width: 768px) {
  .modal-content-wrapper {
    flex-direction: column;
  }

  .content-70,
  .content-30 {
    flex: 100%;
  }
}

.features-para {
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}


.project-modal-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  height: 90vh; /* Take most of viewport height */
  overflow-y: auto; /* Enable vertical scrolling */
}

.modal-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Left Section */
.content-70 {
  flex: 0 0 70%;
}

/* Right Section */
.content-30 {
  flex: 0 0 30%;
}

/* Info block styling */
.info-block {
  margin-bottom: 20px;
}

/* Links and titles */
.project-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}
.project-link:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .content-70, .content-30 {
    flex: 0 0 100%; /* stack sections vertically */
  }
}

@media (max-width: 600px) {
  .project-title {
    font-size: 1.5rem;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .project-desc, .features-para, .info-block p {
    font-size: 0.95rem;
  }
}/* Truncate design features on small screens */
@media (max-width: 600px) {
  .features-para {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show max 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


