.premium-cta { background: #0f172a; padding: 80px 0px; border-top: 4px solid #c9a227; }
.premium-cta .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
.cta-text { flex: 1; min-width: 300px; }
.cta-text h3 { color: #c9a227; font-size: 32px; font-weight: 700; margin-bottom: 15px; line-height: 1.2; }
.cta-text p { color: #cbd5e1; font-size: 18px; line-height: 1.6; margin: 0; }
.cta-btn { display: inline-block; background: #c9a227; color: #000000 !important; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 18px 35px; border-radius: 8px; text-decoration: none !important; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(201, 162, 39, 0.2); white-space: nowrap; }
.cta-btn:hover { background: #e0b938; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(201, 162, 39, 0.4); color: #000000 !important; }
@media (max-width: 767px) { .premium-cta .container { flex-direction: column; text-align: center; } .premium-cta { padding: 60px 0; } .cta-text h3 { font-size: 26px; }}

.fleet-section { background-color: #f5f5f6; padding: 20px 0; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; }
.fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.fleet-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(0,0,0,0.03); display: flex; flex-direction: column; }
.fleet-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: #c9a227; }
.fleet-image { background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%); padding: 40px 20px; text-align: center; border-bottom: 1px solid #f1f5f9; position: relative; }
.fleet-image img { width: 100%; max-width: 260px; border-radius: 8px; height: auto; transition: transform 0.4s ease; }
.fleet-card:hover .fleet-image img { transform: scale(1.05); }
.fleet-content { padding: 30px; flex-grow: 1; display: flex; flex-direction: column; }
.fleet-content h3 { font-size: 22px; color: #0f172a; margin: 0 0 15px 0; font-weight: 500; line-height: 1.3; }
.fleet-badges { display: flex; gap: 10px; margin-bottom: 25px; flex-wrap: wrap; }
.fleet-badge { background: rgba(201,162,39,0.1); color: #554511; font-size: 13px; font-weight: 500; text-transform: uppercase; padding: 6px 12px; border-radius: 50px; display: flex; align-items: center; gap: 6px; letter-spacing: 0.5px; }
.fleet-specs { list-style: none; padding: 0; margin: 0 0 30px 0; flex-grow: 1; border-top: 1px solid #f1f5f9; padding-top: 20px; }
.fleet-specs li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: #475569; margin-bottom: 12px; line-height: 1.5; font-weight: 500; }
.fleet-icon { color: #0f172a; font-size: 16px; margin-top: 2px; }
.fleet-btn { display: block; text-align: center; padding: 15px; border: 2px solid #0f172a; color: #0f172a !important; font-weight: 500; text-transform: uppercase; font-size: 14px; border-radius: 8px; text-decoration: none !important; transition: all 0.3s ease; letter-spacing: 0.5px; }
.fleet-card:hover .fleet-btn { background: #0f172a; color: #ffffff !important; box-shadow: 0 10px 20px rgba(15,23,42,0.15); }
@media (max-width: 767px) { .fleet-grid { display: flex; overflow: auto; scroll-snap-type: x mandatory; gap: 20px; padding-bottom: 30px; -webkit-overflow-scrolling: touch; } .fleet-grid::-webkit-scrollbar { display: block !important; height: 8px !important; width: 8px !important; } .fleet-grid::-webkit-scrollbar-track { background: #e2e8f0 !important; border-radius: 10px; margin: 0 20%; display: block !important; } .fleet-grid::-webkit-scrollbar-thumb { background: #c9a227 !important; border-radius: 10px; display: block !important; } .fleet-card { flex: 0 0 100%; scroll-snap-align: center; } .fleet-section { overflow: hidden; } }

.scroll-hint { display: block; text-align: right; padding: 20px 20px 0 0; font-size: 14px; color: #806819 !important; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; transition: color 0.3s ease; }
.scroll-hint:hover { color: #0f172a !important; text-decoration: underline !important; }

.testi-section { background-color: #f5f5f6; padding: 0; overflow: hidden; }
.testi-track { display: flex; gap: 30px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 20px 10px 40px 10px; scrollbar-width: thin; scrollbar-color: #c9a227 #e2e8f0; }
.testi-track::-webkit-scrollbar { height: 8px; }
.testi-track::-webkit-scrollbar-track { background: #e2e8f0; border-radius: 10px; }
.testi-track::-webkit-scrollbar-thumb { background: #c9a227; border-radius: 10px; }
.testi-track::-webkit-scrollbar-thumb:hover { background: #0f172a; }
.testi-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 40px 30px; flex: 0 0 calc(75% - 25px); scroll-snap-align: center; box-shadow: 0 10px 20px rgba(0,0,0,0.03); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.testi-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: #c9a227; }
.testi-stars { font-size: 16px; margin-bottom: 15px; letter-spacing: 2px; }
.testi-title { font-size: 20px; color: #0f172a; font-weight: 500; margin: 0 0 15px 0; line-height: 1.3; }
.testi-text { color: #475569; line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }
.testi-author h4 { font-size: 18px; color: #1e293b; font-weight: 500; text-transform: uppercase; margin: 0 0 5px 0; letter-spacing: 1px; }
.testi-author p { font-size: 18px; color: #806819; margin: 0; font-weight: 400; }

.google-btn-wrapper { text-align: center; margin-top: 20px; }
.google-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; text-decoration: none !important; color: #1e293b !important; font-weight: 500; font-size: 16px; padding: 14px 30px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 50px; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.google-btn:hover { background: #f8fafc; border-color: #c9a227; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(201,162,39,0.15); }
.google-btn img { height: 22px; width: auto; }
@media (max-width: 959px) { .testi-card { flex: 0 0 calc(50% - 15px); } }
@media (max-width: 767px) { .testi-card { flex: 0 0 85%; } .testi-section { padding:0;} .testi-scroll-hint { padding-top: 15px; font-size: 13px; padding-right: 15px; } .testi-track { padding-bottom: 20px; } }



/* Footer*/
.footer-con-tainer {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 60px 0;}
.footer-custom-column {box-sizing: border-box;padding: 0 15px;}
@media screen and (min-width: 960px) {#footer-2-col-1 { width: 50%; }#footer-2-col-2 { width: 30%; }#footer-2-col-3 { width: 20%; }}



