* { margin: 0px; padding: 0px; box-sizing: border-box; }
body { font-family: Poppins, sans-serif; line-height: 1.6; color: rgb(26, 26, 26); overflow-x: hidden; }
#header { width: 100%; height: auto; }
.home-hero-section { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 80px 20px; overflow: hidden; background: linear-gradient(135deg, rgb(179, 0, 0) 0%, rgb(139, 0, 0) 100%); }
.home-hero-bg-img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; }
.home-hero-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(179, 0, 0, 0.7) 0%, rgba(139, 0, 0, 0.8) 100%); z-index: 2; }
.home-hero-content { position: relative; z-index: 3; max-width: 1200px; margin: 0px auto; text-align: center; color: rgb(255, 255, 255); }
.home-hero-heading { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 800; margin-bottom: 20px; line-height: 1.2; text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 8px; animation: 1s ease-out 0s 1 normal none running fadeInUp; }
.home-hero-subheading { font-size: clamp(1.2rem, 2.5vw, 1.8rem); font-weight: 400; margin-bottom: 40px; opacity: 0.95; animation: 1.2s ease-out 0s 1 normal none running fadeInUp; }
.home-hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 50px; animation: 1.4s ease-out 0s 1 normal none running fadeInUp; }
.home-hero-btn-primary { background: rgb(230, 0, 0); color: rgb(255, 255, 255); padding: 18px 40px; font-size: 1.1rem; font-weight: 600; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; box-shadow: rgba(230, 0, 0, 0.4) 0px 4px 15px; }
.home-hero-btn-primary:hover { background: rgb(204, 0, 0); transform: translateY(-3px); box-shadow: rgba(230, 0, 0, 0.6) 0px 6px 20px; }
.home-hero-btn-secondary { background: transparent; color: rgb(255, 255, 255); padding: 18px 40px; font-size: 1.1rem; font-weight: 600; border: 2px solid rgb(255, 255, 255); border-radius: 50px; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; }
.home-hero-btn-secondary:hover { background: rgb(255, 255, 255); color: rgb(179, 0, 0); transform: translateY(-3px); }
.home-hero-trust { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; font-size: 1rem; font-weight: 500; animation: 1.6s ease-out 0s 1 normal none running fadeInUp; }
.home-hero-trust-item { display: flex; align-items: center; gap: 8px; }
.home-hero-trust-item::before { content: "✓"; font-weight: bold; font-size: 1.2rem; }
.home-hero-curve { position: absolute; bottom: -2px; left: 0px; width: 100%; height: 80px; z-index: 3; background: rgb(255, 255, 255); clip-path: ellipse(75% 100% at 50% 100%); }
.home-welcome-section { background: rgb(255, 255, 255); padding: 100px 20px; }
.home-welcome-container { max-width: 1200px; margin: 0px auto; }
.home-welcome-heading { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: rgb(192, 0, 0); text-align: center; margin-bottom: 20px; }
.home-welcome-intro { font-size: 1.1rem; color: rgb(26, 26, 26); text-align: center; max-width: 800px; margin: 0px auto 60px; line-height: 1.8; }
.home-welcome-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-bottom: 60px; }
.home-welcome-value-card { text-align: center; padding: 30px; border-radius: 12px; transition: 0.3s; }
.home-welcome-value-card:hover { transform: translateY(-5px); box-shadow: rgba(192, 0, 0, 0.1) 0px 10px 30px; }
.home-welcome-icon { font-size: 3.5rem; color: rgb(192, 0, 0); margin-bottom: 20px; }
.home-welcome-value-title { font-size: 1.5rem; font-weight: 600; color: rgb(192, 0, 0); margin-bottom: 15px; }
.home-welcome-value-desc { font-size: 1rem; color: rgb(26, 26, 26); line-height: 1.7; }
.home-welcome-separator { width: 100%; height: 1px; background: linear-gradient(to right, transparent, rgb(224, 224, 224), transparent); margin-top: 40px; }
.home-services-section { background: rgb(245, 245, 245); padding: 100px 20px; }
.home-services-container { max-width: 1200px; margin: 0px auto; }
.home-services-heading { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: rgb(192, 0, 0); text-align: center; margin-bottom: 20px; }
.home-services-intro { font-size: 1.1rem; color: rgb(26, 26, 26); text-align: center; max-width: 700px; margin: 0px auto 60px; }
.home-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 50px; }
.home-service-card { background: rgb(255, 255, 255); padding: 40px 30px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px; border: 2px solid transparent; transition: 0.3s; text-align: center; }
.home-service-card:hover { border-color: rgb(192, 0, 0); transform: translateY(-8px); box-shadow: rgba(192, 0, 0, 0.2) 0px 8px 25px; }
.home-service-icon { font-size: 3rem; color: rgb(230, 0, 0); margin-bottom: 20px; }
.home-service-title { font-size: 1.4rem; font-weight: 600; color: rgb(192, 0, 0); margin-bottom: 15px; }
.home-service-desc { font-size: 0.95rem; color: rgb(26, 26, 26); line-height: 1.7; margin-bottom: 20px; }
.home-service-link { color: rgb(230, 0, 0); font-weight: 600; text-decoration: none; font-size: 1rem; transition: 0.3s; }
.home-service-link:hover { text-decoration: underline; }
.home-services-cta { text-align: center; margin-top: 40px; }
.home-services-btn { background: rgb(192, 0, 0); color: rgb(255, 255, 255); padding: 18px 50px; font-size: 1.1rem; font-weight: 600; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; box-shadow: rgba(192, 0, 0, 0.3) 0px 4px 15px; }
.home-services-btn:hover { background: rgb(160, 0, 0); transform: translateY(-3px); box-shadow: rgba(192, 0, 0, 0.5) 0px 6px 20px; }
.home-why-section { background: rgb(192, 0, 0); padding: 100px 20px; position: relative; overflow: hidden; }
.home-why-section::after { content: ""; position: absolute; bottom: -2px; left: 0px; width: 100%; height: 80px; background: rgb(255, 255, 255); clip-path: polygon(0px 50%, 100% 0px, 100% 100%, 0px 100%); }
.home-why-container { max-width: 1200px; margin: 0px auto; position: relative; z-index: 2; }
.home-why-heading { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: rgb(255, 255, 255); text-align: center; margin-bottom: 60px; }
.home-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }
.home-why-item { text-align: center; padding: 30px; }
.home-why-item-icon { font-size: 3rem; color: rgb(255, 255, 255); margin-bottom: 20px; }
.home-why-item-title { font-size: 1.4rem; font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 15px; }
.home-why-item-desc { font-size: 1rem; color: rgb(255, 255, 255); line-height: 1.7; opacity: 0.95; }
.home-testimonials-section { background: rgb(255, 255, 255); padding: 100px 20px; }
.home-testimonials-container { max-width: 1200px; margin: 0px auto; }
.home-testimonials-heading { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: rgb(192, 0, 0); text-align: center; margin-bottom: 60px; }
.home-testimonials-slider { position: relative; overflow: hidden; margin-bottom: 40px; }
.home-testimonials-track { display: flex; transition: transform 0.5s; }
.home-testimonial-card { min-width: 100%; padding: 40px; background: rgb(255, 255, 255); border: 1px solid rgb(224, 224, 224); border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px; }
.home-testimonial-quote { font-size: 1.2rem; color: rgb(26, 26, 26); line-height: 1.8; margin-bottom: 25px; font-style: italic; position: relative; padding-left: 30px; }
.home-testimonial-quote::before { content: "\""; position: absolute; left: 0px; top: -10px; font-size: 3rem; color: rgb(192, 0, 0); opacity: 0.3; }
.home-testimonial-stars { display: flex; gap: 5px; margin-bottom: 20px; justify-content: center; }
.home-testimonial-star { color: rgb(230, 0, 0); font-size: 1.2rem; }
.home-testimonial-author { font-size: 1.1rem; font-weight: 600; color: rgb(192, 0, 0); margin-bottom: 5px; text-align: center; }
.home-testimonial-location { font-size: 0.95rem; color: rgb(102, 102, 102); text-align: center; margin-bottom: 5px; }
.home-testimonial-date { font-size: 0.9rem; color: rgb(153, 153, 153); text-align: center; }
.home-testimonials-nav { display: flex; justify-content: center; gap: 15px; margin-top: 30px; }
.home-testimonials-dot { width: 12px; height: 12px; border-radius: 50%; background: rgb(221, 221, 221); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; transition: 0.3s; }
.home-testimonials-dot.active { background: rgb(192, 0, 0); width: 30px; border-radius: 6px; }
.home-testimonials-link { text-align: center; }
.home-testimonials-link a { color: rgb(230, 0, 0); font-weight: 600; text-decoration: none; font-size: 1.1rem; transition: 0.3s; }
.home-testimonials-link a:hover { text-decoration: underline; }
.home-areas-section { background: rgb(161, 0, 0); padding: 80px 20px; }
.home-areas-container { max-width: 1200px; margin: 0px auto; text-align: center; }
.home-areas-heading { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 20px; }
.home-areas-text { font-size: 1.1rem; color: rgb(255, 255, 255); margin-bottom: 40px; opacity: 0.95; max-width: 700px; margin-left: auto; margin-right: auto; }
.home-areas-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; }
.home-areas-item { background: rgba(255, 255, 255, 0.1); color: rgb(255, 255, 255); padding: 12px 25px; border-radius: 25px; font-size: 1rem; font-weight: 500; backdrop-filter: blur(10px); transition: 0.3s; }
.home-areas-item:hover { background: rgba(255, 255, 255, 0.2); transform: scale(1.05); }
.home-areas-btn { background: rgb(230, 0, 0); color: rgb(255, 255, 255); padding: 18px 50px; font-size: 1.1rem; font-weight: 600; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; box-shadow: rgba(230, 0, 0, 0.4) 0px 4px 15px; }
.home-areas-btn:hover { background: rgb(204, 0, 0); transform: translateY(-3px); box-shadow: rgba(230, 0, 0, 0.6) 0px 6px 20px; }
.home-cta-banner-section { background: linear-gradient(135deg, rgb(179, 0, 0) 0%, rgb(192, 0, 0) 100%); padding: 100px 20px; }
.home-cta-banner-container { max-width: 900px; margin: 0px auto; text-align: center; }
.home-cta-banner-heading { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 20px; line-height: 1.3; }
.home-cta-banner-subtext { font-size: 1.3rem; color: rgb(255, 255, 255); margin-bottom: 40px; opacity: 0.95; }
.home-cta-contact-options { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.home-cta-contact-item { color: rgb(255, 255, 255); font-size: 1.5rem; font-weight: 600; text-decoration: none; transition: 0.3s; }
.home-cta-contact-item:hover { transform: scale(1.1); opacity: 0.9; }
.home-cta-banner-btn { background: rgb(230, 0, 0); color: rgb(255, 255, 255); padding: 22px 60px; font-size: 1.3rem; font-weight: 700; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 50px; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; box-shadow: rgba(230, 0, 0, 0.5) 0px 6px 20px; }
.home-cta-banner-btn:hover { background: rgb(204, 0, 0); transform: translateY(-3px); box-shadow: rgba(230, 0, 0, 0.7) 0px 8px 30px; }
.home-trust-section { background: rgb(245, 245, 245); padding: 60px 20px; }
.home-trust-container { max-width: 1200px; margin: 0px auto; }
.home-trust-grid { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 40px; }
.home-trust-badge { text-align: center; padding: 20px; }
.home-trust-badge-icon { font-size: 3.5rem; color: rgb(192, 0, 0); margin-bottom: 10px; }
.home-trust-badge-text { font-size: 0.95rem; color: rgb(26, 26, 26); font-weight: 600; line-height: 1.4; }
@keyframes fadeInUp { 
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0px); }
}
@media (max-width: 768px) {
  .home-hero-section { min-height: 90vh; padding: 60px 20px; }
  .home-hero-buttons { flex-direction: column; align-items: center; }
  .home-hero-btn-primary, .home-hero-btn-secondary { width: 100%; max-width: 300px; }
  .home-hero-trust { flex-direction: column; gap: 15px; }
  .home-welcome-section, .home-services-section, .home-why-section, .home-testimonials-section { padding: 60px 20px; }
  .home-services-grid, .home-why-grid { grid-template-columns: 1fr; }
  .home-testimonial-quote { font-size: 1rem; }
  .home-cta-contact-options { flex-direction: column; gap: 20px; }
  .home-trust-grid { flex-direction: column; gap: 30px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-services-grid { grid-template-columns: repeat(2, 1fr); }
  .home-why-grid { grid-template-columns: repeat(2, 1fr); }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
#header { font-family: Poppins, sans-serif; background-color: rgb(13, 27, 42); color: rgb(255, 255, 255); padding: 0px; margin: 0px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px; position: sticky; top: 0px; z-index: 1000; width: 100%; }
#header * { box-sizing: border-box; margin: 0px; padding: 0px; }
#header .header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0px auto; padding: 0px 24px; height: 80px; }
#header .logo-link { display: flex; align-items: center; height: 80px; padding: 10px 0px; text-decoration: none; }
#header .logo-link img { height: 60px; width: auto; object-fit: contain; transition: transform 0.3s; }
#header .logo-link:hover img { transform: scale(1.05); }
#header nav { display: flex; align-items: center; gap: 5px; }
#header .nav-links { display: flex; list-style: none; gap: 5px; margin: 0px; padding: 0px; align-items: center; }
#header .nav-links li { margin: 0px; }
#header .nav-links a { color: rgb(255, 255, 255); text-decoration: none; padding: 10px 18px; display: block; font-weight: 500; font-size: 15px; transition: 0.3s; border-radius: 6px; white-space: nowrap; }
#header .nav-links a:hover { background-color: rgba(255, 255, 255, 0.15); color: rgb(255, 255, 255); transform: translateY(-2px); }
#header .nav-links a:active { background-color: rgba(255, 255, 255, 0.25); }
#header .hamburger { display: none; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 10px 12px; gap: 6px; z-index: 1002; min-width: 48px; min-height: 48px; }
#header .hamburger span { width: 30px; height: 3px; background-color: rgb(255, 255, 255); transition: 0.3s; border-radius: 3px; display: block; }
#header .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(9px, 9px); }
#header .hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
#header .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(8px, -8px); }
@media (max-width: 992px) {
  #header .hamburger { display: flex; }
  #header nav { position: fixed; top: 80px; left: -100%; width: 320px; height: calc(-80px + 100vh); background-color: rgb(13, 27, 42); transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden auto; box-shadow: rgba(0, 0, 0, 0.5) 4px 0px 20px; z-index: 1001; }
  #header nav.active { left: 0px; }
  #header .nav-links { flex-direction: column; width: 100%; gap: 0px; padding: 10px 0px; }
  #header .nav-links li { width: 100%; }
  #header .nav-links a { padding: 20px 30px; border-radius: 0px; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.12); font-size: 18px; font-weight: 500; white-space: normal; line-height: 1.5; display: flex; align-items: center; color: rgb(255, 255, 255); transition: background-color 0.2s, padding-left 0.2s; }
  #header .nav-links a:hover { background-color: rgba(255, 255, 255, 0.12); transform: none; padding-left: 44px; color: rgb(255, 255, 255); }
  #header .overlay { display: none; position: fixed; top: 80px; left: 0px; width: 100%; height: calc(-80px + 100vh); background-color: rgba(0, 0, 0, 0.65); z-index: 999; }
  #header .overlay.active { display: block; }
}
@media (max-width: 768px) {
  #header .header-container { height: 76px; padding: 0px 18px; }
  #header .logo-link { height: 76px; }
  #header .logo-link img { height: 52px; }
  #header nav { top: 76px; width: 88%; height: calc(-76px + 100vh); }
  #header .overlay { top: 76px; height: calc(-76px + 100vh); }
  #header .nav-links { padding: 8px 0px; }
  #header .nav-links a { font-size: 17px; padding: 20px 28px; line-height: 1.5; white-space: normal; }
  #header .nav-links a:hover { padding-left: 42px; }
}
@media (max-width: 576px) {
  #header .header-container { padding: 0px 14px; height: 70px; }
  #header .logo-link { height: 70px; }
  #header .logo-link img { height: 46px; }
  #header nav { top: 70px; width: 100%; height: calc(-70px + 100vh); }
  #header .overlay { top: 70px; height: calc(-70px + 100vh); }
  #header .nav-links { padding: 6px 0px; }
  #header .nav-links a { font-size: 17px; padding: 20px 24px; line-height: 1.5; white-space: normal; }
  #header .nav-links a:hover { padding-left: 38px; }
  #header .hamburger { padding: 10px 12px; min-width: 48px; min-height: 48px; }
  #header .hamburger span { width: 28px; height: 3px; }
}
@media (max-width: 380px) {
  #header .header-container { height: 66px; padding: 0px 12px; }
  #header .logo-link { height: 66px; }
  #header .logo-link img { height: 42px; }
  #header nav { top: 66px; height: calc(-66px + 100vh); }
  #header .overlay { top: 66px; height: calc(-66px + 100vh); }
  #header .nav-links a { font-size: 16px; padding: 18px 20px; }
  #header .nav-links a:hover { padding-left: 32px; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }