
/*** 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;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.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: var(--bs-primary);
}

.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 ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 70px;
}

.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);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@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;
    }
}

@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 ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /*-background: rgba(0, 0, 0, .6);*/
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top:10px;
    margin-bottom:10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background-image:  url(../img/newbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features 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 .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    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 End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/fact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-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;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-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;
}
/*** Service 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;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0; 
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white); 
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Process 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;
    height: 200px;
}

.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 ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*** Banner 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 ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px; 
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}
/*** Testimonial 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: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.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 rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


.waterfall-section {
  padding: 30px 20px;
  background-color: #f8f9fa;
  text-align: center;
}

.section-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.waterfall-list {
  column-count: 2; /* Number of columns */
  column-gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.waterfall-list p {
  background: #ffffff;
  margin: 0 0 15px;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  break-inside: avoid; /* Prevent breaking inside columns */
}
@media (max-width: 768px) {
  .waterfall-list {
    column-count: 1;
  }
}

.image-card-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.image-card {
  flex: 0 0 32%;
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.image-card img {
  width: 300px;
  height: 300px;
  display: block;
}

.image-card p {
  margin: 10px;
  font-size: 16px;
  font-weight: 300;
}


.img-fluid {
  height: 20px; /* You can adjust this height */
  overflow: hidden;
}

.d-img img {
  height: 70%;
  width: 100%;
  object-fit: cover;
}
/*-------------------*/

/* Form container */
#whatsappForm {
  max-width: 500px;
  margin: 30px auto;
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

/* Input fields and textarea */
#whatsappForm .form-control {  
  border-radius: 6px;
  border: 1px solid #ced4da;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out;
}

#whatsappForm .form-control:focus {
  border-color: #0056b3;
  box-shadow: 0 0 0 0.2rem rgba(0,86,179,0.1);
}

/* Labels */
#whatsappForm label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

/* Submit Button */
#whatsappForm .btn {
  background-color: #003366;
  border-color: #003366;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease-in-out;
}

#whatsappForm .btn:hover {
  background-color: #002b5c;
  border-color: #002b5c;
}
/*----------------*/
.d-img {
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; /* Reduced space below image */
}

.d-img img {
  max-height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}
/*-----------------------------*/
.nav-pills .nav-link {
  margin-right: 10px; /* space between buttons */
}

.nav-pills .nav-link:last-child {
  margin-right: 20px; /* remove margin from last button */
  align-items: center;
}

/*---------------------------------*/
/* General Section Styling */
#section-hero {
  position: relative;
  padding: 60px 0;
 /* background-color: orange; *//* fallback in case image doesn't load */
  color: #f8f6f6;
}

#section-hero .jarallax-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.9;
}

/* Heading */
#section-hero h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

#section-hero .id-color {
  color: #db2209; /* Highlight color for "World" and "Wheels" */
}

/* Form Wrapper */
.shadow-soft {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Form Headings */
.shadow-soft h3,
.shadow-soft h5 {
  color: #333;
  margin-bottom: 15px;
}

/* Radio Buttons with Images */
.de_radio .radio-img label {
  border: 2px solid #f70505;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #f10909;
}

.de_radio .radio-img input[type="radio"]:checked + label {
  border-color: rgb(17, 7, 7);
  background-color: #000000;
}

.de_radio .radio-img img {
  max-width: 50px;
  margin-bottom: 8px;
}

/* Form Controls */
.form-control {
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
}

/* Date-Time Picker */
.date-time-field input[type="datetime-local"] {
  width: 100%;
  padding: 10px;
}

/* Button Styling */
.btn-main {
  background-color: rgb(255, 30, 0);
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 8px;
  transition: background-color 0.3s;
  margin-top: 15px;
}

.btn-main:hover {
  background-color: #e90909;
  color: #fff;
}

/* Responsive Typography */
@media (max-width: 768px) {
  #section-hero h1 {
    font-size: 32px;
  }

  .radio-img {
    margin-bottom: 15px;
  }
}
.VehicalName{
    color: #ffffff;
}
/*----------------------------*/

.de-item-list {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}

.d-img {
  flex: 0 0 280px; /* fixed width image */
  height: 200px;
  overflow: hidden;
}

.d-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.d-info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.d-text h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #333;
}

.d-state-group {
  width: 100%;
}

.d-state {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2-column list */
  gap: 10px 20px;
}

.d-state li {
  font-size: 15px;
  color: #555;
  display: flex;
  align-items: center;
}

.d-state li i {
  color: #e74c3c; /* icon color */
  margin-right: 8px;
}
/*----------------------------*/
/* Main Section Background */
#section-settings {
  padding: 60px 0;
  background-color: #f8f9fa;
}

/* Card Styling */
.card {
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Left Logo Column */
/* Main Section Background */
#section-settings {
  padding: 60px 0;
  background-color: #f8f9fa;
}

/* Card Styling */
.card {
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Left Logo Column */
.card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.card h4 {
  font-size: 18px;
  margin: 10px 0;
  color: #000000;
}

.card p {
  font-size: 14px;
  color: #555;
}

/* Tab Navigation */
.de_nav {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.de_nav li {
  background: #e9ecef;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

.de_nav li.active,
.de_nav li:hover {
  background: #ff0000;
  color: #fff;
}

/* Form Border */
.form-border input,
.form-border textarea,
.form-border select {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 14px;
  width: 100%;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-border input:focus,
.form-border textarea:focus,
.form-border select:focus {
  border-color: #ff0000;
}

/* Labels */
.form-border h5 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

/* Submit Button */
.btn-main {
  background-color: #ff0000;
  color: white;
  padding: 10px 24px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-main:hover {
  background-color: #f70101;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .de_nav {
    flex-direction: column;
  }

  .btn-main {
    width: 100%;
  }

  .card {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .form-border h5 {
    font-size: 13px;
  }

  .form-border input,
  .form-border textarea {
    font-size: 13px;
    padding: 8px 12px;
  }
}
/*---------------------------------------------*/
/* Card Styling */
.card {
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

/* Logo Styling */
.card img {
  max-width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/* Profile Name Tagline */
.profile_name h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.profile_username {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

/* Main Description Text */
.card h4.text-center {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  font-weight: 500;
  margin-top: 10px;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .card {
    padding: 20px;
  }

  .card img {
    max-width: 100px;
  }

  .profile_name h4 {
    font-size: 16px;
  }

  .card h4.text-center {
    font-size: 14px;
  }
}

/*--------------------------------------*/
.coming-soon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background: #f5f5f5;
}

.coming-soon-card {
  background: #ffffff;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.coming-soon-card h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

.coming-soon-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.notify-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.notify-form input[type="email"] {
  padding: 12px 15px;
  border-radius: 30px;
  border: 1px solid #ccc;
  width: 65%;
  max-width: 300px;
  outline: none;
}

.notify-form button {
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #ff1e00;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
}

.notify-form button:hover {
  background-color: #e62e00;
}
/*---------------------------*/

.radio-img input[type="radio"] {
    display: none;
}

.radio-img label {
    display: block;
    cursor: pointer;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease;
}

.btn-main {
    float: right;
}

/*----------------------------*/

.d-atr-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.d-atr-group .d-atr {
    display: flex;
    align-items: center;
    background-color: #f8f9fa; /* light background */
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.d-atr-group .d-atr img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Style for "View More" button inside */
.d-atr-group .btn-main {
    margin-top: 10px;
    padding: 8px 20px;
    background-color: #007bff;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.d-atr-group .btn-main:hover {
    background-color: #0056b3;
}

/* services  */

     .gt-services-container {
       font-family: 'Arial', sans-serif;
       color: white;
       position: relative;
     }
  
     .gt-services-inner {
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 20px;
     }
  
     .gt-services-header {
       text-align: center;
       margin-bottom: 50px;
     }
  
     .gt-services-header h2 {
       font-size: 2.5rem;
       margin-bottom: 15px;
       text-transform: capitalize;
     }
  
     .gt-services-header h2 span {
       color: #ff0000;
     }
  
     .gt-services-header p {
       font-size: 1.1rem;
       max-width: 700px;
       margin: 0 auto;
     }
  
     .gt-services-grid {
       display: grid;
       grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
       gap: 25px;
     }
  
     .gt-service-box {
       background: rgba(255, 255, 255, 0.1);
       backdrop-filter: blur(5px);
       border: 1px solid rgba(255, 255, 255, 0.2);
       border-radius: 5px;
       padding: 25px;
       transition: all 0.3s ease;
       min-height: 180px;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       text-align: center;
     }
  
     .gt-service-box:hover {
       background: #ff0000;
       transform: translateY(-5px);
       box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
     }
  
     .gt-service-icon {
       font-size: 2.8rem;
       margin-bottom: 15px;
       transition: all 0.3s ease;
     }
  
     .gt-service-box:hover .gt-service-icon {
       transform: scale(1.1);
     }
  
     .gt-service-content h3 {
       font-size: 1.2rem;
       margin-bottom: 15px;
       position: relative;
       color: white;
     }
  
     .gt-service-line {
       height: 2px;
       width: 50px;
       background: #ff0000;
       margin: 0 auto;
       transition: all 0.3s ease;
     }
  
     .gt-service-box:hover .gt-service-line {
       width: 80px;
       background: white;
     }
  
     @media (max-width: 768px) {
       .gt-services-grid {
         grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
       }
  
       .gt-services-header h2 {
         font-size: 2rem;
       }
  
       .gt-service-box {
         min-height: 160px;
         padding: 20px;
       }
       .Cust_btn
       {
        width: 40% !important;
       }
      
     }

        .Cust_btn {
         margin-bottom: 12px !important;
        }

        p,span {
          font-family: FortBook, Arial, sans-serif !important;
        }

              .whatsapp-float {
                  position: fixed;
                  bottom: 95px;
                  left: 20px;
                  z-index: 9999;
                  cursor: pointer;
                  transition: transform 0.3s ease;
                }
        
                .whatsapp-float:hover {
                  transform: scale(1.1);
                }
        
                .whatsapp-float img {
                  width: 65px;
                  height: 55px;
                }
                 .chatbot-active .whatsapp-float {
                   display: none !important;
                 }


                                 @media (min-width: 1024px) {
                                  
                                 }