
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}
/* .bg-secondary{
background:linear-gradient( 90deg, #2562B7 0%, #0F66E1 55%, #050507 100% ) !important;
} */

.bg-secondary{
  background: linear-gradient(135deg, #000000, #330000, #b30000);
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 24px;
    height: 24px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: #fff;
	background: #df131e;
}
@media only screen and (max-width: 1650px) and (min-width: 1080px)  {
.navbar-light .navbar-brand{
	margin-left: -70px;
}
.btn.btn-primary.rounded-pill.py-2.px-4 {
  margin-right: -50px;
}
}
.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/

.btn.btn-light.btn-sm-square.rounded-circle.me-3 {
  background: #fff;
}
/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 21px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
	font-weight:550;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fa3533;
    
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 100px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    /* background: var(--bs-primary);
    color: var(--bs-white); */

     background: #df3434; /* Light red background */
    color: #fff !important; /* White text */
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.topbar i {
    color: #000 !important;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}
.btn.btn-primary.rounded.py-3.px-5 {
  padding: 10px 14px !important;
}
@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/




/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: url(../img/fact-bg2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0 15px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
.bg-breadcrumb .breadcrumb .breadcrumb-item ul li{
    color: var(--bs-white);
}
.bg-breadcrumb h4{
    color:#1f2e4e;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}
/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/* .about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
} */

.about-img {
    position: sticky;
    top: 100px; /* navbar ke hisaab se adjust karo */
    align-self: flex-start;
     height: auto;
    max-height: 600px;
    overflow: hidden;
}

/* .about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
} */


.about-img img {
    max-height: 500px;   /* ya jitna chaho */
    width: 100%;
    object-fit: cover;
}

.about .about-img .img-1 {
    height: 650px;
    margin-right: 50px;
}

.about .about-img .img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 55%;
    bottom: -30px;
    right: 0;
}

.about .row{
    align-items: flex-start;
}
/* .about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 250px;
    border-radius: 10px;
} */

.about .about-img .img-2 img {
    width: 100%;
    border-radius: 10px;
}

/* .about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
} */

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
.about-item p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 10px !important;
  line-height: 26.5px;
}
/*** About End ***/


/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*** Cars Categories End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    /* background: #000; */
     background: linear-gradient(135deg, #000000, #330000, #b30000);
    /* color: #fff; */
    padding:50px auto 20px;
}

.footer .footer-item a {
    line-height: 25px;
    color: #fff;
    transition: 0.5s;
	margin-bottom:5px;
}

.footer .footer-item p {
    line-height: 23px;
    color:#fff;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgb(255, 255, 255);
     background: linear-gradient(135deg, #000000, #330000, #b30000);

}
/*** copyright end ***/


/* why chose */
.chs-txt{
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 40%, #8B0000 100%);
    padding:20px;
    margin-bottom:10px;
    border-radius:10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.chs-txt img{
    width:100px;
}
.chs-txt h2{
    font-size:20px;
    font-weight:600;
    color:#ffffff;
}
.chs-txt p{
color:#fff;
font-size:14px;
}
#hdn{
    visibility:hidden;
}

.chs-sec{
    padding:40px 0px;
    background-color:#f5f5f5;
}

.cnt-icn{
   background-color:#f5f5f5;
   text-align: center;
    padding:20px;
    margin-bottom:10px;
    border-radius:10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.cnt-icn i{
    font-size: 20px;
    padding:20px;
    background-color:#072f93;
    border-radius:50%;
    color:#fff;
}
.cnt-icn h4{
    font-size:25px;
    font-weight:600;
}
.cnt-icn p{
    font-size:17px;
    color:#000;
}
.cnt-icn p a{
    font-size:17px;
    color:#000;
}

.about-icon img{
    width:12%;
}
.about-item-inner{
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.about-item-inner h5{
    font-size: 22px;
    color:#df131e;
    font-weight:600;
}

.services-hero {
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
                url('images/tyre-bg.jpg') center/cover no-repeat;
    color: #fff;
}

.service-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: #df131e;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.badge-doorstep {
    background: #28a745;
    color: #fff;
    font-size: 12px;
}

.cta-banner {
    background: linear-gradient(10deg, #092d8ebf, #8fbeff);
    color: #fff;
}

.process-section {
    background: #f8f9fa;
}

.process-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: 0.3s ease;
}

.process-box:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    transform: translateY(-6px);
}

.process-icon {
    width: 70px;
    height: 70px;
    background: #df131e;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.coverage-section {
    position: relative;
    background: url('../img/serv-bg.jpg') center center / cover no-repeat;
    color: #fff;
    z-index: 1;
}

.coverage-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 86%); /* overlay color */
    z-index: -1;
}
.fas.fa-phone-alt.text-primary.me-2 {
  color: #fff !important;
}
body{
	font-family:poppins !important;
	color:#121212 !important;
	line-height: 27px;
}
.coverage-section span {
    color: #8fbcf2;
    font-weight: 600;
}
.text-body1 a{
    color:#fff;
    font-size: 12px;
}
.text-body1{
    color:#fff;
    font-size: 12px;
}
.flex-wrap a{
    color:#fff;
}
.img-2 img{
    width:95%;
}
.carousel-item img{
    width:100%;
}

/* Carousel Text */
.carousel-item img{
  position: relative;
}
.carousel-text{
position: absolute;
top:13%;
left:5%;
}
.carousel-text h1{
  font-size: 36px;
  color: #2d72d2;
  font-weight: 700;
  margin-bottom: 20px;
  /* text-shadow: 1px 0px 1px black; */
}

.carousel-text h2{
  color:#fff !important;
  font-weight:500;
font-size:30px;
}
.carousel-text h3{
    color: #ffffff;
    font-weight: 500;

    margin-bottom: 10px;
    /* text-shadow: 1px 0px 1px black; */
  font-size:25px;
}
.carousel-text h4{
  font-weight:bold;
  font-size:20px;
  color:#fff;
}
.carousel-indicators [data-bs-target]{
    background-color:#e71c24 !important;
}
.text-clr marquee{
  color:#fff;
}
    .frm-mn{
        display: none;
    }
@media only screen and (min-width:1200px) and (max-width:1600px){
  .carousel-text{
    left:6% !important;
  }
}
@media only screen and (min-width:320px) and (max-width:600px){
      .frm-mn{
        display: block !important;
    }
    .carousel-text .rounded{
        display: none;
    }
    .carousel-text .mt-3 {
  margin-top: 0rem !important;
}.navbar-brand{
	margin-right:0px !important
}
  .carousel-text .btn{
    padding: 2px 5px;
  font-size: 10px;
  }
    .sticky-top .navbar-light .navbar-brand img{
        max-height: 60px;
    }
	.navbar{
		padding: 0 0rem !important;
	}
  .carousel-text h1 {
    font-size: 15px !important;
    line-height:0px !important;
    font-weight: 500 !important;
  }

    .carousel-indicators [data-bs-target]{
        width:15px !important;
    }
    .carousel-indicators{
        margin-bottom:0px !important;
    }

  .carousel-text{
    top:20%;
    left:5%;
    }
     .carousel-text .theme-btn{
      padding:2px 5px;
      font-size:8px;
     }
    .carousel-text h2{
      font-size: 10px !important;
      margin-bottom: 4px;
    }
    .carousel-text h3{
      margin-bottom:5px;
      font-size:10px !important;
      line-height:0px !important;
    }
    .carousel-text h4{
      font-size:8px !important;
      margin-bottom:5px;
    }

}

/* WhatsApp Left */
.whatsapp {
    position: fixed;
    left: 15px;
    bottom: 20px;
    background: #25D366;
}

/* Call Button - Same right position as arrow */
.call {
    position: fixed;
    right: 25px; /* Same as Back to Top button */
    bottom: 90px; /* Above arrow */
    background: #d10000;
}
.call i {
    color: #fff !important;
}

/* Common Style */
.floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Mobile View */
@media (max-width: 768px) {

    .call {
        right: 15px;
        bottom: 85px; /* Gap between call and arrow */
    }

    .whatsapp {
        left: 10px;
        bottom: 15px;
    }

    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }

    .back-to-top {
        right: 15px;
        bottom: 15px;
    }
}
/* contact icon styles */
/* .whatsapp {
  background-color: #25d366;
}

.call {
  background-color: #25d366;
} */

.icon-list {
  position: fixed;
  bottom: 5%;
  left: 0%;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: grid;
  margin-bottom: 5px;
}



.icon-list a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.5s ease;
  color: white;
  font-size: 25px;
  float: right;
  margin: 2px 0px;
}

/* HOver affect on icons */
.icon-list a:hover {
  color: #eee;
  width: 50px;
}

/* Designing each icons */
.instagram {
  /* background: red; */
  color: white;
}

.facebook {
  /* background: blue; */
  color: white;
}
.content p {
  text-align: justify;
}
@media (max-width: 760px) {
  .icon-list .call {
    display: none;
  }
  .icon-list1 .btn-mbl {
    background-color: #002954;
    color: #fff !important;
    padding: 5px 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999999999999;
    border-radius: 0px !important;
  }
  .icon-list1 .btn-mbl a {
    border-radius: 0px !important;
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: "Fira Sans", sans-serif;
  }
}
@media (min-width: 760px) {
  .icon-list1 .btn-mbl {
    display: none;
  }
}
.gallery img {
    transition: transform 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}

.gallery .shadow-sm {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}



.bike-service-section {
    background: #fff;
}

.bike-service-content {
    padding: 40px;
}

.bike-service-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.bike-service-content h4 {
    font-size: 24px;
    font-weight: 600;
    color:#df131e;
    margin-bottom: 25px;
}

.bike-service-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
}

@media (max-width: 768px) {
    .bike-service-content {
        padding: 20px 10px;
    }

    .bike-service-content h2 {
        font-size: 30px;
    }

    .bike-service-content h4 {
        font-size: 20px;
    }

    .bike-service-content p {
        font-size: 16px;
        text-align: left;
    }
}

.bike-repair-services {
    background: #f8f9fa;
}

.bike-repair-services .section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.bike-repair-services .section-title p {
    color: #666;
    font-size: 17px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-left: 4px solid #df131e;
    border-radius: 8px;
    font-size: 16px;
    color: #444;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.service-list li:hover {
    transform: translateX(5px);
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .bike-repair-services {
        padding: 50px 0;
    }

    .bike-repair-services .section-title h2 {
        font-size: 28px;
    }

    .bike-repair-services .section-title p {
        font-size: 15px;
    }

    .service-list li {
        padding: 12px 15px;
        font-size: 15px;
        margin-bottom: 12px;
    }
}

.bike-info-section {
    background: #f8f9fa;
}
.info-box {
    background: #fff;
    padding: 25px;
    height: 100%;
    border-left: 4px solid #df131e;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.info-box:hover {
    transform: translateY(-5px);
}

.info-box h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.info-box p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .info-box {
        padding: 20px;
    }

    .info-box h4 {
        font-size: 20px;
    }

    .info-box p {
        font-size: 14px;
        line-height: 1.7;
    }
}

.section-heading{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #222;
}

@media (max-width: 768px){
    .section-heading{
        font-size: 28px;
        margin-bottom: 30px;
    }
}

.footer-services{
    position:relative;
}

.footer-dropdown{
    display:none;
    padding-left:20px;
}

.footer-services:hover .footer-dropdown{
    display:block;
}

.footer-dropdown a{
    display:block;
    padding:5px 0;
}
.why-choose-section{
    background:#f8f9fa;
}

.choose-card{
    background:#fff;
    padding:30px;
    height:100%;
    text-align:center;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:.3s;
}

.choose-card:hover{
    transform:translateY(-8px);
}

.choose-card i{
    font-size:45px;
    color:#df131e;
    margin-bottom:15px;
}

.choose-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.choose-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:0;
}

.why-bottom-content{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    text-align:center;
}

.why-bottom-content p{
    color:#555;
    line-height:1.9;
    font-size:16px;
}

@media(max-width:767px){

    .why-choose-section h2{
        font-size:28px;
    }

    .choose-card{
        padding:25px 20px;
    }

    .choose-card i{
        font-size:38px;
    }

    .why-bottom-content{
        padding:25px;
    }
}

.customer-choose{
    background:#f8f9fa;
}

.choose-box{
    background:#fff;
    padding:18px 25px;
    border-radius:12px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
    display:flex;
    align-items:center;
}

.choose-box{
    transform:translateY(-5px);
    border-left:4px solid #df131e;
}

.service-area{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.service-area p{
    line-height:1.9;
    color:#555;
    margin-bottom:15px;
}

@media(max-width:768px){

    .customer-choose h1{
        font-size:30px;
    }

    .choose-box{
        font-size:15px;
        padding:15px 18px;
    }

    .service-area{
        padding:25px;
    }
}
.charges-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    max-width:900px;
    margin:auto;
}

/* .charge-box{
    background:#fff;
    border:1px solid #ddd;
    border-left:4px solid #df131e ;
    padding:18px;
    border-radius:8px;
    font-weight:600;
    transition:0.3s;
}

.charge-box{
    background:#395fc9;
    color:#fff;
}
.charge-box:hover{
    background:#fff;
    color:#000;
}

@media(max-width:768px){
    .charges-grid{
        grid-template-columns:1fr;
    }

    .charge-box{
        padding:15px;
        font-size:14px;
    }
} */

.service-charges {
    background: #f8f9fa;
}

/* .section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
} */

.section-title p {
    color: #666;
    font-size: 16px;
}

.charges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.charge-box {
    background: #fff;
    border: 3px solid #d10000;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.charge-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #d10000;
}

.charge-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(209,0,0,0.2);
}

.charge-box h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.charge-box .price {
    display: inline-block;
    background: #d10000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 30px;
    }

    .charge-box {
        padding: 30px 20px;
    }

    .charge-box .price {
        font-size: 24px;
    }
}

.tagline{
    color:#df131e;
    font-style:italic;
    font-weight:600;
    font-size:16px;
    margin-bottom:20px;
    letter-spacing:0.5px;
}

@media(max-width:768px){
    .tagline{
        font-size:14px;
    }
}

.about p{
    margin-bottom:15px;
    line-height:1.8;
}

.about img{
    width:100%;
    display:block;
}

.about .col-12{
    margin-top:20px;
}
