/* cover image */

.box-locations {
  width: 400px;
}

/* ------------------ */

.container-offices {
  margin: 0 150px;
}

/* map tabs buttons*/
#mapsTab {
  background-color: #f2f4f5;
  border-radius: 12px;
  padding: 12px;
  gap: 16px;
}

#mapsTab .nav-link {
  color: #717e88;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 24px;
  gap: 10px;
}

#mapsTab .nav-link.active {
  background-color: #1e69b9 !important;
  color: white;
}

#contact-map .map iframe {
  width: 100%;
  height: 27rem;
}

#map-tab-content .map-office {
  font-weight: 600;
  color: #1e69b9;
}

#map-tab-content .map-address,
.map-phone {
  font-weight: 500;
}

#map-tab-content .map-img {
  margin-top: 8px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#contact-form .form-group .phone-input-container {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

#contact-form .form-group .phone-input-container select {
  border: none;
  padding: 8px;
  background-color: transparent;
  cursor: pointer;
  /* appearance: none; */
  border-right: 1px solid #b7ccdc;
  border-radius: 0;
  min-width: 30%;
}

#contact-form .form-group .phone-input-container select:focus {
  outline: none;
}

#contact-form .form-group .phone-input-container input {
  border: none;
  flex: 1;
  padding: 8px;
  font-size: 14px;
}

#contact-form .form-group .phone-input-container input:focus {
  outline: none;
}

#contact-form .form-group .phone-input-container input:focus {
  outline: none;
}

#contact-form .form-group .phone-input-container select,
.phone-input-container input {
  margin: 0;
}

#contact-form .form-group input {
  border-radius: 8px;
  height: 36px;
}

#contact-form .form-group select {
  border-radius: 8px;
  height: 36px;
}

#contact-form .form-group textarea {
  border-radius: 8px;
}

.contact-form-image .company-img {
  object-fit: contain;
}

#serviceModal ul {
  color: #404243;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

#serviceModal ul li {
  color: #404243;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

#serviceModal ul li img {
  width: 10px;
  height: 20px;
  object-fit: contain;
}

#serviceModal ul li i {
  font-size: 20px;
}

#list-services-selected .badge {
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
  line-height: 16px;
  background-color: #154981;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .box-locations {
    width: 350px;
  }

  #mapsTab .nav-link {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .container-offices {
    margin: 0 80px;
  }
  .box-locations {
    width: 350px;
  }

  #mapsTab .nav-link {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .container-offices {
    margin: 0 20px;
  }

  .box-locations {
    width: 300px;
  }
}

@media (max-width: 576px) {
 
  .container-offices {
    margin: 0 20px;
  }

  .box-locations {
    width: 300px;
  }

  #mapsTab .nav-link {
    font-size: 18px;
  }

  #contact-form .form-group input {
    font-size: 14px;
  }

  #contact-form .form-group select {
    font-size: 14px;
  }
}

.circle-icon svg {
  width: 25px;
  height: 25px;
  fill: #6c757d;
}

.circle-check-icon svg {
  width: 25px;
  height: 25px;
  fill: #28a745;
}

.checked .circle-check-icon {
  display: block;
}

.checked .circle-icon {
  display: none;
}

.unchecked .circle-check-icon {
  display: none;
}

.unchecked .circle-icon {
  display: block;
}