/* Global Styles & Spacing */
        body {
  padding-top: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
   overflow-x: hidden;
  background-color: #ffffff;
}

/* Justify all paragraph text */
p, .accordion-body p, .service-description, .review-text, .faq-item p {
  text-align: justify !important;
}

/* Consistent font size for all paragraphs */
p, .accordion-body p, .service-description, .review-text, .faq-item p,
.section-description, .service-card-modern p, .why-choose-card-modern p,
.suburb-card p, .review-card-carousel p, .lead, .card-text, .text-muted,
.consignment p, .car-transport p, .office-moving p, .professional-suburbs-section p,
.about-content p, .contact-content p, .privacy-content p, .terms-content p {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* Container Spacing */
.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/* Section Spacing */
section {
  padding: 80px 0;
}

section.py-5 {
  padding: 60px 0;
}

/* Header Spacing */
header {
  margin-bottom: 0;
}

/* Professional Header Styles */
.professional-header {
  position: relative;
}

.top-bar {
  position: relative;
  z-index: 1030;
}

.navbar {
  position: relative;
  z-index: 1020;
  transition: all 0.3s ease;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 10px;
  color: white;
}

.brand-text h5 {
  margin: 0;
  font-size: 1.5rem;
}

.brand-text small {
  font-size: 0.8rem;
  opacity: 0.8;
}

.navbar-nav .nav-link {
  position: relative;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #28a745 !important;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #28a745;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin-top: 10px;
}

.dropdown-item:hover {
  background: #f8f9fa;
  color: #28a745;
}

/* Professional Hero Section */
.professional-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
  z-index: -2;
}

.hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1920&h=1080&fit=crop&auto=format') center/cover;
  opacity: 0.1;
}

.hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(40,167,69,0.9) 0%, rgba(30,126,52,0.9) 100%);
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}

.hero-badge {
  display: inline-block;
}

.hero-features .feature-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 10px;
}

.hero-cta {
  margin-top: 20px;
}

.quote-form-container {
  max-width: 500px;
  margin: 0 auto;
}

.quote-form {
  background: white;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.form-header h3 {
  color: #333;
  font-weight: 700;
}

.quote-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.quote-form .form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.quote-form .btn-primary {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.quote-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(40,167,69,0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .professional-hero-section {
    min-height: auto;
    padding: 100px 0;
  }

  .hero-content {
    padding: 60px 0;
  }

  .hero-features {
    margin-bottom: 30px;
  }

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

  .hero-cta .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .quote-form-container {
    margin: 0 15px;
  }

  .top-bar {
    font-size: 12px;
  }
}

/* Professional Services Section */
.professional-services-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

.section-header {
  margin-bottom: 60px;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 200px;
}

.divider-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #28a745, transparent);
}

.divider-icon {
  font-size: 24px;
  color: #28a745;
  margin: 0 15px;
  background: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(40,167,69,0.2);
}

/* Service Cards */
.service-card-modern {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(40,167,69,0.1);
  position: relative;
  overflow: hidden;
}

.service-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #28a745, #1e7e34);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

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

.service-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.service-icon-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

.service-icon-bg {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
  transition: all 0.4s ease;
}

.service-card-modern:hover .service-icon-bg {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(40,167,69,0.4);
}

.service-icon {
  font-size: 32px;
  color: white;
}

.service-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}

.service-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}

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

.service-features li {
  color: #555;
  margin-bottom: 8px;
  font-size: 14px;
}

.service-features li i {
  color: #28a745;
  margin-right: 8px;
  font-size: 12px;
}

.service-btn {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
  border: 2px solid transparent;
}

.service-btn:hover {
  background: white;
  color: #28a745;
  border-color: #28a745;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
}

/* Services CTA Section */
.services-cta {
  background: white;
  padding: 50px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  margin-top: 50px;
}

.services-cta h3 {
  color: #333;
  font-weight: 700;
}

.cta-buttons .btn {
  border-radius: 25px;
  padding: 14px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
}

.cta-buttons .btn-outline-primary:hover {
  background: #28a745;
  border-color: #28a745;
}

/* Mobile Responsiveness for Services */
@media (max-width: 768px) {
  .professional-services-section {
    padding: 50px 0;
  }

  .service-card-modern {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .service-icon-bg {
    width: 70px;
    height: 70px;
  }

  .service-icon {
    font-size: 28px;
  }

  .service-title {
    font-size: 20px;
  }

  .services-cta {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .cta-buttons .btn {
    margin: 0 !important;
  }
}

/* Animation for service cards */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card-modern {
  animation: fadeInUp 0.6s ease-out;
}

.service-card-modern:nth-child(1) { animation-delay: 0.1s; }
.service-card-modern:nth-child(2) { animation-delay: 0.2s; }
.service-card-modern:nth-child(3) { animation-delay: 0.3s; }
.service-card-modern:nth-child(4) { animation-delay: 0.4s; }
.service-card-modern:nth-child(5) { animation-delay: 0.5s; }
.service-card-modern:nth-child(6) { animation-delay: 0.6s; }

/* Professional Storage Section */
.professional-storage-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
}

.professional-storage-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?w=1920&h=200&fit=crop&auto=format') center/cover;
  opacity: 0.03;
}

/* Storage Cards */
.storage-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(40,167,69,0.1);
  position: relative;
  overflow: hidden;
}

.storage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #28a745, #1e7e34);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.storage-card:hover::before {
  transform: scaleX(1);
}

.storage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.storage-card-premium {
  border: 2px solid #ffc107;
}

.storage-card-premium::before {
  background: linear-gradient(90deg, #ffc107, #e0a800);
}

.storage-header {
  text-align: center;
  margin-bottom: 30px;
}

.storage-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 32px;
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
  transition: all 0.4s ease;
}

.storage-card-premium .storage-icon {
  background: linear-gradient(135deg, #ffc107, #e0a800);
}

.storage-card:hover .storage-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(40,167,69,0.4);
}

.storage-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.storage-pricing {
  text-align: center;
  margin-bottom: 30px;
            padding: 20px 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.price-range {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.price-from {
  font-size: 28px;
  font-weight: 700;
  color: #28a745;
}

.price-to {
  font-size: 24px;
  font-weight: 600;
  color: #666;
}

.price-period {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}

.storage-details {
  margin-bottom: 25px;
}

.detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.detail-item i {
  color: #28a745;
  margin-right: 10px;
  font-size: 12px;
}

.storage-features {
  text-align: center;
  margin-bottom: 25px;
}

.feature-badge {
  display: inline-block;
  padding: 6px 15px;
  background: #e3f2fd;
  color: #28a745;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-badge-premium {
  background: #fff3cd;
  color: #856404;
}

.storage-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.storage-btn:hover {
  background: white;
  color: #28a745;
  border-color: #28a745;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
}

.storage-btn-premium {
  background: linear-gradient(135deg, #ffc107, #e0a800);
}

.storage-btn-premium:hover {
  background: white;
  color: #856404;
  border-color: #856404;
}

/* Storage Info Section */
.storage-info-section {
  margin-top: 60px;
}

.info-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  border: 1px solid rgba(40,167,69,0.1);
}

.info-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.info-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.info-item:hover {
  background: #e3f2fd;
  transform: translateY(-2px);
}

.info-item i {
  font-size: 20px;
  margin-right: 15px;
  min-width: 20px;
}

.info-item span {
  font-size: 14px;
  line-height: 1.4;
}

/* Storage CTA Section */
.storage-cta {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  padding: 50px 30px;
  border-radius: 20px;
  margin-top: 50px;
  box-shadow: 0 10px 40px rgba(40,167,69,0.3);
}

.storage-cta h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.storage-cta .text-muted {
  color: rgba(255,255,255,0.8) !important;
}

.cta-buttons .btn {
  border-radius: 25px;
  padding: 14px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.cta-buttons .btn-outline-primary:hover {
  background: white;
  border-color: white;
  color: #28a745;
}

/* Mobile Responsiveness for Storage */
@media (max-width: 768px) {
  .professional-storage-section {
    padding: 50px 0;
  }

  .storage-card {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .storage-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .storage-title {
    font-size: 20px;
  }

  .price-from {
    font-size: 24px;
  }

  .price-to {
    font-size: 20px;
  }

  .storage-info-section {
    margin-top: 40px;
  }

  .info-card {
    padding: 30px 20px;
  }

  .info-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .storage-cta {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .cta-buttons .btn {
    margin: 0 !important;
  }
}

/* Animation for storage cards */
.storage-card {
  animation: fadeInUp 0.6s ease-out;
}

.storage-card:nth-child(1) { animation-delay: 0.1s; }
.storage-card:nth-child(2) { animation-delay: 0.2s; }
.storage-card:nth-child(3) { animation-delay: 0.3s; }

/* Professional Melbourne Suburbs Section */
.professional-suburbs-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
}

.professional-suburbs-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=1920&h=200&fit=crop&auto=format') center/cover;
  opacity: 0.03;
}

/* Suburb Cards */
.suburb-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px 25px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(40,167,69,0.1);
  position: relative;
  overflow: hidden;
}

.suburb-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #28a745, #1e7e34);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.suburb-card:hover::before {
  transform: scaleX(1);
}

.suburb-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.suburb-header {
  text-align: center;
  margin-bottom: 25px;
}

.suburb-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: white;
  font-size: 28px;
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
  transition: all 0.4s ease;
}

.suburb-card:hover .suburb-icon {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(40,167,69,0.4);
}

.suburb-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
}

.suburb-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #e3f2fd;
  color: #28a745;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.suburb-list {
  margin-bottom: 25px;
}

.suburb-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

.suburb-item i {
  color: #28a745;
  margin-right: 10px;
  font-size: 10px;
  min-width: 10px;
}

.suburb-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.suburb-btn:hover {
  background: white;
  color: #28a745;
  border-color: #28a745;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
}

/* Additional Suburbs Section */
.additional-suburbs {
  margin-top: 50px;
}

.additional-suburbs h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}

.suburb-mini-card {
  background: white;
  border-radius: 12px;
  padding: 15px 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(40,167,69,0.08);
  margin-bottom: 10px;
}

.suburb-mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  background: linear-gradient(135deg, #f8f9ff, #ffffff);
}

.suburb-mini-card i {
  color: #28a745;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.suburb-mini-card span {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  display: block;
}

/* Coverage CTA Section */
.coverage-cta {
  margin-top: 60px;
}

.coverage-card {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(40,167,69,0.3);
  position: relative;
  overflow: hidden;
}

.coverage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1578662996442-48f60103fc96?w=400&h=300&fit=crop&auto=format') center/cover;
  opacity: 0.1;
}

.coverage-icon {
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 35px;
  backdrop-filter: blur(10px);
}

.coverage-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.coverage-text {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

.coverage-buttons .btn {
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.coverage-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.coverage-buttons .btn-outline-primary:hover {
  background: white;
  border-color: white;
  color: #28a745;
}

/* Mobile Responsiveness for Suburbs */
@media (max-width: 768px) {
  .professional-suburbs-section {
    padding: 50px 0;
  }

  .suburb-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .suburb-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .suburb-title {
    font-size: 18px;
  }

  .suburb-mini-card {
    padding: 12px 10px;
    margin-bottom: 8px;
  }

  .suburb-mini-card i {
    font-size: 12px;
  }

  .suburb-mini-card span {
    font-size: 11px;
  }

  .coverage-card {
    padding: 30px 20px;
  }

  .coverage-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }

  .coverage-title {
    font-size: 22px;
  }

  .coverage-text {
    font-size: 14px;
  }

  .coverage-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .coverage-buttons .btn {
    margin: 0 !important;
  }

  .additional-suburbs h3 {
    font-size: 24px;
  }
}

/* Animation for suburb cards */
.suburb-card {
  animation: fadeInUp 0.6s ease-out;
}

.suburb-card:nth-child(1) { animation-delay: 0.1s; }
.suburb-card:nth-child(2) { animation-delay: 0.2s; }
.suburb-card:nth-child(3) { animation-delay: 0.3s; }
.suburb-card:nth-child(4) { animation-delay: 0.4s; }

.suburb-mini-card {
  animation: fadeInUp 0.6s ease-out;
}

.suburb-mini-card:nth-child(odd) { animation-delay: 0.1s; }
.suburb-mini-card:nth-child(even) { animation-delay: 0.2s; }

/* Professional Reviews Carousel Section */
.professional-reviews-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
}

.professional-reviews-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1920&h=200&fit=crop&auto=format') center/cover;
  opacity: 0.03;
}

/* Review Cards Carousel */
.review-card-carousel {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(40,167,69,0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.review-card-carousel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #28a745, #1e7e34);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.review-card-carousel:hover::before {
  transform: scaleX(1);
}

.review-card-carousel:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-avatar {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-right: 15px;
  box-shadow: 0 5px 15px rgba(40,167,69,0.2);
}

.review-meta h5 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.review-location {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.review-content {
  position: relative;
}

.review-content .stars {
  display: flex;
  gap: 2px;
  margin-bottom: 15px;
}

.review-content .stars i {
  color: #ffc107;
  font-size: 16px;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
  font-style: italic;
}

.review-service {
  text-align: left;
}

.service-badge {
  display: inline-block;
  padding: 6px 12px;
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Carousel Custom Styling */
#reviewsCarousel .carousel-indicators {
  bottom: -50px;
}

#reviewsCarousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #28a745;
  opacity: 0.5;
  border: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}

#reviewsCarousel .carousel-indicators button.active {
  opacity: 1;
  transform: scale(1.2);
  background-color: #1e7e34;
}

#reviewsCarousel .carousel-control-prev,
#reviewsCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  opacity: 0.8;
  transition: all 0.3s ease;
}

#reviewsCarousel .carousel-control-prev {
  left: -25px;
}

#reviewsCarousel .carousel-control-next {
  right: -25px;
}

#reviewsCarousel .carousel-control-prev:hover,
#reviewsCarousel .carousel-control-next:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 5px 15px rgba(40,167,69,0.3);
}

#reviewsCarousel .carousel-control-prev-icon,
#reviewsCarousel .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Review Stats Section */
.review-stats {
  margin-top: 60px;
}

.stat-card {
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  border: 1px solid rgba(40,167,69,0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #28a745;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-card .stars {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.stat-card .stars i {
  color: #ffc107;
  font-size: 14px;
}

.stat-icon {
  font-size: 24px;
  color: #28a745;
  margin-top: 10px;
}

/* Trust Signals */
.trust-signals {
  margin-top: 40px;
}

.trust-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.badge-trust {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

/* Mobile Responsiveness for Reviews */
@media (max-width: 768px) {
  .professional-reviews-section {
    padding: 50px 0;
  }

  .review-card-carousel {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .review-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .review-avatar {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .review-meta h5 {
    font-size: 16px;
  }

  .review-text {
    font-size: 14px;
  }

  #reviewsCarousel .carousel-control-prev,
  #reviewsCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    left: 10px;
    right: 10px;
  }

  #reviewsCarousel .carousel-control-prev {
    left: 10px;
  }

  #reviewsCarousel .carousel-control-next {
    right: 10px;
  }

  #reviewsCarousel .carousel-indicators {
    bottom: -30px;
  }

  .stat-card {
    padding: 25px 15px;
    margin-bottom: 20px;
  }

  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 12px;
  }

  .trust-badges {
    flex-direction: column;
    align-items: center;
  }

  .badge-trust {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* Animation for review cards */
.review-card-carousel {
  animation: fadeInUp 0.6s ease-out;
}

.review-card-carousel:nth-child(1) { animation-delay: 0.1s; }
.review-card-carousel:nth-child(2) { animation-delay: 0.2s; }
.review-card-carousel:nth-child(3) { animation-delay: 0.3s; }
.review-card-carousel:nth-child(4) { animation-delay: 0.4s; }
.review-card-carousel:nth-child(5) { animation-delay: 0.5s; }
.review-card-carousel:nth-child(6) { animation-delay: 0.6s; }

.stat-card {
  animation: fadeInUp 0.6s ease-out;
}

.stat-card:nth-child(1) { animation-delay: 0.1s; }
.stat-card:nth-child(2) { animation-delay: 0.2s; }
.stat-card:nth-child(3) { animation-delay: 0.3s; }
.stat-card:nth-child(4) { animation-delay: 0.4s; }

/* Enhanced Professional Header */
.enhanced-professional-header {
  position: relative;
  z-index: 1030;
}

/* Enhanced Top Bar */
.top-bar {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  padding: 12px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.trust-indicators {
  display: flex;
  align-items: center;
  gap: 20px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffc107;
  font-weight: 500;
}

.trust-item i {
  font-size: 16px;
}

.emergency-contact {
  text-align: center;
  color: #ff6b6b;
  font-weight: 600;
}

.emergency-contact i {
  margin-right: 8px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.phone-numbers {
  display: flex;
  align-items: center;
  gap: 15px;
}

.phone-link {
  color: #ffc107;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.phone-link:hover {
  color: white;
  transform: translateY(-1px);
}

.divider {
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}

.email-info {
  font-size: 13px;
}

.email-link {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.email-link:hover {
  color: #ffc107;
}

/* Premium Navigation */
.navbar {
  background: rgba(255,255,255,0.98) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.premium-logo {
  text-decoration: none;
  transition: all 0.3s ease;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
  transition: all 0.4s ease;
}

.logo-glow {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(45deg, #28a745, #1e7e34, #ffc107);
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}

.premium-logo:hover .logo-icon {
  transform: scale(1.1) rotate(5deg);
}

.premium-logo:hover .logo-glow {
  opacity: 0.3;
  transform: scale(1.1);
}

.brand-name {
  font-size: 32px;
  font-weight: 800;
  color: #2d3748;
  margin: 0;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand-tagline {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-tagline span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brand-tagline span:first-child {
  color: #28a745;
}

.brand-tagline span:last-child {
  color: #1e7e34;
}

.brand-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 5px;
}

.brand-stars i {
  color: #ffc107;
  font-size: 12px;
}

.rating-text {
  font-size: 10px;
  color: #666;
  font-weight: 600;
  margin-left: 5px;
}

/* Premium Navigation Links */
.premium-nav .navbar-nav {
  gap: 10px;
}

.premium-nav-item {
  margin: 0 5px;
}

.premium-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 12px 20px;
  border-radius: 12px;
  color: #4a5568;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.premium-nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(40,167,69,0.1), transparent);
  transition: left 0.5s ease;
}

.premium-nav-link:hover::before {
  left: 100%;
}

.premium-nav-link:hover {
  color: #28a745;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(40,167,69,0.2);
}

.premium-nav-link i {
  font-size: 18px;
  margin-bottom: 2px;
}

.premium-nav-link span {
  font-size: 11px;
}

/* Premium Dropdown */
.premium-dropdown {
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  border-radius: 12px;
  padding: 15px 0;
  margin-top: 10px;
}

.premium-dropdown .dropdown-header {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #28a745;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
}

.premium-dropdown .dropdown-item {
  padding: 12px 20px;
  color: #4a5568;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin: 2px 10px;
}

.premium-dropdown .dropdown-item:hover {
  background: linear-gradient(135deg, #f8f9fa, #e3f2fd);
  color: #28a745;
  transform: translateX(5px);
}

.premium-dropdown .dropdown-item small {
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: 400;
  margin-top: 2px;
}

/* Premium Toggler */
.premium-toggler {
  border: 2px solid #28a745;
  border-radius: 10px;
  padding: 8px 12px;
  color: #28a745;
  transition: all 0.3s ease;
}

.premium-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.toggler-text {
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}

/* Navbar Actions */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.nav-cta-btn i {
  font-size: 16px;
}

.nav-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
}

.nav-cta-btn.primary {
  background: linear-gradient(135deg, #ffc107, #e0a800);
  border: none;
  color: #000;
}

.nav-cta-btn.primary:hover {
  box-shadow: 0 8px 25px rgba(255,193,7,0.4);
}

/* Modern Clean Hero Section */
.modern-hero-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  overflow: hidden;
}

.hero-background-modern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.hero-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M20 20c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10zm10 0c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10 10-4.5 10-10z'/%3E%3C/g%3E%3C/svg%3E");
  z-index: 3;
}

.hero-content-modern {
  position: relative;
  z-index: 4;
}

/* Clean Trust Badge */
.hero-trust-badge-simple {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.hero-trust-badge-simple:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* Clean Headline */
.hero-headline-clean h1 {
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-headline-clean .lead {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* Clean Feature Items */
.hero-features-clean .feature-item-clean {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
}

.hero-features-clean .feature-item-clean i {
  font-size: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Clean CTA Section */
.hero-cta-clean {
  margin-bottom: 30px;
}

.hero-cta-clean .btn {
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.hero-cta-clean .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Clean Stats */
.hero-stats-clean {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
  padding: 10px 0;
}

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

.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

/* Clean Quote Form */
.clean-quote-form-container {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-header-simple h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2d3748;
}

.form-subtitle-simple {
  font-size: 16px;
  margin-bottom: 0;
}

/* Clean Form Styles */
.clean-quote-form .form-floating {
  margin-bottom: 1rem;
}

.clean-quote-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 1rem 0.75rem;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.clean-quote-form .form-control:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
  background: white;
}

.clean-quote-form .form-floating label {
  padding: 1rem 0.75rem;
  font-weight: 500;
  color: #6c757d;
  font-size: 14px;
}

.clean-quote-form .btn-warning {
  background: linear-gradient(135deg, #ffc107, #e0a800);
  border: none;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.clean-quote-form .btn-warning:hover {
  background: linear-gradient(135deg, #e0a800, #d39e00);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

.form-trust-simple {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}

/* Mobile Responsive for Clean Header */
@media (max-width: 768px) {
  .modern-hero-section {
    padding: 60px 0;
  }

  .hero-headline-clean h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .hero-headline-clean .lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-trust-badge-simple {
    padding: 10px 16px;
    font-size: 13px;
  }

  .hero-features-clean {
    margin-bottom: 30px;
  }

  .hero-features-clean .feature-item-clean {
    font-size: 14px;
    padding: 8px 0;
  }

  .hero-cta-clean .btn {
    font-size: 16px;
    padding: 12px 20px;
    margin-bottom: 10px;
    width: 100%;
  }

  .hero-stats-clean {
    padding: 15px;
    margin-top: 20px;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 11px;
  }

  .clean-quote-form-container {
    padding: 25px;
    margin-top: 30px;
  }

  .form-header-simple h3 {
    font-size: 24px;
  }

  .clean-quote-form .form-control {
    padding: 0.875rem 0.75rem;
    font-size: 14px;
  }

  .clean-quote-form .form-floating label {
    font-size: 13px;
  }

  .clean-quote-form .btn-warning {
    padding: 12px 16px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .hero-headline-clean h1 {
    font-size: 2rem;
  }

  .hero-headline-clean .lead {
    font-size: 0.95rem;
  }

  .hero-trust-badge-simple {
    font-size: 12px;
    padding: 8px 14px;
  }

  .hero-features-clean .feature-item-clean {
    font-size: 13px;
  }

  .hero-features-clean .feature-item-clean i {
    font-size: 14px;
    margin-right: 10px;
  }

  .hero-cta-clean .btn {
    font-size: 14px;
    padding: 10px 16px;
  }

  .hero-stats-clean {
    padding: 12px;
  }

  .stat-number {
    font-size: 1.3rem;
  }

  .stat-label {
    font-size: 10px;
  }

  .clean-quote-form-container {
    padding: 20px;
  }

  .form-header-simple h3 {
    font-size: 20px;
  }

  .clean-quote-form .form-control {
    padding: 0.75rem 0.625rem;
    font-size: 13px;
  }

  .clean-quote-form .form-floating label {
    font-size: 12px;
  }

  .clean-quote-form .btn-warning {
    padding: 10px 14px;
    font-size: 14px;
  }

  .form-trust-simple small {
    font-size: 11px;
  }
}

/* Enhanced Hero Section */
.enhanced-hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

/* Dynamic Background */
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.hero-bg-slide.active {
  opacity: 1;
}

.hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
    rgba(40,167,69,0.9) 0%,
    rgba(40,167,69,0.7) 50%,
    rgba(40,167,69,0.8) 100%);
  z-index: 2;
}

.hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 3;
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  color: rgba(255,255,255,0.1);
  font-size: 60px;
  animation: float 6s ease-in-out infinite;
}

.element-1 {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.element-2 {
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.element-3 {
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 5;
  padding: 120px 0;
}

/* Trust Badges */
.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.trust-badge.premium {
  background: linear-gradient(135deg, #ffc107, #e0a800);
  color: #000;
}

.trust-badge.verified {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: white;
}

.trust-badge.licensed {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: white;
}

/* Enhanced Headline */
.hero-headline h1 {
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

.highlight-primary {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.highlight-warning {
  background: linear-gradient(135deg, #ffc107, #e0a800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.highlight-white {
  color: white;
}

/* Features Grid */
.hero-features-grid .feature-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.hero-features-grid .feature-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-bottom: 15px;
}

.feature-content h6 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feature-content p {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

/* CTA Buttons */
.btn-xl {
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Social Proof */
.hero-social-proof {
  margin-top: 30px;
  padding: 20px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.2);
}

.proof-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}

.proof-stars i {
  color: #ffc107;
  font-size: 18px;
}

.rating {
  margin-left: 10px;
  font-weight: 600;
  color: white;
}

.proof-text {
  text-align: center;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

/* Enhanced Quote Form */
.enhanced-quote-form-container {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.enhanced-quote-form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #28a745, #ffc107, #28a745);
}

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

.form-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  margin: 0 auto 20px;
  box-shadow: 0 10px 30px rgba(40,167,69,0.3);
}

.form-title {
  font-size: 28px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 10px;
}

.form-title .highlight {
  color: #28a745;
}

.form-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}

.form-trust-indicators {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.trust-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

.trust-mini i {
  color: #28a745;
  font-size: 16px;
}

/* Form Steps */
.form-steps {
  margin-bottom: 30px;
}

.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.step {
  width: 35px;
  height: 35px;
  background: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}

.step.active {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  box-shadow: 0 5px 15px rgba(40,167,69,0.3);
}

.step-line {
  width: 30px;
  height: 2px;
  background: #e9ecef;
}

/* Enhanced Form Controls */
.input-group-enhanced {
  margin-bottom: 20px;
}

.input-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  font-size: 14px;
}

.input-label i {
  color: #28a745;
  font-size: 16px;
}

.form-control-enhanced {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-control-enhanced:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40,167,69,0.1);
  background: white;
}

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

.btn-primary-enhanced {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: none;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
}

.btn-primary-enhanced:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(40,167,69,0.4);
}

.btn-primary-enhanced span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.btn-primary-enhanced small {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
}

/* Form Footer */
.form-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
  text-align: center;
}

.form-footer-text {
  color: #666;
  font-size: 13px;
  margin: 0;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  color: rgba(255,255,255,0.8);
  text-align: center;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

.scroll-text {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.scroll-mouse {
  width: 24px;
  height: 36px;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  background: rgba(255,255,255,0.8);
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% { opacity: 0; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(6px); }
  100% { opacity: 0; transform: translateX(-50%) translateY(12px); }
}

/* =================================================================
   COMPREHENSIVE RESPONSIVE DESIGN SYSTEM
   ================================================================= */

/* Extra Large Desktop (1440px+) */
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }

  .hero-headline h1 {
    font-size: 4.5rem;
  }

  .why-choose-grid-modern {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }

  .footer-info-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Large Desktop (1200px - 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    max-width: 1140px;
  }

  .hero-headline h1 {
    font-size: 4rem;
  }

  .why-choose-grid-modern {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }

  .footer-info-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .hero-headline h1 {
    font-size: 3.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .why-choose-grid-modern {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .footer-info-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
  }
}

/* Small Desktop/Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .hero-headline h1 {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .why-choose-grid-modern {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .footer-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .navbar-nav .nav-link {
    font-size: 15px;
    padding: 8px 12px;
  }

  .brand-name {
    font-size: 24px;
  }
}

/* Tablet (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-headline h1 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .why-choose-grid-modern {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .why-choose-card-modern {
    padding: 30px 25px;
  }

  .footer-info-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

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

  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 6px 10px;
  }

  .brand-name {
    font-size: 22px;
  }

  .premium-nav-link {
    padding: 10px 15px;
    font-size: 13px;
  }
}

/* Mobile Large (425px - 575px) */
@media (min-width: 425px) and (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-headline h1 {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .why-choose-card-modern {
    padding: 25px 20px;
  }

  .why-choose-icon-modern {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .brand-name {
    font-size: 20px;
  }

  .premium-nav-link {
    padding: 8px 12px;
    font-size: 12px;
  }
}

/* Mobile (320px - 424px) */
@media (min-width: 320px) and (max-width: 424px) {
  body {
    font-size: 14px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  section {
    padding: 40px 0;
  }

  .hero-headline h1 {
    font-size: 2rem;
  }

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

  .hero-features-grid .feature-card {
    padding: 15px;
  }

  .why-choose-card-modern {
    padding: 20px 15px;
  }

  .why-choose-icon-modern {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .why-choose-card-modern h5 {
    font-size: 1.3rem;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-tagline span {
    font-size: 9px;
  }

  .premium-nav-link {
    padding: 6px 10px;
    font-size: 11px;
  }

  .premium-nav-link i {
    font-size: 14px;
  }
}

/* Extra Small Mobile (up to 319px) */
@media (max-width: 319px) {
  body {
    font-size: 13px;
  }

  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  section {
    padding: 30px 0;
  }

  .hero-headline h1 {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  .why-choose-card-modern {
    padding: 15px 10px;
  }

  .why-choose-icon-modern {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .brand-name {
    font-size: 16px;
  }
}

/* =================================================================
   SPECIFIC COMPONENT RESPONSIVE STYLES
   ================================================================= */

/* Header & Navigation Responsive */
@media (max-width: 991px) {
  .enhanced-professional-header {
    padding: 15px 0;
  }

  .premium-nav .navbar-nav {
    padding: 15px 0;
  }

  .premium-nav-link {
    padding: 10px 20px;
    margin: 3px 0;
    justify-content: flex-start;
  }

  .premium-nav-link i {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .toggler-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .brand-name {
    font-size: 20px;
  }

  .brand-tagline span {
    font-size: 8px;
  }

  .trust-indicators {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .phone-numbers {
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 575px) {
  .premium-nav-link {
    font-size: 13px;
    padding: 8px 15px;
  }

  .premium-nav-link i {
    font-size: 15px;
  }
}

/* Hero Section Responsive */
@media (max-width: 991px) {
  .hero-headline h1 {
    font-size: 3.2rem;
  }

  .hero-subtitle {
    font-size: 1.15rem;
  }

  .hero-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .enhanced-quote-form-container {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .hero-headline h1 {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-features-grid {
    grid-template-columns: 1fr;
  }

  .enhanced-quote-form-container {
    padding: 25px;
    margin-top: 20px;
  }

  .btn-xl {
    padding: 12px 24px;
    font-size: 14px;
    min-width: 160px;
  }
}

@media (max-width: 575px) {
  .hero-headline h1 {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .btn-xl {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Services Section Responsive */
@media (max-width: 991px) {
  .professional-services-section {
    padding: 60px 0;
  }

  .service-card-modern {
    padding: 35px 25px;
  }

  .service-icon-bg {
    width: 70px;
    height: 70px;
  }

  .service-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .professional-services-section {
    padding: 50px 0;
  }

  .service-card-modern {
    padding: 30px 20px;
    margin-bottom: 25px;
  }

  .service-icon-bg {
    width: 65px;
    height: 65px;
  }

  .service-title {
    font-size: 18px;
  }

  .service-description {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .services-cta {
    padding: 25px 15px;
  }

  .service-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Why Choose Section Responsive */
@media (max-width: 991px) {
  .why-choose-modern {
    padding: 70px 0;
  }

  .why-choose-modern h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }

  .why-choose-grid-modern {
    gap: 35px;
  }
}

@media (max-width: 767px) {
  .why-choose-modern {
    padding: 60px 0;
  }

  .why-choose-modern h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }

  .why-choose-grid-modern {
    gap: 30px;
  }

  .why-choose-card-modern {
    padding: 30px 20px;
  }

  .why-choose-icon-modern {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .why-choose-modern {
    padding: 50px 0;
  }

  .why-choose-modern h2 {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }

  .why-choose-grid-modern {
    gap: 25px;
  }

  .why-choose-card-modern {
    padding: 25px 15px;
  }

  .why-choose-icon-modern {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }

  .why-choose-card-modern h5 {
    font-size: 1.4rem;
  }
}

@media (max-width: 424px) {
  .why-choose-card-modern {
    padding: 20px 12px;
  }

  .why-choose-icon-modern {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
}

/* Footer Responsive */
@media (max-width: 991px) {
  .professional-footer {
    padding: 50px 0;
  }

  .footer-main-content {
    padding: 30px 0;
  }

  .footer-info-grid {
    gap: 35px;
  }

  .footer-column {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .professional-footer {
    padding: 40px 0;
  }

  .footer-info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .footer-column {
    padding: 20px;
  }

  .column-title {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .professional-footer {
    padding: 30px 0;
  }

  .footer-info-grid {
    grid-template-columns: 1fr;
  }

  .footer-column {
    text-align: center;
    padding: 15px;
  }

  .contact-item-professional {
    justify-content: center;
  }

  .bottom-content-professional {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

/* Form Responsive */
@media (max-width: 767px) {
  .enhanced-quote-form-container {
    padding: 20px;
    margin: 20px 0;
  }

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

  .btn-xl {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .enhanced-quote-form-container {
    padding: 15px;
  }

  .quote-form-title {
    font-size: 1.5rem;
  }
}

/* Global Mobile Adjustments */
@media (max-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }

  section {
    padding: 50px 0;
  }

  /* Enhanced Header Mobile */
  .enhanced-professional-header .top-bar {
    padding: 10px 0;
  }
  }

/* =================================================================
   END OF COMPREHENSIVE RESPONSIVE DESIGN SYSTEM
   ================================================================= */

  .service-features {
    margin-bottom: 20px;
  }

  .service-features li {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .service-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  /* Suburbs Mobile */
  .suburb-card {
    padding: 25px 15px;
    margin-bottom: 25px;
  }

  .suburb-header {
    margin-bottom: 20px;
  }

  .suburb-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 12px;
  }

  .suburb-title {
    font-size: 18px;
  }

  .suburb-badge {
    font-size: 9px;
    padding: 4px 10px;
  }

  .suburb-item {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .suburb-btn {
    padding: 10px 18px;
    font-size: 13px;
  }

  .additional-suburbs h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .suburb-mini-card {
    padding: 12px 8px;
    margin-bottom: 12px;
  }

  .suburb-mini-card span {
    font-size: 11px;
  }

  /* Storage Mobile */
  .professional-storage-section {
    padding: 50px 0;
  }

  .storage-card {
    padding: 35px 20px;
    margin-bottom: 25px;
  }

  .storage-header {
    margin-bottom: 25px;
  }

  .storage-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .storage-title {
    font-size: 20px;
  }

  .storage-pricing {
    padding: 15px 0;
    margin-bottom: 25px;
  }

  .price-from {
    font-size: 24px;
  }

  .price-to {
    font-size: 18px;
  }

  .storage-details {
    margin-bottom: 20px;
  }

  .detail-item {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .storage-btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  /* Professional Modern Footer */
.professional-footer {
  background: #28a745;
  color: white;
  padding: 60px 0;
}

/* Footer Main Content */
.footer-main-content {
  padding: 40px 0;
}

.footer-brand-section {
  margin-bottom: 40px;
  text-align: center;
}

.brand-identity {
  margin-bottom: 30px;
}

.logo-icon-professional {
  width: 60px;
  height: 60px;
  background: #28a745;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin: 0 auto 15px;
}

.brand-name-professional {
  font-size: 28px;
  font-weight: bold;
  color: white;
  margin: 0 0 10px 0;
}

.brand-tagline-professional {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  margin: 0 0 15px 0;
}

.brand-description-professional {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
  max-width: 500px;
  margin: 0 auto;
}

.trust-indicators-professional {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
}

.trust-item i {
  color: white;
  font-size: 14px;
}

.quick-stats-professional {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px 0;
}

.stat-card {
  text-align: center;
  background: rgba(255,255,255,0.1);
  padding: 15px;
  border-radius: 8px;
}

.stat-number {
  font-size: 24px;
  font-weight: bold;
  color: white;
  display: block;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 11px;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
}

/* Footer Info Grid */
.footer-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.footer-column {
  padding: 20px;
}

.column-title {
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  padding-bottom: 10px;
}

.service-links, .quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-links li, .quick-links li {
  margin-bottom: 10px;
}

.service-links a, .quick-links a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 13px;
  display: block;
  padding: 5px 0;
}

.service-links a:hover, .quick-links a:hover {
  color: white;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item-professional {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.contact-item-professional i {
  color: white;
  font-size: 16px;
  margin-top: 2px;
  min-width: 16px;
}

.contact-link {
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #28a745;
}

.areas-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area-section-professional {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 15px;
}

.area-section-professional:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.area-title-professional {
  font-size: 14px;
  font-weight: 700;
  color: #28a745;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.area-links-professional {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.area-links-professional a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.area-links-professional a:hover {
  color: #28a745;
}

/* Newsletter Section */
.newsletter-section-professional {
  background: linear-gradient(135deg, rgba(40,167,69,0.1) 0%, rgba(30,126,52,0.05) 100%);
  border-radius: 15px;
  padding: 40px 30px;
  border: 2px solid rgba(40,167,69,0.2);
  backdrop-filter: blur(15px);
  margin-bottom: 40px;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.newsletter-text h4 {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}

.newsletter-text h4 i {
  color: #28a745;
  margin-right: 10px;
}

.newsletter-text p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  margin: 0;
  max-width: 400px;
}

.newsletter-form-professional {
  width: 100%;
  max-width: 500px;
}

.newsletter-input-group {
  position: relative;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  background: white;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.newsletter-input-group input {
  flex: 1;
  border: none;
  padding: 18px 25px;
  font-size: 16px;
  outline: none;
  font-weight: 500;
}

.newsletter-btn-professional {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: none;
  padding: 18px 30px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-btn-professional:hover {
  background: linear-gradient(135deg, #1e7e34, #004085);
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(40,167,69,0.4);
}

.newsletter-btn-professional i {
  margin-right: 8px;
}

/* Footer Bottom Professional */
.footer-bottom-professional {
  background: #1e7e34;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.bottom-content-professional {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright-section-professional {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.copyright-section-professional p {
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  margin: 0;
}

.bottom-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bottom-link {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 13px;
}

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

.link-separator {
  color: rgba(255,255,255,0.4);
  font-size: 12px;
}

.social-certifications {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}

.certifications-professional {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.certification-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 15px;
  padding: 6px 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.certification-badge i {
  color: #28a745;
  font-size: 14px;
}

.social-media-professional {
  display: flex;
  gap: 15px;
}

.social-link-professional {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.social-link-professional:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* Floating CTA Professional */
.floating-cta-professional {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.floating-btn-professional {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #28a745, #1e7e34);
  color: white;
  padding: 16px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 8px 25px rgba(40,167,69,0.3);
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
  border: 2px solid rgba(255,255,255,0.2);
}

.floating-btn-professional:hover {
  background: linear-gradient(135deg, #1e7e34, #004085);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(40,167,69,0.4);
}

.floating-btn-professional i {
  font-size: 16px;
}



@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

@keyframes rotate-glow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes slide-up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes glow-pulse {
  0%, 100% {
    box-shadow: 0 20px 50px rgba(255,107,53,0.4);
  }
  50% {
    box-shadow: 0 20px 50px rgba(255,107,53,0.8), 0 0 30px rgba(255,193,7,0.6);
  }
}

/* Mobile Responsiveness */
@media (max-width: 1200px) {
  .contact-action-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .areas-grid-vibrant {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 992px) {
  .trust-stats-vibrant {
    gap: 40px;
  }

  .stat-number-big {
    font-size: 30px;
  }

  .services-cards-grid {
    gap: 25px;
  }

  .service-card-colorful {
    padding: 30px 25px;
  }

  .category-header h4 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .footer-wave-colorful {
    display: none;
  }

  .footer-content-colorful {
    padding: 100px 0 60px;
  }

  .brand-hero-section {
    margin-bottom: 60px;
    padding: 40px 20px;
  }

  .brand-main-display {
    gap: 30px;
  }

  .brand-logo-vibrant {
    flex-direction: column;
    gap: 20px;
  }

  .logo-bg-glow {
    width: 80px;
    height: 80px;
  }

  .logo-icon-vibrant {
    width: 75px;
    height: 75px;
    font-size: 30px;
  }

  .brand-name-vibrant {
    font-size: 32px;
  }

  .brand-subtitle {
    flex-direction: column;
    gap: 3px;
  }

  .subtitle-text {
    font-size: 16px;
  }

  .subtitle-highlight {
    font-size: 20px;
  }

  .trust-stats-vibrant {
    gap: 30px;
    flex-wrap: wrap;
  }

  .stat-item-vibrant {
    padding: 15px;
  }

  .stat-number-big {
    font-size: 28px;
  }

  .stat-label-small {
    font-size: 12px;
  }

  .brand-message {
    margin-top: 20px;
  }

  .message-text {
    font-size: 18px;
  }

  .services-showcase-colorful {
    margin-bottom: 60px;
  }

  .section-title-colorful {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .services-cards-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card-colorful {
    padding: 30px 25px;
  }

  .card-icon-bg {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .service-card-colorful h5 {
    font-size: 20px;
  }

  .service-features li {
    font-size: 13px;
  }

  .contact-action-section {
    gap: 40px;
  }

  .contact-block-vibrant,
  .newsletter-block-vibrant {
    padding: 35px 25px;
  }

  .contact-title,
  .newsletter-title {
    font-size: 24px;
  }

  .phone-buttons {
    gap: 15px;
  }

  .phone-btn {
    padding: 16px 20px;
    font-size: 14px;
  }

  .phone-number {
    font-size: 16px;
  }

  .phone-label {
    font-size: 11px;
  }

  .email-btn-vibrant {
    padding: 12px 20px;
    font-size: 14px;
  }

  .newsletter-desc {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .form-group-vibrant input {
    padding: 16px 20px;
    font-size: 14px;
  }

  .subscribe-btn-vibrant {
    padding: 16px 25px;
    font-size: 14px;
  }

  .areas-coverage-colorful {
    margin-bottom: 50px;
  }

  .areas-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .areas-grid-vibrant {
    gap: 20px;
  }

  .area-group {
    padding: 20px 15px;
  }

  .area-group-title {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .area-links-vibrant {
    gap: 5px;
  }

  .area-link-colorful {
    font-size: 12px;
  }

  .footer-bottom-vibrant {
    padding: 30px 0;
  }

  .bottom-content-vibrant {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .social-legal-vibrant {
    align-items: center;
  }

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

  .cert-badge-vibrant {
    font-size: 11px;
    padding: 6px 12px;
  }

  .social-media-vibrant {
    justify-content: center;
  }

  .legal-links-vibrant {
    justify-content: center;
  }

  .floating-cta-vibrant {
    bottom: 20px;
    right: 20px;
  }

  .floating-btn-vibrant {
    padding: 16px 22px;
    font-size: 15px;
  }

  .btn-main-text {
    font-size: 13px;
  }

  .btn-sub-text {
    font-size: 9px;
  }
}

@media (max-width: 576px) {
  .footer-content-colorful {
    padding: 80px 0 50px;
  }

  .brand-hero-section {
    margin-bottom: 50px;
    padding: 30px 15px;
  }

  .brand-name-vibrant {
    font-size: 28px;
  }

  .brand-subtitle {
    gap: 2px;
  }

  .subtitle-text {
    font-size: 14px;
  }

  .subtitle-highlight {
    font-size: 18px;
  }

  .trust-stats-vibrant {
    gap: 25px;
  }

  .stat-number-big {
    font-size: 24px;
  }

  .stat-label-small {
    font-size: 11px;
  }

  .message-text {
    font-size: 16px;
  }

  .message-text i {
    font-size: 24px;
    margin: 0 6px;
  }

  .section-title-colorful {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .service-card-colorful {
    padding: 25px 20px;
  }

  .card-icon-bg {
    width: 55px;
    height: 55px;
    font-size: 22px;
    margin-bottom: 12px;
  }

  .service-card-colorful h5 {
    font-size: 18px;
  }

  .service-features li {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .contact-block-vibrant,
  .newsletter-block-vibrant {
    padding: 30px 20px;
  }

  .contact-title,
  .newsletter-title {
    font-size: 20px;
  }

  .phone-btn {
    padding: 14px 18px;
    font-size: 13px;
  }

  .phone-number {
    font-size: 15px;
  }

  .phone-label {
    font-size: 10px;
  }

  .email-btn-vibrant {
    padding: 10px 18px;
    font-size: 13px;
  }

  .newsletter-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .form-group-vibrant input {
    padding: 14px 18px;
    font-size: 13px;
  }

  .subscribe-btn-vibrant {
    padding: 14px 22px;
    font-size: 13px;
  }

  .areas-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .areas-grid-vibrant {
    gap: 15px;
  }

  .area-group {
    padding: 18px 12px;
  }

  .area-group-title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .area-link-colorful {
    font-size: 11px;
  }

  .copyright-text {
    font-size: 14px;
  }

  .cert-badge-vibrant {
    font-size: 10px;
    padding: 5px 10px;
  }

  .social-btn-vibrant {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .legal-link-vibrant {
    font-size: 13px;
  }

  .floating-btn-vibrant {
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn-main-text {
    font-size: 12px;
  }

  .btn-sub-text {
    display: none;
  }

  .floating-btn-vibrant .btn-icon {
    width: 22px;
    height: 22px;
  }

  .floating-btn-vibrant i {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  /* Extra Small Screens */
  .container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-headline h1 {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-trust-badges {
    gap: 8px;
  }

  .trust-badge {
    padding: 8px 12px;
    font-size: 11px;
  }

  .hero-features-grid .feature-card {
    padding: 15px 12px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .feature-content h6 {
    font-size: 14px;
  }

  .feature-content p {
    font-size: 12px;
  }

  .btn-xl {
    padding: 14px 25px;
    font-size: 14px;
    min-width: 220px;
  }

  .enhanced-quote-form-container {
    padding: 25px 15px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-control-enhanced {
    padding: 12px 14px;
    font-size: 14px;
  }

  .btn-primary-enhanced {
    padding: 14px 20px;
    font-size: 14px;
  }

  .review-card-carousel {
    padding: 18px 12px;
  }

  .review-meta h5 {
    font-size: 15px;
  }

  .review-text {
    font-size: 13px;
  }

  .stat-number {
    font-size: 28px;
  }

  .service-card-modern {
    padding: 25px 15px;
  }

  .service-title {
    font-size: 18px;
  }

  .suburb-card {
    padding: 20px 12px;
  }

  .suburb-title {
    font-size: 16px;
  }

  .storage-card {
    padding: 25px 15px;
  }

  .storage-title {
    font-size: 18px;
    }
  }

/* Advanced Modern & Attractive Why Choose Section */
.why-choose-modern {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.why-choose-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(40,167,69,0.02) 25%, transparent 25%),
              linear-gradient(-45deg, rgba(40,167,69,0.02) 25%, transparent 25%),
              linear-gradient(45deg, transparent 75%, rgba(40,167,69,0.02) 75%),
              linear-gradient(-45deg, transparent 75%, rgba(40,167,69,0.02) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  animation: backgroundShift 20s ease-in-out infinite;
}

.why-choose-modern .container {
  position: relative;
  z-index: 2;
}

.why-choose-modern h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #17a2b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  letter-spacing: 1px;
}

.why-choose-modern h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #28a745, #20c997, #17a2b8);
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(40,167,69,0.3);
}

.why-choose-grid-modern {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.why-choose-card-modern {
  background: white;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08),
              inset 0 1px 0 rgba(255,255,255,0.8);
  border: 2px solid rgba(40,167,69,0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  backdrop-filter: blur(10px);
}

.why-choose-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #28a745, #20c997, #17a2b8);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  border-radius: 20px 20px 0 0;
}

.why-choose-card-modern::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(40,167,69,0.03) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.why-choose-card-modern:hover::before {
  transform: scaleX(1);
}

.why-choose-card-modern:hover::after {
  opacity: 1;
}

.why-choose-card-modern:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 60px rgba(40,167,69,0.2),
              0 15px 35px rgba(0,0,0,0.1),
              inset 0 1px 0 rgba(255,255,255,0.9);
  border-color: rgba(40,167,69,0.15);
}

.why-choose-icon-modern {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #17a2b8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  color: white;
  font-size: 36px;
  box-shadow: 0 12px 30px rgba(40,167,69,0.4),
              0 6px 15px rgba(32,201,151,0.2),
              0 3px 8px rgba(23,162,184,0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.why-choose-icon-modern::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg,
    rgba(255,255,255,0.1) 0deg,
    transparent 60deg,
    rgba(255,255,255,0.1) 120deg,
    transparent 180deg,
    rgba(255,255,255,0.1) 240deg,
    transparent 300deg,
    rgba(255,255,255,0.1) 360deg);
  animation: rotate 3s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.why-choose-card-modern:hover .why-choose-icon-modern {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 20px 50px rgba(40,167,69,0.5),
              0 10px 25px rgba(32,201,151,0.3),
              0 5px 12px rgba(23,162,184,0.2);
}

.why-choose-card-modern:hover .why-choose-icon-modern::before {
  opacity: 1;
}

.why-choose-card-modern h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  position: relative;
}

.why-choose-card-modern p {
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.why-choose-features-modern {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 35px;
}

.feature-item-modern {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-left: 4px solid #28a745;
  transition: all 0.3s ease;
}

.feature-item-modern:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(40,167,69,0.1);
  background: linear-gradient(135deg, rgba(40,167,69,0.02), rgba(30,126,52,0.02));
}

.feature-item-modern i {
  color: #28a745;
  font-size: 24px;
  margin-right: 20px;
  min-width: 24px;
}

.feature-item-modern span {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
}

.why-choose-cta-modern {
  text-align: center;
  margin-top: 60px;
  padding: 50px 40px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #17a2b8 100%);
  border-radius: 25px;
  color: white;
  box-shadow: 0 20px 50px rgba(40,167,69,0.3),
              0 10px 25px rgba(32,201,151,0.2),
              0 5px 12px rgba(23,162,184,0.1);
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-cta-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,0.2),
    transparent);
  animation: shimmer 3s infinite;
}

.why-choose-cta-modern h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

.why-choose-cta-modern p {
  font-size: 1.2rem;
  opacity: 0.95;
  margin-bottom: 35px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.why-choose-cta-modern .btn {
  background: white;
  color: #28a745;
  border: 2px solid white;
  padding: 16px 40px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.why-choose-cta-modern .btn:hover {
  background: transparent;
  color: white;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(255,255,255,0.3),
              0 8px 20px rgba(0,0,0,0.2);
}

/* Mobile Responsive for Modern Design */
@media (max-width: 768px) {
  .why-choose-modern {
    padding: 40px 0;
  }

  .why-choose-modern h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .why-choose-grid-modern {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .why-choose-card-modern {
    padding: 20px 15px;
  }

  .why-choose-icon-modern {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .why-choose-card-modern h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .why-choose-features-modern {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
  }

  .why-choose-cta-modern {
    margin-top: 35px;
    padding: 25px 20px;
  }

  .why-choose-cta-modern h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .why-choose-cta-modern p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .why-choose-modern {
    padding: 30px 0;
  }

  .why-choose-modern h2 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .why-choose-grid-modern {
    gap: 15px;
    margin-bottom: 25px;
  }

  .why-choose-card-modern {
    padding: 18px 12px;
  }

  .why-choose-icon-modern {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .why-choose-card-modern h5 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .why-choose-card-modern p {
    font-size: 0.9rem;
  }

  .why-choose-features-modern {
    margin-top: 20px;
  }

  .feature-item-modern {
    padding: 15px 18px;
  }

  .why-choose-cta-modern {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .why-choose-cta-modern h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .why-choose-cta-modern .btn {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

/* Advanced Desktop Styling for Why Choose Section */
@media (min-width: 992px) {
  .why-choose-modern {
    background: radial-gradient(ellipse at center, rgba(248,249,250,0.9) 0%, rgba(255,255,255,0.95) 50%, rgba(248,249,250,0.9) 100%),
                linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 0;
  }

  .why-choose-modern::before {
    background: linear-gradient(45deg, rgba(40,167,69,0.03) 25%, transparent 25%),
                linear-gradient(-45deg, rgba(40,167,69,0.03) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgba(40,167,69,0.03) 75%),
                linear-gradient(-45deg, transparent 75%, rgba(40,167,69,0.03) 75%),
                radial-gradient(circle at 20% 80%, rgba(40,167,69,0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(32,201,151,0.05) 0%, transparent 50%);
    background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px, 200px 200px, 150px 150px;
  }

  .why-choose-modern h2 {
    font-size: 3.2rem;
    margin-bottom: 80px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 30%, #17a2b8 60%, #007bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(40,167,69,0.2);
    letter-spacing: 1.5px;
  }

  .why-choose-modern h2::after {
    width: 150px;
    height: 6px;
    background: linear-gradient(90deg, #28a745, #20c997, #17a2b8, #007bff);
    border-radius: 4px;
    box-shadow: 0 3px 15px rgba(40,167,69,0.4);
  }

  .why-choose-grid-modern {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 0 40px;
  }

  .why-choose-card-modern {
    padding: 45px 35px;
    min-height: 380px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1),
                0 10px 25px rgba(40,167,69,0.08),
                inset 0 1px 0 rgba(255,255,255,0.9);
    border: 3px solid rgba(40,167,69,0.1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .why-choose-card-modern:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 35px 80px rgba(40,167,69,0.25),
                0 20px 40px rgba(0,0,0,0.15),
                0 10px 20px rgba(32,201,151,0.15),
                inset 0 1px 0 rgba(255,255,255,1);
    border-color: rgba(40,167,69,0.2);
  }

  .why-choose-icon-modern {
    width: 100px;
    height: 100px;
    font-size: 40px;
    margin-bottom: 35px;
    box-shadow: 0 15px 40px rgba(40,167,69,0.4),
                0 8px 20px rgba(32,201,151,0.25),
                0 4px 10px rgba(23,162,184,0.15);
  }

  .why-choose-card-modern:hover .why-choose-icon-modern {
    transform: scale(1.2) rotate(8deg);
    box-shadow: 0 25px 60px rgba(40,167,69,0.6),
                0 15px 30px rgba(32,201,151,0.4),
                0 8px 15px rgba(23,162,184,0.3);
  }

  .why-choose-card-modern h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
  }

  .why-choose-card-modern p {
    font-size: 1.05rem;
    line-height: 1.75;
  }

  .why-choose-features-modern {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-choose-cta-modern {
    margin-top: 80px;
    padding: 70px 60px;
    border-radius: 30px;
    max-width: 1000px;
    box-shadow: 0 30px 70px rgba(40,167,69,0.3),
                0 15px 35px rgba(32,201,151,0.2),
                0 8px 18px rgba(23,162,184,0.15);
  }

  .why-choose-cta-modern h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }

  .why-choose-cta-modern p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }

  .why-choose-cta-modern .btn {
    padding: 20px 50px;
    font-size: 1.2rem;
    border-radius: 35px;
    letter-spacing: 1.5px;
  }
}

/* Animation for Modern Cards */
.why-choose-card-modern {
  animation: fadeInUp 0.6s ease-out;
}

.why-choose-card-modern:nth-child(1) { animation-delay: 0.1s; }
.why-choose-card-modern:nth-child(2) { animation-delay: 0.2s; }
.why-choose-card-modern:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes backgroundShift {
  0% {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }
  25% {
    background-position: 20px 20px, 20px 30px, 30px 10px, 10px 20px;
  }
  50% {
    background-position: 0 40px, 0 50px, 10px 30px, -10px 40px;
  }
  75% {
    background-position: 20px 60px, 20px 70px, 30px 50px, 10px 60px;
  }
  100% {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Spacing Utilities */
.py-5-custom {
  padding: 60px 0;
}

.py-6-custom {
  padding: 80px 0;
}

.mb-5-custom {
  margin-bottom: 50px;
}

.mt-5-custom {
  margin-top: 50px;
}

/* Content Spacing */
.content-spacing {
  margin-bottom: 30px;
}

.section-spacing {
  margin-bottom: 60px;
}

/* Card Spacing */
.card-spacing {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .card-spacing {
    margin-bottom: 30px;
  }
}

/* Button Spacing */
.btn-spacing {
  margin: 5px;
}

@media (min-width: 768px) {
  .btn-spacing {
    margin: 8px;
  }
}




 .hero-section {
      position: relative;
      background-image: url('images/melbourne_bg.jpg'); /* Replace with your own */
      background-size: cover;
      background-position: center;
      height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden ;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      backdrop-filter: blur(3px);
      background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
    }

    .hero-content {
      position: relative;
      z-index: 2;
      color: white;
    }
   
     
     .hero-section form{
         margin-top: 100px !important;
         background: #e7efd5 !important;
         color : #383838;
         font-weight: 400;
     }

    .hero-form {
      background: rgba(255, 255, 255, 0.9);
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
      margin-top: 30px;
    }

    .breadcrumb-custom {
      background-color: transparent;
      margin-bottom: -60px;
      position: relative;
      z-index: 3;
    }

    @media (max-width: 768px) {
      .hero-content h1 {
        font-size: 2rem;
      }
    }



        .hero {
            background: url('https://via.placeholder.com/1200x400') center/cover no-repeat;
            color: white;
            text-align: center;
            padding: 100px 20px;
        }

        .pricing-table td, .pricing-table th {
            text-align: center;
        }


        .navbar {
  background: #ffff;
  border-bottom:  2px solid #f3f3f3;
}

.navbar-brand {
  font-weight: bold;
  font-size: 22px;
  color: #ffc107 !important; /* golden-yellow */
}

.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 17px;
  color: #28a745 !important; /* white text */
  margin-right: 10px;
  transition: color 0.3s, background 0.3s;
}
.navbar-nav .phone{
    color: #ffc107 !important; /* golden on hover */
  background-color: rgba(255, 193, 7, 0.1); /* soft background on hover */
  border-radius: 5px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffc107 !important; /* golden on hover */
  background-color: rgba(255, 193, 7, 0.1); /* soft background on hover */
  border-radius: 5px;
}

.dropdown-menu {
  background-color: #343a40; /* dark dropdown background */
}

.dropdown-item {
  color: #ffffff;
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: #ffc107;
  color: #000;
}

.dis-phone {
    text-align: center;
    margin-top: 85px;
    font-size: 30px;
}
.dis-phone a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.hero-section .dis-phone i{
  transition: transform 0.2s;
  animation: shake 0.5s infinite;
}
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-2px); }
  40% { transform: translateX(2px); }
  60% { transform: translateX(-2px); }
  80% { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

.car-transport img{
    border-radius: 20px;
    width: 100%;
}
.car-transport iframe{
    border-radius: 20px;
}


.consignment form{
         background: #e7efd5 !important;
         color : #383838;
         font-weight: 400;
     }

.consignment a {
    text-decoration: none;
    color: red;
}

.consignment button, .hero-section button{
    background: #28a745;
    font-weight: 500;
    border: none;
}

.consignment button:hover, .hero-section button:hover{
    background: #28a745;
    font-weight: 500;
}
/* Removed conflicting footer CSS rules */

/* Desktop Responsiveness for Professional Footer */
@media (min-width: 992px) {
  footer.professional-footer {
    padding: 0 !important;
  }

  .footer-main-content {
    padding: 100px 0 80px !important;
  }

  .footer-info-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 50px !important;
    margin-bottom: 70px !important;
  }

  .footer-column {
    padding: 35px 30px !important;
  }

  .brand-identity {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 50px !important;
  }

  .brand-logo-professional {
    flex-shrink: 0 !important;
  }

  .brand-description-professional {
    text-align: left !important;
    max-width: 500px !important;
  }

  .trust-indicators-professional {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 30px !important;
  }

  .quick-stats-professional {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 60px !important;
  }

  .newsletter-section-professional {
    margin-bottom: 50px !important;
  }

  .bottom-content-professional {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .social-certifications {
    display: flex !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 1200px) {
  footer.professional-footer {
    min-height: 500px !important;
  }

  .footer-main-content {
    padding: 120px 0 100px !important;
  }

  .footer-info-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 60px !important;
    max-width: 1400px !important;
    margin: 0 auto 80px !important;
  }

  .footer-brand-section {
    margin-bottom: 80px !important;
    padding: 50px 40px !important;
  }

  .brand-identity {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 60px !important;
  }

  .brand-name-professional {
    font-size: 36px !important;
  }

  .brand-description-professional {
    font-size: 18px !important;
    max-width: 600px !important;
    text-align: left !important;
  }

  .trust-indicators-professional {
    display: flex !important;
    gap: 40px !important;
  }

  .quick-stats-professional {
    display: flex !important;
    gap: 80px !important;
  }

  .stat-card {
    padding: 25px 30px !important;
  }

  .stat-number {
    font-size: 32px !important;
  }

  .newsletter-section-professional {
    padding: 50px 40px !important;
    margin-bottom: 60px !important;
  }

  .newsletter-text h4 {
    font-size: 28px !important;
  }

  .newsletter-input-group {
    max-width: 600px !important;
  }

  .floating-cta-professional {
    right: 40px !important;
    bottom: 40px !important;
  }

  .floating-btn-professional {
    padding: 18px 25px !important;
    font-size: 16px !important;
  }
}

/* Extra Large Desktop Screens (1440px+) */
@media (min-width: 1440px) {
  footer.professional-footer {
    min-height: 550px !important;
  }

  .footer-main-content {
    padding: 140px 0 120px !important;
  }

  .footer-info-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 80px !important;
    max-width: 1600px !important;
    margin: 0 auto 100px !important;
  }

  .footer-brand-section {
    margin-bottom: 100px !important;
    padding: 60px 50px !important;
  }

  .brand-identity {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 80px !important;
  }

  .brand-name-professional {
    font-size: 40px !important;
  }

  .brand-description-professional {
    font-size: 20px !important;
    max-width: 700px !important;
    text-align: left !important;
  }

  .trust-indicators-professional {
    display: flex !important;
    gap: 50px !important;
  }

  .quick-stats-professional {
    display: flex !important;
    gap: 100px !important;
  }

  .stat-number {
    font-size: 36px !important;
  }

  .newsletter-section-professional {
    padding: 60px 50px !important;
    margin-bottom: 80px !important;
  }

  .newsletter-text h4 {
    font-size: 32px !important;
  }

  .newsletter-input-group {
    max-width: 700px !important;
  }

  .floating-cta-professional {
    right: 50px !important;
    bottom: 50px !important;
  }

  .floating-btn-professional {
    padding: 20px 28px !important;
    font-size: 18px !important;
  }
}

 @media only screen and (min-device-width: 300px) and (max-device-width: 350px){
 .hero-content h1 {
        margin-top: 20px;
        font-size: 19px;
      }
      .hero-section{
          height: 100%;
      }
      
      
      
      
 }


.about h1{
    margin-top: 10px;
    text-align: center;
}


/* Packers & Movers Footer Styles */
.packers-footer {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-main {
  padding: 40px 0;
}

.footer-brand {
  text-align: center;
  margin-bottom: 30px;
}

.brand-logo {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 32px;
}

.brand-name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
}

.brand-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
}

.trust-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.footer-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
  position: relative;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}

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

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

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links a:hover {
  color: white;
  text-decoration: none;
  transform: translateX(5px);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-item i {
  margin-top: 2px;
  color: white;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: white;
}

.service-areas {
  color: rgba(255, 255, 255, 0.9);
}

.area-group strong {
  display: block;
  margin-bottom: 10px;
  color: white;
}

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

.area-links li {
  margin-bottom: 5px;
}

.area-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.area-links a:hover {
  color: white;
}

.newsletter-section {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
}

.newsletter-content h5 {
  color: white;
  margin-bottom: 10px;
  font-size: 20px;
}

.newsletter-content p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.newsletter-form .input-group {
  display: flex;
  max-width: 400px;
}

.newsletter-form input {
  border: none;
  padding: 12px 20px;
  border-radius: 5px 0 0 5px;
  flex: 1;
  font-size: 14px;
}

.newsletter-form button {
  border: none;
  background: white;
  color: #28a745;
  padding: 12px 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  margin-top: 40px;
}

.copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.bottom-links {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.bottom-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.bottom-links a:hover {
  color: white;
}

.bottom-links span {
  color: rgba(255, 255, 255, 0.5);
}

.social-cert-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.certifications {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}

.social-media {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: white;
  color: #28a745;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
  font-size: 20px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  }
  50% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  }
}

/* Footer Responsive Design */
@media (max-width: 768px) {
  .packers-footer {
    padding: 40px 0 0;
  }

  .footer-main {
    padding: 20px 0;
  }

  .trust-badges {
    gap: 10px;
  }

  .badge-item {
    font-size: 12px;
    padding: 6px 12px;
  }

  .newsletter-section {
    padding: 20px;
  }

  .newsletter-content h5 {
    font-size: 18px;
  }

  .newsletter-form .input-group {
    flex-direction: column;
    max-width: 100%;
  }

  .newsletter-form input {
    border-radius: 5px 5px 0 0;
  }

  .newsletter-form button {
    border-radius: 0 0 5px 5px;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .bottom-links {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }

  .social-cert-section {
    flex-direction: column;
    gap: 20px;
  }

  .certifications {
    justify-content: center;
  }

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

@media (max-width: 576px) {
  .brand-name {
    font-size: 24px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .contact-item {
    font-size: 14px;
  }

  .whatsapp-btn span {
    display: none;
  }

  .whatsapp-btn {
    padding: 10px 15px;
  }
}

/* Fresh Green Footer Design */
.green-footer {
  background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #28a745 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}

.footer-top {
  padding: 60px 0 40px;
}

.footer-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin-bottom: 50px;
}

/* Brand Card */
.footer-brand-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-header-modern {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.brand-icon-wrapper {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28a745;
  font-size: 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.brand-title-modern {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.brand-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 8px 0 15px;
  font-weight: 500;
}

.brand-description-modern {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

/* Trust Features */
.trust-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-item i {
  color: #4ade80;
  font-size: 20px;
  width: 24px;
}

.feature-item span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* Services Grid */
.footer-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

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

.footer-section-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #4ade80 0%, #22c55e 100%);
  border-radius: 2px;
}

.footer-nav-modern {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-modern li {
  margin-bottom: 15px;
}

.footer-nav-modern a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  padding: 8px 0;
  border-radius: 6px;
}

.footer-nav-modern a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(8px);
  padding-left: 12px;
}

.footer-nav-modern a i {
  color: #4ade80;
  font-size: 16px;
  width: 18px;
  text-align: center;
}

/* Contact Details */
.contact-details-modern {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-detail-modern {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-detail-modern i {
  color: #4ade80;
  font-size: 18px;
  margin-top: 3px;
  width: 20px;
}

.contact-detail-modern div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-detail-modern a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-detail-modern a:hover {
  color: #ffffff;
}

.contact-detail-modern small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 400;
}

.contact-detail-modern span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
}

/* Newsletter CTA */
.newsletter-cta {
  margin-top: 40px;
}

.newsletter-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsletter-icon-section {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.newsletter-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

.newsletter-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 5px 0;
}

.newsletter-text p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.newsletter-form-modern {
  flex-shrink: 0;
}

.newsletter-input-wrapper {
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.newsletter-input-wrapper input {
  flex: 1;
  padding: 14px 20px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #1e293b;
  min-width: 250px;
}

.newsletter-input-wrapper input::placeholder {
  color: #94a3b8;
}

.newsletter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #ffffff;
  border: none;
  padding: 14px 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 0 50px 50px 0;
}

.newsletter-btn:hover {
  background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

/* Footer Bottom Bar */
.footer-bottom-bar {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-bottom-left {
  flex: 1;
}

.copyright-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom-center {
  flex: 2;
  text-align: center;
}

.certifications-modern {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.certification-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}

.certification-badge i {
  color: #4ade80;
  font-size: 14px;
}

.footer-bottom-right {
  flex: 1;
  text-align: right;
}

.footer-links-modern {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.footer-links-modern a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-links-modern a:hover {
  color: #ffffff;
}

.social-links-modern {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.social-link-modern {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.social-link-modern:hover {
  background: #ffffff;
  color: #28a745;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Floating WhatsApp */
.floating-whatsapp-modern {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}

.whatsapp-float-modern {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  animation: whatsapp-pulse 3s infinite;
}

.whatsapp-float-modern:hover {
  transform: scale(1.05) translateY(-3px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-float-modern i {
  font-size: 18px;
}

.whatsapp-text {
  font-weight: 600;
}

@keyframes whatsapp-pulse {
  0%, 100% {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand-card {
    order: -1;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .brand-header-modern {
    justify-content: center;
  }

  .newsletter-card {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .newsletter-icon-section {
    justify-content: center;
  }

  .footer-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding: 40px 0 30px;
  }

  .footer-content-wrapper {
    gap: 30px;
  }

  .footer-services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }

  .footer-column-modern {
    align-items: center;
  }

  .footer-nav-modern a:hover {
    transform: none;
    padding-left: 0;
  }

  .contact-detail-modern {
    justify-content: center;
    text-align: center;
  }

  .newsletter-card {
    padding: 25px;
    margin: 0 15px;
  }

  .newsletter-input-wrapper input {
    min-width: 200px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-bottom-center,
  .footer-bottom-right {
    text-align: center;
  }

  .footer-links-modern,
  .social-links-modern {
    justify-content: center;
  }

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

@media (max-width: 576px) {
  .footer-top {
    padding: 30px 0 20px;
  }

  .footer-brand-card {
    padding: 20px;
  }

  .brand-title-modern {
    font-size: 24px;
  }

  .brand-icon-wrapper {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .footer-section-title {
    font-size: 18px;
  }

  .newsletter-card {
    padding: 20px;
    margin: 0 10px;
  }

  .newsletter-text h3 {
    font-size: 20px;
  }

  .newsletter-input-wrapper {
    flex-direction: column;
    border-radius: 15px;
  }

  .newsletter-input-wrapper input {
    border-radius: 15px 15px 0 0;
    min-width: auto;
  }

  .newsletter-btn {
    border-radius: 0 0 15px 15px;
    justify-content: center;
  }

  .whatsapp-float-modern {
    padding: 12px 16px;
    font-size: 13px;
  }

  .whatsapp-text {
    display: none;
  }

  .floating-whatsapp-modern {
    bottom: 20px;
    right: 20px;
  }

  .certifications-modern {
    flex-direction: column;
    gap: 15px;
  }

  .certification-badge {
    justify-content: center;
    font-size: 11px;
    padding: 6px 12px;
  }

  .footer-links-modern {
    flex-direction: column;
    gap: 10px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float-modern,
  .social-link-modern,
  .newsletter-btn,
  .footer-nav-modern a {
    animation: none;
    transition: none;
  }
}

/* High Contrast */
@media (prefers-contrast: high) {
  .green-footer {
    background: #000000;
    color: #ffffff;
  }

  .newsletter-card {
    background: #ffffff;
    border: 2px solid #000000;
  }
}

/* Print Styles */
@media print {
  .green-footer,
  .floating-whatsapp-modern {
    display: none !important;
  }
}

/* =================================================================
   MOBILE OPTIMIZATIONS - TOP BAR HIDE & OVERFLOW FIXES
   ================================================================= */

/* Hide Top Bar on Mobile */
@media (max-width: 768px) {
  .top-bar {
    display: none !important;
  }
}

/* =================================================================
   MOBILE OVERFLOW FIXES - COMPREHENSIVE
   ================================================================= */

/* Global Mobile Overflow Prevention */
html, body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100%;
}

/* Mobile Specific Overflow Fixes */
@media (max-width: 768px) {
  /* Prevent horizontal scroll globally */
  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Container overflow fixes */
  .container, .container-fluid {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Row overflow fixes */
  .row {
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }

  /* Column overflow fixes */
  .col-*, .col-sm-*, .col-md-*, .col-lg-*, .col-xl-* {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  /* Image overflow fixes */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* Table overflow fixes */
  table {
    width: 100%;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  /* Form overflow fixes */
  form {
    overflow-x: hidden;
    width: 100%;
  }

  /* Input field overflow fixes */
  input, textarea, select {
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  /* Text overflow fixes */
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Navigation overflow fixes */
  .navbar-collapse {
    overflow-x: hidden;
  }

  /* Card overflow fixes */
  .card {
    overflow-x: hidden;
  }

  /* Button overflow fixes */
  .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Hero section overflow fixes */
  .hero-content-modern,
  .modern-hero-section {
    padding: 20px 10px;
    overflow-x: hidden;
  }

  /* Footer overflow fixes */
  footer {
    overflow-x: hidden;
    width: 100%;
  }

  /* Section overflow fixes */
  section {
    overflow-x: hidden;
  }

  /* Fixed/absolute positioned elements */
  [style*="position: fixed"],
  [style*="position: absolute"] {
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* Specific mobile adjustments */
  .consignment,
  .why-choose-modern,
  .professional-services-section,
  .professional-storage-section,
  .professional-suburbs-section,
  .professional-reviews-section {
    overflow-x: hidden;
  }

  /* Service cards overflow fixes */
  .service-card-modern,
  .why-choose-card-modern {
    overflow-x: hidden;
  }

  /* Table responsive fixes */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Header padding and margin fixes for mobile (768px and below) */
  .enhanced-professional-header {
    padding: 12px 0 !important;
  }

  .navbar-brand {
    padding: 10px 0 !important;
  }

  .premium-nav-link {
    padding: 8px 16px !important;
    margin: 3px 0 !important;
  }

  .brand-name {
    font-size: 22px !important;
  }

  .brand-tagline span {
    font-size: 9px !important;
  }

  .navbar-nav {
    padding: 12px 0 !important;
  }

  .navbar-actions {
    margin-top: 8px !important;
  }

  .navbar-actions .btn {
    padding: 6px 12px !important;
    font-size: 14px !important;
  }

  /* Top bar elements spacing */
  .trust-indicators {
    gap: 10px !important;
  }

  .trust-item {
    padding: 5px 12px !important;
    margin: 3px 0 !important;
  }

  .phone-numbers {
    gap: 8px !important;
  }

  .phone-link {
    padding: 3px 0 !important;
  }

  .emergency-contact {
    margin: 8px 0 !important;
  }
}

/* Extra Small Mobile (Phones) */
@media (max-width: 480px) {
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .col-*, .col-sm-*, .col-md-*, .col-lg-*, .col-xl-* {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* Extra small text and spacing fixes */
  .display-4 {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }

  /* Extra small hero adjustments */
  .hero-content-modern {
    padding: 15px 5px;
  }

  /* Header padding and margin fixes for extra small mobile */
  .enhanced-professional-header {
    padding: 10px 0 !important;
  }

  .navbar {
    margin-bottom: 0 !important;
  }

  .navbar-brand {
    padding: 8px 0 !important;
  }

  .premium-nav-link {
    padding: 6px 12px !important;
    margin: 2px 0 !important;
  }

  .brand-name {
    font-size: 18px !important;
  }

  .brand-tagline {
    margin-top: 2px !important;
  }

  .brand-tagline span {
    font-size: 7px !important;
    display: block !important;
  }

  /* Navigation spacing fixes */
  .navbar-nav {
    padding: 10px 0 !important;
  }

  .navbar-actions {
    margin-top: 10px !important;
  }

  /* Top bar elements spacing (when visible) */
  .trust-indicators {
    gap: 5px !important;
  }

  .trust-item {
    padding: 3px 8px !important;
    margin: 2px 0 !important;
  }

  .phone-numbers {
    gap: 3px !important;
  }

  .phone-link {
    padding: 2px 0 !important;
  }
}

/* =================================================================
   PRIVACY POLICY PAGE STYLES
   ================================================================= */

/* Privacy Policy Section */
.privacy-policy-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 100vh;
    padding-top: 80px; /* Account for fixed header */
}

/* Privacy Header */
.privacy-header {
    position: relative;
}

.privacy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 25px rgba(0,123,255,0.3);
    animation: pulse-glow 3s ease-in-out infinite;
}

.privacy-title {
    font-size: 2.5rem;
    color: #2d3748;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.privacy-meta {
    background: white;
    padding: 15px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: inline-block;
}

.privacy-badge {
    margin-top: 10px;
}

/* Privacy Content Card */
.privacy-content-card {
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.privacy-content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.15);
}

/* Privacy Notice */
.privacy-notice {
    border-left: 4px solid #007bff;
}

/* Privacy Section Titles */
.privacy-section-title {
    font-size: 1.8rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* Definitions List */
.definitions-list .definition-item {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef !important;
}

.definitions-list .definition-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #007bff !important;
}

.definitions-list strong {
    color: #007bff;
}

/* Data Types List */
.data-types-list .data-type-item {
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.data-types-list .data-type-item:hover {
    background: #e3f2fd;
    transform: translateX(5px);
}

/* Cookies Info */
.cookies-info {
    border-left: 4px solid #ffc107;
}

/* Cookie Usage Cards */
.cookies-usage .cookie-usage-card {
    transition: all 0.3s ease;
}

.cookies-usage .cookie-usage-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Usage Purposes */
.usage-purposes .purpose-item {
    transition: all 0.3s ease;
}

.usage-purposes .purpose-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.usage-purposes strong {
    color: #007bff;
}

/* Sharing Info */
.sharing-info {
    border-left: 4px solid #ffc107;
}

.sharing-list .sharing-item {
    background: rgba(255,255,255,0.5);
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 8px;
}

/* Legal Requirements */
.legal-requirements .requirement-item {
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.legal-requirements .requirement-item:hover {
    background: #e3f2fd;
    transform: translateX(5px);
}

/* Security Notice */
.security-notice {
    border-left: 4px solid #dc3545;
}

/* Contact Methods */
.contact-methods .contact-method {
    transition: all 0.3s ease;
}

.contact-methods .contact-method:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* =================================================================
   MOBILE RESPONSIVE STYLES FOR PRIVACY POLICY
   ================================================================= */

@media (max-width: 768px) {
    .privacy-policy-section {
        padding-top: 60px;
    }

    .privacy-title {
        font-size: 2rem;
    }

    .privacy-icon {
        width: 70px;
        height: 70px;
    }

    .privacy-icon i {
        font-size: 2rem;
    }

    .privacy-meta {
        padding: 12px 20px;
    }

    .privacy-content-card {
        padding: 20px;
    }

    .privacy-section-title {
        font-size: 1.5rem;
    }

    .definitions-list .definition-item {
        padding: 15px;
    }

    .data-types-list .data-type-item {
        padding: 10px;
        margin-bottom: 10px;
    }

    .cookies-usage .cookie-usage-card {
        padding: 15px;
    }

    .usage-purposes .purpose-item {
        padding: 15px;
    }

    .contact-methods .contact-method {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .privacy-title {
        font-size: 1.8rem;
    }

    .privacy-icon {
        width: 60px;
        height: 60px;
    }

    .privacy-icon i {
        font-size: 1.5rem;
    }

    .privacy-meta {
        padding: 10px 15px;
    }

    .privacy-content-card {
        padding: 15px;
    }

    .privacy-section-title {
        font-size: 1.3rem;
    }

    .definitions-list .definition-item {
        padding: 12px;
    }

    .data-types-list .data-type-item {
        padding: 8px;
    }

    .cookies-usage .cookie-usage-card {
        padding: 12px;
    }

    .usage-purposes .purpose-item {
        padding: 12px;
    }

    .contact-methods .contact-method {
        padding: 12px;
        flex-direction: column;
        text-align: center;
    }

    .contact-methods .contact-method i {
        margin-bottom: 8px;
        margin-right: 0;
    }
}

/* =================================================================
   ANIMATIONS FOR PRIVACY POLICY
   ================================================================= */

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(0,123,255,0.3);
    }
    50% {
        box-shadow: 0 8px 35px rgba(0,123,255,0.5);
    }
}

/* =================================================================
   END OF PRIVACY POLICY PAGE STYLES
   ================================================================= */

/* =================================================================
   TERMS AND CONDITIONS PAGE STYLES
   ================================================================= */

/* Terms Section */
.terms-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 100vh;
    padding-top: 80px; /* Account for fixed header */
}

/* Terms Header */
.terms-header {
    position: relative;
}

.terms-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 25px rgba(0,123,255,0.3);
    animation: pulse-glow 3s ease-in-out infinite;
}

.terms-title {
    font-size: 2.5rem;
    color: #2d3748;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.terms-meta {
    background: white;
    padding: 15px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: inline-block;
}

.terms-badge {
    margin-top: 10px;
}

/* Terms Content Card */
.terms-content-card {
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.terms-content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.15);
}

/* Terms Intro */
.terms-intro {
    border-left: 4px solid #007bff;
}

/* Terms Section Titles */
.terms-section-title {
    font-size: 1.8rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* Definitions List */
.definitions-list .definition-item {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef !important;
}

.definitions-list .definition-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #007bff !important;
}

.definitions-list strong {
    color: #007bff;
}

/* Notice Boxes */
.acknowledgment-notice {
    border-left: 4px solid #28a745;
}

.links-notice {
    border-left: 4px solid #ffc107;
}

.termination-notice {
    border-left: 4px solid #dc3545;
}

.liability-notice {
    border-left: 4px solid #0dcaf0;
}

.disclaimer-notice {
    border-left: 4px solid #6c757d;
}

.changes-notice {
    border-left: 4px solid #007bff;
}

/* Contact Methods */
.contact-methods .contact-method {
    transition: all 0.3s ease;
}

.contact-methods .contact-method:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* =================================================================
   MOBILE RESPONSIVE STYLES FOR TERMS AND CONDITIONS
   ================================================================= */

@media (max-width: 768px) {
    .terms-section {
        padding-top: 60px;
    }

    .terms-title {
        font-size: 2rem;
    }

    .terms-icon {
        width: 70px;
        height: 70px;
    }

    .terms-icon i {
        font-size: 2rem;
    }

    .terms-meta {
        padding: 12px 20px;
    }

    .terms-content-card {
        padding: 20px;
    }

    .terms-section-title {
        font-size: 1.5rem;
    }

    .definitions-list .definition-item {
        padding: 15px;
    }

    .contact-methods .contact-method {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .terms-title {
        font-size: 1.8rem;
    }

    .terms-icon {
        width: 60px;
        height: 60px;
    }

    .terms-icon i {
        font-size: 1.5rem;
    }

    .terms-meta {
        padding: 10px 15px;
    }

    .terms-content-card {
        padding: 15px;
    }

    .terms-section-title {
        font-size: 1.3rem;
    }

    .definitions-list .definition-item {
        padding: 12px;
    }

    .contact-methods .contact-method {
        padding: 12px;
        flex-direction: column;
        text-align: center;
    }

    .contact-methods .contact-method i {
        margin-bottom: 8px;
        margin-right: 0;
    }
}

/* =================================================================
   ANIMATIONS FOR TERMS AND CONDITIONS
   ================================================================= */

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(0,123,255,0.3);
    }
    50% {
        box-shadow: 0 8px 35px rgba(0,123,255,0.5);
    }
}

/* =================================================================
   END OF TERMS AND CONDITIONS PAGE STYLES
   ================================================================= */
