.logo a img {
    height: 95px;
}

.main-menu__logo.logo a img {
    height: 85px;
}

.color {
    color: #DC2F2E;
}

/* Service 1 */
.services-one__single.service-box-1:hover .services-one__icon span img {
    content: url("../images/pasa-img/fast-delivery.png");
}

/* Service 2 */
.services-one__single.service-box-2:hover .services-one__icon span img {
    content: url("../images/pasa-img/delivery-blue.png");
}

/* Service 3 */
.services-one__single.service-box-3:hover .services-one__icon span img {
    content: url("../images/pasa-img/bike-blue.png");
}

/* Service 4 */
.services-one__single.service-box-4:hover .services-one__icon span img {
    content: url("../images/pasa-img/insurance-blue.png");
}

/* Service 5 */
.services-one__single.service-box-5:hover .services-one__icon span img {
    content: url("../images/pasa-img/vision-blue.png");
}
/* Service 6 */
.services-one__single.service-box-6:hover .services-one__icon span img {
    content: url("../images/pasa-img/mission-blue.png");
}
/* Service 7 */
.services-one__single.service-box-7:hover .services-one__icon span img {
    content: url("../images/pasa-img/goal-blue.png");
}

.thm-btn.thm-btn1{
    font-size: 13px !important;
    padding: 10px 30px 10px !important;
}
.amount{
   font-weight: bold;
font-size: 20px;
}

.footer-widget__about-logo a img{ 
height: 100px;
}

.services-one--page{
    padding-top: 80px;
}

.about-two1{
    /* margin-bottom:160px */
    padding-bottom: 0px !important;
}
.services-one__about-page{
padding-top: 80px;
padding-bottom: 0px !important; ;
}

.about-two__text-1 {
    color:#010745;
}

.about-page__content p{
    color: #010745;

}

/* ==========================================
   PASA RIDERS GALLERY
========================================== */

.pasa-gallery-section {
    padding-top: 30px;
    padding-bottom: 80px;
    background: #f8f8f8;
}

.pasa-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.pasa-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.pasa-gallery-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.pasa-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Overlay */
.pasa-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(220, 47, 46, 0.75);

    opacity: 0;
    visibility: hidden;

    transition: all 0.4s ease;
}

/* Plus Icon */
.pasa-gallery-overlay span {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    color: #DC2F2E;

    border-radius: 50%;

    font-size: 30px;
    font-weight: 300;

    transform: scale(0.5);
    transition: all 0.4s ease;
}

/* Hover */
.pasa-gallery-item:hover img {
    transform: scale(1.08);
}

.pasa-gallery-item:hover .pasa-gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.pasa-gallery-item:hover .pasa-gallery-overlay span {
    transform: scale(1);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .pasa-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {

    .pasa-gallery-section {
        padding: 70px 0;
    }

    .pasa-gallery-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px;
    }

    .pasa-gallery-item a {
        height: 280px;
    }

}

/* ==========================================
   CEO MESSAGE SECTION
========================================== */

.pasa-ceo-message {
    padding: 100px 0;
}

.pasa-ceo-message .row {
    row-gap: 40px;
}

/* CEO IMAGE */
.pasa-ceo-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.pasa-ceo-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.pasa-ceo-image:hover img {
    transform: scale(1.03);
}


/* CONTENT */
.pasa-ceo-message .team-details__client-box {
    padding-left: 35px;
}

.pasa-ceo-label {
    display: inline-block;
    margin-bottom: 14px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #DC2F2E;
}

.pasa-ceo-title {
    margin-bottom: 25px;

    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
}

.pasa-ceo-message-text {
    margin-bottom: 30px;
}

.pasa-ceo-message-text p {
    margin-bottom: 16px;

    font-size: 16px;
    line-height: 1.8;
    color: #010745;
}


/* CEO NAME */
.pasa-ceo-author {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.pasa-ceo-name {
    margin-bottom: 5px;

    font-size: 22px;
    font-weight: 700;
    color: #111;
}

.pasa-ceo-position {
    font-size: 14px;
    font-weight: 500;
    color: #DC2F2E;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .pasa-ceo-message {
        padding: 80px 0;
    }

    .pasa-ceo-message .team-details__client-box {
        padding-left: 0;
        padding-top: 20px;
    }

    .pasa-ceo-title {
        font-size: 36px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {

    .pasa-ceo-message {
        padding: 60px 0;
    }

    .pasa-ceo-title {
        font-size: 30px;
    }

    .pasa-ceo-message-text p {
        font-size: 15px;
        line-height: 1.7;
    }

}

/* ceo message */
.principal-info {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px 20px;
    background: #f5f5f5;
    border-left: 4px solid #DC2F2E;
    border-radius: 6px;
}
.principal-info span {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}
.principal-info span strong {
    color: #010745;
    font-weight: 600;
}

.listing-single__seller-contact-info-list li .icon span {
    color: var(--gorent-base);
    font-size: 17px;
}

.bike-list{
     display: flex;
    flex-wrap: wrap;
    
}
.bike-list .item{
	padding:5px;
}
.testimonial-two__rating .fa-star {
    color: #ccc;
    margin-right: 3px;
}

.testimonial-two__rating .fa-star.checked {
    color: #f5b301;
}
.error-page{
    padding: 80px 0px;
}



 .toast-message {
     position: fixed;
     top: 30px;
     right: 30px;
     background: #28a745;
     color: #fff;
     padding: 15px 25px;
     border-radius: 6px;
     font-size: 15px;
     font-weight: 500;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     z-index: 99999;

     opacity: 0;
     visibility: hidden;
     transform: translateY(-20px);

     transition: all 0.4s ease;
 }

 .toast-message.show {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }


 .whatsapp-float {
     position: fixed;
     bottom: 77px;
     left: 25px;
     width: 51px;
     height: 51px;
     background: #25D366;
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 32px;
     text-decoration: none;
     z-index: 9999;
     box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
     animation: pulse 1.8s infinite;
 }
  .whatsapp-float i{
font-size: 25px;
  }

 /* .whatsapp-float i {
    animation: shake 2s infinite;
} */

 /* Wave Effect */
 .whatsapp-float::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     background: #25D366;
     z-index: -1;
     animation: wave 2s infinite;
 }

 @keyframes wave {
     0% {
         transform: scale(1);
         opacity: .6;
     }

     100% {
         transform: scale(1.5);
         opacity: 0;
     }
 }

 @keyframes pulse {

     0%,
     100% {
         transform: scale(1);
     }

     50% {
         transform: scale(1.08);
     }
 }

 .about-two__btn-box{
    display: flex;
    justify-content: center;
 }
 .listing-one__carousel.owl-carousel .owl-dot.active {
    display: none !important;
}
.thm-btn.thm-btn2 {
        /* padding: 2px 17px 2px !important; */
            background-color: var(--gorent-black);
                color: var(--gorent-white);
}
.thm-btn.thm-btn2:hover {
    color: var(--gorent-white) !important;
}
.thm-btn.thm-btn2::after {
        background-color: var(--gorent-base) !important;
}

.owl-carousel .owl-stage {
    margin-bottom: 12px !important;
}