
        body {
            background: #f5fdf9;
            font-family: Arial;
        }

        .main-green {
            color: #0c6b43;
        }

        .bg-green {
            background: #0c6b43;
        }

        .btn-green {
            background: #0c6b43;
            color: #fff;
        }

        .btn-green:hover {
            background: #095a36;
            color: #fff;
        }
   /* FIXED TOPBAR */
        .topbar {
            background: #0c6b43;
            color: #fff;
            font-size: 14px;
            padding: 6px 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1030;
        }

        /* FIXED NAVBAR */
        .navbar {
            position: fixed;
            width: 100%;
            top: 32px; /* Below topbar */
            z-index: 1020;
        }

        .navbar-brand {
            color: #0c6b43 !important;
            font-weight: 700;
            font-size: 28px !important;
        }

        .nav-link {
            color: #0c6b43 !important;
            font-weight: 500;
            margin-right: 18px;
            font-size: 20px;
        }


        .overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
        }
        .banner-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.50);
            z-index: 1;
        }
        .centered-cards {
            position: absolute;
            top: 65px;
            left: 0;
            right: 0;
            z-index: 2;
        }
        .card-group {
            display: flex;
            justify-content: center;
            gap: 40px;
        }
        .service-card {
            background: rgba(255,255,255,0.13);
            border-radius: 28px;
            padding: 32px 24px;
            /*width: 350px;*/
            box-shadow: 0 2px 18px rgba(0,0,0,0.14);
            text-align: center;
            border: 1.5px solid rgba(255,255,255,0.18);
            color: #fff;
            backdrop-filter: blur(2.5px);
        }
        .service-icon {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: #09a36f;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            margin: 0 auto 18px auto;
            color: #fff;
        }
        .service-card:nth-child(2) .service-icon {
            background: #fbbf24;
            color: #fff;
        }
        .service-card:nth-child(3) .service-icon {
            background: #17ba89;
            color: #fff;
        }
        .service-title {
            font-size: 2rem;
            font-weight: 700;
        }
        .service-desc {
            font-size: 1.1rem;
            margin: 13px 0 0 0;
        }
        .actions-row {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 18px;
            display: flex;
            justify-content: center;
            gap: 12px;
            z-index: 2;
        }
        .banner-btn {
            font-size: 1.6rem;
            padding: 18px 52px;
            border-radius: 20px;
            font-weight: 600;
            display: flex;
            align-items: center;
            border: none;
        }
        .btn-green {
            background: #10b981;
            color: #fff;
        }
        .btn-orange {
            background: #fbbf24;
            color: #fff;
        }
        .btn-green:hover {
            background: #059669;
            color: #fff;
        }
        .btn-orange:hover {
            background: #ea970e;
            color: #fff;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            top: 35%;
            color: #fff;
            text-align: center;
        }

        .hero-content h1 {
            font-size: 48px;
            font-weight: 700;
        }

        .card-custom {
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        .card-custom img {
            height: 200px;
            object-fit: cover;
        }

        .stats-box {
            background: #0c6b43;
            color: #fff;
               padding: 5px 0;
        }

        .stats-box h2 {
            font-size: 30px;
            font-weight: 600;
        }

        footer {
            background: #003d29;
            color: #fff;
            padding: 60px 0;
        }

        footer a {
            color: #c6f5df;
            text-decoration: none;
        }

        footer a:hover {
            color: #fff;
        }

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

        .service-title {
            color: #0f6b36;
            font-weight: 700;
        }

        .service-desc {
            color: #555;
            font-size: 16px;
        }

        .product-img {
            width: 100%;
            height: 260px;
            object-fit: cover;
        }

        .category-text {
            color: #0f6b36;
            font-weight: 600;
        }

        .wishlist-btn {
            background: white;
            border: none;
            padding: 10px;
            font-size: 18px;
        }

        .product-card {
            transition: 0.2s;
        }

        .product-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        body {
            font-family: Pacifico, serif;
        }

        .nav-link {
            font-family: Pacifico, serif !important;
            font-size: 20px;
        }

        .navbar-brand {
            font-family: Pacifico, serif !important;
            font-size: 28px;
        }

        .feature-icon {
            background: #d4fce4;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: auto;
            font-size: 32px;
            color: #0f7c4a;
        }

        .green-banner {
            background: linear-gradient(90deg, #088c58, #027a49);
            text-align: center;
        }
               .hero-section {
            padding: 60px 20px;
        }
        .commit-box {
            background: #fff;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }
        .join-btn {
            background-color: #0b8f66;
            color: white;
            border-radius: 40px;
            font-size: 1.2rem;
                margin-right: 60%;
        }
        .join-btn:hover {
            background-color: #0a7452;
        }
        .image-section img {
            border-radius: 20px;
            width: 100%;
            height: 30%;
            object-fit: cover;
        }
         .image-section1 img {
            border-radius: 20px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

         .blog-section img {
            border-radius: 20px;
            width: 100%;
            height: 65%;
            object-fit: cover;
        }
        p.text-justify {
text-align: justify;
}
.social-icon {
    font-size: 20px;
    margin: 5px;
    color: rgb(251, 191, 36); /* Match the color of the headings */
    text-decoration: none;
}

.social-icon:hover {
    color: #000; /* Add hover effect to change icon color */
}
.card-box {
  background-color: #e7f8f1; /* initial light green background */
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.card-box:hover {
  background-color: rgb(209 250 229);
  color: white; /* optional: make text white on hover for contrast */
}
 .green-banner {
        color: white;
    }
    .green-banner .feature-icon i {
        font-size: 2rem; /* optional to make icons bigger */

    }
 .green-banner p {
        color: white !important;
    }


.owl-carousel .item {
    padding: 10px;
}

.owl-carousel .service-card {
    background: #fff;
    height: 100%;
}

.owl-carousel .owl-nav {
    margin-top: 10px;
}

.owl-carousel .owl-nav button {
    background: #198754 !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 6px !important;
    font-size: 20px !important;
}

.owl-carousel .owl-nav button:hover {
    background: #146c43 !important;
}

/* General Styles for the Service Section */
#services {
    background-color: #f9f9f9;
}

/* Fixed height for images */
.service-card img {
    height: 250px; /* Adjust the height as needed */
    object-fit: cover; /* Ensure image covers area without stretching */
    width: 100%;
    border-radius: 32px;
}

/* Styling for the Service Card */
.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Title styling */
.service-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Description styling */
.service-desc {
    font-size: 1rem;
    margin-bottom: 20px;
    flex-grow: 1; /* Ensures the description space grows */
}

/* Button Styling */
.service-card .d-flex {
    justify-content: space-between;
    margin-top: 10px;
}

.service-card .btn {
    width: 100%;
}

.service-card .btn-outline-success {
    width: auto;
    padding: 10px;
}

/* Optional: Hover effect for the card */
.service-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}


  .umrah-content {

                font-size: 1.1rem; /* Adjust font size */
                text-align: justify; /* Justify the text for better alignment */
            }

            .umrah-content p {
                margin-bottom: 1.5rem; /* Add space between paragraphs */
            }

            .umrah-content ul {
                margin-left: 20px; /* Indent lists */
            }

            .umrah-content li {
                margin-bottom: 10px; /* Space out list items */
            }

            .umrah-content h2 {
                text-align: center; /* Center the heading */
                margin-top: 30px;   /* Add space above heading */
            }

            .umrah-content a.btn {
                display: inline-block;
                margin-top: 30px;
                padding: 12px 30px;
                background-color: #007bff;
                color: white;
                text-decoration: none;
                text-align: center;
                border-radius: 5px;
                font-weight: bold;
            }

            .umrah-content a.btn:hover {
                background-color: #0056b3;
            }
            /* resources/css/custom-styles.css */
.service-details span {
    margin-right: 11rem; /* Adds spacing between the two spans */
}

.service-details .price {
    font-weight: bold;
    color: #ffc107; /* yellow color */
}

.service-details .created-at {
    font-size: 0.9rem;
    color: #6c757d; /* muted text color */
}


/* Remove unwanted bootstrap columns inside description */
.description-clean [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Fix text styling */
.description-clean p {
    text-align: justify;
}
.error{
        color: red;
}

.error-message{
    color: red;
}
/* Mobile Responsiveness Media Queries */
@media (max-width: 768px) {
    /* Hero Section Adjustments */
    section[style*="min-height"] {
        min-height: 50vh !important;
    }

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-lead {
        font-size: 1rem !important;
        max-width: 90% !important;
    }

    .hero-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    /* Navbar Adjustments */
    .navbar-brand {
        font-size: 1.5rem !important;
    }

    .nav-link {
        font-size: 1rem !important;
        margin-right: 5px !important;
    }

    /* Topbar Adjustments */
    .topbar {
        padding: 4px 0 !important;
        font-size: 0.75rem !important;
    }

    .top-left span {
        display: block !important;
        margin-bottom: 2px !important;
    }

    /* Image Section Adjustments */
    .image-section img,
    .image-section1 img {
        height: auto !important;
        max-height: 250px !important;
    }

    /* Service Details Adjustments */
    .service-details span {
        margin-right: 0 !important;
        display: block !important;
        margin-bottom: 5px !important;
    }

    /* Umrah Content Adjustments */
    .umrah-content {
        font-size: 0.9rem !important;
    }

    .umrah-content h2 {
        font-size: 1.5rem !important;
    }

    /* Stats Box Adjustments */
    .stats-box h2 {
        font-size: 1.5rem !important;
    }

    .stats-box .row .col-md-3 {
        margin-bottom: 20px !important;
    }

    /* Footer Adjustments */
    footer .col-md-3 {
        margin-bottom: 20px !important;
    }

    /* Owl Carousel Adjustments */
    .owl-carousel .service-card {
        margin: 10px !important;
    }

    /* General Padding Adjustments */
    .hero-section {
        padding: 40px 15px !important;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    /* Button Adjustments */
    .join-btn {
        width: 100% !important;
        margin-right: 0 !important;
    }

    /* Card Adjustments */
    .card-custom img {
        height: 150px !important;
    }

    .service-card img {
        height: 200px !important;
    }

    .product-img {
        height: 200px !important;
    }

    /* Form Adjustments */
    .form-group {
        margin-bottom: 1rem !important;
    }

    .form-control {
        font-size: 1rem !important;
    }

    /* Banner Adjustments */
    .green-banner {
        padding: 20px 15px !important;
    }

    .green-banner h2 {
        font-size: 1.5rem !important;
    }

    .green-banner p {
        font-size: 1rem !important;
    }

    /* Container Adjustments */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Row Adjustments */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Column Adjustments */
    .col-md-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .col-md-4 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /* Card Box Adjustments */
    .card-box {
        padding: 15px !important;
    }

    /* Social Icons */
    .social-icon {
        font-size: 1.2rem !important;
        margin: 3px !important;
    }

    /* Dropdown Menu */
    .dropdown-menu {
        min-width: 200px !important;
    }

    /* Badge Adjustments */
    .badge {
        font-size: 0.7rem !important;
        padding: 0.3em !important;
    }

    /* Owl Nav Adjustments */
    .owl-nav button {
        padding: 4px 10px !important;
        font-size: 1rem !important;
    }
}

/* Additional Mobile Styles for Smaller Screens */
@media (max-width: 576px) {
    .hero-title {
        font-size: 1.75rem !important;
    }

    .hero-lead {
        font-size: 0.9rem !important;
    }

    .navbar-brand {
        font-size: 1.25rem !important;
    }

    .nav-link {
        font-size: 0.9rem !important;
    }

    .topbar {
        font-size: 0.7rem !important;
    }

    .stats-box h2 {
        font-size: 1.25rem !important;
    }

    .green-banner h2 {
        font-size: 1.25rem !important;
    }

    .service-card img {
        height: 150px !important;
    }

    .product-img {
        height: 150px !important;
    }

    .image-section img,
    .image-section1 img {
        max-height: 200px !important;
    }

    .owl-carousel .service-card {
        margin: 5px !important;
    }

    .card-box {
        padding: 10px !important;
    }

    .btn {
        font-size: 0.9rem !important;
        padding: 8px 16px !important;
    }
}



.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.9;
}

.btn-loading .loader-spinner {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.service-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* Image */
.service-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1),
                filter 0.8s ease,
                opacity 0.6s ease;
}

/* Description box */
.service-hover-desc {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4,120,87,0.95), rgba(0,0,0,0.85));
    color: #fff;
    padding: 25px;
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

/* Hover animation */
.service-img-wrapper:hover .service-img {
    transform: scale(1.15) translateX(-30%);
    filter: blur(2px);
    opacity: 0.3;
}

.service-img-wrapper:hover .service-hover-desc {
    opacity: 1;
    transform: translateX(0);
}

/* Text styling */
.service-hover-desc h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-hover-desc p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}
.service-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

/* Image */
.service-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4,0,0.2,1),
                filter 0.8s ease,
                opacity 0.6s ease;
}

/* Hover description */
.service-hover-desc {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4,120,87,0.95), rgba(0,0,0,0.85));
    color: #fff;
    padding: 25px;
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s cubic-bezier(0.4,0,0.2,1);
    display: flex;
    align-items: center;
    text-align: center;
}

/* Hover animation */
.service-img-wrapper:hover .service-img {
    transform: scale(1.15) translateX(-30%);
    filter: blur(2px);
    opacity: 0.35;
}

.service-img-wrapper:hover .service-hover-desc {
    opacity: 1;
    transform: translateX(0);
}

/* Name styling */
.service-title {
    font-weight: 700;
    color: #047857;
}

/* Card hover lift */
.service-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.2);
}
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-img {
    width: 100%;
    height: 220px;        /* same image height */
    object-fit: cover;   /* image crop but not stretch */
}

.product-card .p-4 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
