    /* Why Join Us Section */
    .join-us-section {
        padding: 80px 0;
        background-color: #ffffff;
    }

    .benefit-card {
        border: none;
        border-radius: 20px;
        padding: 24px 24px;
        height: 100%;
        transition: transform 0.3s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .icon-box {
        width: 60px;
        height: 60px;
        background-color: #f28c38;
        /* Primary Orange */
        color: white;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 25px;
    }

    .benefit-card h3 {
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 15px;
        color: #1a2b3c;
    }

    .benefit-card p {
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Map and Contact Section */
    .contact-map-section {
        background-color: #1a2332;
        /* Dark Navy Background */
        padding: 60px 0;
    }

    .map-container {
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .info-card {
        background-color: #c0c4cc;
        /* Light Grayish card */
        border-radius: 15px;
        padding: 25px;
        height: 100%;
        border: none;
    }

    .info-icon {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: white;
        margin-bottom: 15px;
    }

    /* Specific Colors for info icons */
    .bg-addr {
        background-color: #f28c38;
    }

    .bg-phone {
        background-color: #58a65c;
    }

    .bg-email {
        background-color: #e67e22;
    }

    .bg-hours {
        background-color: #d4ac0d;
    }

    .info-card h5 {
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 10px;
        color: #2c3e50;
    }

    .info-card p {
        font-size: 0.85rem;
        margin-bottom: 4px;
        color: #4a5568;
    }

    .vector-img {
        filter: drop-shadow(0 8px 16px rgba(220, 134, 15, 0.25));
        border-radius: 12px;
        /* optional, for smooth edges */
    }

    .custom-cnt {
        padding: 60px 0;
        background-color: #f2f2f2;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Card container without shadow */
    .custom-cnt .contact-card {
        background: #ffffff;
        border-radius: 24px;
        border: 3px solid #FF9933;
        /* Light border instead of shadow */
        overflow: hidden;
        padding: 20px;
    }

    .custom-cnt .form-label {
        font-weight: 500;
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .custom-cnt .form-control {
        border-radius: 8px;
        padding: 12px;
        border: 1px solid #FF9933;
        background-color: #fdfdfd;
    }

    /* BJP Orange Theme Colors */
    .custom-cnt .text-orange {
        color: #FF9933;
    }

    .custom-cnt .btn-submit {
        background-color: #FF9933;
        color: white;
        border: none;
        padding: 12px;
        border-radius: 8px;
        font-weight: 600;
        transition: 0.3s;
    }

    .custom-cnt .btn-submit:hover {
        background-color: #e68a2e;
        color: white;
    }

    .custom-cnt .vector-bg-wrapper {
        border-radius: 20px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        overflow: hidden;
        height: 100%;
        min-height: 420px;
    }

    .custom-cnt .vector-img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .custom-cnt .info-box {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        border: 1px solid #f0f0f0;
    }

    .custom-cnt .icon-circle {
        width: 45px;
        height: 45px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        color: #FF9933;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    }


    /* Add this in your CSS file or inside <style> in Blade */
    #success-alert {
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    #success-alert.hide {
        opacity: 0;
    }



    .icon-box {
        width: 60px;
        height: 60px;
        background-color: #f28c38;
        /* Primary Orange */
        color: white;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 25px;
    }

    .benefit-card h3 {
        font-weight: 700;
        font-size: 1.25rem;
        margin-bottom: 15px;
        color: #1a2b3c;
    }

    .benefit-card p {
        color: #6c757d;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Map and Contact Section */
    .contact-map-section {
        background-color: #1a2332;
        /* Dark Navy Background */
        padding: 60px 0;
    }

    .map-container {
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 30px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .info-card {
        background-color: #c0c4cc;
        /* Light Grayish card */
        border-radius: 15px;
        padding: 25px;
        height: 100%;
        border: none;
    }

    .info-icon {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: white;
        margin-bottom: 15px;
    }

    /* Specific Colors for info icons */
    .bg-addr {
        background-color: #f28c38;
    }

    .bg-phone {
        background-color: #58a65c;
    }

    .bg-email {
        background-color: #e67e22;
    }

    .bg-hours {
        background-color: #d4ac0d;
    }

    .info-card h5 {
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 10px;
        color: #2c3e50;
    }

    .info-card p {
        font-size: 0.85rem;
        margin-bottom: 4px;
        color: #4a5568;
    }

    .vector-img {
        filter: drop-shadow(0 8px 16px rgba(220, 134, 15, 0.25));
        border-radius: 12px;
        /* optional, for smooth edges */
    }

    .custom-cnt {
        padding: 60px 0;
        background-color: #f2f2f2;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Card container without shadow */
    .custom-cnt .contact-card {
        background: #ffffff;
        border-radius: 24px;
        border: 3px solid #FF9933;
        /* Light border instead of shadow */
        overflow: hidden;
        padding: 20px;
    }

    .custom-cnt .form-label {
        font-weight: 500;
        font-size: 0.9rem;
        margin-bottom: 8px;
    }

    .custom-cnt .form-control {
        border-radius: 8px;
        padding: 12px;
        border: 1px solid #FF9933;
        background-color: #fdfdfd;
    }

    /* BJP Orange Theme Colors */
    .custom-cnt .text-orange {
        color: #FF9933;
    }

    .custom-cnt .btn-submit {
        background-color: #FF9933;
        color: white;
        border: none;
        padding: 12px;
        border-radius: 8px;
        font-weight: 600;
        transition: 0.3s;
    }

    .custom-cnt .btn-submit:hover {
        background-color: #e68a2e;
        color: white;
    }

    .custom-cnt .vector-bg-wrapper {
        border-radius: 20px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        overflow: hidden;
        height: 100%;
        min-height: 420px;
    }

    .custom-cnt .vector-img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .custom-cnt .info-box {
        background: #f8f9fa;
        border-radius: 15px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        border: 1px solid #f0f0f0;
    }

    .custom-cnt .icon-circle {
        width: 45px;
        height: 45px;
        background: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        color: #FF9933;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    }

    .custom-form-select {
        line-height: 2.2 !important;
        border: 1px solid #FF9933 !important;
        border-radius: 7px !important;
    }

    /* Facebook Feed Section */
    .facebook-feed-section {
        background-color: #f8f9fa;
        padding: 60px 0;
    }

    .fb-feed-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .fb-post-card {
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .fb-post-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .fb-post-image {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .fb-post-content {
        padding: 15px;
    }

    .fb-post-date {
        font-size: 0.75rem;
        color: #999;
        margin-bottom: 8px;
    }

    .fb-post-text {
        font-size: 0.85rem;
        color: #333;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .fb-post-link {
        display: inline-flex;
        align-items: center;
        margin-top: 12px;
        font-size: 0.8rem;
        color: #1877f2;
        text-decoration: none;
        font-weight: 500;
    }

    .fb-post-link:hover {
        text-decoration: underline;
    }

    .fb-post-link i {
        margin-left: 5px;
    }

    @media (max-width: 1200px) {
        .fb-feed-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .fb-feed-grid {
            grid-template-columns: 1fr;
        }
    }