body {
    font-family: 'Poppins', sans-serif;
    background-color: #fdf6f0;
}

/* Topbar */
.topbar {
    background: #f57c00;
    color: #fff;
}

/* Brand */
/* Logo size & text */
.brand-logo {
    height: 60px;          /* yaha se logo bada hoga */
    width: auto;
}

@media (max-width: 575.98px) {
    .brand-logo {
        height: 48px;      /* mobile pe thoda chhota, clean look */
    }
}

.brand-title {
    font-weight: 700;
    letter-spacing: 0.4px;
    font-size: 1.3rem;     /* naam bhi thoda bada */
}

.brand-subtitle {
    font-size: 0.78rem;
    color: #555;
}

/* Hero */
.hero-section {
    background: linear-gradient(135deg, #fff7f0 0%, #ffe4cc 45%, #fff 100%);
}

.hero-title {
    font-weight: 700;
    font-size: 2.4rem;
}

.hero-title span {
    color: #f57c00;
}

.hero-subtitle {
    color: #555;
}

.badge.bg-soft-primary {
    background: rgba(245, 124, 0, 0.12);
    color: #f57c00;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
}

/* Search box */
.search-box .form-label {
    font-weight: 500;
}

.search-btn {
    height: 48px;
    border-radius: 999px;
}

.bullet-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f57c00;
}

/* Sections */
.section-title {
    font-size: 1.7rem;
    font-weight: 600;
}

/* Feature boxes & sidebar */
.feature-box {
    background: #fff;
    border: 1px solid #ffe0b2;
}

.sidebar-card {
    background: #fff;
    border: 1px solid #ffe0b2;
}

/* Yatra cards */
.yatra-card img {
    height: 210px;
    object-fit: cover;
}

.price-tag {
    color: #f57c00;
    font-weight: 600;
}

/* Footer */
.footer {
    background: #2f3240;
    color: #ddd;
}

.footer a {
    color: #ffc266;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

/* Buttons */
.btn-primary {
    background-color: #f57c00;
    border-color: #f57c00;
}
.btn-primary:hover {
    background-color: #e56f00;
    border-color: #e56f00;
}
.btn-outline-primary {
    color: #f57c00;
    border-color: #f57c00;
}
.btn-outline-primary:hover {
    background-color: #f57c00;
    color: #fff;
}

/* Small adjustments */
.navbar-nav .nav-link {
    font-weight: 500;
}
