/* 
==============================================
   TAXI FOR OUTSTATION - SEO LANDING PAGE CSS
==============================================
*/

/* --- Global & Base Classes --- */
.section-padding {
    padding: 50px 0;
}

.bg-light {
    background-color: #f8f9fa;
}

.bg-dark {
    background-color: var(--primary, #0A1128); 
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--primary, #0A1128);
    margin-bottom: 15px;
    font-weight: 700;
}

.section-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* --- Hero Section --- */
.outstation-hero {
    position: relative;
    padding: 120px 0 80px;
    background: url('../image/outstation_taxi_banner.png') center/cover no-repeat;
    text-align: center;
    color: #fff;
}

.outstation-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(10, 17, 40, 0.8) 0%, rgba(10, 17, 40, 0.95) 100%);
    z-index: 1;
}

.outstation-hero-content {
    position: relative;
    z-index: 2;
}

.outstation-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    margin-bottom: 15px;
    font-weight: 800;
    color: var(--gold, #d4af37);
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.outstation-hero-content .subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin: 0 auto 30px auto;
    font-weight: 400;
    max-width: 800px;
    text-align: center;
}

.hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.hero-cta-buttons .btn-primary, .hero-cta-buttons .btn-secondary {
    padding: 14px 35px;
    border-radius: 30px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero-cta-buttons .btn-primary {
    background: var(--gold, #d4af37);
    color: #0A1128;
    border: 2px solid var(--gold, #d4af37);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.hero-cta-buttons .btn-primary:hover {
    background: transparent;
    color: var(--gold, #d4af37);
}

.hero-cta-buttons .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.hero-cta-buttons .btn-secondary:hover {
    background: #fff;
    color: #0A1128;
}

/* --- Breadcrumb --- */
.breadcrumb {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.breadcrumb a {
    color: var(--gold, #d4af37);
    text-decoration: none;
}

/* --- About Outstation Taxi Section --- */
.about-outstation-section .container {
    max-width: 1300px;
    margin: 0 auto;
}

.about-outstation-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: flex-start;
}

.about-outstation-image-wrapper {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.about-main-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}

.about-experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--gold, #d4af37);
    color: #0A1128;
    padding: 25px 35px;
    border-radius: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3);
}

.about-experience-badge .years {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.about-experience-badge .text {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

.about-outstation-content .sub-heading {
    color: var(--gold, #d4af37);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.about-outstation-content .section-title {
    margin-bottom: 25px;
    font-size: 2.8rem;
}

.about-text-content p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.about-text-content strong {
    color: var(--primary, #0A1128);
}

.inner-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: var(--primary, #0A1128);
    margin: 35px 0 20px;
}

.about-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.about-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: justify;
}

.about-benefits-list li i {
    color: var(--gold, #d4af37);
    font-size: 1.2rem;
    margin-top: 3px;
}

.about-bottom-content p {
    text-align: justify;
}

.final-note {
    font-style: italic;
    font-weight: 500;
    color: var(--primary, #0A1128) !important;
    border-left: 4px solid var(--gold, #d4af37);
    padding-left: 20px;
    text-align: justify;
}

/* --- Features / Why Choose Us --- */
.why-choose-us .container {
    max-width: 1300px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card .icon-box {
    width: 70px;
    height: 70px;
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold, #d4af37);
    font-size: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-box {
    background: var(--gold, #d4af37);
    color: #fff;
}

.feature-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--primary, #0A1128);
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* --- Our Services --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    text-align: left;
}

.service-box:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: transparent;
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary, #0A1128);
    margin-bottom: 20px;
}

.service-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--primary, #0A1128);
    margin-bottom: 15px;
}

.service-box p {
    color: #555;
    line-height: 1.6;
}

/* --- Vehicle Fleet --- */
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.fleet-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.fleet-card:hover {
    transform: translateY(-8px);
}

.fleet-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.fleet-content {
    padding: 25px;
}

.fleet-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: var(--primary, #0A1128);
    margin-bottom: 5px;
}

.fleet-content p {
    color: #666;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.fleet-features {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
}

.fleet-features li {
    font-size: 0.85rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.fleet-features li i {
    color: var(--gold, #d4af37);
}

.fleet-price {
    font-weight: 600;
    color: var(--primary, #0A1128);
    text-align: center;
    background: rgba(212, 175, 55, 0.15);
    padding: 10px;
    border-radius: 8px;
}

/* --- Popular Routes --- */
.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.route-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.route-item:hover {
    border-color: var(--gold, #d4af37);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
}

.route-icon {
    font-size: 2rem;
    color: var(--gold, #d4af37);
    margin-right: 20px;
}

.route-details h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--primary, #0A1128);
    margin-bottom: 5px;
}

.route-details p {
    font-size: 0.9rem;
    color: #666;
}

/* --- Benefits --- */
.benefits-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.benefits-content {
    flex: 1;
}

.benefits-list {
    list-style: none;
    margin-top: 30px;
}

.benefits-list li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

.benefits-list li i {
    font-size: 1.5rem;
    color: var(--gold, #d4af37);
    margin-top: 3px;
}

.benefits-list li strong {
    color: #fff;
}

.benefits-image {
    flex: 1;
}

.benefits-image img {
    width: 100%;
    border-radius: 20px;
    border: 5px solid rgba(255, 255, 255, 0.1);
}

/* --- Booking Process --- */
.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.step {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--primary, #0A1128);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid var(--gold, #d4af37);
}

.step h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--primary, #0A1128);
}

.step p {
    color: #666;
    font-size: 1rem;
    line-height: 1.5;
}

/* --- Our Services Section --- */
.services-section {
    background: #fff;
}

.services-section .container {
    max-width: 1300px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.service-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
    border-left: 5px solid var(--gold, #d4af37);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    cursor: pointer;
}

.service-card:hover {
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.2);
    transform: translateY(-8px);
}

/* Watermark */
.service-watermark {
    position: absolute;
    right: -15px;
    bottom: -20px;
    font-size: 8rem;
    color: var(--primary, #0A1128);
    opacity: 0.03;
    transition: all 0.4s ease;
    z-index: 0;
}

.service-card:hover .service-watermark {
    transform: scale(1.1) rotate(-10deg);
    opacity: 0.06;
    color: var(--gold, #d4af37);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--primary, #0A1128);
    color: var(--gold, #d4af37);
    font-size: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
    z-index: 1;
    position: relative;
    box-shadow: 0 5px 15px rgba(10, 17, 40, 0.2);
}

.service-card:hover .service-icon {
    background: var(--gold, #d4af37);
    color: #fff;
    transform: rotateY(360deg);
}

.service-content {
    z-index: 1;
    position: relative;
    flex-grow: 1;
}

.service-content h3 {
    font-size: 1.5rem;
    color: var(--primary, #0A1128);
    margin-bottom: 8px;
    font-weight: 700;
}

.service-content p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.service-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gold, #d4af37);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-card:hover .service-link i {
    transform: translateX(5px);
}

/* --- Vehicle Fleet Section --- */
.vehicle-fleet .container {
    max-width: 1300px;
    margin: 0 auto;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.fleet-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #f2f2f2;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 12px;
}

.fleet-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.fleet-img-container {
    position: relative;
    width: 100%;
}

.fleet-img-container img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

.fleet-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--primary, #0A1128);
    color: var(--gold, #d4af37);
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.fleet-content {
    padding: 8px 5px 5px;
}

.fleet-content h3 {
    text-align: center;
    color: var(--primary, #0A1128);
    font-size: 1.25rem;
    margin: 12px 0 10px;
    font-weight: 800;
}

.fleet-divider {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin: 10px 0;
}

.fleet-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 5px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #445;
    font-size: 0.85rem;
    font-weight: 600;
}

.feature-item i {
    color: #d8a027; /* Goldenish yellow */
    font-size: 1rem;
    width: 18px;
    text-align: center;
}

.fleet-actions {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

.btn-call, .btn-whatsapp {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-call {
    background: #eebf28; /* Yellow-gold */
    color: #0A1128;
}

.btn-call:hover {
    background: #d4aa20;
    color: #0A1128;
    transform: translateY(-2px);
}

.btn-whatsapp {
    background: #1bb753; /* Whatsapp Green */
    color: #fff;
}

.btn-whatsapp:hover {
    background: #128C7E;
    color: #fff;
    transform: translateY(-2px);
}

/* --- Popular Routes Section --- */
.popular-routes {
    background-color: #f4f7fa; /* Light, premium grayish-blue */
}

.popular-routes .container {
    max-width: 1300px;
    margin: 0 auto;
}

.popular-routes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.route-img-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    height: 250px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-decoration: none;
}

.route-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.route-img-card:hover img {
    transform: scale(1.1);
}

.route-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 17, 40, 0.9) 0%, rgba(10, 17, 40, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 20px;
    transition: all 0.3s ease;
}

.route-overlay h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateY(15px);
    transition: transform 0.3s ease;
}

.route-overlay h3 i {
    color: var(--gold, #d4af37);
    font-size: 1rem;
}

.route-btn {
    color: var(--gold, #d4af37);
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 8px;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.route-img-card:hover .route-overlay h3 {
    transform: translateY(0);
}

.route-img-card:hover .route-btn {
    opacity: 1;
    transform: translateY(0);
}

/* --- Booking Process Section --- */
.booking-process {
    background: #fff;
}

.booking-steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.booking-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    transition: transform 0.3s ease;
}

.booking-step:hover {
    transform: translateY(-8px);
}

.step-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fdfbf7;
    color: var(--primary, #0A1128);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border: 2px dashed var(--gold, #d4af37);
    transition: all 0.4s ease;
}

.booking-step:hover .step-icon {
    background: var(--gold, #d4af37);
    color: #fff;
    border-style: solid;
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3);
}

.step-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--gold, #d4af37);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary, #0A1128);
}

.step-arrow {
    color: #d1d8e0;
    font-size: 1.8rem;
    padding: 0 15px;
    margin-bottom: 60px; /* Align with circles */
}

/* --- Why Customers Love Us --- */
.love-us-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto 0; /* Added 50px top margin for gap */
}

.love-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.love-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gold, #d4af37);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1;
}

.love-card:hover::before {
    transform: scaleX(1);
}

.love-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

.love-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.3) 100%);
    color: var(--gold, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    border: 1px dashed var(--gold, #d4af37);
}

.love-card:hover .love-icon {
    background: var(--gold, #d4af37);
    color: #fff;
    border-style: solid;
    transform: rotateY(180deg);
}

.love-card h3 {
    color: var(--primary, #0A1128);
    font-size: 1.3rem;
    font-weight: 800;
    margin: 0 0 10px 0;
}

.love-card p {
    color: #556;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

/* --- Statistics Counter --- */
.statistics-counter {
    background: linear-gradient(135deg, #f8c92f 0%, #e2a806 100%); /* Richer gold gradient */
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Floating abstract shapes for attractive background */
.statistics-counter::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: 0;
}

.statistics-counter::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: 5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.statistics-counter .container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Enhancing the Card */
.stat-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
}

.stat-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}

/* Pulse animation for the icon */
@keyframes pulse-icon {
    0% { box-shadow: 0 0 0 0 rgba(10, 17, 40, 0.2); }
    70% { box-shadow: 0 0 0 15px rgba(10, 17, 40, 0); }
    100% { box-shadow: 0 0 0 0 rgba(10, 17, 40, 0); }
}

.stat-icon {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--primary, #0A1128) 0%, #203570 100%); /* Dark blue gradient */
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    animation: pulse-icon 2s infinite;
    border: 3px solid #fff;
    box-shadow: 0 10px 20px rgba(10, 17, 40, 0.2);
}

.stat-box:hover .stat-icon {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, #203570 0%, var(--primary, #0A1128) 100%);
}

.stat-number-wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 5px;
}

.stat-box h3 {
    font-size: 3.2rem;
    font-weight: 900;
    margin: 0;
    color: var(--primary, #0A1128);
    line-height: 1;
}

.stat-box .plus {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gold, #d4af37); /* Gold plus sign */
    margin-left: 5px;
}

.stat-box p {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #556;
}

/* --- Testimonials --- */
.testimonials .container {
    max-width: 1300px;
    margin: 0 auto;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.review-card {
    background: #fff;
    padding: 45px 25px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 40px; /* Space for overlapping profile */
    z-index: 1;
}

.review-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 45px rgba(212, 175, 55, 0.15);
}

/* Big watermark quote in the background */
.review-card::after {
    content: '\201D';
    font-size: 12rem;
    color: rgba(212, 175, 55, 0.05);
    position: absolute;
    bottom: -60px;
    right: 10px;
    font-family: serif;
    z-index: 0;
    line-height: 1;
    transition: all 0.4s ease;
}

.review-card:hover::after {
    color: rgba(212, 175, 55, 0.1);
    transform: scale(1.1);
}

.review-card > * {
    position: relative;
    z-index: 1;
}

.customer-profile {
    width: 85px;
    height: 85px;
    margin: -80px auto 15px; /* Overlaps the top edge */
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(135deg, var(--gold, #d4af37), #f8c92f);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.customer-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    background: #fff;
}

.stars {
    color: #facc15;
    font-size: 1.15rem;
    margin-bottom: 15px;
}

.review-text {
    font-size: 1.05rem;
    font-style: italic;
    color: #556;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.reviewer {
    font-weight: 800;
    color: var(--primary, #0A1128);
    font-size: 1.25rem;
    margin: 0 0 8px 0;
}

.customer-location {
    font-size: 0.75rem;
    color: var(--primary, #0A1128);
    background: rgba(212, 175, 55, 0.15);
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 800;
    display: inline-block;
}

/* --- FAQ Section --- */
.faq-section {
    background: #f4f7fa; /* Light premium background to contrast with white cards */
    padding: 50px 0px;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.03);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.faq-question {
    width: 100%;
    padding: 22px 30px;
    background: #fff;
    border: none;
    text-align: left;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary, #0A1128);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--gold, #d4af37);
}

.faq-question i {
    color: var(--gold, #d4af37);
    transition: transform 0.3s ease;
}

.faq-question.active i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f8f9fa;
}

.faq-answer p {
    padding: 0 25px 25px;
    color: #555;
    line-height: 1.6;
}

/* --- Related Services (Premium Links) --- */
.related-links {
    background: linear-gradient(135deg, var(--primary, #0A1128) 0%, #1a2a5c 100%);
    padding: 80px 0;
}

.related-links .section-title {
    color: #fff;
}

.related-links .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.links-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1100px;
    margin: 40px auto 0;
}

.premium-link {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.premium-link i {
    color: var(--gold, #d4af37);
    font-size: 1.3rem;
    transition: transform 0.4s ease;
}

.premium-link:hover {
    background: #fff;
    color: var(--primary, #0A1128);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
    border-color: #fff;
}

.premium-link:hover i {
    transform: scale(1.2);
}

/* --- CTA Booking Section --- */
.cta-booking-section {
    position: relative;
    padding: 100px 0;
    background: url('../image/round_trip_cab_banner.png') center/cover no-repeat fixed;
}

.cta-overlay-dark {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(10, 17, 40, 0.85);
    z-index: 1;
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.cta-buttons-large {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary-large, .btn-whatsapp-large {
    padding: 16px 40px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-primary-large {
    background: var(--gold, #d4af37);
    color: #000;
}

.btn-primary-large:hover {
    background: #fff;
}

.btn-whatsapp-large {
    background: #25D366;
    color: #fff;
}

.btn-whatsapp-large:hover {
    background: #128C7E;
}


/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .about-outstation-grid, .benefits-flex, .features-grid, .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .fleet-grid, .popular-routes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .love-us-grid, .stats-grid, .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .premium-link {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .about-experience-badge {
        bottom: -20px;
        right: 10px;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    } 

    .outstation-hero {
        padding: 40px 0 30px;
        background-image: url('../image/outstation_taxi_banner.png') !important;
        background-position: 65% center !important;
        background-size: auto 160% !important;
        background-repeat: no-repeat !important;
    }
    
    .outstation-hero-overlay {
        background: linear-gradient(to bottom, rgba(10, 17, 40, 0.7), rgba(10, 17, 40, 0.95));
    }

    .outstation-hero-content {
        padding: 0 10px;
        margin: 0;
    }

    .outstation-hero-content h1 {
        font-size: 2.2rem;
        margin-bottom: 5px;
        line-height: 1.2;
        letter-spacing: 0.5px;
    }

    .outstation-hero-content .subtitle {
        font-size: 1rem;
        margin-bottom: 10px;
        opacity: 0.9;
    }

    .breadcrumb {
        font-size: 0.85rem;
        margin-bottom: 10px;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 6px 0;
    }

    .hero-cta-buttons {
        margin-top: 15px;
        flex-direction: row;
        gap: 10px;
        padding: 0 15px;
        justify-content: center;
    }

    .hero-cta-buttons .btn-primary, 
    .hero-cta-buttons .btn-secondary {
        padding: 12px 5px;
        font-size: 0.75rem;
        width: 48%;
        justify-content: center;
        border-radius: 50px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }
    
    .section-subtitle {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .why-choose-us .text-center,
    .services-section .text-center,
    .vehicle-fleet .text-center,
    .popular-routes .text-center,
    .booking-process .text-center,
    .why-love-us .text-center,
    .testimonials .text-center,
    .faq-section .text-center,
    .related-links .text-center {
        text-align: left !important;
    }
    
    .why-choose-us .section-subtitle,
    .services-section .section-subtitle,
    .vehicle-fleet .section-subtitle,
    .popular-routes .section-subtitle,
    .booking-process .section-subtitle,
    .why-love-us .section-subtitle,
    .testimonials .section-subtitle,
    .faq-section .section-subtitle,
    .related-links .section-subtitle {
        margin: 0;
        padding: 0;
    }

    .service-card {
        padding: 20px 15px;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .service-content h3 {
        font-size: 1.25rem;
        margin-bottom: 5px;
        text-align: left;
    }

    .service-content p {
        font-size: 0.95rem;
        line-height: 1.5;
        text-align: left;
    }

    .fleet-content {
        text-align: left;
    }

    .fleet-content h3 {
        font-size: 1.3rem;
        margin-bottom: 5px;
        text-align: left;
    }

    .fleet-features-grid {
        gap: 8px;
    }

    .feature-item {
        font-size: 0.8rem;
    }

    .route-img-card {
        height: 180px;
    }

    .route-overlay {
        padding: 15px;
    }

    .route-overlay h3 {
        font-size: 1.15rem;
    }

    .fleet-actions {
        flex-direction: row;
        gap: 5px;
    }

    .btn-call, .btn-whatsapp {
        width: 50%;
        padding: 8px 5px;
        font-size: 0.75rem;
    }

    .feature-card {
        padding: 25px 20px;
        text-align: center !important;
    }
    
    .feature-card .icon-box {
        width: 55px;
        height: 55px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .feature-card h3 {
        font-size: 1.25rem;
        margin-bottom: 10px;
        text-align: center;
    }

    .feature-card p {
        font-size: 0.95rem;
        line-height: 1.5;
        text-align: center;

    }

    .outstation-hero {
        padding: 40px 0 30px;
        background-image: url('../image/outstation_taxi_banner.png') !important;
        background-position: 65% center !important;
        background-size: auto 180% !important;
        background-repeat: no-repeat !important;
        overflow: hidden;
    }
    
    .outstation-hero-overlay {
        background: linear-gradient(to bottom, rgba(10, 17, 40, 0.7), rgba(10, 17, 40, 0.95));
    }
    
    .outstation-hero-content h1 {
        font-size: 1.8rem;
        margin-bottom: 5px;
        line-height: 1.25;
    }
    
    .outstation-hero-content .subtitle {
        font-size: 0.95rem;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .breadcrumb {
        font-size: 0.85rem;
        margin-bottom: 5px;
    }

    .hero-cta-buttons {
        margin-top: 20px;
        flex-direction: row;
        justify-content: center;
        padding: 0 10px;
        gap: 8px;
    }
    
    .cta-buttons-large {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        gap: 15px;
    }
    
    .hero-cta-buttons .btn-primary, .hero-cta-buttons .btn-secondary {
        padding: 12px 5px;
        font-size: 0.75rem;
        width: 48%;
        max-width: 150px;
        justify-content: center;
        white-space: nowrap;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    
    .about-outstation-image-wrapper {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .about-experience-badge {
        position: relative;
        padding: 12px 15px;
        gap: 10px;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        margin-bottom: 10px;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 350px;
    }

    .about-experience-badge .years {
        font-size: 1.6rem;
    }

    .about-experience-badge .text {
        font-size: 0.85rem;
    }
    
    .about-outstation-content {
        padding: 0;
    }

    .about-outstation-content .sub-heading {
        font-size: 0.75rem;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }

    .section-title, .about-outstation-content .section-title {
        font-size: 1.5rem;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .about-text-content p {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .about-bottom-content {
        padding: 0;
    }

    .inner-heading, .about-bottom-content .inner-heading {
        font-size: 1.5rem;
        line-height: 1.35;
        margin-bottom: 12px;
    }

    .about-bottom-content p {
        font-size: 0.95rem !important;
        line-height: 1.6 !important;
    }

    .about-benefits-list {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .about-benefits-list li div {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .booking-steps-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 15px;
    }
    
    .booking-step {
        text-align: center !important;
    }
    
    .step-icon {
        width: 65px;
        height: 65px;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .step-label {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }

    .step-title {
        font-size: 1.1rem;
    }

    .step-arrow {
        display: none;
    }
    
    .benefits-flex {
        flex-direction: column-reverse;
    }
    
    .cta-booking-section {
        padding: 50px 0;
    }

    .cta-booking-section h2 {
        font-size: 1.8rem !important;
    }

    .cta-booking-section p {
        font-size: 0.95rem !important;
    }

    .cta-buttons-large {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .btn-primary-large, .btn-whatsapp-large {
        padding: 12px 25px;
        font-size: 1rem;
        width: 100%;
        justify-content: center;
    }

    .love-card {
        padding: 20px 15px;
        text-align: center !important;
    }

    .love-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .love-card h3 {
        font-size: 1.25rem;
    }

    .love-card p {
        font-size: 0.95rem;
    }

    .fleet-grid, .popular-routes-grid, .love-us-grid, .reviews-grid {
        grid-template-columns: 1fr;
    }

    .review-card {
        padding: 30px 15px 15px;
        margin-top: 30px;
        text-align: center !important;
    }

    .customer-profile {
        width: 65px;
        height: 65px;
        margin: -60px auto 10px;
    }

    .stars {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .review-text {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .reviewer {
        font-size: 1.1rem;
    }

    .customer-location {
        font-size: 0.65rem;
        padding: 4px 10px;
    }

    .review-card::after {
        font-size: 8rem;
        bottom: -40px;
        right: 5px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 12px !important;
    }

    .faq-question {
        padding: 15px 15px;
        font-size: 0.95rem;
    }

    .faq-answer p {
        padding: 0 15px 15px;
        font-size: 0.85rem;
    }

    .premium-link {
        flex: 1 1 100%;
        max-width: 100%;
        font-size: 0.95rem;
        padding: 12px 15px;
        justify-content: flex-start;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .stat-box {
        padding: 15px 5px;
    }

    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .stat-box h3 { font-size: 1.3rem; }
    .stat-box .plus { font-size: 1.1rem; }
    
    .stat-box p { 
        font-size: 0.65rem; 
        letter-spacing: 0;
    }
}
