       /* Custom styling to match the image exactly */
       .hero-section {
        background-color: #F26230 !important;
        padding: 80px 20px;
        background-color: #f8f9fa;
        text-align: center;
        color: #fff;
    }
    .hero-section h1 {
        /* font-size: 2.5rem; */
        /* font-weight: bold; */
        color: #fff;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    .hero-section .subtitle {
        font-size: 1.1rem;
        color: #fff;
        margin-bottom: 50px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;   
    }
    .social-media-btn {
        background-color: white;
        border: none;
        border-radius: 50px;
        padding: 15px 30px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        color: #F26230;
        font-weight: 500;
        font-size: 1rem;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
    }
  
.social-media-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    color: #fff; /* text turns white on hover */
    background-color: #F26230; /* background orange for contrast */
}

.social-media-btn i {
    font-size: 1.1rem;
    transition: color 0.3s ease;
}
    /* Community Section Styling - 100% Copy */
.community-section {
padding: 80px 20px;
background-color: #f8f9fa;
text-align: center;
}

.community-section h2 {
font-size: 2.2rem;
/* font-weight: bold; */
color: #000;
margin-bottom: 20px;
}

    .community-subtitle {
        font-size: 1.1rem;
        color: #000;
        margin-bottom: 50px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

.community-card {
background: white;
border-radius: 15px;
padding: 40px 30px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: all 0.3s ease;
height: 100%;
cursor: pointer;
}

.community-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.community-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #F26230, #F26230);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px auto;
}

.community-icon i {
font-size: 35px;
color: #fff;
}

.community-card h5 {
font-size: 1.3rem;
/* font-weight: 600; */
color: #2c3e50;
line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.community-section {
    padding: 60px 15px;
}

.community-section h2 {
    font-size: 1.8rem;
}

.community-card {
    padding: 30px 20px;
}

.community-icon {
    width: 70px;
    height: 70px;
}

.community-icon i {
    font-size: 30px;
}
}

/* Enhanced FAQs Section - Eye-Catching & User Friendly */
.faqs-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #ff7b40 0%, #ff7b40 100%);
    position: relative;
    overflow: hidden;
}

.faqs-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.faqs-section h2 {
    /* font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 50px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1; */
}

.faqs-section .container {
    max-width: 900px;
    position: relative;
    z-index: 1;
} 

.accordion {
    --bs-accordion-border-radius: 15px;
    --bs-accordion-border-width: 0;
    --bs-accordion-bg: transparent;
}

.accordion-item {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 15px !important;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.accordion-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.accordion-button {
    background: transparent;
    border: none;
    padding: 25px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    text-align: left;
    box-shadow: none;
    border-radius: 15px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #ff7b40, #ff7b40);
    color: #ffffff;
    box-shadow: none;
}

.accordion-button:not(.collapsed) i {
    color: #ffffff;
}

.accordion-button:focus {
    box-shadow: #ff7b40;
    border-color: transparent;
}

.accordion-button i {
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

/* .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23667eea'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease-in-out;
    width: 1.3rem;
    height: 1.3rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
} */

.accordion-collapse {
    border: none;
}

.accordion-body {
    padding: 0 30px 30px 30px;
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.7;
}

.accordion-body ul {
    margin: 15px 0;
    padding-left: 20px;
}

.accordion-body ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.support-info {
    text-align: center;
}

.support-methods {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.support-badge {
    background: linear-gradient(135deg, #ff7b40, #ff7b40);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.security-warning {
    background: rgba(255, 193, 7, 0.1);
    border-left: 4px solid #ffc107;
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
}

.steps {
    margin: 20px 0;
}

.step {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.step-number {
    background: linear-gradient(135deg, #ff7b40, #ff7b40);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    font-size: 0.9rem;
}

.step-text {
    font-size: 1rem;
}

.follow-reminder {
    background: rgba(102, 126, 234, 0.1);
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    font-style: italic;
    text-align: center;
}

.community-benefits {
    background: rgba(118, 75, 162, 0.1);
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .faqs-section {
        padding: 60px 15px;
    }
    
    .faqs-section h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .accordion-button {
        font-size: 1rem;
        padding: 20px 20px;
    }
    
    .accordion-body {
        padding: 0 20px 20px 20px;
        font-size: 0.95rem;
    }
    
    .support-methods {
        flex-direction: column;
        align-items: center;
    }
    
    .support-badge {
        width: fit-content;
    }
}

@media (max-width: 480px) {
    .faqs-section h2 {
        font-size: 1.7rem;
    }
    
    .accordion-button {
        padding: 15px;
        font-size: 0.95rem;
    }
    
    .accordion-body {
        padding: 0 15px 15px 15px;
    }
}

/* Find Social Media Channels Button Section - 100% Copy */
.social-media-button-section {
padding: 60px 20px;
background-color: #101F35;
text-align: center;
}

.find-social-media-btn {
display: inline-flex;
align-items: center;
gap: 12px;
background-color: #ffffff;
color: #F26230;
text-decoration: none;
font-size: 1.1rem;
font-weight: 500;
padding: 18px 35px;
border-radius: 50px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
border: none;
cursor: pointer;
}

.find-social-media-btn:hover {
color: #fff;
background-color: #F26230;
text-decoration: none;
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.find-social-media-btn:focus {
color: #F26230;
text-decoration: none;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
outline: none;
}

.find-social-media-btn i {
font-size: 1.2rem;
color: #F26230;
}
/* Icon default color */
.find-social-media-btn i {
    font-size: 1.2rem;
    color: #F26230;
    transition: color 0.3s ease; /* smooth transition */
}

/* Icon turns white on hover */
.find-social-media-btn:hover i {
    color: #fff;
}


/* Responsive adjustments */
@media (max-width: 768px) {
.social-media-button-section {
    padding: 40px 15px;
}

.find-social-media-btn {
    font-size: 1rem;
    padding: 15px 25px;
    gap: 10px;
}

.find-social-media-btn i {
    font-size: 1.1rem;
}
}

/* Download Our App Section - 100% Copy */
.download-app-section {
padding: 80px 20px;
background-color: #ffdb93;
text-align: center;
}

.download-app-section h2 {
font-size: 2.2rem;
/* font-weight: bold; */
color: #000;
margin-bottom: 20px;
}

.app-description {
font-size: 1.1rem;
color: #000;
margin-bottom: 40px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}

.app-buttons {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}

.app-store-btn,
.google-play-btn {
display: inline-flex;
align-items: center;
gap: 12px;
background-color: #000;
color: #ffffff;
text-decoration: none;
font-size: 1.1rem;
font-weight: 500;
padding: 15px 30px;
border-radius: 50px;
transition: all 0.3s ease;
min-width: 160px;
justify-content: center;
}

.app-store-btn:hover,
.google-play-btn:hover {
color: #ffffff;
text-decoration: none;
transform: translateY(-2px);
background-color: #34495e;
box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
}

.app-store-btn:focus,
.google-play-btn:focus {
color: #ffffff;
text-decoration: none;
box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
outline: none;
}

.app-store-btn i,
.google-play-btn i {
font-size: 1.3rem;
}

/* Specific styling for Apple icon */
.app-store-btn i.fab.fa-apple {
font-size: 1.4rem;
}

/* Specific styling for Google Play icon */
.google-play-btn i.fab.fa-google-play {
font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
.download-app-section {
    padding: 60px 15px;
}

.download-app-section h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.app-description {
    font-size: 1rem;
    margin-bottom: 30px;
}

.app-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.app-store-btn,
.google-play-btn {
    font-size: 1rem;
    padding: 12px 25px;
    min-width: 180px;
}
}

@media (max-width: 480px) {
.app-store-btn,
.google-play-btn {
    min-width: 200px;
}
}