/*
Theme Name: CleanTecPro
Theme URI: https://cleantecpro.ae
Author: CleanTecPro
Author URI: https://cleantecpro.ae
Description: Professional home services theme for Dubai, Sharjah & Ajman
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cleantecpro
*/

/* ===========================
   CSS RESET & BASE STYLES
=========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  background-color: #ffffff;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

ul, ol {
  list-style: none;
}

/* ===========================
   LAYOUT & CONTAINER
=========================== */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ===========================
   TOP BAR
=========================== */
.top-bar {
  background: linear-gradient(to right, #0f766e, #14b8a6);
  color: #ffffff;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(15, 118, 110, 0.8);
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}

.top-bar-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.top-bar-contacts {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-bar-contact-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  transition: opacity 0.3s;
}

.top-bar-contact-link:hover {
  opacity: 0.8;
}

.top-bar-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.top-bar-contact-link .hidden-mobile {
  display: none;
}

/* ===========================
   HEADER / NAVIGATION
=========================== */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.site-branding {
  display: flex;
  flex-direction: column;
}

.site-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
  line-height: 1.2;
}

.site-description {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0;
  display: none;
}

/* Desktop Navigation */
.main-navigation {
  display: none;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-item > a,
.menu-item > button {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1f2937;
  transition: background-color 0.3s;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-item > a:hover,
.menu-item > button:hover {
  background-color: #f3f4f6;
}

.menu-icon {
  width: 1rem;
  height: 1rem;
}

/* Dropdown Menu */
.sub-menu {
  position: absolute;
  display: none;
  background: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  min-width: 300px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 100;
  left: 0;
}

.menu-item:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  list-style: none;
}

.sub-menu li a {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #1f2937;
  transition: background-color 0.3s;
  text-decoration: none;
}

.sub-menu li a:hover {
  background-color: #f9fafb;
}

.sub-menu-title {
  font-weight: 600;
  color: #1f2937;
  display: block;
}

.sub-menu-price {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 400;
}

.view-all-link {
  font-weight: 600;
  color: #0f766e !important;
}

.view-all-link:hover {
  background-color: #f9fafb;
}

/* CTA Button */
.header-cta {
  display: none;
}

.btn-book-service {
  background: linear-gradient(to right, #0f766e, #14b8a6);
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
}

.btn-book-service:hover {
  opacity: 0.9;
}

/* Mobile Menu Button */
.mobile-menu-toggle {
  display: block;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
  cursor: pointer;
  background: none;
  border: none;
}

.mobile-menu-toggle:hover {
  background-color: #f3f4f6;
}

.mobile-menu-toggle svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  border-top: 1px solid #e5e7eb;
  padding: 1rem 0;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-menu a {
  display: block;
  padding: 0.5rem 0;
  color: #374151;
  font-weight: 500;
  transition: color 0.3s;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: #0f766e;
}

.mobile-menu-item {
  margin-bottom: 0.5rem;
}

.mobile-menu-toggle-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-weight: 600;
  color: #374151;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.mobile-menu-toggle-btn svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s;
}

.mobile-menu-toggle-btn.active svg {
  transform: rotate(180deg);
}

.mobile-submenu {
  display: none;
  padding-left: 1rem;
  margin-top: 0.5rem;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-submenu.active {
  display: flex;
}

.mobile-submenu a {
  font-size: 0.875rem;
  color: #6b7280;
  padding: 0.25rem 0;
  font-weight: 400;
}

.mobile-submenu .view-all-link {
  color: #0f766e;
  font-weight: 600;
}

.mobile-book-btn {
  margin-top: 1rem;
  width: 100%;
  background: linear-gradient(to right, #0f766e, #14b8a6);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
}

.mobile-book-btn:hover {
  opacity: 0.9;
}

/* ===========================
   FOOTER
=========================== */
.site-footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 3rem 0 0;
  margin-top: 4rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 3rem;
}

.footer-section h3,
.footer-section h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.footer-section h4 {
  font-size: 1rem;
  font-weight: 600;
}

.footer-company {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.footer-logo-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}

.footer-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.footer-contact-item svg {
  width: 1rem;
  height: 1rem;
  color: #0f766e;
  flex-shrink: 0;
}

.footer-contact-item a {
  color: #6b7280;
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: #0f766e;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links li {
  list-style: none;
}

.footer-links li a {
  font-size: 0.875rem;
  color: #6b7280;
  transition: color 0.3s;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #0f766e;
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding: 2rem 0;
  text-align: center;
}

.footer-copyright {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.footer-tagline {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* ===========================
   HERO SECTION
=========================== */
.hero-section {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
}

.hero-content h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-content p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ffffff;
  color: #0f766e;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
  transition: background-color 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* ===========================
   TRUST BADGES
=========================== */
.trust-badges {
  background: #f9fafb;
  padding: 2rem 0;
}

.trust-badges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  text-align: center;
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.trust-badge-icon {
  font-size: 2rem;
}

.trust-badge strong {
  display: block;
  font-size: 1.125rem;
  color: #1f2937;
}

.trust-badge span {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ===========================
   SERVICES GRID
=========================== */
.services-section {
  padding: 4rem 0;
}

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

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.section-header p {
  font-size: 1.125rem;
  color: #6b7280;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: inherit;
}

.service-card:hover {
  border-color: #0f766e;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.service-card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.service-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.service-card-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.service-price {
  font-size: 1rem;
  font-weight: 600;
  color: #0f766e;
}

.service-description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.service-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.service-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #374151;
}

.service-feature svg {
  width: 1rem;
  height: 1rem;
  color: #10b981;
  flex-shrink: 0;
}

/* ===========================
   WHY CHOOSE US
=========================== */
.why-choose-section {
  background: #f9fafb;
  padding: 4rem 0;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.feature-card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

/* ===========================
   CTA SECTION
=========================== */
.cta-section {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
}

.cta-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* ===========================
   BOOKING MODAL
=========================== */
.booking-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.booking-modal.active {
  display: flex;
}

.booking-modal-content {
  background: #ffffff;
  border-radius: 0.75rem;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.booking-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.booking-modal-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.booking-modal-close {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
  cursor: pointer;
  background: none;
  border: none;
}

.booking-modal-close:hover {
  background-color: #f3f4f6;
}

.booking-modal-body {
  padding: 1.5rem;
}

/* ===========================
   FORMS
=========================== */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: border-color 0.3s;
  font-family: inherit;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit {
  width: 100%;
  background: linear-gradient(to right, #0f766e, #14b8a6);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
}

.form-submit:hover {
  opacity: 0.9;
}

.form-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-message {
  padding: 0.75rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.form-message.success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #6ee7b7;
}

.form-message.error {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

/* ===========================
   UTILITY CLASSES
=========================== */
.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

/* ===========================
   RESPONSIVE DESIGN
=========================== */
@media (min-width: 640px) {
  .top-bar-contact-link .hidden-mobile {
    display: inline;
  }
  
  .site-description {
    display: block;
  }
  
  .site-title {
    font-size: 1.5rem;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .header-cta {
    display: block;
  }
  
  .hero-content h1 {
    font-size: 3rem;
  }
  
  .section-header h2 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .main-navigation {
    display: block;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
  
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .footer-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ===========================
   ANIMATION
=========================== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease-out;
}

/* ===========================
   PRINT STYLES
=========================== */
@media print {
  .site-header,
  .site-footer,
  .hero-buttons,
  .btn-book-service,
  .mobile-menu-toggle {
    display: none;
  }
}

/* ===========================
   HERO SECTION STYLES
=========================== */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 50%, #0d9488 100%);
  color: #ffffff;
  padding: 5rem 0 7rem;
  overflow: hidden;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHBhdHRlcm4gaWQ9ImdyaWQiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZD0iTSAxMCAwIEwgMCAwIDAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=');
}

.hero-container {
  position: relative;
  z-index: 10;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 1.5rem;
  background-color: rgba(20, 184, 166, 0.2);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-subtitle {
  display: block;
  color: #99f6e4;
}

.hero-description {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 4rem;
}

.btn-primary-hero {
  background: #ffffff;
  color: #0f766e;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: box-shadow 0.3s;
  border: none;
  cursor: pointer;
}

.btn-primary-hero:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.btn-secondary-hero {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}

.btn-secondary-hero:hover {
  background: #ffffff;
  color: #0f766e;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

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

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.875rem;
  opacity: 0.9;
}

/* ===========================
   TRUST BADGES STYLES
=========================== */
.trust-badges {
  padding: 3rem 0;
  border-bottom: 1px solid #e5e7eb;
  background-color: #f9fafb;
}

.badges-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.badge-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  text-align: center;
}

.badge-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.badge-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #ccfbf1, #99f6e4);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.badge-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #0f766e;
}

.badge-title {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.badge-text {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ===========================
   SERVICES GRID STYLES
=========================== */
.services-section {
  padding: 4rem 0;
  background: #ffffff;
}

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

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1rem;
  color: #6b7280;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.service-card {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  transition: all 0.3s;
  border: 1px solid #e5e7eb;
}

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

.service-icon-wrapper {
  margin-bottom: 1rem;
}

.service-icon-large {
  font-size: 3rem;
}

.service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.75rem;
}

.service-title a {
  color: inherit;
}

.service-title a:hover {
  color: #0f766e;
}

.service-excerpt {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.service-price {
  color: #0f766e;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.service-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.service-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.5rem;
}

.service-features svg {
  width: 1rem;
  height: 1rem;
  color: #10b981;
  flex-shrink: 0;
}

.btn-service-card {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(to right, #0f766e, #14b8a6);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: opacity 0.3s;
}

.btn-service-card:hover {
  opacity: 0.9;
}

.btn-service-card svg {
  width: 1rem;
  height: 1rem;
}

/* ===========================
   WHY CHOOSE SECTION
=========================== */
.why-choose-section {
  padding: 4rem 0;
  background: #f9fafb;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.feature-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.feature-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #ccfbf1, #99f6e4);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #0f766e;
}

.feature-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.feature-text {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

/* ===========================
   CTA SECTION
=========================== */
.cta-section {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
}

.cta-content {
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-text {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.btn-cta-primary {
  background: #ffffff;
  color: #0f766e;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: box-shadow 0.3s;
  border: none;
  cursor: pointer;
  font-size: 1.125rem;
}

.btn-cta-primary:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-cta-secondary {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
}

.btn-cta-secondary:hover {
  background: #ffffff;
  color: #0f766e;
}

.btn-cta-secondary svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* ===========================
   BOOKING MODAL
=========================== */
.booking-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.booking-modal.active {
  display: flex;
}

.booking-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.booking-modal-content {
  background: #ffffff;
  border-radius: 0.75rem;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  z-index: 10;
  padding: 2rem;
}

.booking-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
  cursor: pointer;
  background: #f3f4f6;
  border: none;
}

.booking-modal-close:hover {
  background-color: #e5e7eb;
}

.booking-modal-close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.booking-modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

/* ===========================
   BLOG STYLES
=========================== */
.blog-section {
  padding: 4rem 0;
  background: #f9fafb;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.blog-card {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s;
}

.blog-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.blog-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-content {
  padding: 1.5rem;
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.blog-title a {
  color: #1f2937;
}

.blog-title a:hover {
  color: #0f766e;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.blog-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.blog-date svg {
  width: 1rem;
  height: 1rem;
}

.blog-excerpt {
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f766e;
  font-weight: 600;
  transition: gap 0.3s;
}

.blog-read-more:hover {
  gap: 0.75rem;
}

.blog-read-more svg {
  width: 1rem;
  height: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.pagination a,
.pagination span {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  color: #374151;
  transition: all 0.3s;
}

.pagination a:hover {
  background: #0f766e;
  color: #ffffff;
  border-color: #0f766e;
}

.pagination .current {
  background: #0f766e;
  color: #ffffff;
  border-color: #0f766e;
}

.no-content-section {
  padding: 4rem 0;
  text-align: center;
}

.no-content-text {
  font-size: 1.125rem;
  color: #6b7280;
}

/* ===========================
   PAGE TEMPLATE STYLES
=========================== */
.page-content {
  padding: 2rem 0;
}

.page-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e7eb;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
}

.page-entry-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
}

.page-hero {
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
  margin-bottom: 3rem;
}

.page-hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.page-hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
}

/* About Page Styles */
.about-content-section {
  padding: 3rem 0;
  background: #ffffff;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4b5563;
}

.about-stats-section {
  padding: 3rem 0;
  background: #f9fafb;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.stat-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
  text-align: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.stat-card .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0f766e;
  margin-bottom: 0.5rem;
}

.stat-card .stat-label {
  font-size: 1rem;
  color: #6b7280;
}

.about-values-section {
  padding: 3rem 0;
  background: #ffffff;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.value-card {
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
}

.value-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #ccfbf1, #99f6e4);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.value-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #0f766e;
}

.value-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.value-text {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

/* Contact Page Styles */
.contact-info-section {
  padding: 3rem 0;
  background: #f9fafb;
}

.contact-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.contact-info-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-card-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, #ccfbf1, #99f6e4);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.contact-card-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #0f766e;
}

.contact-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.contact-card-link {
  color: #0f766e;
  font-weight: 600;
  transition: opacity 0.3s;
}

.contact-card-link:hover {
  opacity: 0.8;
}

.contact-card-text {
  color: #6b7280;
}

.contact-form-section {
  padding: 3rem 0;
  background: #ffffff;
}

.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form {
  margin-top: 2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.form-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: border-color 0.3s;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0f766e;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.1);
}

.btn-submit {
  width: 100%;
  background: linear-gradient(to right, #0f766e, #14b8a6);
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.btn-submit:hover {
  opacity: 0.9;
}

/* Responsive Updates for New Styles */
@media (min-width: 640px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-buttons,
  .cta-buttons {
    flex-direction: row;
  }
  
  .badges-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .about-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 4rem;
  }
  
  .badges-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .stat-number {
    font-size: 3rem;
  }
  
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===========================
   DYNAMIC NAVIGATION MENUS
=========================== */
.header-nav {
  display: flex;
  align-items: center;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: block;
  transition: all 0.3s;
}

.nav-menu a:hover {
  color: #14b8a6;
  background: rgba(20, 184, 166, 0.1);
}

.nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  min-width: 200px;
  z-index: 1000;
  list-style: none;
  margin: 0.5rem 0 0 0;
}

.nav-menu li:hover > .sub-menu {
  display: block;
}

.nav-menu .sub-menu a {
  padding: 0.75rem 1.5rem;
  white-space: nowrap;
  border-radius: 0;
}

.mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-menu a {
  color: #1f2937;
  text-decoration: none;
  padding: 1rem 1.5rem;
  display: block;
}

.mobile-nav-menu a:hover {
  background: rgba(20, 184, 166, 0.1);
  color: #14b8a6;
}

.mobile-nav-menu .sub-menu {
  list-style: none;
  padding-left: 1rem;
  background: rgba(0, 0, 0, 0.02);
}

.mobile-nav-menu .sub-menu a {
  padding-left: 2rem;
  font-size: 0.9rem;
}

/* ===========================
   BREADCRUMB STYLES
=========================== */
.breadcrumb-section {
  background: #f9fafb;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}

.breadcrumb-link {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-link:hover {
  color: #14b8a6;
}

.breadcrumb-separator {
  color: #9ca3af;
}

.breadcrumb-current {
  color: #1f2937;
  font-weight: 500;
}

/* ===========================
   SERVICE DETAIL PAGE
=========================== */
.service-detail-section {
  padding: 4rem 0;
}

.service-detail-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.service-icon-large {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.service-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.service-description {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.service-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.service-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-meta-label {
  font-weight: 600;
  color: #6b7280;
}

.service-meta-value.price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #14b8a6;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}

.service-detail-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1f2937;
}

.features-section {
  margin-top: 2rem;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 1rem;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.features-list li:last-child {
  border-bottom: none;
}

.check-icon,
.icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #14b8a6;
  flex-shrink: 0;
  margin-top: 0.125rem;
  stroke-width: 2.5;
}

.service-areas-section {
  margin-top: 2rem;
}

.service-areas-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.area-tag {
  background: #14b8a6;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.service-sidebar {
  position: sticky;
  top: 2rem;
  height: fit-content;
}

.trust-badges {
  background: #f9fafb;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.trust-badge {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.trust-badge:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.trust-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: #14b8a6;
  flex-shrink: 0;
}

.trust-badge-title {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

.trust-badge-desc {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ===========================
   SERVICES ARCHIVE
=========================== */
.services-archive-section,
.category-services-section,
.area-services-section {
  padding: 4rem 0;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.125rem;
  color: #6b7280;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

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

.service-card-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.service-category-badge {
  display: inline-block;
  background: rgba(20, 184, 166, 0.1);
  color: #14b8a6;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.service-card-title a {
  color: #1f2937;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.3s;
}

.service-card-title a:hover {
  color: #14b8a6;
}

.service-card-description {
  color: #6b7280;
  margin: 1rem 0;
  line-height: 1.6;
}

.service-card-meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.service-price {
  font-weight: 700;
  color: #14b8a6;
  font-size: 1.125rem;
}

.service-duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.icon-small {
  width: 1rem;
  height: 1rem;
}

.service-card-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.service-card-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.check-icon-small {
  width: 1rem;
  height: 1rem;
  color: #14b8a6;
  stroke-width: 2.5;
}

.no-services {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b7280;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  text-decoration: none;
  color: #1f2937;
  transition: all 0.3s;
}

.pagination a:hover {
  background: #14b8a6;
  color: white;
  border-color: #14b8a6;
}

.pagination .current {
  background: #14b8a6;
  color: white;
  border-color: #14b8a6;
}

@media (min-width: 1024px) {
  .service-detail-grid {
    grid-template-columns: 2fr 1fr;
  }
}
