   .dropdown2 {
            position: relative;
            display: inline-block;
        }

        .dropdown-content2 {
            display: none;
            position: absolute;
            background-color: #a4a6a7;
            min-width: 200px;
            height: 180px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            padding: 17px 17px;
            z-index: 1;
        }

        .dropdown2:hover .dropdown-content2 {
            display: block;
        }
  .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #a4a6a7;
            min-width: 200px;
            height: 270px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            padding: 17px 17px;
            z-index: 1;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }
    .pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.pricing-note {
    width: 100%;
    display: block;
    clear: both;   /* 👈 IMPORTANT FIX */
    margin-top: 25px;
    padding: 15px;
    background: #fff3e6;
    border-left: 5px solid #ff6a00;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}
.pricing-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    border: 1.5px solid #eaeaea;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.car-img {
    width: 100%;
    height: 250px;
    object-fit: cover;        /* maintain design */
    object-position: center;  /* 👈 important (center focus) */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-body {
    padding: 15px;
    text-align: center;
}

.car-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #e60023;
}

/* Highlight */
.popular {
    border: 2px solid #28a745;
    box-shadow: 0 8px 25px rgba(40,167,69,0.2);
}

.badge {
    position: absolute;
    background: #28a745;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 5px;
}

/* Mobile */
@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.cta-wrapper {
    text-align: center;
    margin-top: 25px;
}

.cta-btn {
    display: inline-block;
    padding: 13px 24px;
    margin: 6px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff !important; /* FORCE WHITE TEXT */
    letter-spacing: 0.3px;
}

/* CALL BUTTON */
.call-btn {
    background: #ff6a00;
    border: 2px solid #ff6a00;
}

.call-btn:hover {
    background: #e65c00;
    border-color: #e65c00;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
    background: #25D366;
    border: 2px solid #25D366;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
    border-color: #1ebe5d;
}

/* FIX FOR BOOTSTRAP OVERRIDE */
.cta-btn:visited,
.cta-btn:active,
.cta-btn:focus {
    color: #ffffff !important;
    text-decoration: none;
}

.purvanchal-faq-container { max-width: 900px; margin: 40px auto; font-family: 'Segoe UI', Arial, sans-serif; padding: 0 15px; }
    .faq-main-title { text-align: center; color: #333; margin-bottom: 30px; font-size: 28px; font-weight: 700; }
    .faq-card { background: #fefefe; border: 1px solid #e1e1e1; border-radius: 8px; margin-bottom: 15px; transition: all 0.3s ease; }
    .faq-card[open] { border-color: #ff6a00; box-shadow: 0 5px 15px rgba(255,106,0,0.1); }
    summary { padding: 18px; font-size: 17px; font-weight: 600; color: #444; cursor: pointer; outline: none; list-style: none; position: relative; }
    summary::-webkit-details-marker { display: none; }
    summary::after { content: '+'; float: right; color: #ff6a00; font-size: 22px; font-weight: bold; margin-top: -2px; }
    .faq-card[open] summary::after { content: '-'; }
    .faq-content { padding: 0 20px 20px 20px; color: #666; line-height: 1.7; font-size: 15px; border-top: 1px solid #f9f9f9; padding-top: 15px; text-align: justify; }
    
    .tour-intro h1 { color: #d35400; font-size: 28px; margin-bottom: 15px; }
    .tour-intro p { line-height: 1.8; color: #444; font-size: 16px; text-align: justify; }
    .day-box { background: #f9f9f9; border-left: 5px solid #ff6a00; padding: 20px; margin-bottom: 25px; border-radius: 0 8px 8px 0; }
    .day-box h3 { color: #2c3e50; margin-top: 0; font-size: 20px; }
    .styled-list { list-style: none; padding: 0; }
    .styled-list li { position: relative; padding-left: 25px; margin-bottom: 12px; line-height: 1.6; color: #555; }
    .styled-list li::before { content: '✔'; position: absolute; left: 0; color: #ff6a00; font-weight: bold; }
    strong { color: #333; }
    .tour-content-container { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.8; color: #333; max-width: 1000px; margin: auto; padding: 20px; }
    h1 { color: #2c3e50; font-size: 32px; border-bottom: 4px solid #ff6a00; padding-bottom: 10px; }
    h2 { color: #d35400; font-size: 26px; margin-top: 40px; border-left: 6px solid #ff6a00; padding-left: 15px; }
    h3 { color: #2c3e50; font-size: 20px; margin-top: 25px; }
    .lead-text { font-size: 18px; font-weight: 500; color: #444; }
    .day-detail { background: #fdfdfd; border: 1px solid #eee; border-radius: 8px; }
    .benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
    .benefit-item { background: #f9f9f9; padding: 15px; border-radius: 5px; border-top: 3px solid #ff6a00; }
    .travel-tips ul { list-style-type: square; }
    strong { color: #000; }
    @media (max-width: 768px) { .benefit-grid { grid-template-columns: 1fr; } }