.feature-section { background-color: transparent; padding: 0; overflow: hidden; }
.feature-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; -webkit-overflow-scrolling: touch; }
.feature-track::-webkit-scrollbar { height: 8px; }
.feature-track::-webkit-scrollbar-track { background: #e2e8f0; border-radius: 10px; }
.feature-track::-webkit-scrollbar-thumb { background: #c9a227; border-radius: 10px; }
.feature-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 40px 30px; flex: 0 0 calc(33.333% - 20px); scroll-snap-align: center; box-shadow: 0 10px 20px rgba(0,0,0,0.03); transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; min-height: 220px; }
.feature-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: #c9a227; }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background: rgba(201, 162, 39, 0.1); border-radius: 50%; font-size: 32px; margin-bottom: 20px; color: #c9a227; }
@media (max-width: 959px) { .feature-card { flex: 0 0 calc(50% - 15px); } }
@media (max-width: 767px) { .feature-card { flex: 0 0 85%; } .feature-section { padding: 0; } .feature-icon { width: 60px; height: 60px; font-size: 28px; } .feature-title { font-size: 22px; } }

.ct-hero-section { width: 100%; min-height: 650px; background: #fff url('/edmonton/wp-content/uploads/2026/03/edmonton-best-black-car-service-near-you.svg') no-repeat center center; background-size: cover; display: flex; align-items: flex-start; padding: 0; position: relative; }
.ct-hero-section .container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: flex-end; width: 90%; }
.ct-booking-card { background: #ffffff; max-width: 450px; width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); border: 1px solid #e2e8f0; overflow: hidden; z-index: 100; margin-top: -15px; position: relative; }
.tab-title-wrapper { display: flex; background: #f1f5f9; border-bottom: 1px solid #e2e8f0; }
.tab-title { flex: 1; text-align: center; padding: 15px 5px; cursor: pointer; font-weight: 500; font-size: 16px; color: #36454f; transition: all 0.2s ease; border-bottom: 3px solid transparent; }
.tab-title.active { background: #ffffff; color: #36454f; font-weight: 500; border-bottom: 3px solid #c9a227; }
.tab-title:hover:not(.active) { background: #e2e8f0; }
.tab-title-service{font-size: 26px; }
.tab-content { display: none; text-align: left; }
.tab-content.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.book-button { display: inline-block; background: linear-gradient(90deg, #c9a227 0%, #C9A227 50%, #E6C200 100%); color: #ffffff !important; padding: 14px 28px; border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 16px; margin-top: 15px; border: none; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3); cursor: pointer; }
.book-button:hover { background: #c9a227; box-shadow: 0 6px 20px rgba(201, 162, 39, 0.5); transform: translateY(-2px); color: #ffffff; }
@media (max-width: 959px) { .ct-hero-section { background-image: none; min-height: auto; padding: 0; } .ct-hero-section .container { width: 100%; justify-content: center; } .ct-booking-card { max-width: 100%; border-radius: 0; border: none; box-shadow: none; margin-top: 0; } }
.mobile-hero { display: none; }
@media (max-width: 959px) { .mobile-hero { display: block; } }

.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; } }

.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(33.333% - 20px); 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; } }

/* faq */
.faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; margin-bottom: 10px; transition: all 0.3s ease; }
.faq-item[open] { border-color: #c9a227; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.faq-item summary { padding: 18px 25px; font-weight: 500; color: #0f172a; cursor: pointer; list-style: none; position: relative; font-size: 18px; outline: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 25px; color: #c9a227; font-size: 20px; transition: transform 0.3s ease; }
.faq-item[open] summary::after { content: '-'; transform: rotate(180deg); }
.faq-content { padding: 0 25px 20px 25px; font-size: 17px; color: #475569; line-height: 1.6; border-top: 1px solid #f8fafc; padding-top: 15px; }
@media (max-width: 767px) { .faq-item summary { padding: 15px 40px 15px 15px; font-size: 18px; line-height: 1.3; } .faq-item summary::after { right: 15px; } }
/* end-faq */
.quote-cta-section { background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/wp-content/uploads/2026/03/bg-footer.webp'); background-size: cover; background-position: center; background-attachment: fixed; padding: 100px 20px; text-align: center; color: #ffffff; }
.quote-container { max-width: 900px; margin: 0 auto; }
.quote-cta-section h3 { font-size: 42px; margin-bottom: 20px; color: #ffffff; font-weight: 400; }
.quote-description { font-size: 20px; line-height: 1.6; color: #e2e8f0; margin-bottom: 40px; font-weight: 400; }
.quote-btn-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.btn-quote-main { background: #c9a227; color: #000000; padding: 18px 45px; border-radius: 50px; font-weight: 500; text-decoration: none !important; transition: all 0.3s ease; text-transform: uppercase; font-size: 16px; border: 2px solid #c9a227; }
.btn-quote-main:hover { background: transparent; color: #c9a227 !important; transform: translateY(-3px); }
.btn-quote-outline { background: transparent; color: #ffffff !important; padding: 18px 45px; border-radius: 50px; font-weight: 500; text-decoration: none !important; transition: all 0.3s ease; text-transform: uppercase; font-size: 16px; border: 2px solid #ffffff; display: flex; align-items: center; gap: 10px; }
.btn-quote-outline:hover { background: #ffffff; color: #0f172a !important; transform: translateY(-3px); }
.quote-footer-note { margin-top: 30px; font-size: 18px; color: #cbd5e1; letter-spacing: 0.5px; opacity: 0.8; }
@media (max-width: 767px) { .quote-cta-section { padding: 60px 15px; } .quote-cta-section h2 { font-size: 28px; } .quote-description { font-size: 20px; font-weight: 400; } .btn-quote-main, .btn-quote-outline { width: 100%; justify-content: center; padding: 16px 20px; } }