.elementor-543 .elementor-element.elementor-element-8aad15e:not(.elementor-motion-effects-element-type-background), .elementor-543 .elementor-element.elementor-element-8aad15e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8C749;}.elementor-543 .elementor-element.elementor-element-8aad15e > .elementor-container{min-height:150px;}.elementor-543 .elementor-element.elementor-element-8aad15e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-543 .elementor-element.elementor-element-8aad15e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-543 .elementor-element.elementor-element-95d9086{text-align:center;}.elementor-543 .elementor-element.elementor-element-95d9086 .elementor-heading-title{font-family:"Titillium Web", Sans-serif;font-size:55px;font-weight:700;text-transform:uppercase;color:#000000;}.elementor-543 .elementor-element.elementor-element-b1e5c92 > .elementor-background-overlay{background-color:#FFFFFF;opacity:0.6;}.elementor-543 .elementor-element.elementor-element-b1e5c92{padding:50px 0px 50px 0px;}@media(max-width:1024px){.elementor-543 .elementor-element.elementor-element-b1e5c92 > .elementor-background-overlay{background-image:url("https://carebridgetransports.com/wp-content/uploads/2026/01/i.webp");background-position:center left;background-size:contain;opacity:0.56;}}@media(max-width:767px){.elementor-543 .elementor-element.elementor-element-b1e5c92 > .elementor-background-overlay{opacity:0.8;}}/* Start custom CSS for shortcode, class: .elementor-element-bfbae46 *//* ====================== 
   GRAVITY FORM - BOOK FORM 
   ====================== */

.book-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-family: 'Outfit', sans-serif;
}

/* Form Title */
.book-form .gform_title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    text-align: center;
}

.book-form .gform_description {
    font-size: 16px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 30px;
}

/* Labels */
.book-form .gfield_label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
    font-size: 15px;
}

/* Input Fields */
.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="tel"],
.book-form input[type="number"],
.book-form input[type="date"],
.book-form textarea,
.book-form select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fff;
}

.book-form input:focus,
.book-form textarea:focus,
.book-form select:focus {
    border-color: #E8C749;
    outline: none;
    box-shadow: 0 0 0 4px rgba(232, 199, 73, 0.15);
}

/* Placeholder */
.book-form input::placeholder,
.book-form textarea::placeholder {
    color: #9ca3af;
}

/* Button */
.book-form .gform_footer input[type="submit"],
.book-form .gform_button {
    background-color: #E8C749 !important;
    color: #1f2937 !important;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.book-form .gform_footer input[type="submit"]:hover,
.book-form .gform_button:hover {
    background-color: #d9b33c !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 199, 73, 0.3);
}

/* Success Message */
.book-form .gform_confirmation_message {
    background: #f0f9f0;
    border: 2px solid #4ade80;
    color: #166534;
    padding: 20px;
    border-radius: 12px;
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
}

/* Error Messages */
.book-form .gfield_error .gfield_label {
    color: #ef4444;
}

.book-form .validation_error {
    color: #ef4444;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .book-form {
        padding: 30px 20px;
        border-radius: 12px;
    }
    
    .book-form .gform_title {
        font-size: 24px;
    }
}/* End custom CSS */