/*
Theme Name: carwash4businessgroup
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: carwash4businessgroup is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: cw4bg
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


*{
      font-family: "Kumbh Sans", sans-serif;
        margin: 0;
        padding: 0;
}
:root {
    --main-color: #ff0000; /* change this color as needed */
}

.deafult-btn1 {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    transition: 0.8s;
    z-index: 1;
    padding-left: 28px;
    padding-right: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.deafult-btn1:hover {
    color: var(--main-color);
}

.deafult-btn1:hover::before {
    background-color: transparent;
    width: 100%;
    border: 1px solid var(--main-color);
    transition: 0.8s;
}

.deafult-btn1:hover::after {
    background-color: transparent;
    width: 100%;
    border: 1px solid var(--main-color);
    transition: 0.8s;
}

.deafult-btn1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 55%;
    border-radius: 5px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    z-index: -1;
    transition: 0.8s;
}

.deafult-btn1::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
    border-radius: 5px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    z-index: -1;
    transition: 0.8s;
}

.scroll-top :hover{
  color:black !important
}
/* =========================
   Navbar default (on banner)
========================= */
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    transition: 
        background-color 0.4s ease,
        transform 0.4s ease,
        padding 0.4s ease;
}

/* =========================
   Navbar on scroll (animated)
========================= */
.navbar.scrolled {
    position: fixed;
    background: #000;
    transform: translateY(0);
    animation: navbarSlideDown 0.45s ease forwards;
}

/* Slide-down animation */
@keyframes navbarSlideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* =========================
   Navbar links
========================= */
.navbar .nav-link {
    color: #ffffff;
    font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .nav-link.text-danger {
    color: #e62222;
}

/* =========================
   Logo
========================= */
.navbar-brand img {
    max-height: 50px;
}

/* =========================
   Button
========================= */
.navbar .btn-danger {
    background: #e62222;
    border: none;
}

/* =========================
   Hamburger
========================= */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

/* =========================
   Mobile side menu
========================= */
@media (max-width: 991px) {
  
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        height: 100vh;
        background: #11111100;
        padding: 60px 25px;
        transition: right 0.45s ease;
        z-index: 9999;
    }

    .navbar-collapse.show {
        right: 0;
    }
}

  .navbar-collapse.show {
    right: 0;
  }

  /* Close icon */
  .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: transform 0.35s ease, opacity 0.3s;
  }

  /* rotate on hover */
  .menu-close:hover {
    transform: rotate(90deg);
  }

  /* Closing state */
  .navbar-collapse.closing {
    right: -320px;
  }

.navbar-toggler:focus {
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.fa-bars:before, .fa-navicon:before {
    content: "\f0c9";
    color: aqua;
}
@media (max-width: 991px) {
    .navbar-collapse {
        background: #111;
        padding: 20px;
        border-radius: 12px 0px;
        margin-top: 15px;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar .nav-link {
        padding: 10px 0;
    }
}

.inner-content{
    padding-top: 150px;
    padding-bottom: 150px;
}
.toptext{
    color: #e81c2e;
    font-weight: 600;
    letter-spacing: 5px;
}
.inner-content h1{
    font-size: 65px;
    margin: 20px 0;
    font-weight: 900;
    color: white;
}
.inner-content p{
    color: white;
    font-size: 18px;
   
}
.btnred{
    background-color: #e81c2e !important;
    color: white !important;
    padding: 10px 25px !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    margin-top: 20px !important;
}
.booking-section {
  display: flex;
  margin-top: 40px;
}

.booking-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #1c1c1c;
  padding: 22px;
  margin-top: 30px;
  border-radius: 14px;
  width: 100%;
 
}

.field {
  display: flex;
  flex-direction: column;
  color: #fff;
  min-width: 170px;
}
.field input {
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  padding: 4px 0;
  outline: none;
}

.field input::placeholder {
  color: #777;
}

.field input:focus {
  border-bottom: 1px solid #e50914;
}

.label {
  font-size: 13px;
  color: #b0b0b0;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.label i {
  color: #e50914;
}

select,
input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  outline: none;
}

select option {
  color: #000;
}

.divider {
  width: 1px;
  height: 46px;
  background: #333;
}

.book-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background:#fff ;
  color: #e50914;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.book-btn:hover{
	color:white;
}
.book-btn i {
  font-size: 14px;
}

.book-btn:hover {
  background: #ff1e28;
}

@media (max-width: 993px) {
  .inner-content h1{
    font-size: 45px !important;
  }
  .field{
    width: 100% !important;
  }
  .section-title,.single-section h3{
    font-size: 30px !important;
  }
  .pricing-area{
    max-height: 100% !important;
  }
  .newsletter-form-area{
    width:100% !important;
  }
  .newsletter-form-area .d-flex {
    flex-direction: column !important;
  }

  .choose-area{
    padding-top: 50px !important;
  }
  .booking-section {
    flex-direction: column;
  }

  .divider {
    display: none;
  }

  .booking-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-btn {
    width: 100%;
    justify-content: center;
  }
}


    /* Section heading */
    .section-subtitle {
      color: #ff3b3b;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
    }

    .section-title {
      font-weight:900;
      line-height: 1.3;
      font-size: 35px;
    }

    /* Feature container */
    .feature-wrapper {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.05);
      overflow: hidden;
    }

    .feature-box {
      padding: 40px 30px;
      text-align: center;
      height: 100%;
    }
.feature-box h6{
  font-size: 22px;
  font-weight: 900 !important;
}
.feature-box p{
  font-size: 16px !important;
}
    .feature-box:not(:last-child) {
      border-right: 1px solid #eee;
    }

    /* Icon */
    .icon-circle {
      width: 70px;
      height: 70px;
      background: #e81c2e;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }
    .icon-outer {
  width: 90px;
  height: 90px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}

/* animated overlay */
.icon-outer::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffe1e1; /* light red */
  transition: all 0.45s ease;
  z-index: 1;
}

/* hover animation */
.feature-box:hover .icon-outer::before {
  bottom: 0;
}

/* keep inner icon above animation */
.icon-inner {
  width: 65px;
  height: 65px;
  background: #e63946;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.icon-inner i {
  color: #fff;
  font-size:30px !important;
}


.icon-inner i {
  color: #fff;
  font-size: 22px;
}

    .icon-circle i {
      font-size: 28px;
      color: #ffffff;
    }

    .feature-box h6 {
      font-weight: 700;
      margin-bottom: 12px;
    }

    .feature-box p {
      font-size: 14px;
      color: #6c757d;
      line-height: 1.7;
    }

    /* Stats section */
    .stats-box {
      background: #f0f1f1;
      padding: 25px 10px;
      text-align: center;
      border-radius: 10px;
    }

    .stats-box h5 {
      font-weight: 800;
      margin-bottom: 4px;
      font-size: 38px;
    }

    .stats-box span {
      font-size: 16px;
      color: #6c757d;
    }
.about-section {
  background: #fff;
}

/* Subtitle */
.about-subtitle {
  color: #e63946;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

/* Title */
.about-title {
  font-weight: 800;
  line-height: 1.2;
}

/* Text */
.about-text {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.8;
}



.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* List */
.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 500;
}

.check-icon {
  width: 22px;
  height: 22px;
  background: #e63946;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Button */
.about-btn {
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 6px;
}

/* Call text */
.about-call {
  font-weight: 600;
}

.about-call span {
  color: #e63946;
  font-size:20px;
}
.services-section {
  background: #fff;
}

.section-subtitle {
  color: #e63946;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
}

.section-title {
  font-weight: 800;
}

/* Card */
.service-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: left;
  margin: 10px;
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-content {
  padding: 0px 20px 20px 20px;
}

.service-content h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-content p {
  font-size: 14px;
  color: #6c757d;
}

.service-content a {
  color: #e63946;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.service-card img{
  padding:20px 20px 20px 20px;
  border-radius: 29px !important;
}
/* Dots */
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #e63946;
}

/* Arrows */
.owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  background: #ffecec !important;
  border-radius: 50%;
}

.owl-nav button span {
  font-size: 22px;
  color: #e63946;
}

.owl-prev {
  position: absolute;
  left: -50px;
}

.owl-next {
  position: absolute;
  right: -50px;
}/* ===============================
   PRICING AREA
================================ */
.pricing-area {
  padding: 100px 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.6), rgba(0,0,0,0.9)),
    url("https://carwash.signage4businessgroup.com.au/wp-content/uploads/2026/01/video-bg.jpg");
  background-size: cover;
  background-position: center;
  max-height: 500px;
}

/* ===============================
   HEADING
================================ */
.pricing-heading span {
  color: #e63946;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline-block;
}

.pricing-heading h2 {
  color: #fff;
  font-weight: 800;
  margin-top: 10px;
  line-height: 1.3;
}

/* ===============================
   PRICING CARD
================================ */
.price-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 30px 40px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(0,0,0,0.25);
}

/* Price */
.price {
  color: #e63946;
  font-weight: 800;
  margin-bottom: 5px;
}

/* Plan name */
.plan {
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

/* ===============================
   FEATURE BOX
================================ */
.price-features {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}

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

/* Feature item */
.price-features li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  color: #333;
}

/* COMMON icon position */
.price-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  text-align: center;
  font-weight: 700;
}

/* Tick */
.price-features li.yes::before {
  content: "✓";
  color: #e63946;
}

/* Cross */
.price-features li.no::before {
  content: "✕";
  color: #aaa;
}

/* Disabled text */
.price-features li.no {
  color: #aaa;
}

/* ===============================
   BUTTON
================================ */
.price-btn {
  display: block;
  background: #e63946;
  color: #fff;
  padding: 13px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.price-btn:hover {
  background: #d81818;
  color: #fff;
}
/*
Choose Area Style
======================================================
*/

.choose-area {
    padding-top: 290px;
    position: relative;
}

.choose-area .cust-shape2 {
    position: absolute;
    top: 24%;
    left: 5%;
    z-index: -1;
}

/* Content */
.choose-content {
    margin-right: 30px;
}

.choose-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

/* List */
.choose-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.choose-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
}

.choose-content ul li:last-child {
    margin-bottom: 0;
}

/* Icon */
.choose-content ul li img {
    position: absolute;
    left: 0;
    top: 5px;
}

/* Title */
.choose-content ul li h6 {
    font-weight: 900;
    font-size: 22px;
    text-transform: capitalize;
    color: #19191B;
    margin-bottom: 10px;
}

/* Description */
.choose-content ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 0;
}
.single-section span {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.2em;
        display: inline-block;
        color: #E81C2E;
        margin-bottom: 15px;
    }
    .single-section h3 {
        font-weight: 900;
        font-size: 48px;
        line-height: 50px;
        color: #19191B;
        margin-bottom: 15px;
    }
.before-after-area {
    position: relative;
}

.before-after-area .after-shape {
    position: absolute;
    top: 2px;
    right: 0px;
}

.before-after-area .before-shape {
    position: absolute;
    top: 2px;
    left: 0px;
}

/* Area 2 */
.before-after-area2 .ba-slider {
    border-radius: 0;
}

/* Area 3 */
.before-after-area3 .ba-slider {
    border-radius: 0;
}

.before-after-area3 #after-image {
    display: block;
}

.before-after-area3 #after-image img {
    height: 500px;
    width: auto;
}

.before-after-area3 #before-image {
    position: absolute;
    height: 500px;
    width: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.before-after-area3 #before-image img {
    height: 100%;
    width: auto;
}
body { font-family: 'Poppins', sans-serif; background: #fff; }

/* NEWSLETTER BOX */
.newsletter-wrapper {
    position: relative;
    z-index: 5;
    margin-bottom: -120px; /* This creates the overlap */
}
.newsletter-boxs {
   background:url("https://carwash.signage4businessgroup.com.au/wp-content/uploads/2026/01/letstalk.png");
   
padding: 60px;
    border-radius: 25px;
    color: white;
}
.newsletter-box {
   background:url("https://carwash.signage4businessgroup.com.au/wp-content/uploads/2026/01/newsletter.png");
   

padding: 60px;
    border-radius: 25px;
    color: white;
}

.newsletter-content .sub-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.newsletter-content .main-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.newsletter-form-area {
    width: 50%;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.newsletter-form-area input {
    background: transparent;
    border: none;
    color: white;
}

.newsletter-form-area input::placeholder { color: #eee; }

.btn-subscribe {
    background: white;
    color: #f02d2d;
    border: none;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 5px;
    white-space: nowrap;
}

/* TESTIMONIAL SECTION */
.testimonial-section {
    background: #1a1a1a;
    padding: 200px 0 100px 0; /* Top padding is large to clear newsletter */
    background-image: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url('https://carwash.signage4businessgroup.com.au/wp-content/uploads/2026/01/testimonial-bg.jpg');
    background-size: cover;
}

.testimonial-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.client-img {
    border-radius: 50%;
    border: 5px solid #eee;
}

.quote-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 60px;
    color: #f1f1f1;
    line-height: 1;
}

/* OWL CAROUSEL CUSTOMIZATION */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Allows clicking cards through the nav container */
}

.nav-btn {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 -60px; /* Pulls arrows outside the container */
    transition: 0.3s;
}

.nav-btn:hover { background: #f02d2d; }

.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #444;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #f02d2d;
}
/* Section Styling */
.blog-section {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.section-tag {
    color: #ff3c3c;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    font-weight: 800;
    font-size: 38px;
    color: #1a1a1a;
    line-height: 1.2;
}

/* Card Styling */
.blog-card {
    border-radius: 20px;
    padding: 15px;
    transition: transform 0.3s ease;
}

.card-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.blog-meta {
    font-size: 13px;
    color: #6c757d;
}

.blog-meta span i {
    color: #ff3c3c;
    margin-right: 5px;
}

.blog-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin: 15px 0;
}

.blog-text {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.read-more {
    color: #ff3c3c;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #ff3c3c;
}

/* Owl Carousel Custom Arrows */
.blog-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffe6e6 !important; /* Soft red bg */
    color: #ff3c3c !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    font-size: 24px !important;
}

.blog-slider .owl-nav .owl-prev { left: -30px; }
.blog-slider .owl-nav .owl-next { right: -30px; }
    /* Responsive divider fix */
    @media (max-width: 768px) {
      .feature-box:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #eee;
      }
    }


/* Footer Styles */
.footer-section {
    background-color: #111111; /* Dark background */
    background-image: url('world-map-pattern.png'); /* Pattern from image 1a1b8d */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 80px 0 0 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.footer-desc {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 1.6;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

/* Link arrows like image 1a1b8d */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #b1b1b1;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.footer-links li a::before {
    content: "→";
    color: #ffffff;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
}

.footer-links li a:hover {
    color: #ff2d2d;
    padding-left: 5px;
}

/* Social Icons */
.social-links a {
    width: 40px;
    height: 40px;
    background: #222;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.social-links a:hover {
    background: #ff2d2d;
}

/* Contact Info */
.contact-info li {
    color: #b1b1b1;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.contact-info li i {
    color: #ff2d2d;
    margin-right: 12px;
    font-size: 16px;
}

/* Bottom Bar */
.footer-hr {
    border-color: rgba(255, 255, 255, 0.1);
}

.copyright-bar p, .footer-bottom-links a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: #ff2d2d;
}

/* Back to top button */
.scroll-top {
   position: fixed;
    top: 80%;
    z-index: 99999;
    right: 30px;
    bottom: 20px;
    background: #ff2d2d;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.contact-section {
  background: #f1f2f4;
}

.contact-subtitle {
  color: #e31c25;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}
footer li{
  color:white !important;
}
.contact-title {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 20px;
}

.contact-text {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #111;
}

.contact-info i {
  color: #e31c25;
  font-size: 18px;
}

/* Form Box */
.contact-form-box {
  background: #fff;
  padding: 50px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Inputs */
.custom-input {
  background: #f6f6f6;
  border: none;
  padding: 15px 18px;
  font-size: 15px;
  border-radius: 8px;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
  background: #f2f2f2;
}
/* Services Section */
.services-section {
  background: #f6f7f9;
}

.section-subtitle {
  color: #e31c25;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 13px;
}

.section-title {
  font-size: 40px;
  font-weight: 800;
  margin-top: 10px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-content {
  padding: 25px;
}

.service-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-content p {
  color: #666;
  font-size: 15px;
  line-height: 26px;
}
.inner-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.inner-content ul li {
    display: inline-block;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #CCCCCC;
    padding-right: 20px;
    position: relative;
}
.inner-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    bottom: 0;
    height: 15px;
    width: 2px;
    background-color: #CCCCCC;
    transform: rotate(14deg);
}
.inner-content a{
  color: white !important;
  text-decoration: none !important;
}
.feature-icon i{
  font-size: 25px !important;
  color: #E81C2E;
  background-color: rgb(255, 208, 208);
  border-radius: 50%;
  padding: 15px;
  width: 60px;
height: 60px;
  line-height: 0px !important;


}

.newsletter-area{
    background: linear-gradient(90deg, #0d0d0f, #1a1a1f);
    padding:70px 0;
    color:#fff;
}

.newsletter-small-title{
    color:#ff1f1f;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
}

.newsletter-title{
    font-size:42px;
    font-weight:800;
}

.newsletter-form{
    display:flex;
    align-items:center;
    gap:30px;
}

.newsletter-input{
    background:transparent;
    border:none;
    border-bottom:1px solid #444;
    color:#fff;
    padding:10px 0;
    width:300px;
    outline:none;
}

.newsletter-input::placeholder{
    color:#ccc;
}

.newsletter-btn{
    background:#ff1f1f;
    color:#fff;
    border:none;
    padding:12px 28px;
    font-weight:600;
    border-radius:4px;
    transition:.3s;
}

.newsletter-btn:hover{
    background:#e60000;
}

:root {
    --main-color: #e63946; /* replace with your main color */
}

.stats-box {
    text-align: center;
    background: transparent;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
}

/* Hover text color */
.stats-box:hover h3 {
    color: #ffffff;
}

.stats-box:hover p {
    color: #ffffff;
}

/* Hover background animation */
.stats-box:hover::before {
    background-color: var(--main-color);
    width: 100%;
    border: 1px solid #f6f6f6;
    transition: 0.8s;
}

.stats-box:hover::after {
    background-color: transparent;
    width: 100%;
    border: 1px solid #f6f6f6;
    transition: 0.8s;
    color:white !important;
}
.stats-box:hover h5,
.stats-box:hover p,
.stats-box:hover span {
    color: #ffffff;
}
.deafult-btn1{
  text-decoration: none !important;
}

/* Background layers */
.stats-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 55%;
    border-radius: 5px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    z-index: -2;
    transition: 0.8s;
}

.stats-box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
    border-radius: 5px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    z-index: -2;
    transition: 0.8s;
}

/* Content wrapper */
.stats-box .content {
    position: relative;
    top: 4px;
}

/* Heading */
.stats-box h3 {
    font-weight: 900;
    font-size: 36px;
    text-align: center;
    font-family: 'Kumbh Sans', sans-serif !important;
    color: #19191b;
    margin-bottom: 5px;
    transition: 0.5s;
}

/* Heading span */
.stats-box h3 span {
    font-family: 'Kumbh Sans', sans-serif !important;
}

/* Hide odometer formatting */
.stats-box h3 .odometer-formatting-mark {
    display: none;
}

/* Paragraph */
.stats-box p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #888888;
    margin-bottom: 0;
    transition: 0.5s;
}
