        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Navbar */
        .navbar {
            transition: background 0.3s;
        }

        .navbar.scrolled {
            background: rgba(0, 0, 0, 0.9) !important;
        }

        .custom-navbar {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: background 0.3s ease-in-out;
        }

        .custom-navbar .nav-link {
            color: #fff;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s;
        }

        .custom-navbar .nav-link:hover,
        .custom-navbar .nav-link.active {
            color: #ffd700;
        }

        .custom-navbar .navbar-brand {
            font-size: 1.4rem;
            color: #fff !important;
        }

        .custom-navbar .btn-primary {
            border-radius: 50px;
            padding: 8px 20px;
        }

        /* Hero Section */
        .hero-section {
            background: url('assets/img/banner.png') no-repeat center center/cover;
            color: white;
            padding: 160px 0;
            position: relative;
        }

        .hero-overlay {
            background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

        .vin-form-box {
            background: #fff;
            border-radius: 20px;
            width: 750px;
            max-width: 100%;
        }

        .vin-form-box .form-label {
            font-size: 15px;
            margin-bottom: 10px;
            color: #000;
            display: flex;
            justify-content: flex-start;
        }

        .vin-form-box .input-group {
            border-radius: 50px;
            overflow: hidden;
            border: 1px solid #ddd;
        }

        .vin-form-box input:focus {
            box-shadow: none;
        }

        .vin-form-box .btn-primary {
            background: #1e9bd8;
            /* Blue shade */
            border: none;
            border-radius: 0 50px 50px 0 !important;
            transition: 0.3s ease;
        }

        .vin-form-box .btn-primary:hover {
            background: #0d7cab;
        }

        .vin-form-box .input-group-text {
            border-radius: 50px 0 0 50px !important;
            border: none;
        }

        /* Report Cards */
        .report-card {
            border: none;
            border-radius: 16px;
            padding: 25px;
            transition: transform 0.3s, box-shadow 0.3s;
            background: #fff;
        }

        .report-card:hover {
            transform: translateY(-10px);
            box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
        }

        .feature-icon {
            font-size: 48px;
            margin-bottom: 20px;
        }

        /* Why Choose Quick Inspection */

        .why-choose ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* Inside Report Cards */
        .card img {
            transition: transform 0.4s;
        }

        .card:hover img {
            transform: scale(1.05);
        }

        /*  Check Your Vehicle */


        .li img {
            filter: brightness(0) invert(1);
            /* This makes the image white */
        }

        .li {
            filter: brightness(0) invert(1);
            /* This makes the image white */
        }



        /* Footer */
        footer {
            background: #111;
            padding: 50px 0;
            color: #ccc;
        }

        footer h5 {
            color: #fff;
            margin-bottom: 20px;
        }

        footer a {
            color: #aaa;
            text-decoration: none;
        }

        footer a:hover {
            color: #fff;
        }


        /* about */

        /* Navbar */
        .custom-navbar {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: background 0.3s ease-in-out;
        }

        .custom-navbar .nav-link {
            color: #fff;
            font-weight: 500;
            margin: 0 12px;
            transition: color 0.3s;
        }

        .custom-navbar .nav-link:hover,
        .custom-navbar .nav-link.active {
            color: #ffd700;
        }

        .custom-navbar .navbar-brand {
            font-size: 1.4rem;
            color: #fff !important;
        }

        .custom-navbar .btn-primary {
            border-radius: 50px;
            padding: 8px 20px;
        }

        .btn-custom {
            background: #00aaff;
            color: #fff;
        }

        .hero-section {
            background: #0a1a2f;
            color: #fff;
            padding: 80px 20px;
            text-align: center;
        }

        .w {

            flex: 1;
            min-width: 300px;
            height: 330px;
            /* background: url("assets/img/back.png") no-repeat center/contain; */
            background-color: #0d1323;
            /* dark background */
            border-radius: 220px 0 0 215px;

        }

        .vehicle {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }


        .stats {
            background: #0a1a2f;
            color: #fff;
            padding: 40px 20px;
            text-align: center;
        }

        .mission {
            background: #00aaff;
            color: #fff;
            padding: 40px 20px;
            border-radius: 10px;
        }

        .vision {
            background: #0a1a2f;
            color: #fff;
            padding: 40px 20px;
            border-radius: 10px;
        }

        .core-values .card {
            border: none;
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            transition: transform 0.3s;
        }

        .core-values .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }


        /* services */


        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Navbar */
        .navbar {
            transition: background 0.3s;
        }

        .navbar.scrolled {
            background: rgba(0, 0, 0, 0.9) !important;
        }

        .custom-navbar {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: background 0.3s ease-in-out;
        }

        .custom-navbar .nav-link {
            color: #fff;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s;
        }

        .custom-navbar .nav-link:hover,
        .custom-navbar .nav-link.active {
            color: #ffd700;
        }

        .custom-navbar .navbar-brand {
            font-size: 1.4rem;
            color: #fff !important;
        }

        .custom-navbar .btn-primary {
            border-radius: 50px;
            padding: 8px 20px;
        }

        /* Hero Section */
        .hero-section {
            background: url('assets/img/banner.png') no-repeat center center/cover;
            color: white;
            padding: 160px 0;
            position: relative;
        }

        .hero-overlay {
            background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

        .vin-form-box {
            background: #fff;
            border-radius: 20px;
            width: 750px;
            max-width: 100%;
        }

        .vin-form-box .form-label {
            font-size: 15px;
            margin-bottom: 10px;
            color: #000;
            display: flex;
            justify-content: flex-start;
        }

        .vin-form-box .input-group {
            border-radius: 50px;
            overflow: hidden;
            border: 1px solid #ddd;
        }

        .vin-form-box input:focus {
            box-shadow: none;
        }

        .vin-form-box .btn-primary {
            background: #1e9bd8;
            /* Blue shade */
            border: none;
            border-radius: 0 50px 50px 0 !important;
            transition: 0.3s ease;
        }

        .vin-form-box .btn-primary:hover {
            background: #0d7cab;
        }

        .vin-form-box .input-group-text {
            border-radius: 50px 0 0 50px !important;
            border: none;
        }

        /* Report Cards */
        .report-card {
            border: none;
            border-radius: 16px;
            padding: 25px;
            transition: transform 0.3s, box-shadow 0.3s;
            background: #fff;
        }

        .report-card:hover {
            transform: translateY(-10px);
            box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
        }

        .feature-icon {
            font-size: 48px;
            margin-bottom: 20px;
        }

        /* Why Choose Quick Inspection */

        .why-choose ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        /* Inside Report Cards */
        .card img {
            transition: transform 0.4s;
        }

        .card:hover img {
            transform: scale(1.05);
        }

        /*  Check Your Vehicle */


        .li img {
            filter: brightness(0) invert(1);
            /* This makes the image white */
        }

        .li {
            filter: brightness(0) invert(1);
            /* This makes the image white */
        }



        /* Footer */
        footer {
            background: #111;
            padding: 50px 0;
            color: #ccc;
        }

        footer h5 {
            color: #fff;
            margin-bottom: 20px;
        }

        footer a {
            color: #aaa;
            text-decoration: none;
        }

        footer a:hover {
            color: #fff;
        }


        /* pricing */
        body {
            font-family: 'Segoe UI', sans-serif;
            background: #f8f9fa;
        }

        /* Navbar */
        .custom-navbar {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: background 0.3s ease-in-out;
        }

        .custom-navbar .nav-link {
            color: #fff;
            font-weight: 500;
            margin: 0 12px;
            transition: color 0.3s;
        }

        .custom-navbar .nav-link:hover,
        .custom-navbar .nav-link.active {
            color: #ffd700
        }

        .custom-navbar .navbar-brand {
            font-size: 1.4rem;
            color: #fff !important;
        }

        .custom-navbar .btn-primary {
            border-radius: 50px;
            padding: 8px 20px;
        }

        /* Hero Section */
        .pricing-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                url('https://source.unsplash.com/1600x500/?yacht,sea') no-repeat center center/cover;
            color: #fff;
            padding: 120px 20px 100px;
            text-align: center;
        }

        .pricing-hero h1 {
            font-size: 2.8rem;
            font-weight: bold;
        }

        /* Pricing Cards */
        .pricing {
            padding: 80px 20px;
        }

        .pricing h2 {
            font-weight: bold;
            margin-bottom: 50px;
            color: #0d6efd;
        }

        .pricing-card {
            border: none;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .pricing-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .pricing-card .card-header {
            background: #0d6efd;
            color: #fff;
            font-weight: bold;
            text-align: center;
            padding: 20px;
            border-radius: 15px 15px 0 0;
        }

        .pricing-card .price {
            font-size: 2.2rem;
            font-weight: bold;
            color: #0d6efd;
            margin: 20px 0;
        }

        .pricing-card ul {
            list-style: none;
            padding: 0;
        }

        .pricing-card ul li {
            margin: 12px 0;
            font-size: 15px;
        }

        .pricing-card ul li i {
            color: #0d6efd;
            margin-right: 8px;
        }

        .pricing-card .btn {
            border-radius: 50px;
            padding: 10px 25px;
            font-weight: 500;
        }

        /* Footer */
        footer {
            background: #0d6efd;
            color: #fff;
            padding: 50px 20px;
        }

        footer a {
            color: #fff;
            text-decoration: none;
        }

        footer a:hover {
            text-decoration: underline;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            padding-top: 20px;
            margin-top: 20px;
            text-align: center;
            font-size: 14px;
        }

        /* contect */


        body {
            font-family: 'Segoe UI', sans-serif;
            background: #f8f9fa;
        }

        /* Navbar */
        .custom-navbar {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            transition: background 0.3s ease-in-out;
        }

        .custom-navbar .nav-link {
            color: #fff;
            font-weight: 500;
            margin: 0 12px;
            transition: color 0.3s;
        }

        .custom-navbar .nav-link:hover,
        .custom-navbar .nav-link.active {
            color: #ffd700;
        }

        .custom-navbar .navbar-brand {
            font-size: 1.4rem;
            color: #fff !important;
        }

        .custom-navbar .btn-primary {
            border-radius: 50px;
            padding: 8px 20px;
        }
         
       /* Hero */
     
        .contact-hero {
            background: #0a1a2f;
            color: #fff;
            padding: 120px 20px 100px;
            text-align: center;
        }

    
        /* Contact Section */
        .contact-section {
            padding: 80px 20px;
        }

        .contact-info {
            background: #fff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        .contact-info i {
            font-size: 22px;
            color: #0d6efd;
            
        }

        .contact-form {
            background: #fff;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .contact-form .form-control {
            border-radius: 10px;
            padding: 12px;
            margin-bottom: 15px;
        }

        .contact-form button {
            border-radius: 50px;
            padding: 12px 25px;
        }

        /* Footer */
        footer {
            background: #111;
            padding: 50px 0;
            color: #ccc;
        }

        footer h5 {
            color: #fff;
            margin-bottom: 20px;
        }

        footer a {
            color: #aaa;
            text-decoration: none;
        }

        footer a:hover {
            color: #fff;
        }



        /* checkout */


        .checkout-container {
            max-width: 800px;
            background: #fff;
            margin: auto;
            margin-bottom: 50px;
            margin-top: 100px;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.1);
        }

        .checkout-header {
            text-align: center;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
            margin-bottom: 20px;
            background: #0D6EFD;
            border-radius: 5px;
        }

        .checkout-header h2 {
            margin: 0;
            font-size: 22px;
            padding-top: 12px;
            color: #fff;
        }

        .checkout-header .amount {
            font-weight: bold;
            color: #fff;
        }

        .security-icons {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin: 10px 0;
            font-size: 14px;
            color: #555;
            flex-wrap: wrap;
            text-align: center;
        }

        .security-icons img {
            vertical-align: middle;
            width: 20px;
            height: 20px;
        }

        .section-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            margin-top: 10px;
            display: flex;
            justify-content: flex-start;
            gap: 8px;
        }

        .section-title img {
            width: 24px;
            height: 24px;
        }

        form {
            display: grid;
            gap: 15px;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }

        input,
        select {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            width: 100%;
            box-sizing: border-box;
        }

        .full-width {
            grid-column: span 2;
        }

        .terms-box {
            background: #f5f5f5;
            padding: 10px;
            border-radius: 5px;
            font-size: 15px;
            line-height: 1.5;
            grid-column: span 3;
        }

        .terms-box h1 {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .terms-box label {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 12px;
            flex-wrap: nowrap;
        }

        .terms-box input[type="checkbox"] {
            flex-shrink: 0;
            margin-top: 3px;
            width: auto;
        }

        .payment-note {
            background: #fff7cc;
            padding: 11px;
            border-radius: 5px;
            font-weight: bold;
            font-size: 14px;
            margin-top: 6px;
            grid-column: span 3;
        }

        .payment-note h1 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .payment-note p {
            font-weight: normal;
            margin: 0;
        }

        .terms-box h1 {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .terms-box label {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 12px;
            flex-wrap: nowrap;
        }

        .terms-box input[type="checkbox"] {
            flex-shrink: 0;
            margin-top: 3px;
            width: auto;
        }

        .payment-note {
            background: #fff7cc;
            padding: 11px;
            border-radius: 5px;
            font-weight: bold;
            font-size: 14px;
            margin-top: 6px;
            grid-column: span 3;
        }

        .payment-note h1 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .payment-note p {
            font-weight: normal;
            margin: 0;
        }