.brand-text {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: inherit;
  color: black;
  transition: color 0.3s ease;
}

/* When scrolled */
.navbar.scrolled .brand-text {
  color: white;
}



.attractive-services-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.attractive-services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e9ecef" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23e9ecef" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23e9ecef" opacity="0.02"/><circle cx="10" cy="50" r="0.5" fill="%23e9ecef" opacity="0.02"/><circle cx="90" cy="50" r="0.5" fill="%23e9ecef" opacity="0.02"/><circle cx="50" cy="90" r="0.5" fill="%23e9ecef" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
}

.section-badge .badge {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  font-size: 1rem;
  border-radius: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.services-hero-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.services-hero-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.overlay-content {
  flex: 1;
}

.overlay-content h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.service-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.highlight-item {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

.highlight-item i {
  margin-right: 8px;
  font-size: 1.1rem;
}

.service-item {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}

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

.service-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f8f9fa;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin-right: 25px;
  flex-shrink: 0;
}

.service-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.service-subtitle {
  color: #de6320;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1rem;
}

.service-description {
  line-height: 1.7;
  color: #555;
  font-size: 1rem;
}

.service-description p {
  margin-bottom: 20px;
}

.service-benefits {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
  margin: 25px 0;
  border-left: 4px solid #de6320;
}

.service-benefits h5 {
  color: #de6320;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-benefits li {
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.95rem;
}

.service-benefits li:last-child {
  border-bottom: none;
}

.service-benefits strong {
  color: #333;
}

.services-cta {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  color: white;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 140, 222, 0.3);
}

.services-cta h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-cta p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.cta-buttons .btn-primary {
  background: white;
  color: #de6320;
  border-color: white;
}

.cta-buttons .btn-primary:hover {
  background: #de6320;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn-outline-primary {
  background: transparent;
  color: white;
  border-color: white;
}

.cta-buttons .btn-outline-primary:hover {
  background: white;
  color: #de6320;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .service-item {
    padding: 25px;
  }

  .service-header {
    flex-direction: column;
    text-align: center;
  }

  .service-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

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

  .services-cta h3 {
    font-size: 1.5rem;
  }

  .image-overlay {
    flex-direction: column;
    text-align: center;
  }

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



.perfect-faq-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.section-badge .badge {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  font-size: 1rem;
  border-radius: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.faq-question {
  margin: 0;
}

.faq-btn {
  width: 100%;
  padding: 20px 25px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-btn:hover {
  background: #f8f9fa;
}

.faq-btn:focus {
  outline: none;
  box-shadow: none;
}

.question-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  flex: 1;
  margin-right: 15px;
}

.faq-icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-btn[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-btn[aria-expanded="true"] .faq-icon i::before {
  content: "\e622";
  /* ti-minus icon */
}

.faq-answer {
  border-top: 1px solid #e9ecef;
}

.faq-content {
  padding: 25px;
  line-height: 1.6;
  color: #555;
}

.faq-content p {
  margin-bottom: 15px;
}

.faq-content ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.faq-content li {
  margin-bottom: 8px;
  color: #666;
}

.faq-content strong {
  color: #de6320;
  font-weight: 600;
}

.service-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.area-column h6 {
  color: #de6320;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.area-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.area-column li {
  padding: 3px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.9rem;
}

.area-column li:last-child {
  border-bottom: none;
}

.faq-cta {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  color: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 140, 222, 0.3);
  max-width: 600px;
  margin: 0 auto;
}

.faq-cta h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.faq-cta p {
  opacity: 0.9;
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

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

.cta-buttons .btn-primary {
  background: white;
  color: #de6320;
  border-color: white;
}

.cta-buttons .btn-primary:hover {
  background: #de6320;
  color: white;
  transform: translateY(-2px);
}

.cta-buttons .btn-outline-primary {
  background: transparent;
  color: white;
  border-color: white;
}

.cta-buttons .btn-outline-primary:hover {
  background: white;
  color: #de6320;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .faq-btn {
    padding: 15px 20px;
  }

  .question-text {
    font-size: 1rem;
  }

  .faq-content {
    padding: 20px;
  }

  .service-areas-grid {
    grid-template-columns: 1fr;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 200px;
  }
}





.perfect-service-areas-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.section-badge .badge {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  font-size: 1rem;
  border-radius: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.areas-map-container {
  max-width: 800px;
  margin: 0 auto;
}

.areas-map {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.map-header {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.map-placeholder {
  height: 300px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-overlay {
  text-align: center;
  z-index: 2;
}

.map-overlay h4 {
  color: #de6320;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.map-overlay p {
  color: #666;
  margin-bottom: 15px;
}

.location-pin {
  font-size: 3rem;
  color: #dc3545;
  animation: pulse 2s infinite;
}

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

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.service-areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.areas-category {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.areas-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.category-header {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
}

.category-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 15px;
}

.category-info h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.category-info p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0;
}

.areas-list {
  padding: 20px;
}

.area-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
}

.area-item:last-child {
  border-bottom: none;
}

.area-item i {
  margin-right: 10px;
  font-size: 1rem;
}

.area-item span {
  font-weight: 500;
  color: #555;
}

.service-stats {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  text-align: center;
}

.stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #de6320;
  margin-bottom: 5px;
}

.stat-item .stat-label {
  color: #666;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.emergency-service-banner {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
  overflow: hidden;
}

.emergency-content {
  padding: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.emergency-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  flex-shrink: 0;
}

.emergency-text {
  flex: 1;
  min-width: 250px;
}

.emergency-text h3 {
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

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

.emergency-action {
  flex-shrink: 0;
}

.emergency-action .btn {
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: 600;
  border: 2px solid white;
  background: white;
  color: #dc3545;
  transition: all 0.3s ease;
}

.emergency-action .btn:hover {
  background: #dc3545;
  color: white;
  transform: translateY(-2px);
}

.coverage-note {
  max-width: 600px;
  margin: 0 auto;
}

.coverage-note p {
  font-style: italic;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .service-areas-grid {
    grid-template-columns: 1fr;
  }

  .emergency-content {
    flex-direction: column;
    text-align: center;
  }

  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .map-placeholder {
    height: 200px;
  }
}



.perfect-additional-services-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.section-badge .badge {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  font-size: 1rem;
  border-radius: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  max-width: 900px;
  margin: 0 auto;
}

.additional-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.additional-service-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.additional-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  border-color: #de6320;
}

.service-visual {
  position: relative;
  height: 200px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  z-index: 2;
}

.image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 3rem;
  opacity: 0.7;
}

.image-placeholder span {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-details {
  padding: 30px;
}

.service-details h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.service-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

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

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #666;
}

.feature-item i {
  margin-right: 10px;
  font-size: 1rem;
}

.service-benefits {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #de6320;
}

.service-benefits p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

.service-benefits strong {
  color: #de6320;
}

.additional-services-cta {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  color: white;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 140, 222, 0.3);
  max-width: 700px;
  margin: 0 auto;
}

.additional-services-cta h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.additional-services-cta p {
  opacity: 0.9;
  margin-bottom: 30px;
  font-size: 1rem;
}

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

.cta-buttons .btn-primary {
  background: white;
  color: #de6320;
  border-color: white;
}

.cta-buttons .btn-primary:hover {
  background: #de6320;
  color: white;
  transform: translateY(-2px);
}

.cta-buttons .btn-outline-primary {
  background: transparent;
  color: white;
  border-color: white;
}

.cta-buttons .btn-outline-primary:hover {
  background: white;
  color: #de6320;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .additional-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-details {
    padding: 20px;
  }

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

  .additional-services-cta h3 {
    font-size: 1.3rem;
  }
}




.perfect-minimal-footer {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.perfect-minimal-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
  opacity: 0.5;
}

.footer-main {
  padding: 60px 0 40px;
  position: relative;
  z-index: 2;
}

.footer-title-section {
  margin-bottom: 50px;
}

.unique-title h2 {
  font-size: 2.2rem;
  font-weight: 300;
  font-style: italic;
  color: white;
  margin-bottom: 10px;
  position: relative;
}

.unique-title .subtitle {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 20px;
}

.title-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.decoration-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.decoration-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  color: white;
  font-size: 1.2rem;
}

.footer-content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.footer-column h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
  position: relative;
}

.footer-column h4::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  border-radius: 1px;
}

.brand-minimal {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.brand-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.brand-text h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 3px;
  color: white;
}

.brand-text p {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
}

.brand-description {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.9;
}

.contact-minimal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.contact-item i {
  width: 20px;
  margin-right: 12px;
  color: #de6320;
  font-size: 1rem;
}

.contact-item a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #de6320;
}

.footer-links-minimal {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-minimal li {
  margin-bottom: 8px;
}

.footer-links-minimal a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links-minimal a:hover {
  color: white;
  padding-left: 10px;
}

.service-areas-minimal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.area-group {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.4;
}

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

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

.copyright p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

.call-action {
  background: linear-gradient(135deg, #de6320 0%, #de6320 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.call-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 140, 222, 0.3);
  color: white;
}

@media (max-width: 768px) {
  .footer-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .unique-title h2 {
    font-size: 1.8rem;
  }

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

  .brand-minimal {
    flex-direction: column;
    text-align: center;
  }

  .brand-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .title-decoration {
    margin-top: 15px;
  }

  .decoration-line {
    flex: 0.3;
  }
}
