
.service-card {
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #ffc107;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.service-icon {
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.service-features .badge {
  transition: all 0.3s ease;
}

.service-features .badge:hover {
  transform: translateY(-2px);
  background: #213a49 !important;
  color: white !important;
}

.service-category-header {
  border-bottom: 3px solid #ffc107;
  padding-bottom: 1rem;
}

.btn-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}



.faq-info-box .badge {
  transition: all 0.3s ease;
}

.faq-info-box .badge:hover {
  transform: scale(1.1);
}

.accordion .card-header button {
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.accordion .card-header button:hover {
  border-left-color: #ffc107;
  transform: translateX(5px);
}

.accordion .card-header button:not(.collapsed) {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left-color: #ffc107;
}

.accordion .card-body {
  border-left: 4px solid #e9ecef;
  margin-left: 1rem;
}




.service-areas-box .badge {
  transition: all 0.3s ease;
}

.service-areas-box .badge:hover {
  transform: scale(1.1);
}

.area-group .badge {
  transition: all 0.3s ease;
  cursor: pointer;
}

.area-group .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.badge-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
}

.badge-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
}



.additional-service-card {
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.additional-service-card:hover {
  transform: translateY(-5px);
  border-color: #ffc107;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.service-icon-large {
  transition: transform 0.3s ease;
}

.additional-service-card:hover .service-icon-large {
  transform: scale(1.1);
}

.service-features .badge {
  transition: all 0.3s ease;
}

.service-features .badge:hover {
  transform: translateY(-2px);
}

.badge-light {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
}

.badge-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
}

.specialized-info {
  border: 3px solid #213a49;
}

.btn-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}




.map-pin-animation {
  animation: bounce 2s infinite;
}

.pin-circle {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.contact-item {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-item:hover {
  border-color: #ffc107;
  transform: translateX(5px);
}

.contact-icon {
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%) !important;
}

.map-box {
  border: 3px solid #ffc107;
}

.location-card {
  transition: all 0.3s ease;
}

.location-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

.badge-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
}

.btn-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.trust-note {
  transition: all 0.3s ease;
}

.trust-note:hover {
  border-color: #ffc107 !important;
  transform: translateY(-2px);
}



.footer-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
}

.bg-dark-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-links .badge {
  transition: all 0.3s ease;
}

.service-links .badge:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%) !important;
}

.service-links li {
  transition: transform 0.3s ease;
}

.service-links li:hover {
  transform: translateX(5px);
}

.contact-item {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-item:hover {
  border-color: #ffc107;
  transform: translateX(5px);
}

.contact-icon {
  transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%) !important;
}

.badge-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
}

.badge-light {
  background: rgba(255, 255, 255, 0.9) !important;
}

.btn-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  transition: all 0.3s ease;
}

.btn-warning:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.trust-item {
  transition: transform 0.3s ease;
}

.trust-item:hover {
  transform: translateY(-2px);
}

.footer-links a {
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffc107 !important;
}

/* Floating call button animation */
@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  80%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.position-fixed .btn-warning::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ffc107;
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
}
