/*  */

.custom-navbar {
  background-color: #004e89;
}

.navbar-brand, .nav-link {
  color: #fff !important;
  font-weight: 500;
}

.nav-link:hover, .navbar-brand:hover {
  color: #ffc107 !important;
}

header {
  background: linear-gradient(45deg, #e8f0fe, #ffffff);
  padding: 2rem 0;
  text-align: center;
}

header h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #003366;
}

header p {
  font-size: 1.1rem;
  color: #555;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.7;
}

/* ===== AC Services Section Styling ===== */
.service-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.service-card h5 {
  color: #004e89;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 768px) {
  .service-card h5 {
    font-size: 1rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .service-card {
    padding: 15px;
  }

  .service-card h5 {
    font-size: 0.95rem;
  }

  .service-card p {
    font-size: 0.88rem;
  }
}
/* ===== Importance of AC Service Section ===== */
.importance-card {
  background-color: #ffffff;
  border: 1px solid #d6e9f9;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 78, 137, 0.05);
}

.importance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 78, 137, 0.08);
}

.importance-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #004e89;
  margin-bottom: 10px;
}

.importance-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .importance-card h5 {
    font-size: 1rem;
  }

  .importance-card p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .importance-card {
    padding: 16px;
  }

  .importance-card h5 {
    font-size: 0.95rem;
  }

  .importance-card p {
    font-size: 0.88rem;
  }
}

/* ===== Testimonial Cards ===== */
.testimonial-card {
  background-color: #f8f9fa;
  border: 1px solid #e2e6ea;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.testimonial-card p {
  font-size: 0.95rem;
  color: #333;
}

.testimonial-card h6 {
  font-weight: 600;
  color: #004e89;
}

/* ===== FAQ Accordion ===== */
.accordion-button {
  font-weight: 600;
  color: #004e89;
}

.accordion-button:not(.collapsed) {
  background-color: #e8f0fe;
  color: #003366;
}

.accordion-body {
  font-size: 0.95rem;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card p {
    font-size: 0.9rem;
  }

  .accordion-button {
    font-size: 0.95rem;
  }
}
/* ===== Areas We Serve Section ===== */
.badge {
  font-size: 1rem;
  font-weight: 500;
  background-color: #f8f9fa !important;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: 0.3s ease;
}

.badge:hover {
  background-color: #004e89 !important;
  color: #fff !important;
  cursor: default;
}

/* ===== 3-Step Process Section ===== */
.step-box {
  transition: 0.3s ease;
  border: 1px solid #e2e6ea;
}

.step-box h4 {
  color: #004e89;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 0.95rem;
  color: #444;
}

.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* ===== Offer Banner ===== */
.alert-warning {
  font-size: 1rem;
  padding: 1rem;
  border-left: 5px solid #ffc107;
}

.sticky-call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: radial-gradient(circle at 25% 30%, #28a745, #1d7e37);
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 16px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.3s ease;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-call:hover {
  background-color: #218838;
  transform: scale(1.1);
}

/* Owl eye style */
.sticky-call::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 25px 0 white;
  opacity: 0.15;
  pointer-events: none;
}

.sticky-call i {
  font-size: 20px;
  z-index: 1;
}

/* Show only on smaller screens if needed */
@media (min-width: 1024px) {
  .sticky-call {
    display: block;
  }
}

footer {
  background-color: #222;
  color: #ccc;
  font-size: 0.9rem;
  text-align: center;
  padding: 2rem 1rem;
}

footer a {
  color: #ffc107;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  header h1 {
    font-size: 1.8rem;
  }

  .why-fastfix h3 {
    font-size: 1.4rem;
  }

  .why-fastfix ul li,
  .brand-section p {
    font-size: 0.95rem;
  }

  .brand-section h4 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .why-fastfix {
    padding: 25px 20px;
  }

  .why-fastfix ul li,
  .brand-section p {
    font-size: 0.9rem;
  }

  .navbar-brand {
    font-size: 1rem;
  }
}
.offer-strip {
  white-space: nowrap;
  position: relative;
}

.scroll-text {
  display: inline-block;
  animation: scroll-left 12s linear infinite;
  padding-left: 100%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
}
