  .section-title {
         padding: 20px 20px 10px;
    }

    .section-title h1 {
      margin-bottom: 10px;
    }

    .section-title p {
      font-size: 12px;
      color: #cbd5e1;
    }

   
.cards-container {
  position: relative;
  width: 900px;
  height: 100px;
  margin: -20px auto 0; 
  display: block;
  z-index: 10;
}
.card1 {
  position: absolute;
  width: 160px;
  margin-top: 0 !important; 
  transform: translateY(0) !important;
  border-radius: 15px;
  text-align: center;
  background: white;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  color: #111;
  padding: 15px;
  z-index: 10;
}
.card1 img {
      width: 100%;
      border-radius: 15px ;
      object-fit: cover;
      height: 120px;
      
    }
.card1 h3 {
      margin: 12px 0 5px;
      font-size: 18px;
    }
.card1 p {
      font-size: 14px;
      margin: 0;
      color: #666;
    }
/*.card1::after {
      content: '';
      position: absolute;
      bottom: -16px;
      left: 50%;
      transform: translateX(-50%);
      width: 14px;
      height: 14px;
      background: white;
      border-radius: 50%;
      z-index: 20;
    }*/
.lines-svg {
      position: absolute;
      top: 110px;
      left: 0;
      right: 0;
      height: 80px;
      pointer-events: none;
      z-index: 5;
    }
.black-dot {
      width: 24px;
      height: 24px;
      background: black;
      border-radius: 50%;
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 30;
    }


@media (max-width: 600px) {
  .cards-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: static !important;
    height: auto !important;
  }

  .card1 {
    position: static !important;
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    padding: 10px;
    background: white;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }

  .card1 img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius:  15px 15px 0 0px;
  }

  .card1::after,
  .lines-svg {
    display: none;
  }
}







.location-text {
      flex: 1;
      min-width: 280px;
      text-align: left;
    }

    .location-text h2 {
      font-size: 22px;
      margin-bottom: 10px;
      color: #111;
    }

    .location-text p {
      font-size: 15px;
      line-height: 1.6;
      color: #333;
      margin-bottom: 20px;
    }

    .direction-btn {
      display: inline-block;
      padding: 10px 20px;
      border: 2px solid #111;
      border-radius: 8px;
      text-decoration: none;
      color: #111;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .email {
      font-size: 14px;
      color: #444;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .btn1-group {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

  /* Base style for both buttons */
.req-btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  transition: border-bottom 0.3s ease;
}

/* Style for primary (blue) button */
.req-btn.primary {
  background-color: #195aff;
  color: #fff;
  border: none;
}

/* Style for the second button — white with black border */
.req-btn.primary-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid black; 
 
  border-radius: 6px;
}
.req-btn.primary:hover {
    border-right: 4px solid #000;
  border-bottom: 4px solid #000;
}
/* Hover effect — only bottom border shows */
.req-btn.primary-btn:hover {
    border-right: 4px solid #000;
  border-bottom: 4px solid #000;
}

    .location-img {
      flex: 1;
      min-width: 280px;
      
    }

    .location-img img {
      width: 100%;
      height:270px;
      border-radius: 16px;
     object-fit:cover;
    }

    
      
@media (max-width: 768px) {
  

  .email {
    justify-content: center;
    text-align: center;
  }

  .btn1-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin-top: 15px;
  }

  .btn1-group .req-btn {
    white-space: nowrap;
    flex: 1 1 auto;
    max-width: 160px;
  }
  .blue-section {
    padding-bottom: 60px;
  }

  .location-wrapper {
    margin-top: 0;      
    padding-top: 0;      
  }

  
}
.blue-section {
  position: relative;
  background: #0e2476;
  padding-bottom: 290px;
  z-index: 1; 
}


.location-wrapper {
  position: relative;
  margin-top:-140px;
  display: flex;
  justify-content: center;
  padding: 0 20px 80px;
  z-index: 10; 
}


.location-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 20;
  border: 1px solid #111; 
}



.cards-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}



.card1 img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  height: 120px;
 /* object-fit: cover;*/
}


.center-card {
  margin-top: 0;
  transform: translateY(-20px);
}


.lines-svg {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 100px;
  pointer-events: none;
  z-index: 1;
}

.section-title h1 {
  margin-bottom: 10px;
  font-size: 28px;
}

.section-title p {
  font-size: 14px;
  color: #cbd5e1;
}
.card1.no-dot::after {
  display: none;
}

@media (max-width: 768px) {
  .location-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 30px 20px; 
  }

  .location-text,
  .location-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .location-text h2,
  .location-text p {
    text-align: center;
  }

  .direction-btn {
    display: inline-block;
    margin: 15px auto;
    text-align: center;
    width: auto;
  }
}
