#banner {
    background: url("../images/moore-autos.jpg") no-repeat center top;
    background-size:cover;
}

.section-heading h2:after {
    background: #65c8ec;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 81px;
    line-height: 75px;
    font-weight: 800;
    color: #44b8e2;
}

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #65c8ec;
}

#header nav a, #header i {
    color: #111;
}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

.contact-section h2:after {
    background: transparent !important;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.whatsapp-button {
    background: #65c8ec;
    color:#fff;
    padding:10px 20px;
    border-radius: 18px;
    display:inline-block;
    margin-top:20px;
}
.whatsapp-button:hover { 
    background:#999;
    color:#fff;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
    max-height: 57px;
    vertical-align: middle;
    margin-right: 15px;
}


#header.nav-solid .active {
    color: #65c8ec;
    border-color: #65c8ec;
}

#header nav a {
    height: 48px;
    line-height: 60px;
    display: block;
    padding: 0 10px;
}

/* Dropdown Styling */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 200px; /* Set a fixed width */
    z-index: 1000;
    padding: 0;
}

.dropdown-menu li {
    display: block;
    width: 100%; /* Make each item take full width */
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    line-height: 48px !important;
}

.dropdown-menu li a:hover {
    background: #44B8E2;
    color: white  !important;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

#products {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
}

.product-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-left:30px;
    padding-right:30px;
}

.product-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    flex:1;
}

.product-card h3 {
    margin: 10px 0;
    color: #333;
}

.product-card img {
    width: 100%;
    height: auto;
}

.product-card p {
    color: #666;
}

.product-button {
    background: #65c8ec;
    color:#fff;
    padding:10px 20px;
    border-radius: 18px;
    display:inline-block;
    margin-top:20px;
}

.product-button:hover {
    background: #999;
    color: #fff;
}


.pricing-block-content:hover {
    border-color: #65c8ec;
}

.mt-2 {
    margin-bottom: 20px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.icon i {
    color: #000;
}

#header.nav-solid .active {
    color: #000;
    border-color: none !important;
    border: none;
}

/* Booking Form Section */
#appointment {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
}

#appointment h2 {
    color: #333;
    margin-bottom: 20px;
}

.flex-container {
    display:flex;
}


.mr-1 {
    margin-right:10px;
}

.ml-1{
     margin-left:10px;
}

.flatpickr-wrapper {
    display: flex;
    align-items: center;
    border: none;
    padding: 6px 8px;
    border-radius: 4px;
    padding-left: 0px;
}

.flatpickr-wrapper input {
    border: none;
    outline: none;
    flex: 1;
}

.calendar-icon {
    cursor: pointer;
    color: #555;
}

/* Form Container */
#booking-form {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Input Fields */
#booking-form input,
#booking-form select {
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Submit Button */
#booking-form button {
    background: #44B8E2;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

#booking-form button:hover {
    background: #3598c1;
}
/* Appointment Confirmation Page */
#confirmation {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.confirmation-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    width: 100%;
}

.confirmation-box img {
    width: 80px;
    margin-bottom: 20px;
}

.confirmation-box i {
    font-size: 80px;
    color: #09ac76;
}
.confirmation-box h2 {
    color: #44B8E2;
    margin-bottom: 10px;
}

.confirmation-box p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.confirmation-box .btn {
    display: inline-block;
    margin-top: 20px;
    background: #44B8E2;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease;
}

.confirmation-box .btn:hover {
    background: #3598c1;
}

@media (max-width: 768px) {
    .product-container {
      flex-direction: column;
      gap:20px;
    }
    
    #products {
        text-align: center;
        padding: 50px 0px;
        background: #f9f9f9;
    }
    
    #banner h1 {
        font-family: 'Open Sans', sans-serif, Arial, Helvetica;
        font-size: 72px;
        line-height: 81px;
        font-weight: 800;
        color: #44b8e2;
    }
    
   #banner {
        background: url(../images/moore-autos.jpg) no-repeat center top;
        background-size: 189% 77%;
        background-position: -111px -1px !important;
    }
}
