.hero {
    padding: 130px 0 50px 0 !important;
    min-height: auto !important;
    background: none;
    background-color: white !important;
}

.hero .hero-text h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.card-detail {
    margin-top: 1rem;
    background: white;
    box-shadow: 0 0 5px #2f345b52;
    border-radius: 1rem;
    /* padding: 1em 1em; */
    float: left;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .card-detail {
        padding: 1em .5em;
    }
}

.card-detail h2 {
    font-family: var(--heading-font);
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--accent-color);
}

.heading-card-div {
    background-color: var(--transparent-color);
    padding: 1rem;
}

.heading-card-div h2 {
    margin-bottom: 0rem !important;
}

.charges-detail {
    padding: 0rem 1rem 0.1rem 1rem;
    font-size: .8rem;
}

.charges-detail ul {
    list-style-type: disc;
    margin-bottom: .5rem;
    list-style-position: inside;
    /* bullet ko text ke qareeb lata hai */
    padding-left: 0px;
    /* default 40px hota hai, is ko kam kiya */
}


.charges-detail ul li {
    margin-top: 1rem;
    font-size: 14px;
    line-height: .5;
    color: color-mix(in srgb, var(--default-color), transparent 25%);
    margin-bottom: 16px;
}

.hero .search-form {
    padding: 10px;
    border-radius: 10px;
    box-shadow: none;
}
.visa-card {
    background: #ffffff;
    border: 1px solid #d9e7ee;
    border-radius: 24px;
    padding: 28px;
    max-width: 520px;
}

.visa-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 16px;
}

.visa-divider {
    border: none;
    border-top: 1px solid #d9e7ee;
    margin-bottom: 22px;
}

.visa-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.visa-icon {
    width: 44px;
    height: 44px;
    background: #eaf3f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b3a4a;
    font-size: 18px;
}

.visa-text span {
    display: block;
    font-size: 14px;
    color: #5f7d8a;
}

.visa-text strong {
    font-size: 16px;
    font-weight: 500;
    color: #0b3a4a;
}


.visa-icon img {
    width: 22px;
    height: 22px;
    display: block;
}
.right-fixed {
    position: sticky;
    top: 130px; /* hero padding ke hisaab se */
}


@media (max-width: 991px) {
    /* Mobile me fixed nahi, normal flow me aayega */
    .right-fixed {
        position: static;
        top: auto;
    }
}

.left-scroll h1{
    color: var(--accent-color);
}