
.home_services_grid {
  display: grid;
  grid-template-columns: 1fr;   /* FULL WIDTH */
  gap: 3rem;
  margin-top: 10px;
}



.services_box {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  background: transparent;
}

@media (max-width: 768px) {
  .service_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
  }
}


.service_row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
  max-width: 100%;
}




.service_row:hover {
  background: #f4f2fb;
}


.service_row:last-child {
  border-bottom: none;
}

/* Only move icon on even rows */


/* Icon */
.service_icon img {
  width: 150px;
  height: auto;
}
.service_text {
  flex: 1;
}

/* Text */
.service_text h4 {
  color: #281c5a;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.service_text p {
  color: #555;
  margin-bottom: 0.75rem;
}

.service_link {
  color: #0082a4;
  font-weight: 600;
  text-decoration: underline;
  font-size: 0.9rem;
}

/* Mobile */
@media (max-width: 768px) {
 

  .service_icon {
    display: none;
  }
}

@media (max-width: 768px) {

  .services_box {
    display: block !important;
  }

  .service_row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1.5rem 0 !important;
  }

  .services_box .service_row:last-child {
    max-width: 100% !important;
  }

}




.services_box .service_row:last-child {
  grid-column: span 2;
  justify-self: center;
  max-width: 600px; /* optional, looks nicer */
}


  /* Base styles (your existing CSS) */
.team-flex-row {
  display: flex;
  gap: 42px;
}

.team-left-panel {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 40px 40px;
}

.team-right-panel {
  flex: 1.5 1 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px 0;
}

.team-headline {
  font-size: 2.65rem;
  font-weight: 700;
  margin-bottom: 2.1rem;
}

.team-supporting-text {
  font-size: 1.15rem;
  color: #1b1a1d;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 20px;
}

.team-member {
  background: #fff;
  color: #2a183a;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  padding: 12px 0 6px 0;
}

.team-member img {
  /* filter: grayscale(1); */
  width: 88px;
  height: 88px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.team-info h3 {
  margin: 0 0 3px 0;
  font-size: 1rem;
  font-weight: 700;
}

.team-roles {
  font-size: .95rem;
  margin-bottom: 1px;
}

.team-role-accent {
  color: #237ca3;
  font-size: .9rem;
  font-weight: 700;
}

.team-full-box {
  text-align: center;
}

.team-full-link {
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid #fff;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  background: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all .2s;
    background: #0082a4;
}

.team-full-link:hover {
  background: #0082a4;
  /* color: #2a183a; */
  border-color: #0082a4;
}

/* ---------------- Responsive Styles ---------------- */

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .team-flex-row {
    flex-direction: column;
    gap: 30px;
  }

  .team-left-panel,
  .team-right-panel {
    flex: 1 1 100%;
    padding: 20px;
  }

  .team-headline {
    font-size: 2rem;
  }

  .team-supporting-text {
    font-size: 1rem;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .team-member img {
    width: 92px;
    height: 92px;
  }
}

/* Small screens (mobiles) */
@media (max-width: 600px) {
  .team-flex-row {
    gap: 20px;
  }

  .team-headline {
    font-size: 1.75rem;
    text-align: center;
  }

  .team-supporting-text {
    font-size: 0.95rem;
    text-align: center;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .team-member img {
    width: 60px;
    height: 60px;
  }

  .team-full-link {
    padding: 12px 28px;
    font-size: 1rem;
  }
}


  .tech-headline {
    font-size: 2.2rem;
    font-weight: 700;
    color: #311e5d;
    text-align: center;
  }

  .best-tech {
    color: #0082a4;
    font-weight: 800;
    letter-spacing: 1px;
  }

  .tech-subtitle {
    color: #646982;
    font-size: 1.09rem;
    margin-bottom: 40px;
    text-align: center;
  }

  .tech-card-row {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
  }

  .tech-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 24px 0 rgba(51, 51, 71, 0.065);
    border: 1px solid #f1f2f7;
    padding: 30px 22px 20px 22px;
    display: flex;
    align-items: center;
    min-width: 265px;
    max-width: 340px;
    flex: 1 1 280px;
    transition: box-shadow 0.18s;
  }

  .tech-card:hover {
    box-shadow: 0 8px 28px 0 rgba(51, 51, 71, 0.15);
  }

  .tech-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-right: 22px;
    border-radius: 10px;
    background: #f5f6fa;
    padding: 4px;
  }

  .tech-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0082a4;
    margin-bottom: 4px;
  }

  .tech-card-text {
    font-size: 0.97rem;
    color: #636a7e;
    margin-bottom: 0;
  }

  /* Responsive adjustments */
  @media (max-width: 900px) {
    .tech-card-row {
      flex-direction: column;
      align-items: center;
      gap: 18px;
    }
  }



  .industry-card {
    transition: transform .28s cubic-bezier(.2, .9, .3, 1), box-shadow .28s;
  }

  .industry-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  }

  .icon-wrap {
    transition: transform .28s cubic-bezier(.2, .9, .3, 1);
  }

  .industry-card:hover .icon-wrap {
    transform: rotate(-8deg) scale(1.06);
  }

  .modal-backdrop {
    background: rgba(2, 6, 23, 0.6);
  }

  :focus {
    /* outline: 3px solid rgba(79, 70, 229, .18);
    outline-offset: 3px; */
  }
.home_tech_intro {
  text-align: center;
  margin-bottom: 4rem;
}

.tech_heading {
  font-size: 32px;
  font-weight: 700;
  color: #281c5a;
  margin-bottom: 12px;
  margin-top: 4px;
}

.tech_heading span {
  color: #00a6c8;
}

.tech_subtext {
  max-width: 820px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
}

/* Mobile */
@media (max-width: 768px) {
  .tech_heading {
    font-size: 24px;
  }
}

  .cta-link {
  display: inline-block;
  padding: 14px 32px;
  background: #0082a4;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  /* position: relative;
  z-index: 999; */
  transition: all 0.3s ease;
}

.cta-link:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}


    @media (min-width: 1900px) {
          .home_hero_image-shadow {
            display: none;
          }
        }
.home_services_right .services_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
 .bg-dotted-grid {
  background-color: #ffffff;
  background-image:
    radial-gradient(circle, rgba(40,28,90,0.15) 1.2px, transparent 1.5px);
  background-size: 26px 26px;
}

@keyframes drift {
  from { background-position: 0 0; }
  to { background-position: 200px 200px; }
}

.bg-dotted-grid {
  animation: drift 40s linear infinite;
}

.home_cursive_wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.home_cursive_text {
  font-family: 'Pacifico', cursive;
  font-size: 36px;
  color: #2c1b5e;
  position: relative;
  z-index: 2;
}

/* FULL WIDTH HAND DRAWN LINE */
/* FULL WIDTH HAND DRAWN LINE */
.home_cursive_wrapper::after {
  content: "";
  position: absolute;
  left: 16%;
  bottom: -26px;
  width: 84%;
  height: 41px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 40'%3E%3Cpath d='M10 25 C120 18 240 32 360 24 500 18 640 30 780 22 990 26' stroke='%2357c7e8' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}


.industry-list {
  list-style: none;
  padding: 0;
  margin: 10px;

  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns only */
  column-gap: 60px;
  row-gap: 28px;
}

.industry-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}


.service-icon {
  width: 36px;
}


    .industry-list li::before {
     
      position: absolute;
      left: 0;
      top: 0;
      background: #318fbbff;
      color: #fff;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 1rem;
    }


@media (max-width: 992px){
    .industry-list{
        grid-template-columns: repeat(2, 1fr); /* tablet */
    }
}

@media (max-width: 576px){
    .industry-list{
        grid-template-columns: repeat(2, 1fr); /* phone: still 2 */
    }
}



  @media (max-width: 768px) {
  .home_s3_image {
    display: none !important;
  }
}
         .home_chat-image {
  width: 100%;
  max-width: 580px;
  /* border: 7px solid transparent;
  border-radius: 16px; */

  background:
    linear-gradient(#fff, #fff),
    linear-gradient(90deg, #f891ff33 0%, rgba(248,145,255,0) 100%);

  background-origin: border-box;
  background-clip: content-box, border-box;
}
.why-choose {
  padding: 15px 20px;
  background: #fff;
}

.why-choose .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #2c2c6c;
  margin-bottom: 60px;
}

.section-title span {
  color: #0082a4;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}

.choose-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.choose-card img {
  width: 48px;
  margin-bottom: 15px;
  position: static;   /* important */
}

.choose-card h3 {
  font-size: 20px;
  color: #2c2c6c;
  margin-bottom: 10px;
  font-weight: 600;
}

.choose-card p {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

/* Tablet */
@media (max-width: 992px) {
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .choose-grid {
    grid-template-columns: 1fr;
  }

  .choose-card {
    text-align: center;
  }

  .section-title {
    font-size: 30px;
  }
}



/* Desktop untouched */
@media (min-width: 769px) {
  .team-grid {
    display: grid; /* your existing grid stays */
  }
}


/* Mobile slider */
@media (max-width: 768px) {

  .team-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  /* Make image bigger */
  .team-member img {
    width: 100%;
    max-width: 220px;     /* increase image size */
    height: auto;
    margin: 0 auto 12px; /* center image */
    display: block;
  }

  .team-member {
    flex: 0 0 90%;
    scroll-snap-align: start;
  }

  /* Hide scrollbar */
  .team-grid::-webkit-scrollbar {
    display: none;
  }

  .team-grid {
    scrollbar-width: none;
  }
    .team-right-panel {
    position: relative;
  }

  /* LEFT ARROW */
  .team-right-panel::before {
    content: "‹";
    position: absolute;
    left: -8px;
    top: 30%;
    transform: translateY(-50%);
    font-size: 36px;
    color: 0082a4;
    font-weight: bold;
    opacity: 0.6;
    pointer-events: none;
  }

  /* RIGHT ARROW */
  .team-right-panel::after {
    content: "›";
    position: absolute;
    right: -8px;
    top: 30%;
    transform: translateY(-50%);
    font-size: 36px;
    color: #6b5cff;
    font-weight: bold;
    opacity: 0.6;
    pointer-events: none;
  }
}

.tech-slider {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
}

.tech-track {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: slide 16s linear infinite;
}

.tech-card {
  min-width: 260px;
  /* height: 140px; */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  background: #fff;
}

.tech-card img {
  width: 100%;
  height: 100%;
  object-fit: none;   /* this is the key */
  display: block;
}


.tech-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes slide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.tech-slider:hover .tech-track {
  animation-play-state: paused;
}

     .modern-slider-wrapper {
            position: relative;
            max-width: 1100px;
            margin: 0rem auto 0;
            overflow: hidden;
          }

          .modern-slider {
            position: relative;
            height: 430px;
            display: flex;
            align-items: center;
            justify-content: center;
          }

          .modern-slide {
            position: absolute;
            width: 320px;
            background: #fff;
            border-radius: 22px;
            box-shadow: 0 18px 40px rgba(0,0,0,.12);
            opacity: 0;
            transform: scale(.85);
            transition: all .55s ease;
            pointer-events: none;
          }

          .modern-slide.active {
            opacity: 1;
            transform: translateX(0) scale(1);
            z-index: 3;
            pointer-events: auto;
          }

          .modern-slide.prev {
            opacity: .6;
            transform: translateX(-360px) scale(.9);
            z-index: 2;
          }

          .modern-slide.next {
            opacity: .6;
            transform: translateX(360px) scale(.9);
            z-index: 2;
          }

          .modern-slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: #0082a4;
            color: #fff;
            border: none;
            font-size: 26px;
            cursor: pointer;
            z-index: 5;
          }

          .modern-slider-btn:hover {
            background: #173359;
          }

          .prev-btn { left: 12px; }
          .next-btn { right: 12px; }

          @media (max-width: 768px) {
            .modern-slide {
              width: 90%;
            }

            .modern-slide.prev {
              transform: translateX(-120%) scale(.85);
            }

            .modern-slide.next {
              transform: translateX(120%) scale(.85);
            }
          }

          .faq-section {
  padding: 3rem 2rem;
  background: #fff;
  color: #281350;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.faq-subtitle {
  font-size: 0.85rem;
  color: #0082a4;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.faq-title {
  font-size: 1.75rem;
  font-weight: 700;
}

.faq-btn {
  background: #0082a4;
  color: #fff;
  padding: 0.9rem 1.75rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

/* 🔥 REAL FIX */
.faq-columns {
  display: flex;
  gap: 2rem;
}

.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-item {
  /* background: #f8f9fb; */
  border-radius: 16px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  background: #fff;
  transition: height 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding: 1rem 0 1.5rem;
  font-size: 0.95rem;
  color: #555;
}

/* MOBILE */
@media (max-width: 768px) {
  .faq-columns {
    flex-direction: column;
  }
}