 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

	html {
	  scroll-behavior: smooth;
	}

    body {
      font-family: 'Open Sans', sans-serif;
      color: #fff;
      background-color: #000;
      overflow-x: hidden;
    }
	
	.colored-text {
  color: #c41310; /* acelasi rosu folosit in tema */
  font-weight: 800;
}

	
/* HEADER MENU */
.main-header {
  width: 100%;
  background: #fff;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #e63946;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

.logo img {
  height: 50px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 35px;
}

.main-nav a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.main-nav a:hover {
  color: #e63946;
}

.header-phone a {
  color: #c41310;
  font-weight: 800;
  font-size: 34px;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.3s;
}

.header-phone a:hover {
  color: #e63946;
}

body {
  padding-top: 90px;
}

@media (max-width: 720px) {
  .main-nav {
    display: none;
  }

  .header-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .logo img {
    height: 40px;
  }

  .header-phone a {
    font-size: 18px;
    padding: 5px 10px;
  }

  .main-header {
    position: static;
    padding: 10px 20px;
  }

  body {
    padding-top: 0;
  }
}

/* HERO SECTION */
.hero-section {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 20px 50px 20px;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  max-width: 900px;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
  font-family: 'Open Sans';
}

.hero-content h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.hero-divider {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 10px 0;
  opacity: 0.5;
}

.hero-subline {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-size: 20px;
  font-family: 'Open Sans';
}

.hero-trust img {
  max-width: 300px;
  margin-bottom: 30px;
}

.message-btn {
    background: #fff;
    color: #c00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 10px;
    padding: 15px 30px;
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    max-width: 600px;
    font-size: 30px;
}

.message-btn:hover {
  background: #f5f5f5;
}

@media (max-width: 720px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content h2 {
    font-size: 1rem;
  }
  .hero-subline {
  }
  .hero-trust img {
    max-width: 250px;
  }
}


/* HERO CALL BUTTON */
 .hero-callbtn {
display: inline-block;
background: #c41310;
color: #fff;
padding: 14px 30px;
font-size: 20px;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s ease;
}
.hero-callbtn:hover {
background: #d62839;
}

@media (max-width: 768px) {
.hero-callbtn {
font-size: 18px !important;
padding: 12px 14px !important; 
}
}
	
/* WHY CHOOSE HUSKEY'S SECTION */
.why-choose {
  background: #fff;
  padding: 60px 0;
  border-top: 4px solid #c41310;
  border-bottom: 4px solid #c41310;
  display: flex;
  justify-content: center;
}

.why-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  gap: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.why-image {
  position: relative;
  width: 50%;
}

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-banner {
  position: absolute;
  top: 0;
  left: 0;
  background: #c41310;
  color: #fff;
  font-weight: 700;
  padding: 8px 12px;
  font-size: 0.95rem;
  width: 100%;
  text-align: center;
}

.why-content {
  width: 50%;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}

.why-content h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  line-height: 1.1;
}

.why-content ul {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0;
}

.why-content li {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.why-content li i {
  color: #c41310;
  margin-right: 10px;
  font-size: 1.1rem;
}

.why-call {
  text-align: center;
  border-top: 1px solid #000;
  padding-top: 15px;
}

.why-call p {
  font-weight: 800 !important;
  margin-bottom: 5px;
  font-size: 23px !important;
}

.why-call a {
  color: #c41310;
  font-weight: 800;
  font-size: 34px;
  text-decoration: none;
}

.why-call a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 720px) {
  .why-choose {
	padding: 40px 0;
  }
  
  .why-container {
    flex-direction: column;
  }
  
  .why-content h2 {
  font-size: 28px;
}


  .why-image,
  .why-content {
    width: 100%;
  }

  .why-content {
    padding: 25px;
  }

  .why-call {
    display: none;
  }
}

/* HOW IT WORKS SECTION */
.how-it-works {
  background: #fde9e9;
  padding: 80px 20px;
  text-align: center;
  border-top: 3px solid #e63946;
  border-bottom: 3px solid #e63946;
}

.how-it-works h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 50px;
}

.works-container {
  max-width: 1100px;
  margin: 0 auto;
}

.works-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.step-box {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border-radius: 2px;
  flex: 1;
  min-width: 300px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 25px;
  transition: transform 0.3s;
}

.step-box:hover {
  transform: translateY(-5px);
}

.step-header {
  background: #c41310;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  font-weight: 800;
  font-size: 28px;
}

.step-box h3 {
  color: #c41310;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.step-box i {
  font-size: 40px;
  color: #c41310;
  margin: 10px 0 15px;
}

.step-box p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 0 15px;
}

/* Responsive */
@media (max-width: 720px) {
  .how-it-works {
  padding: 40px 20px;
	}
  .works-steps {
    justify-content: center;
  }
  .how-it-works h2 {
  font-size: 28px;
}
}

/* REVIEWS SECTION */
.reviews-section {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
  border-top: 3px solid #c41310;
  border-bottom: 3px solid #c41310;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 50px;
}

.reviews-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.review-card {
  flex: 1;
  min-width: 300px;
  max-width: 360px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}

.review-author strong {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.review-author span {
  font-size: 0.9rem;
  color: #444;
}

.review-header img {
  width: 90px;
  height: auto;
}

.review-card p {
  font-size: 0.95rem;
  color: #222;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 720px) {
  .reviews-section {
    padding: 40px 20px;
}
  
  
  .reviews-grid {
    justify-content: center;
  }
  
  .reviews-section h2 {
  font-size: 28px;
}

  .review-card {
    max-width: 90%;
  }

  .review-header img {
    width: 75px;
  }
}

/* OUR SERVICES SECTION */
.all-services-section {
  background-color: #fde9e9;
  padding: 80px 20px;
  text-align: center;
  border-top: 3px solid #c41310;
  border-bottom: 3px solid #c41310;
}

.all-services-container {
  max-width: 1300px;
  margin: 0 auto;
}

.all-services-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.services-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
}

.service-box {
  background: #fff;
  border-radius: 6px;
  padding: 40px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.service-box i {
  font-size: 2.2rem;
  color: #c41310;
  margin-bottom: 15px;
}

.service-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}


/* Responsive */
@media (max-width: 720px) {
.all-services-section {
  padding: 40px 20px;
}

.all-services-section h2 {
  font-size: 28px;
}
}


/* SERVICE AREAS SECTION */
.service-areas {
  position: relative;
    no-repeat center center/cover;
  padding: 0;
  border-top: 3px solid #c41310;
  border-bottom: 3px solid #c41310;
}

/* Dark overlay over background image */
.service-areas-overlay {
  background-color: #111111ff;
  backdrop-filter: blur(2px);
  padding: 80px 20px;
}

/* Main flex container */
.service-areas-container {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #c4131099; /* red overlay */
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; /* ✅ keep on one line */
  gap: 25px;
  padding: 50px 40px;
  box-sizing: border-box;
}

/* Left side (text block) */
.service-left {
  flex: 1 1 55%; /* ✅ occupy 55% width */
  min-width: 0;  /* ✅ prevents overflow when text is long */
}

.service-left h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere; /* ✅ breaks long text naturally */
}

/* Right side (city list box) */
.service-right {
  flex: 0 0 40%; /* ✅ fixed 40% width */
  background-color: #c41310;
  color: #fff;
  padding: 25px 35px;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  max-width: none;
}

/* City names list */
.counties {
  margin: 0;
}

/* Toggle button for “+ more” */
.more-toggle {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s ease;
}

.more-toggle:hover {
  color: #ffe6e6;
}

/* Hidden counties area */
.more-counties {
  display: none;
  margin-top: 8px;
  font-size: 0.95rem;
  animation: fadeIn 0.4s ease-in-out;
}

/* Simple fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 720px) {
  .service-areas-container {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .service-left h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .service-right {
    width: 100%;
    text-align: center;
  }
}


/* FAQ SECTION */
.faq-section {
  background: #ffffff;
  padding: 80px 20px;
  border-top: 3px solid #c41310;
  border-bottom: 3px solid #c41310;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-container h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #222;
  margin-bottom: 50px;
}

.faq-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #fff;
  color: #111;
  padding: 20px;
  font-size: 1.05rem;
  font-weight: 700;
  border: none;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: #f7f7f7;
}

.faq-item.active .faq-question {
  color: #c41310;
}

.faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 0.97rem;
  color: #333;
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-icon {
  font-size: 1rem;
  color: #c41310;
  margin-left: 15px;
}

/* Responsive */
@media (max-width: 720px) {
  .faq-section {
    padding: 40px 20px;
}
  .faq-container h2 {
    font-size: 1.6rem;
  }

  .faq-question {
    font-size: 1rem;
  }
  
}

/* CALL TO ACTION SECTION */
.call-to-action {
  background-color: #ffffff;
  border-top: 3px solid #c41310;
  border-bottom: 3px solid #c41310;
  padding: 80px 20px;
}

.cta-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.cta-left img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border: 2px solid #444;
  box-shadow: 4px 4px 2px 0 #707070;
}

.cta-right {
  text-align: center;
}

.cta-right h2 {
  font-size: 40px !important;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
}



.cta-logo {
  width: 300px;
  height: 80px;
  margin: 10px 0 20px 0;
}

.cta-right p {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  background-color: #c41310;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #a10f0d;
}

.cta-button i {
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 720px) {
  .cta-container {
    flex-direction: column;
    gap: 30px;
  }

  .cta-left img {
    max-width: 250px;
  }

  .cta-right h2 {
    font-size: 1.6rem !important;
  }

  .cta-logo {
    width: 100%;
  }

  .cta-button {
    font-size: 1.4rem;
    padding: 12px 24px;
	width: 100%;
  }
  
  .cta-right p {
    font-size: 24px;
}
}

/* CONTACT FORM SECTION */
.contact-form-section {
  background-color: #ffe6e6;
  border-top: 3px solid #c41310;
  border-bottom: 3px solid #c41310;
  padding: 80px 20px;
}

.contact-form-container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.contact-form-container h2 {
  font-size: 40px;
  font-weight: 800;
  color: #111;
  margin-bottom: 30px;
}

.form-subtitle {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-form {
  background: #fff;
  padding: 40px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 1rem;
  font-family: inherit;
  color: #333;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #c41310;
  outline: none;
}

.form-button {
  display: block;
  width: 100%;
  background-color: #c41310;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #a10f0d;
}

.privacy-text {
  font-size: 0.85rem;
  color: #555;
  margin-top: 20px;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 720px) {
  .contact-form {
    padding: 25px;
  }

  .contact-form-container h2 {
    font-size: 1.6rem;
  }
  .contact-form-section {
  padding: 40px 20px;
}
}

/* FOOTER SECTION */
.site-footer {
  background-color: #000;
  padding: 20px 10px;
  text-align: center;
}

.site-footer p {
  color: #fff;
  font-size: 10px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.3px;
}

/* Responsive */
@media (max-width: 720px) {
.site-footer {
  margin-bottom: 90px;
}
}



/* Sticky button wrapper (white background) */
.mobile-sticky-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  z-index: 9998;
}

/* The red button */
.mobile-sticky-btn {
  display: inline-block;
  width: calc(100% - 10px); /* full width minus 5px margin on both sides */
  margin: 0 5px;
  background-color: #c41310;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.mobile-sticky-btn:hover {
  background-color: #d62839;
}

.mobile-sticky-btn i {
  margin-right: 8px;
}

/* Show only on mobile */
@media (max-width: 720px) {
  .mobile-sticky-wrapper {
    display: block;
  }
}