html {
  scroll-behavior: smooth;
}

.footer {
  background-color: #1e2842;
  color: #f8f9fa;
  padding: 50px 0;
  font-size: 15px;
}

a.btn.btn-warning {
  color: #ffffff !important;
  background-color: #e38f47;
  border: none;
}

.footer h5 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #e38f47;
}

.footer p,
.footer ul,
.footer li,
.footer a {
  color: #adb5bd !important;
}

.footer a {
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #e38f47 !important;
}

.footer ul {
  list-style: none !important;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.social-icons a {
  margin-right: 15px;
  color: #e38f47 !important;
  font-size: 20px;
  transition: transform 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2) !important;
}

.map-container {
  width: 100%;
  height: 250px;
  border: none;
  margin-top: 15px;
  border-radius: 10px;
}

/* WhatsApp Floating Button - FIXED AT BOTTOM */
.whatsapp-float {
  position: fixed;
  bottom: 20px; /* Fixed at bottom */
  right: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
  margin-top: 20px;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}

/* Pulse animation for WhatsApp button */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Back to Top Button - ABOVE WHATSAPP */
.back-to-top {
  position: fixed;
  bottom: 90px; /* Above WhatsApp button */
  right: 20px;
  z-index: 999;
  width: 65px;
  height: 65px;
  background-color: #e38f47;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background-color: #d47c35;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .footer .col-md-3 {
    margin-bottom: 30px;
  }

  .map-container {
    height: 200px;
  }

  .whatsapp-float {
    bottom: 15px; /* Fixed at bottom on mobile */
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .back-to-top {
    bottom: 75px; /* Above WhatsApp on mobile */
    right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* from ground handling */
/* Section Spacing */
.content-section {
  padding: 15px 0;
}

section.hero-section-text {
  padding-top: 20px;
}

section.custom-services.py-5 {
  padding-top: 20px !important;
}

/* Section Titles */
.section-title {
  /* font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1e2842;
    border-left: 5px solid #e38f47;
    padding-left: 15px; */
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  color: #1e2242;
  line-height: 1.2em;
  transition: all 0.3s ease 0s;
  z-index: 3;
  font-family: var(--font-headers), serif;
  font-weight: 700;
  font-size: 36px;
  text-align: left;
}

/* Highlighted Text */
.highlight {
  color: #e38f47;
  font-weight: 600;
}

/* Lists Styling */
/* ul {
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
    font-size: 1.05rem;
    position: relative;
    padding-left: 25px;
} */

/* ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e38f47;
    font-weight: bold;
} */

/* Headings in Feature Sections */
/* h3 {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  color: #1e2242;
  line-height: 1.2em;
  transition: all 0.3s ease 0s;
  z-index: 3;
  font-family: var(--font-headers), serif;
  font-weight: 700;
  font-size: 36px;
  text-align: left;
} */

/* Paragraph Styling */
/* p {
    font-size: 14px;
    line-height: 1.8em;
    font-family: 'Merriweather', sans-serif;
    text-align: left;
    color: rgba(30, 34, 66, .7);
} */

/* Responsive Layout */
/* @media (max-width: 767.98px) {
    .section-title {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.3rem;
    }
} */

.custom-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-card-header h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #333;
  line-height: 1.2;
}

.custom-icon {
  font-size: 18px;
  color: #666;
}

.info-table td:nth-child(odd) {
  color: #005a87; /* A nice dark blue, change to any color you like */
  font-weight: bold;
  background-color: #ffffff;
}

.info-table td:nth-child(even) {
  font-weight: bold;
  background-color: #f8f9fa;
}
