
:root {
  --primary: #8B4513;
  --primary-dark: #654321;
  --secondary: #D2691E;
  --light: #F5F5F5;
  --dark: #333333;
  --gray: #666666;
  --light-gray: #e9e9e9;
}




a:hover {
  color: var(--secondary);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.site-section {
  padding: 80px 0;
}

.justify-content-center {
  justify-content: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.rounded-circle {
  border-radius: 50%;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

.w-50 {
  width: 50%;
}

.text-center {
  text-align: center;
}

.d-block {
  display: block;
}

.d-md-flex {
  display: flex;
}

.mr-md-auto {
  margin-right: auto;
}

.mr-2 {
  margin-right: 1rem;
}

.list-unstyled {
  list-style: none;
}

.ul-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.ul-check li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary);
  font-weight: bold;
  font-size: 1.2rem;
}

.primary {
  color: var(--primary);
}

/* FAQ Section Styles */
.faq-section {
  padding: 80px 0;
}

.faq-title {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-title h2 {
  display: inline-block;
}

.faq-title h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.faq-item {
  margin-bottom: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--primary-dark);
  transition: all 0.3s ease;
}

.faq-question:hover {
  background-color: rgba(139, 69, 19, 0.05);
}

.faq-question:after {
  content: '+';
  font-size: 1.5rem;
  color: var(--secondary);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question:after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 1.5rem 1.5rem;
  max-height: 500px;
}

.highlight {
  color: var(--primary);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {

  .col-md-8,
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-md-flex {
    display: block;
  }

  .mr-md-auto {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .w-50 {
    width: 70%;
  }
}










a:hover {
  color: var(--secondary);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

.site-section {
  padding: 80px 0;
}

.justify-content-center {
  justify-content: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.rounded-circle {
  border-radius: 50%;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

.w-50 {
  width: 50%;
}

.text-center {
  text-align: center;
}

.d-block {
  display: block;
}

.d-md-flex {
  display: flex;
}

.mr-md-auto {
  margin-right: auto;
}

.mr-2 {
  margin-right: 1rem;
}

.list-unstyled {
  list-style: none;
}

.ul-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.ul-check li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary);
  font-weight: bold;
  font-size: 1.2rem;
}

.primary {
  color: var(--primary);
}

/* Service Area Section Styles */
.service-area-section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  display: inline-block;
}

.section-title h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
}

.service-area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 2rem;
}

.service-area-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.service-area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-area-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.service-area-card p {
  font-size: 1rem;
  margin-bottom: 0;
  color: var(--gray);
}

.county-section {
  margin-top: 3rem;
}

.county-title {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--light-gray);
}

.county-title h3 {
  display: inline-block;
  margin-bottom: 0;
}

.county-title h3:after {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--secondary);
}

.map-container {
  margin-top: 3rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-placeholder {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}

.cta-section {
  background-color: var(--primary);
  color: white;
  padding: 40px 0;
  margin-top: 3rem;
  border-radius: 8px;
  text-align: center;
}

.cta-section h3 {
  color: white;
  margin-bottom: 1rem;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 1.5rem;
}

.btn {
  display: inline-block;
  background-color: white;
  color: var(--primary);
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn:hover {
  background-color: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {

  .col-md-8,
  .col-md-6,
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-md-flex {
    display: block;
  }

  .mr-md-auto {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .w-50 {
    width: 70%;
  }

  .service-area-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (max-width: 576px) {
  .service-area-grid {
    grid-template-columns: 1fr;
  }
}






a:hover {
  color: var(--secondary);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.site-section {
  padding: 80px 0;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

/* Services Section Styles */
.services-section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  display: inline-block;
}

.section-title h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.service-card {
  flex: 0 0 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.service-item {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid var(--secondary);
  position: relative;
  overflow: hidden;
}

.service-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.service-item:hover:before {
  transform: scaleX(1);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
  font-size: 1.8rem;
}

.service-item h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--primary-dark);
}

.service-item p {
  font-size: 1rem;
  color: var(--gray);
  margin-bottom: 0;
}

.service-features {
  margin-top: 15px;
}

.service-features ul {
  list-style: none;
  padding-left: 0;
}

.service-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.service-features li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: bold;
}

.cta-box {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.cta-box h3 {
  color: white;
  margin-bottom: 15px;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 20px;
}

.btn {
  display: inline-block;
  background-color: white;
  color: var(--primary);
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn:hover {
  background-color: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .service-card {
    flex: 0 0 100%;
  }

  h2 {
    font-size: 1.8rem;
  }

  .service-item {
    padding: 25px;
  }
}








a:hover {
  color: var(--secondary);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-section {
  padding: 80px 0;
}

.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

/* Special Services Section Styles */
.special-services-section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title h2 {
  display: inline-block;
}

.section-title h2:after {
  left: 50%;
  transform: translateX(-50%);
}

.section-title p {
  max-width: 700px;
  margin: 0 auto;
}

.service-row {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.service-row.reverse {
  flex-direction: row-reverse;
}

.service-content {
  flex: 0 0 60%;
  padding: 0 40px;
}

.service-feature-box {
  flex: 0 0 40%;
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--secondary);
  position: relative;
  z-index: 1;
}

.service-feature-box:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: white;
  font-size: 1.8rem;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 1rem;
}

.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: bold;
  font-size: 1.1rem;
}

.service-tag {
  display: inline-block;
  background-color: var(--primary);
  color: white;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.benefit-box {
  background: white;
  border-left: 4px solid var(--secondary);
  padding: 20px;
  margin-top: 25px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.benefit-box h4 {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.cta-special {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.cta-special h3 {
  color: white;
  margin-bottom: 15px;
}

.cta-special p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto 25px;
}

.btn {
  display: inline-block;
  background-color: white;
  color: var(--primary);
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn:hover {
  background-color: var(--light);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 992px) {

  .service-row,
  .service-row.reverse {
    flex-direction: column;
  }

  .service-content,
  .service-feature-box {
    flex: 0 0 100%;
    width: 100%;
  }

  .service-content {
    padding: 0 0 40px 0;
  }

  .service-feature-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }

  .service-feature-box,
  .benefit-box {
    padding: 20px;
  }

  .cta-special {
    padding: 30px 20px;
  }
}










a:hover {
    color: var(--secondary);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.site-section {
    padding: 80px 0;
}

.text-center {
    text-align: center;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 2rem;
}

.mt-5 {
    margin-top: 3rem;
}

/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    display: inline-block;
}

.section-title h2:after {
    left: 50%;
    transform: translateX(-50%);
}

.section-title p {
    max-width: 700px;
    margin: 0 auto;
}

.map-container {
    margin-bottom: 60px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 400px;
}

.map-placeholder {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 20px;
    text-align: center;
}

.map-placeholder i {
    font-size: 3rem;
    margin-bottom: 20px;
}

.map-placeholder h3 {
    color: white;
    margin-bottom: 15px;
}

.map-placeholder p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 10px;
}

.contact-info-box {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    border-top: 4px solid var(--secondary);
    position: relative;
    overflow: hidden;
}

.contact-info-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.contact-info-box:hover:before {
    transform: scaleX(1);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

.contact-details {
    margin-top: 20px;
}

.contact-details p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.phone-number {
    font-size: 1.5rem !important;
    font-weight: 700;
    color: var(--primary-dark) !important;
    margin: 15px 0 !important;
}

.address {
    font-size: 1.1rem;
    line-height: 1.5;
}

.website {
    font-size: 1.2rem;
    font-weight: 600;
}

.business-hours {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--light-gray);
}

.business-hours h4 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.hours-list {
    list-style: none;
    padding-left: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed var(--light-gray);
}

.hours-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.day {
    font-weight: 600;
}

.time {
    color: var(--gray);
}

.emergency-notice {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
}

.emergency-notice h4 {
    color: white;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.emergency-notice p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
}

.contact-form-container {
    background: var(--light);
    padding: 60px 0;
    margin-top: 60px;
}

.form-title {
    text-align: center;
    margin-bottom: 30px;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--dark);
}

input, textarea, select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--secondary);
}

textarea {
    min-height: 150px;
    resize: vertical;
}

.btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

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

.btn-block {
    display: block;
    width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
    .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    
    .form-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .contact-form {
        padding: 30px 20px;
    }
    
    .map-container {
        height: 300px;
    }
}







a:hover {
    color: var(--secondary);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

/* Footer Styles */
.site-footer {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: white;
    padding: 60px 0 30px;
}

.footer-main {
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo h3 {
    color: white;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.footer-logo p {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}

.footer-contact {
    margin-bottom: 30px;
}

.contact-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 1.1rem;
}

.contact-text {
    text-align: left;
}

.contact-text p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.9);
}

.phone-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: white !important;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-link {
    margin: 0 15px 10px;
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
}

.footer-social {
    margin-bottom: 30px;
}

.social-links {
    display: flex;
    justify-content: center;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--secondary);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
}

.copyright {
    color: white;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.footer-legal {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-link {
    margin: 0 10px 5px;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: white;
}

.certification-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.badge {
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    border-radius: 4px;
    margin: 0 8px 10px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.9);
}

/* Responsive */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
    }
    
    .footer-logo h3 {
        font-size: 1.5rem;
    }
    
    .phone-number {
        font-size: 1.2rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .contact-text {
        text-align: center;
    }
    
    .footer-link {
        margin: 0 10px 10px;
    }
}

@media (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-link {
        margin: 0 0 10px;
    }
    
    .footer-legal {
        flex-direction: column;
        align-items: center;
    }
    
    .legal-link {
        margin: 0 0 5px;
    }
}
