      .wrapper {
            flex: 0 0 33%;
            /* width:33%; */
            background: #ffc300;
            /* background-image:url("images/girls_in_glass4.png");
            background-repeat: no-repeat;
            background-position: center center;
            
            opacity: 0.3; */
            position: relative;
            color: black;
            padding: 20px;
            font-size: 20px;
            /* background-size: cover; */
            background-repeat: no-repeat;
            border-radius: 15px;
            /* overflow-y: scroll; */
            float: right;
            font-family: 'Arial', sans-serif;
            font-size: 16px;

        }

        /* .wrapper-img {
            float: left;
            padding: 15px;
        } */

        .rounded-table {
            border-collapse: collapse;
            /* Merges adjacent borders into a single border */
            border-radius: 10px;
            /* Rounds the corners of the outer table boundary */
            overflow: hidden;
            /* Hides any overflowing content (like sharp corners of cells) outside the rounded boundary */
            border: 1px solid #0e0d0d;
            /* Adds a single border around the whole table */
            /* max-width:80%; */
            background-color: #e9d8a6;
            /* Adjust as needed */
            font-weight: bold;
            margin-left: 5px;
           

        }

        .rounded-table th,
        .rounded-table td {
            border: 1px solid #131314;
            /* Adds internal borders for cells */
            padding: 8px;
            /* Adds space inside cells */
            text-align: left;
            /* Aligns text as needed */
             color:black;

        }

        /* .rounded-table th { */
            /* background-color: #f2f2f2;  */
            /* Optional: adds a background to the header */
        /* } */

        .pickups {
            float: left;
        }

        .dropoffs {
            float: left;
        }

        /* .subic { */
            /* float: left; */
        /* } */

        .wrapper-1 {
            float: left;
        }

        .innova {
            float: left;
            border: 4px solid #0e0d0d;
            border-radius: 10px;
            width: 100%;
            padding: 8px;
            background-color: #ffc300;
             color:black;

            /* margin-bottom:5px; */

        }

        .car {
            float: left;
            border: 4px solid #0e0d0d;
            border-radius: 10px;
            width: 100%;
            padding: 8px;
               background-color: #ffc300;
                color:black;

        }

        .toyota {
            float: left;
            border: 4px solid #0e0d0d;
            border-radius: 10px;
            width: 100%;
            padding: 8px;
               background-color: #ffc300;
               color:black;
        }

        hr {
            border: 5px solid #1a01f5;
            /* Adjust as needed */
            /* margin: 20px 0; */
        }

        /* .description {
            
        } */

        .wrap-image {
            /* This is the magic line */
            float: left;

            /* Add some breathing room so the text doesn't touch the image */
            margin-right: 20px;
            margin-bottom: 10px;

            /* Optional: give the image a width so it doesn't take over */
            max-width: 300px;
        }

        /* Important: Clear the float after the container to prevent layout collapsing */
        .description::after {
            content: "";
            display: table;
            clear: both;
        }

        .colorful-btn {
            background-color: #06c50c;
            /* A shade of green */
            border: none;
            color: white;
            /* Text color */
            padding: 15px 32px;
            /* Space between text and border */
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            /* Changes mouse cursor to a hand */
            border-radius: 12px;
            /* Rounds the corners */
            transition-duration: 0.4s;
            /* Smooth transition for hover effects */
        }
        
        form {
            max-width: 500px;
            margin: auto;
            font-size:16px;
        }
        form button{
            background-color: #06c50c;
            /* A shade of green */
            border: none;
            color: white;
            /* Text color */
            padding: 15px 32px;
            /* Space between text and border */
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            /* Changes mouse cursor to a hand */
            border-radius: 12px;
            /* Rounds the corners */
            transition-duration: 0.4s;
            /* Smooth transition for hover effects */
        }
        label {
            font-weight: bold;
        }

        select {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        input,
        textarea {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }