/* ===== VAN SINGLE PAGE STYLES ===== */
    .single-page.van-page {
        background-color: #ffffff;
        font-family: 'Open Sans', Arial, sans-serif;
    }
	
	h5 {
		font-family: "Golos Text", sans-serif;
	}
	
	.van-form-outer .wpcf7-checkbox input {
		margin: 0;
		height: unset !important;
	}

    /* 1. TOP GOLD BANNER */
    .van-title-banner {
        background-color: #E9C855;
        padding: 25px 0;
        text-align: center;
        width: 100%;
        margin-bottom: 60px;
    }
    .van-title-banner h2 {
        font-family: "Golos Text", sans-serif;
		font-size: 50px;
		font-weight: 600;
		line-height: 60px;
		letter-spacing: 0.01em;
		color: #18406b;
		margin-top: 0px !important;
    }

    /* 2. MAIN PRESENTATION (Image + Desc) */
    .van-main-section {
        padding-bottom: 60px;
    }
    .van-presentation-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px;
    }
    .van-img-col {
        flex: 0 0 50%;
        text-align: center;
    }
    .van-img-col img {
        width: 100%;
        height: auto;
        max-width: 650px;
        display: block;
        margin: 0 auto;
    }
    .van-desc-col {
        flex: 0 0 50%;
        padding-top: 10px;
    }
	.van-desc-content strong,
	.van-desc-content h1,
	.van-desc-content h2,
    .van-desc-content h3, 
    .van-desc-content h4 {
        font-family: "Golos Text", sans-serif;
		font-size: 24px;
		font-weight: 500;
		line-height: 32.02px;
		text-align: left;
		color: #18406b;
    }
    p {
         font-family: "Golos Text", sans-serif;
		font-size: 15px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.01em;
		text-align: left;
		color: #4a5056;
    }
    .van-price-box {
        border-top: 3px solid #c90b10;
        padding-top: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .van-price-main {
        font-family: "Golos Text", sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 21.6px;
		letter-spacing: 0.01em;
		text-align: left;
		color: #c90c0f;
    }
    .van-price-sub {
        font-size: 14px;
        color: #333;
        display: block;
        line-height: 1.5;
        font-weight: 500;
    }
    .btn-noleggia-ora {
        display: inline-block;
        background-color: #E9C855;
        color: #ffffff;
        padding: 12px 35px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.2s ease;
        margin-top: 10px;
    }
    .btn-noleggia-ora:hover {
        background-color: #caa548;
        color: #ffffff;
        text-decoration: none;
    }

    /* 3. SPECS & DIMENSIONS SECTION */
    .van-specs-section {
        margin-bottom: 80px;
    }
    .van-specs-grid {
        display: flex;
        justify-content: space-between;
        gap: 60px;
		margin: auto;
	    max-width: 600px;
    }
    .van-specs-col {
        flex: 1;
    }
    .van-specs-title {
        color: #c90b10;
        font-family: "Golos Text", sans-serif;
		font-size: 24px;
		font-weight: 500;
		line-height: 32.02px;
		text-align: left;
    }
    .van-specs-list, 
    .van-dimensions-list {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: #444;
    }
    .van-specs-list strong,
    .van-dimensions-list strong {

        font-weight: 700;
    }
    .van-dimensions-list li {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
    .van-dim-icon {
        width: 35px;
        margin-right: 15px;
        text-align: center;
    }
    .van-dim-icon img {
        width: 100%;
    }


	/* Partners Section */
    .partners-section {
        background-color: #18406b; /* Light blue-gray background */
        padding: 40px 0;
        text-align: center;
        border-top: 1px solid #ddd;
    }
    
    .partners-title {
        font-family: "Golos Text", sans-serif;
		font-size: 40px;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: 0.01em;
		color: white;
		margin-bottom: 30px;
    }
    
    .partners-logos {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }
    
    .partner-box {
        display: flex;
		align-items: center;
		justify-content: center;
		height: 126px;
		width: 266px;
    }
    
    .partner-box img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    
    .partners-footer-text {
        font-family: "Golos Text", sans-serif;
		font-size: 30px;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: 0.01em;
		text-align: center;
		color: #c90c0f;
    }

    /* 4. BOOKING FORM SECTION */
    #single-form-wrapper.van-booking-section {
        background-color: #E8ECF0;
        padding: 70px 0;
    }
    .van-booking-title {
        text-align: center;
        color: #1a3b5c;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .van-booking-divider {
        width: 80px;
        height: 4px;
        background-color: #c90b10;
        margin: 0 auto 30px auto;
    }
    .van-booking-subtitle {
        text-align: center;
        color: #1a3b5c;
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 1.5;
    }

    /* Form Styles */
    .van-form-outer {
        max-width: 900px;
        margin: 0 auto;
    }
    .van-form-outer label {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
        display: block;
    }
    .van-form-outer input[type="text"],
    .van-form-outer input[type="email"],
    .van-form-outer input[type="tel"],
    .van-form-outer input[type="date"],
    .van-form-outer select {
        width: 100%;
        border-radius: 8px; /* Rounded inputs */
        border: 1px solid #ccc;
        padding: 12px 15px;
        font-size: 15px;
        color: #555;
        background: #fff !important;
        margin-bottom: 5px;
        box-sizing: border-box;
        height: 50px; /* Consistent height */
    }
    
    /* Submit Button (Centered Red) */
    .van-form-outer .wpcf7-submit {
        background-color: #c90b10;
        color: white;
        font-weight: 700;
        text-transform: capitalize; /* "Invia Richiesta" */
        padding: 12px 60px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        display: block;
        margin: 20px auto 0 auto; /* Centered */
        font-size: 18px;
    }
    .van-form-outer .wpcf7-submit:hover {
        background-color: #a0060a;
    }
    
    /* Checkbox Alignment */
    .van-form-outer .wpcf7-checkbox .wpcf7-list-item {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .van-form-outer .wpcf7-checkbox input {
        width: auto !important;
        margin: 0;
        height: 18px;
        width: 18px;
    }
    
    /* Privacy Text */
    .van-form-outer .wpcf7-acceptance .wpcf7-list-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .van-form-outer .wpcf7-acceptance input {
        margin-top: 4px;
        width: auto !important;
        height: auto !important;
    }
    .van-form-outer .wpcf7-acceptance label {
        font-size: 12px;
        line-height: 1.4;
        font-weight: 400;
        color: #333;
    }

    @media (max-width: 768px) {
        .van-presentation-row, .van-specs-grid { flex-direction: column; gap: 40px; }
        .van-img-col, .van-desc-col { flex: 100%; text-align: center; }
        .van-desc-col { text-align: left; }
    }