/* Enhanced Sections CSS - Rate List, FAQs, Testimonials, and Footer */
img{max-width: 100%;
height: auto;
}
/* ===== RATE LIST SECTION ===== */
.rate-title{
    text-align:center;
}
.rate-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.rate-category {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rate-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.rate-category h3 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 2px solid #3498db;
  padding-bottom: 0.5rem;
}

.rate-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border-left: 4px solid #3498db;
}

.service-name {
  font-weight: 500;
  color: #34495e;
}

.rate-price {
  font-weight: bold;
  color: #e74c3c;
}

.rate-note {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 2rem;
  text-align: center;
}

.rate-note p {
  margin: 0;
  color: #856404;
}

/* ===== FAQ SECTION ===== */
.faq-title{
    text-align:center;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #3498db;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
  background: #f8f9fa;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #e9ecef;
}

.faq-question h3 {
  margin: 0;
  color: #2c3e50;
  font-weight: 500;
}

.faq-toggle {
  font-weight: bold;
  color: #3498db;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 1.5rem 1.5rem;
  background: #ffffff;
}

.faq-answer p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* ===== CLIENT TESTIMONIALS SECTION ===== */
.testimonials-title{
    text-align:center;
}
.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.testimonial-item {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 2rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.testimonial-item::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  color: rgba(255, 255, 255, 0.2);
  font-family: serif;
}

.testimonial-content {
  position: relative;
  z-index: 1;
}

.testimonial-text p {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.author-name {
  font-weight: bold;
}

.author-location {
  opacity: 0.8;
}

/* ===== ENHANCED FOOTER ===== */
.footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ecf0f1;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Location Links */
.footer-locations{
    margin:30px 20px;
}
.footer-locations h3 {
  font-size:25px;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5rem;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  text-align:left;
}
ul.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  text-align:left;
}

.footer-locations h4 {
  color: #f39c12;
  font-size: 23px;
  margin-bottom: 1rem;
  border-bottom: 0px solid #f39c12;
  padding-bottom: 0.5rem;
}

.footer-locations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-locations li {
  margin-bottom: 0.5rem;
}
li.location-column{
    margin-bottom:0;
}
.footer-locations a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-locations a:hover {
  color: #3498db;
  text-decoration: underline;
}

/* Social Media */
.fotbgred{
    background-color:red;
}
.footer-social {
  text-align: center;
  margin-bottom: 2rem;
}

.footer-social h3 {
  font-size: 25px;
  margin-bottom: 1.5rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #34495e;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.social-icon svg {
  width: 24px;
  height: 24px;
}

.social-icon:hover {
  transform: translateY(-3px);
  border-color: #3498db;
}

.social-icon.facebook:hover {
  background: #ccc;
}

.social-icon.twitter:hover {
  background: #1da1f2;
}

.social-icon.pinterest:hover {
  background: #bd081c;
}

.social-icon.youtube:hover {
  background: #ff0000;
}

.social-icon.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* Copyright Section */
.footer-copyright {
  text-align: center;
}

.footer-copyright .ftclr {
  color: #fff;
  padding:20px 0;
}

.footer-copyright a {
  color: #fff;
  text-decoration: none;
  font-weight:bold;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

.phoneno {
  margin-top: 1rem;
}

.phoneno a {
  color: #f39c12;
  font-weight: bold;
  text-decoration: none;
}

.phoneno a:hover {
  color: #e67e22;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .rate-list-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .testimonials-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .location-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
  
  .social-icons {
    gap: 1rem;
  }
  
  .social-icon {
    width: 45px;
    height: 45px;
  }
  
  .social-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .faq-question h3 {
    font-size: 25px;
  }
  
  .rate-category h3 {
    font-size: 25px;
  }
  
  .testimonial-text p {
  }
}

@media (max-width: 480px) {
  .rate-category,
  .faq-question,
  .testimonial-item {
    padding: 1rem;
  }
.footer-locations h4{
    text-align:left;
}  
  .location-grid {
    grid-template-columns: 1fr;
  }
  
  .social-icons {
    gap: 0.75rem;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
  }
  
  .social-icon svg {
    width: 18px;
    height: 18px;
  }
}

/* ===== SECTION TITLES ===== */
.section-title {
  color: #2c3e50;
  font-size: 25px;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #3498db, #e74c3c);
  border-radius: 2px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rate-category,
.faq-item,
.testimonial-item {
  animation: fadeInUp 0.6s ease-out;
}

.rate-category:nth-child(2) {
  animation-delay: 0.1s;
}

.rate-category:nth-child(3) {
  animation-delay: 0.2s;
}

.testimonial-item:nth-child(2) {
  animation-delay: 0.1s;
}

.testimonial-item:nth-child(3) {
  animation-delay: 0.2s;
}

/* ===== ACCESSIBILITY ===== */
.social-icon:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

.faq-question:focus {
  outline: 2px solid #3498db;
  outline-offset: -2px;
}

.rate-item:focus-within {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

/* ===== PRINT STYLES ===== */
@media print {
  .faq-toggle,
  .social-icons,
  .rate-note {
    display: none;
  }
  
  .faq-answer {
    display: block !important;
  }
  
  .rate-category,
  .testimonial-item {
    break-inside: avoid;
  }
}
