.bg-spring-wood {
    background-color: #ead196;
}

.hero-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top,
            rgba(31, 39, 46, 0.9),
            rgba(43, 55, 67, 0));
    z-index: 2;
}

.hero-content {
    position: absolute;
    bottom: 50px;
    /* Adjust spacing */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    width: 90%;
}

.hero-content .sub-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hero-content .main-title {
    font-size: 40px;
    font-weight: 700;
}

.text-teal {
    color: #007f88;
}

.help-section h2 {
    color: #007f88;
}

.explore-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.explore-card img {
    height: 220px;
    object-fit: cover;
}

.card-body {
    background: #f7f7f7;
    color: #000000;
    min-height: 150px;
}

.card-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-body p {
    font-size: 14px;
    margin-bottom: 15px;
}

.learn-more {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

.learn-more span {
    margin-left: 5px;
    transition: margin-left 0.3s;
}

.learn-more:hover span {
    margin-left: 10px;
}

.service-box {
    border: 1px solid #009688;
    /* teal border */
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.service-box h5 {
    color: #007f88;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 17px;
    color: #555;
}

.service-box-1 {
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.bg-color-g {
    background-color: #fffff8;
}

/* Default card style */
.explore-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #fff;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Whole card hover effect */
.explore-card:hover {
    transform: translateY(-6px);
    /* small lift effect */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Card body (text area) */
.explore-card .card-body {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

/* Hover effect - text background only */
.explore-card:hover .card-body {
    background: #f4fffa;
    /* Green */
    color: #000000;
}

/* Text color turns white on hover */
.explore- card:hover .card-body h5,
.explore-card:hover .card-body p,
.explore-card:hover .card-body a {
    color: #000000 !important;
}

.bg-color-gr {
    background-color: #fbfbfb;
}

.spce-up {
    margin-top: -11%;
}

.spce-in-top {
    margin-top: -6%;
}

.end-0 {
    left: 0 !important;
}

.spceup- {
    margin-top: -7%;
}

.color-w {
    color: #fff;
}

.h-color {
    color: #2F4A6E;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-t-50 {
    padding-top: 50px;
}

@media (max-width: 600px) {
    .pricing-top {
        margin-top: 20px;

    }

    .spce-top-in-mb {
        margin-top: 15px;
    }
}

/* new css */

.umrah-card {
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.umrah-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.12);
}

/* top carousel */
.media-wrap {
    height: clamp(220px, 38vw, 420px);
    position: relative;
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.carousel-item.active img {
    transform: scale(1.08);
}


@keyframes floaty {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.6s ease;
}

.reveal.show {
    opacity: 1;
    transform: none;
}

.feature-list li {
    margin-bottom: 0.35rem;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.feature-list i {
    color: var(--brand);
    margin-top: 0.15rem;
}

/* optional divider between the two info blocks on md+ */
@media (min-width: 768px) {
    .md-divider-start {
        border-left: 1px dashed rgba(0, 0, 0, 0.12);
    }
}
.fajr_head{
    font-size: 1.4rem;
    line-height: 25.5px;
}
.fajr_subhead{
    font-size: 1.1rem;
    line-height: 25.5px;
}
.fajr_para{
    font-size: 1rem;
    line-height: 25.5px;
}
/* package */
