 .card-img-top {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            /* Optional: changes cursor to pointer on hover */
        }

        .card-img-top:hover {
            transform: scale(1.05);
            /* Zoom in slightly */
            box-shadow: 0 8px 15px rgba(30, 26, 131, 0.4);
            /* Subtle shadow */
        }

        .price {
            font-size: 1.5rem;
            font-weight: bold;
            color: #0d6efd;
        }

        .car-title {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .specs-list {
            list-style-type: none;
            padding-left: 0;
        }

        .specs-list li {
            margin-bottom: 5px;
        }

        .btn-book {
            background-color: #0d6efd;
            color: white;
            font-weight: bold;
            padding: 10px 25px;
            margin-top: 15px;
        }

        .fleet-section {
            background-color: #f5f9ff;
        }

        .fleet-title {
            color: #1e1a83;
        }

        .car-name {
            border-top: 1px solid #1e1a83;
            margin-top: 1rem;
            padding-top: 0.5rem;
            background: #e6e9f8;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: #1e1a83;
        }

        .card-title {
            font-weight: bold;
        }

        .icon-text {
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 5px;
        }

        .card-footer .btn {
            width: 33%;
        }

        .text-start ul li {
            list-style: none;
        }

        .btn-group-rounded {
            border-radius: 50px;
            overflow: hidden;
            display: flex;
            width: fit-content;
        }

        .btn-custom {
            border: none;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem 1.25rem;
            font-weight: bold;
        }

        .btn-book1 {
            background-color: #110f72;
            color: white;
            font-weight: bold;
            padding: 10px 25px;
            text-transform: uppercase;
        }

        .btn-book1:hover {
            background: black;
            color: white;
        }

        .btn-phone {
            background-color: #00b82d;
            color: white;
            font-weight: bold;
            padding: 10px 25px;
            margin-top: 15px;
            border-radius: 0px 0px 0px 0px;
        }

        .btn-phone:hover {
            background: black;
            color: white;
        }

        .btn-whatsapp {
            background-color: #25d366;
            color: white;
            font-weight: bold;
            padding: 10px 25px;
            margin-top: 15px;
            border-radius: 0px 0px 0px 0px;
        }

        .btn-whatsapp:hover {
            background: black;
            color: white;
        }

        .btn-viber {
            background-color: #8f5db7;
            color: white;
            font-weight: bold;
            padding: 10px 25px;
            margin-top: 15px;
            border-radius: 0px 20px 20px 0px;
        }

        .btn-viber:hover {
            background: black;
            color: white;
        }

        /* Navbar font and spacing */
        .navbar-nav .nav-item {
            margin-left: 1rem;
            margin-right: 0.8rem;
        }

        .navbar-nav .nav-link {
            font-size: 0.9rem;
            position: relative;
            padding-bottom: 5px;
            transition: color 0.3s ease;
            color: black;
        }

        /* Underline effect from center */
        .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%) scaleX(0);
            transform-origin: center;
            width: 100%;
            height: 2px;
            background-color: #4DB8FF;
            transition: transform 0.3s ease;
        }

        .navbar-nav .nav-link:hover::after,
        .navbar-nav .nav-link.active::after {
            transform: translateX(-50%) scaleX(1);
        }

        .highlight-box {
            background-color: #0d0b1c;
            padding: 3rem 2rem;
            border: 1px solid #3a3a3a;
        }

        .highlight-box h2 span {
            padding: 0 0.5rem;
        }

        .highlight-box p span {
            padding: 0 0.3rem;
            display: inline;
        }

        .feature-box {
            background-color: #4db8ff;
            padding: 2rem;
            height: 100%;
            color: #000;
        }

        .feature-box i {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .car-image {
            max-width: 100%;
            margin-top: -4rem;
        }

        .feature-box:hover i {
            color: blue;
        }

        .icon-box {
            width: 60px;
            height: 60px;
            padding-top: 13px;
            /* default bg */
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background-color 0.3s ease;
        }

        .feature-box:hover .icon-box {
            background-color: #333;
            /* blue on hover */
        }

        .view-all {
            background: #4db8ff;
            border: 1px solid #4db8ff;
            border-radius: 20px;
            height: 50px;
            font-size: 20px;
        }

        .view-all:hover {
            background: #110f72;
        }

        .step-icon-wrapper {
            position: relative;
            padding-bottom: 4rem;
            /* spacing for the line */
        }

        /* Only show dashed line if NOT the last step */
        .step-icon-wrapper:not(.last)::after {
            content: "";
            position: absolute;
            top: 60px;
            left: 30px;
            width: 2px;
            height: 100px;
            /* increase height as needed */
            background: repeating-linear-gradient(to bottom,
                    #ccc,
                    #ccc 4px,
                    transparent 4px,
                    transparent 8px);
            z-index: 0;
        }

        /* Remove line on the last item */
        .step-icon-wrapper.last::after {
            display: none;
        }
         .filter-btn {
  border: none;
  font-weight: 600;
  color: #555;
  padding: 0.5rem 1.25rem;
  transition: all 0.3s ease;
  position: relative;
}

.filter-btn:hover {
  color: #2196f3;
  border-bottom: 3px solid #2196f3;
  background-color: transparent;
  outline: none;
}

.filter-btn.active,
.filter-btn:focus {
  color: #2196f3;
  border-bottom: 3px solid #2196f3;
  background-color: transparent;
  outline: none;
}


        