Mercedes CLA Rental Car
Mercedes CLA Front View
Mercedes CLA Side View
Mercedes CLA Interior
Mercedes CLA Rear View

Mercedes CLA Coupe

4 passengers
4 doors
Dual-zone climate control
7-speed automatic transmission
Petrol • 6.5L/100km
460L trunk space
From $120/day All taxes included • Full insurance
  • Unlimited mileage
  • 24/7 roadside assistance
  • Airport delivery service
  • Premium sound system
  • Free cancellation
  • MBUX infotainment system
  • Apple CarPlay & Android Auto
  • Ambient interior lighting
  • Leather upholstery
  • Keyless entry and start

The Mercedes-Benz CLA Coupe combines sporty elegance with cutting-edge technology, offering a premium driving experience in a compact package. With its coupe-like silhouette and distinctive Mercedes styling, this vehicle makes a statement wherever you go.

Powered by a 2.0L turbocharged engine delivering 221 horsepower, the CLA provides responsive performance with excellent fuel efficiency. The interior features premium materials, sport seats, and the latest MBUX infotainment system with voice control.

The CLA Coupe features advanced driver assistance systems including active brake assist, blind spot monitoring, and adaptive cruise control. With its sporty yet comfortable suspension setup, it's perfect for both city driving and long highway journeys.

Book This Vehicle

Thank You for Your Booking Request!

We've received your booking details and will contact you shortly to confirm your reservation.

For immediate assistance, please call us at +212 123-456-789

Additional Information

Rental requirements: Driver must be at least 25 years old with a valid license held for minimum 3 years. Credit card required for security deposit.

Optional extras: Child seat ($10/day), GPS ($15/day), Additional driver ($25/day), Premium sound upgrade ($30/day).

Cancellation policy: Free cancellation up to 48 hours before pickup time.

Note: The Mercedes CLA Coupe comes with the latest MBUX infotainment system featuring natural voice control and augmented reality navigation. The ambient lighting system with 64 colors allows you to customize the cabin atmosphere. With its sport-tuned suspension and precise steering, the CLA delivers an engaging driving experience while maintaining Mercedes' signature comfort.

margin: 0 auto; padding: 40px 20px; font-family: 'Arial', sans-serif; color: #333; } .rental-car-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } /* Image Gallery Styles */ .car-image-section { position: relative; grid-column: 1; margin-bottom: 20px; } .car-main-image { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 15px; transition: all 0.3s ease; width: 100%; position: relative; background: #ffffff; min-height: 300px; } .car-main-image img { width: 100%; height: auto; display: block; transition: all 0.3s ease; aspect-ratio: 16/9; object-fit: cover; } .car-thumbnails { display: flex; gap: 12px; padding: 5px; } .thumbnail { border-radius: 5px; overflow: hidden; cursor: pointer; transition: all 0.3s ease; aspect-ratio: 1; border: 2px solid transparent; position: relative; flex: 1; max-width: 80px; } .thumbnail.active { border-color: #00467a; } .thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; } /* Car Details Section */ .car-details-section { grid-column: 2; } .car-title { color: #00467a; margin-bottom: 25px; font-size: 32px; font-weight: 700; line-height: 1.3; } .car-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; } .spec-item { display: flex; align-items: center; padding: 12px 15px; background: rgba(0, 70, 122, 0.1); border-radius: 8px; transition: all 0.3s ease; } .spec-item:hover { background: rgba(0, 70, 122, 0.15); transform: translateY(-2px); } .spec-icon { color: #00467a; margin-right: 12px; font-size: 20px; width: 25px; text-align: center; } .spec-text { color: #333; font-size: 16px; line-height: 1.4; } .car-price-section { background: #00467a; padding: 25px; border-radius: 8px; margin-bottom: 30px; color: #ffffff; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .price-amount { display: block; font-size: 28px; font-weight: bold; margin-bottom: 8px; color: #ffeb3b; } .price-note { font-size: 15px; opacity: 0.9; } .car-features { margin-bottom: 30px; } .feature-list { list-style-type: none; padding: 0; margin: 0; } .feature-list li { padding: 8px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; } .feature-list li:before { content: "✓"; color: #00467a; margin-right: 10px; font-weight: bold; } .car-description { margin-bottom: 35px; line-height: 1.7; color: #555; font-size: 16px; } /* Booking Form Styles */ .booking-form-container { grid-column: 1 / -1; background: #f9f9f9; border-radius: 8px; padding: 40px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-top: 40px; border: 1px solid #e0e0e0; } .booking-form-title { color: #00467a; font-size: 28px; margin-bottom: 30px; text-align: center; position: relative; padding-bottom: 15px; } .booking-form-title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: #00467a; } .booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; } .form-group { margin-bottom: 20px; } .form-group.full-width { grid-column: 1 / -1; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #00467a; } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 16px; transition: all 0.3s; } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #00467a; outline: none; box-shadow: 0 0 0 3px rgba(0, 70, 122, 0.1); } .form-group .input-icon { position: relative; } .form-group .input-icon i { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); color: #95a5a6; } .form-group .input-icon input, .form-group .input-icon select { padding-left: 40px; } .submit-btn { background: #00467a; color: white; border: none; padding: 15px 30px; font-size: 16px; font-weight: 600; border-radius: 4px; cursor: pointer; transition: all 0.3s; display: block; width: 100%; text-transform: uppercase; letter-spacing: 1px; } .submit-btn:hover { background: #03408a; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .success-message { display: none; text-align: center; padding: 30px; background: #e8f5e9; border-radius: 8px; margin-top: 20px; border: 1px solid #a5d6a7; } .success-message i { color: #2e7d32; font-size: 50px; margin-bottom: 20px; } .success-message h3 { color: #1b5e20; margin-bottom: 15px; font-size: 24px; } .success-message p { color: #2e7d32; margin-bottom: 20px; } /* Additional Info Section */ .additional-info { grid-column: 1 / -1; background: rgba(0, 70, 122, 0.1); padding: 30px; border-radius: 8px; margin-top: 40px; border: 1px solid #00467a; } .info-title { color: #00467a; margin-bottom: 20px; font-size: 22px; } /* Mobile-Specific Styles */ @media (max-width: 768px) { .rental-car-wrapper { grid-template-columns: 1fr; } .car-image-section, .car-details-section { grid-column: 1; } .car-title { font-size: 26px; } .car-specs { grid-template-columns: 1fr; } .booking-form { grid-template-columns: 1fr; } } @media (max-width: 480px) { .rental-car-booking-container { padding: 20px 10px; } .booking-form-container { padding: 20px; } .additional-info { padding: 20px; } } /* Animation for image change */ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fade-in { animation: fadeIn 0.5s ease-in-out; }
Mercedes CLA Rental Car
Mercedes CLA Front View
Mercedes CLA Side View
Mercedes CLA Interior
Mercedes CLA Dashboard

Mercedes-Benz CLA

4 passengers
4 doors
Air conditioning
Automatic transmission
Petrol • 6.5L/100km
460L trunk space
From $250/day All taxes included • Full insurance
  • Unlimited mileage
  • 24/7 roadside assistance
  • Airport delivery service
  • Child seats available
  • Free cancellation
  • MBUX infotainment system with touchscreen
  • Ambient lighting with 64 colors
  • Advanced safety features
  • Keyless Go
  • Premium sound system

The Mercedes-Benz CLA combines sleek coupe styling with the practicality of a four-door sedan, offering a perfect blend of style and performance for your Moroccan travels. With its premium interior and advanced technology, the CLA delivers a luxurious driving experience.

Enjoy premium features including the innovative MBUX infotainment system, ambient lighting, and Mercedes' renowned build quality. The CLA's efficient yet powerful engine makes it perfect for both city driving and exploring Morocco's scenic routes.

Book This Vehicle

Thank You for Your Booking Request!

We've received your booking details and will contact you shortly to confirm your reservation.

For immediate assistance, please call us at +212 123-456-789

Additional Information

Rental requirements: Driver must be at least 23 years old with a valid license held for minimum 2 years. Credit card required for security deposit.

Optional extras: Child seat ($5/day), GPS ($10/day), Additional driver ($15/day), Premium insurance ($25/day), AMG Line Package ($40/day).

Cancellation policy: Free cancellation up to 48 hours before pickup time.

Note: The Mercedes CLA's sporty yet elegant design makes it perfect for both business and leisure travel in Morocco. Its compact size is ideal for navigating city streets while still offering premium comfort and advanced technology features for longer journeys along Morocco's scenic coastal roads.

Main Container Styles */ .rental-car-booking-container { max-width: 1400px; margin: 0 auto; padding: 40px 20px; font-family: 'Arial', sans-serif; color: #333; } .rental-car-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } /* Image Gallery Styles */ .car-image-section { position: relative; grid-column: 1; margin-bottom: 20px; } .car-main-image { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 15px; transition: all 0.3s ease; width: 100%; position: relative; background: #ffffff; min-height: 300px; } .car-main-image img { width: 100%; height: auto; display: block; transition: all 0.3s ease; aspect-ratio: 16/9; object-fit: cover; } .car-thumbnails { display: flex; gap: 12px; padding: 5px; } .thumbnail { border-radius: 5px; overflow: hidden; cursor: pointer; transition: all 0.3s ease; aspect-ratio: 1; border: 2px solid transparent; position: relative; flex: 1; max-width: 80px; } .thumbnail.active { border-color: #00467a; } .thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; } /* Car Details Section */ .car-details-section { grid-column: 2; } .car-title { color: #00467a; margin-bottom: 25px; font-size: 32px; font-weight: 700; line-height: 1.3; } .car-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; } .spec-item { display: flex; align-items: center; padding: 12px 15px; background: rgba(0, 70, 122, 0.1); border-radius: 8px; transition: all 0.3s ease; } .spec-item:hover { background: rgba(0, 70, 122, 0.15); transform: translateY(-2px); } .spec-icon { color: #00467a; margin-right: 12px; font-size: 20px; width: 25px; text-align: center; } .spec-text { color: #333; font-size: 16px; line-height: 1.4; } .car-price-section { background: #00467a; padding: 25px; border-radius: 8px; margin-bottom: 30px; color: #ffffff; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .price-amount { display: block; font-size: 28px; font-weight: bold; margin-bottom: 8px; color: #ffeb3b; } .price-note { font-size: 15px; opacity: 0.9; } .car-features { margin-bottom: 30px; } .feature-list { list-style-type: none; padding: 0; margin: 0; } .feature-list li { padding: 8px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; } .feature-list li:before { content: "✓"; color: #00467a; margin-right: 10px; font-weight: bold; } .car-description { margin-bottom: 35px; line-height: 1.7; color: #555; font-size: 16px; } /* Booking Form Styles */ .booking-form-container { grid-column: 1 / -1; background: #f9f9f9; border-radius: 8px; padding: 40px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-top: 40px; border: 1px solid #e0e0e0; } .booking-form-title { color: #00467a; font-size: 28px; margin-bottom: 30px; text-align: center; position: relative; padding-bottom: 15px; } .booking-form-title:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: #00467a; } .booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; } .form-group { margin-bottom: 20px; } .form-group.full-width { grid-column: 1 / -1; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #00467a; } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 16px; transition: all 0.3s; } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #00467a; outline: none; box-shadow: 0 0 0 3px rgba(0, 70, 122, 0.1); } .form-group .input-icon { position: relative; } .form-group .input-icon i { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); color: #95a5a6; } .form-group .input-icon input, .form-group .input-icon select { padding-left: 40px; } .submit-btn { background: #00467a; color: white; border: none; padding: 15px 30px; font-size: 16px; font-weight: 600; border-radius: 4px; cursor: pointer; transition: all 0.3s; display: block; width: 100%; text-transform: uppercase; letter-spacing: 1px; } .submit-btn:hover { background: #03408a; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .success-message { display: none; text-align: center; padding: 30px; background: #e8f5e9; border-radius: 8px; margin-top: 20px; border: 1px solid #a5d6a7; } .success-message i { color: #2e7d32; font-size: 50px; margin-bottom: 20px; } .success-message h3 { color: #1b5e20; margin-bottom: 15px; font-size: 24px; } .success-message p { color: #2e7d32; margin-bottom: 20px; } /* Additional Info Section */ .additional-info { grid-column: 1 / -1; background: rgba(0, 70, 122, 0.1); padding: 30px; border-radius: 8px; margin-top: 40px; border: 1px solid #00467a; } .info-title { color: #00467a; margin-bottom: 20px; font-size: 22px; } /* Mobile-Specific Styles */ @media (max-width: 768px) { .rental-car-wrapper { grid-template-columns: 1fr; } .car-image-section, .car-details-section { grid-column: 1; } .car-title { font-size: 26px; } .car-specs { grid-template-columns: 1fr; } .booking-form { grid-template-columns: 1fr; } } @media (max-width: 480px) { .rental-car-booking-container { padding: 20px 10px; } .booking-form-container { padding: 20px; } .additional-info { padding: 20px; } } /* Animation for image change */ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fade-in { animation: fadeIn 0.5s ease-in-out; }
Mercedes CLA Rental Car
Mercedes CLA Front View
Mercedes CLA Side View
Mercedes CLA Interior
Mercedes CLA Dashboard

Mercedes-Benz CLA

4 passengers
4 doors
Air conditioning
Automatic transmission
Petrol • 6.5L/100km
460L trunk space
From $250/day All taxes included • Full insurance
  • Unlimited mileage
  • 24/7 roadside assistance
  • Airport delivery service
  • Child seats available
  • Free cancellation
  • MBUX infotainment system with touchscreen
  • Ambient lighting with 64 colors
  • Advanced safety features
  • Keyless Go
  • Premium sound system

The Mercedes-Benz CLA combines sleek coupe styling with the practicality of a four-door sedan, offering a perfect blend of style and performance for your Moroccan travels. With its premium interior and advanced technology, the CLA delivers a luxurious driving experience.

Enjoy premium features including the innovative MBUX infotainment system, ambient lighting, and Mercedes' renowned build quality. The CLA's efficient yet powerful engine makes it perfect for both city driving and exploring Morocco's scenic routes.

Book This Vehicle

Thank You for Your Booking Request!

We've received your booking details and will contact you shortly to confirm your reservation.

For immediate assistance, please call us at +212 123-456-789

Additional Information

Rental requirements: Driver must be at least 23 years old with a valid license held for minimum 2 years. Credit card required for security deposit.

Optional extras: Child seat ($5/day), GPS ($10/day), Additional driver ($15/day), Premium insurance ($25/day), AMG Line Package ($40/day).

Cancellation policy: Free cancellation up to 48 hours before pickup time.

Note: The Mercedes CLA's sporty yet elegant design makes it perfect for both business and leisure travel in Morocco. Its compact size is ideal for navigating city streets while still offering premium comfort and advanced technology features for longer journeys along Morocco's scenic coastal roads.

Info

© Copyright 2025 contact@ Acl Car Rental. All Rights Reserved | Designed by Home Webes.