  body, html{
    font-family: "Manrope", sans-serif !important;
    overflow-x: hidden;
  }

/* Container for the sidebar */
                            .social-sidebar {
                                position: fixed;
                                top: 50%;
                                right: 0;
                                transform: translateY(-50%);
                                display: flex;
                                flex-direction: column;
                                gap: 10px;
                                padding: 10px;
                                background-color: transparent;
                                /* Optional */
                                z-index: 1000;
                            }

                            /* Style for each icon link */
                            .social-sidebar a {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                width: 40px;
                                /* Adjust size as needed */
                                height: 40px;
                                background-color: #fff;
                                /* Optional: background color for icons */
                                border-radius: 20%;
                                overflow: hidden;
                                /* To ensure images stay within circle */
                                text-decoration: none;
                                transition: transform 0.3s, box-shadow 0.3s;
                            }

                            /* Hover effects */
                            .social-sidebar a:hover {
                                transform: scale(1.1);
                                box-shadow: 0 0 10px rgba(0,0,0,0.2);
                            }

                            /* Image inside links */
                            .social-sidebar a img {
                                width: 24px;
                                /* Adjust icon size */
                                height: 24px;
                                display: block;
                            }
  
  .top-header {
            background: linear-gradient(90deg, #0f0f0f, #1b1b1b);
            padding: 10px 0;
            position: fixed;
            width: 100%;
            z-index: 1;
        }

        .brand-logo img {
            height: 65px;
        }

     
        .contact-btn {
            background: #63e04c;
            color: #000;
            border-radius: 50px;
            padding: 10px 25px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;

        }

        .contact-btn i {
            background: #000;
            color: #63e04c;
            font-size: 13px;
            padding: 5px 8px;
            border-radius: 100px;
        }

        .contact-btn:hover {
            background: #56cc40;
            color: #000;
        }



       /* hero section css start here*/

        .hero-section {
            /* min-height: 100vh; */
            background: radial-gradient(circle at bottom, #d9ffd0, #6bc04f);
            /* display: flex; */
            text-align: center;
            /* position: relative; */
            /* overflow: hidden; */
            padding: 130px 0 60px 0;
        }


      

        .hero-content h6 {
            font-size: 50px;
        }

        .hero-content h1 {
            font-size: 70px;
            font-weight: 800;
            margin: 10px 0;
        }

        .hero-content p {
            max-width: 600px;
            margin: 15px auto 25px;
             font-size: 20px;
            color: #222;
        }

        .hero-buttons{
          margin-bottom: 25px;
        }
        .hero-buttons a {
            border-radius: 50px;
            padding: 12px 26px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            margin: 5px;
        }

        .btn-call {
            background: #111;
            color: #fff;
        }

        .btn-whatsapp {
            background: #0a8f2d;
            color: #fff;
        }



        .hero-car-safe {
 
  justify-content: center; /* center layout */
  align-items: flex-end;   /* car stays at bottom naturally */
  overflow: hidden;
}

.hero-car {
  max-width: 100%;
  transform: translateX(120%);
  opacity: 0;
  animation: carSlideIn 2.5s ease-out forwards;
}

/* Minimal slide-in animation */
@keyframes carSlideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

      

        

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2.2rem;
            }
          

            .hero-section{
              padding: 70px 0 50px 0;
              
            }

            

        
 }





       /* our promise section css start here */


       .promise-section {
    background: #1c1c1c;
    padding: 100px 0 100px 0;
    color: #fff;
}

.promise-title {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

.promise-title span {
    font-weight: 700;
}

.promise-card {
    background: transparent;
}

.promise-card img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 12px;
}

.promise-card p {
    font-size: 18px;
    color: #e0e0e0;
    margin: 0;
}

.blueprint-wrap {
    text-align: center;
}

.blueprint-wrap img {
   width: 250px;
    opacity: 0.7;
}

.blueprint-wrap {
    position: relative;
    height: 600px; /* controls movement space */
}

.scroll-car {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.1s linear;
    max-width: 100%;
    opacity: 0.85;
}


/* Mobile tweaks */
@media (max-width: 768px) {
    .promise-title {
        font-size: 1.9rem;
        text-align: center;
    }
}



/* why choose sec */

.vs-section {
    background: #f3ffef;
    padding: 200px 0 200px 0;
}

.vs-subtitle {
    letter-spacing: 1px;
    font-size: 40px;
    color: #333;
}

.vs-title {
    font-size: 60px;
    font-weight: 700;
    margin: 10px 0;
}

.vs-badge {
    background: #49d92f;
    color: #000;
    border-radius: 50%;
    padding: 6px 8px;
    font-size: 35px;
    font-weight: 700;
    vertical-align: middle;
}

.vs-desc {
    max-width: 700px;
    margin: 15px auto 0;
    font-size: 18px;
    color: #444;
}

/* Boxes */
.vs-box {
    border-radius: 6px;
    overflow: hidden;
}

.vs-left {
    background: #9E9E9E;
    padding: 40px !important;
    text-align: left;
}

.vs-right {
    background: #76d665;
    padding: 40px !important;
    text-align: left;
}

.vs-left h4,
.vs-right h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.vs-left ul,
.vs-right ul {
    list-style: none;
    padding: 0;
}

.vs-left li,
.vs-right li {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    font-size: 20px;
}

/* Icons */
.icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 12px;
}

.cross {
    border: 2px solid #000;
    color: #000;
}

.check {
    border: 2px solid #000;
    color: #000;
}

/* Mobile */
@media (max-width: 768px) {
    .vs-title {
        font-size: 2rem;
    }
    .vs-left,
    .vs-right {
        text-align: left;
    }
}




.reviews-section {
    padding: 80px 0;
}

.reviews-title {
    font-size: 60px;
    font-weight: 600;
}

.rating {
    font-size: 45px;
    font-weight: 700;
    
}


.rating-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, sans-serif;
}



.stars {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
}

.stars-bg {
    color: #ddd; /* empty stars */
}

.stars-fill {
    color: #FFC107; /* gold stars */
    position: absolute;
    top: 0;
    left: 0;
    width: 90%; /* ⭐ 4.8 / 5 = 96% */
    overflow: hidden;
    white-space: nowrap;
}


.stars {
    color: #ffb703;
    padding-bottom: 10px;
}

.review-card {
    background: #f2ffe9;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    min-height: 300px;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-weight: 500;
}

.review-user img,
.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.avatar {
    background: #0a6c3b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Custom arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    top: auto;
    bottom: -60px;
    opacity: 1;
    color: #000;
}

.carousel-control-prev {
    left: auto;
    right: 60px;
}

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


/* Mobile: show ONE review per slide */
@media (max-width: 767px) {
    #reviewCarousel .carousel-item .col-md-4 {
        display: none;
    }

    #reviewCarousel .carousel-item .col-md-4:first-child {
        display: block;
    }
}


.talk-section {
    background: #f3ffef;
    padding: 100px 0;
}

.talk-title {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 30px;
    animation: fadeUp 1s ease forwards;
}

.talk-title span {
    font-weight: 700;
}
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: #0b7d2b; /* deep WhatsApp green */
    color: #ffffff;

    padding: 10px 26px;
    border-radius: 999px;

    font-size: 15px;
    font-weight: 500;
    text-decoration: none;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.whatsapp-btn i {
    font-size: 18px;
}

/* Hover effect (very subtle like design) */
.whatsapp-btn:hover {
    background: #0a6c25;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}



@media (max-width: 767px) {
    .talk-title {
        font-size: 26px;
    }
}



.services-section {
    background: linear-gradient(180deg, #3faa34, #bff0b4);
    padding: 70px 0 70px 0;
   
}

.services-section h2{
    font-size: 60px;
    margin-bottom: 25px;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-wrapper {
    display: flex;
    gap: 60px;
}

.services-left {
    width: 40%;
}

.services-right {
    width: 60%;
}

.service-item {
    padding: 30px 0;
    font-size: 23px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

/* Mobile */
@media (max-width: 991px) {
    .services-wrapper {
        flex-direction: column;
    }
}


.brand-section {
  text-align: center;
  padding: 80px 0;
  background: #fff;
}

.brand-section h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.brand-slider {
  overflow: hidden;
  width: 100%;
}

.brand-track {
  display: flex;
  gap: 70px;
  width: max-content;
  animation: scrollBrands 25s linear infinite;
}

.brand-track img {
  height: 60px;
  width: auto;
  opacity: 0.7;
  transition: 0.3s;
}

.brand-track img:hover {
  opacity: 1;
}

/* Infinite scroll animation */
@keyframes scrollBrands {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}




.offer-section {
  background-color: #eaf7e8;
  padding: 90px 0;
}

.offer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.offer-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-list li {
  font-size: 17px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* RIGHT IMAGES */
.offer-images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.offer-images img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}



.process-section {
  background: #1c1c1c;
  padding: 100px 0;
  color: #fff;
}

.process-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

/* LEFT */
.process-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 40px;
}

.process-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #63e64e;
  color: #000;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.process-btn span {
  font-size: 18px;
}

/* RIGHT */
.process-right {
  position: relative;
  padding-left: 60px;
}

.process-line {
  position: absolute;
  left: 78px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #63e64e;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
  padding: 0 0 50px 0;
}

.process-step:last-child{
    padding-bottom: 0px;
}

.process-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #63e64e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #63e64e;
  background: #1c1c1c;
  flex-shrink: 0;
  position: relative;
}

.process-step p {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

@media (max-width: 900px) {
  .process-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .process-title {
    font-size: 36px;
  }

  .process-right {
    padding-left: 50px;
  }
}



.real-proof-section {
  background: #eef9ec;
  padding: 100px 0;
}

.real-proof-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
 
}

.real-proof-title {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 80px;
  color: #111;
   text-align: center;
}

.real-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 120px;
}

.real-proof-item {
  max-width: 400px;
 
}

.real-proof-icon {
  width: 70px;
  height: 70px;
  background: #63e64e;
  border-radius: 12px;
  display: flex;
  box-shadow: 0 0 25px rgba(99, 230, 78, 0.5);
  margin-bottom: 20px;
}

.real-proof-icon img {
     width: auto;
    height: 35px;
    text-align: center;
    margin: 17px auto 0 auto;
    vertical-align: inherit;
  
}

.real-proof-item p {
  font-size: 23px;
  line-height: 1.5;
  color: #111;
}


@media (max-width: 768px) {
  .real-proof-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .real-proof-title {
    font-size: 32px;
    margin-bottom: 60px;
  }
}


/* LEFT */


.estimate-section {
  padding: 0;
}

.estimate-wrapper {
  margin: auto;
  display: flex;
  
  overflow: hidden;
  background: #fff;
}

/* LEFT */
.estimate-left {
  flex: 1;
  padding: 100px 100px 100px 200px;
  background: linear-gradient(135deg, #49a52f, #bff0b2);
  max-width: 50%;
}

.estimate-left h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.estimate-left p {
  font-size: 25px;
  color: #111;
  margin-bottom: 40px;
}

.estimate-buttons {
  display: flex;
  gap: 15px;
}

.btn-whatsapp,
.btn-call {
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-whatsapp {
  background: #0f8f1d;
  color: #fff;
}

.btn-call {
  background: #111;
  color: #fff;
}

/* RIGHT */
.estimate-right {
  flex: 1;
  padding: 100px;
  background: #fff;
   max-width: 50%;
}

.estimate-form label {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  color: #000;
}

.estimate-form input, select {
  width: 100%;
  height: 42px;
  border-radius: 6px;
  border: none;
  background: #e6e6e6;
  padding: 0 14px;
  margin-bottom: 18px;
  font-size: 14px;
}

.btn-submit {
  width: 100%;
  height: 44px;
  background: #0f8f1d;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 22px;
}

@media (max-width: 900px) {
  .estimate-wrapper {
    flex-direction: column;
  }

  .estimate-left,
  .estimate-right {
    padding: 40px 30px;
  }

  .estimate-left h2 {
    font-size: 34px;
  }
}


.contact-section {
  padding: 80px 20px;
  background: #f6fff4;
}

.contact-box {
  max-width: 1300px;
  margin: auto;
  background: #000;
  border-radius: 24px;
  padding: 60px;
  display: flex;
  gap: 60px;
  color: #fff;
}

/* LEFT */
.contact-left {
  flex: 1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}

.brand img {
  width: 350px;
}

.brand span {
  font-size: 18px;
  font-weight: 600;
}

.contact-left h2 {
  font-size: 38px;
  margin-bottom: 30px;
}

.label {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 4px;
  margin-top: 15px;
}

a.highlight {
  color: #66ff4f;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
}

.highlight {
  color: #66ff4f;
  margin-bottom: 20px;
  font-size: 20px;
}

/* RIGHT */
.contact-right {
  flex: 1;
}

.contact-right h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.contact-right label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.contact-right input {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: none;
  padding: 0 14px;
  margin-bottom: 10px;
  background: #e6e6e6;
}

.contact-right h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top:35px;
}

.contact-right p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 6px;
}

/* SOCIAL */
.social-icons {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}

.social-icons a {
 
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
}

.appointment-btn {
  width: 40%;
  height: 46px;
  margin-bottom: 30px;
  background: #63e64e;
  border: none;
  border-radius: 30px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.appointment-btn:hover {
  background: #49cd33;
}


@media (max-width: 900px) {
  .contact-box {
    flex-direction: column;
    padding: 40px 30px;
  }

  .contact-left h2,
  .contact-right h2 {
    font-size: 30px;
  }
}




 @media (max-width:575px) {
  .contact-btn{
    margin-top: -21px;
  float: right;
  font-size: 12px;
  padding: 10px 10px;
  }
   
  .brand-logo img {
  height: 56px;
}
   
   .contact-btn i {
  background: none;
  color: #63e04c;
  font-size: 13px;
  padding: 0;
  color: #000;
}

   .hero-content h1 {
    font-size: 30px;
  }


  .hero-content h6 {
  font-size: 25px;
}

 .hero-section {
    min-height: 80vh;
  }

.promise-card p {
  font-size: 20px;
  text-align: center;
}

.vs-section {
  background: #f3ffef;
  padding: 50px 0 50px 0 !important;
}

.vs-subtitle {
  font-size: 25px;

}

.vs-left li, .vs-right li{
  font-size: 16px;
}

.cross {
  border: 1px solid #000;
}
.icon {
  width: 24px;
  height: 24px;
}

.vs-left, .vs-right{
  padding: 25px !important;
}

.vs-badge{
  font-size: 17px;
    display: table;
    margin: 0 auto;
    padding: 8px 8px;
}

.vs-left h4, .vs-right h4{
  text-align: left;
}

.reviews-title{
  font-size: 35px;
  text-align: center;
}

.rating-box {

  margin: 0 auto;
  display: table;
}

.talk-section {
 
  padding: 50px 0;
}

.offer-wrapper{
  display: block;
}

.offer-title {
  font-size: 45px;
  text-align: center;
}

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

.brand-section h2 {
  font-size: 30px;
}

.brand-track img {
  height: 40px;
}

 .process-title {
    font-size: 35px;
  }

  .process-left{
    text-align: center;
  }

  .process-line {
  left: 18px;

 }


.real-proof-item {
  max-width: 100%;
  text-align: center;
}

.real-proof-icon{
  margin: 0 auto;
}

.estimate-left{
  max-width: 100%;
  text-align: center;
}

.estimate-right{
   max-width: 100%;
}

.process-right {
    padding-left: 0;
  }

  .process-step p {
  font-size: 17px;
}

.real-proof-section {
 
  padding: 50px 0;
}

.real-proof-item p {
  font-size: 20px;
  margin-top: 15px;
}

.brand img {
  width: 100%;
}
   
   .mobhid{
     display:none;
   
   }
   
   .reviews-section {
    padding: 50px 0;


}