.religions-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('../bannera/rel.png');
    background-size: cover;
    background-position: center;
    height: 751px;
    display: flex;
    flex-direction: column;
}

.religions-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.religions-section {
    margin-bottom: 80px;
}

.religions-section h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    color: #04091e;
    margin-bottom: 25px;
    border-left: 5px solid rgb(198, 176, 105);
    padding-left: 20px;
}

.religions-section p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Statistics Banner */
.stats-banner {
    background: #04091e;
    padding: 60px 20px;
    margin: 60px 0;
}

.stats-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.stat-item {
    padding: 20px;
}

.stat-item i {
    font-size: 50px;
    color: rgb(198, 176, 105);
    margin-bottom: 15px;
}

.stat-item h3 {
    font-size: 48px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin: 0;
}

/* Religion Cards */
.religion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.religion-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.religion-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.religion-header {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.religion-header.islam {
    background: linear-gradient(135deg, #0d4a1c 0%, #1a6b2d 100%);
}

.religion-header.orthodox {
    background: linear-gradient(135deg, #1a3a5c 0%, #2d5a8a 100%);
}

.religion-header.catholic {
    background: linear-gradient(135deg, #5a1a1a 0%, #8a2d2d 100%);
}

.religion-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.religion-header i {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

.religion-percentage {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.religion-body {
    padding: 30px;
}

.religion-body h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    color: #04091e;
    margin-bottom: 15px;
}

.religion-body p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.religion-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.religion-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #555;
}

.religion-features li:last-child {
    border-bottom: none;
}

.religion-features i {
    color: rgb(198, 176, 105);
    width: 20px;
}

/* Tolerance Section */
.tolerance-section {
    background: rgb(198, 176, 105);
    padding: 80px 20px;
    margin: 60px -20px;
}

.tolerance-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.tolerance-content h2 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.tolerance-content>p {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.tolerance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.tolerance-card {
    background: white;
    padding: 35px;
    border-radius: 15px;
    text-align: center;
}

.tolerance-card i {
    font-size: 50px;
    color: rgb(198, 176, 105);
    margin-bottom: 20px;
}

.tolerance-card h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    color: #04091e;
    margin-bottom: 15px;
}

.tolerance-card p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Holy Sites Section */
.sites-section {
    background: #f9f9f9;
    padding: 80px 20px;
}

.sites-content {
    max-width: 1200px;
    margin: 0 auto;
}

.sites-content h2 {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    color: #04091e;
    margin-bottom: 50px;
}

.sites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.site-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.site-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.site-image {
    height: 200px;
    background: #04091e;
    position: relative;
    overflow: hidden;
}

.site-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgba(198, 176, 105, 0.3);
}

.site-image img+i {
    display: none;
}

.site-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.site-badge.islam {
    background: #0d4a1c;
    color: white;
}

.site-badge.orthodox {
    background: #1a3a5c;
    color: white;
}

.site-badge.catholic {
    background: #5a1a1a;
    color: white;
}

.site-info {
    padding: 25px;
}

.site-info h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #04091e;
    margin-bottom: 10px;
}

.site-info p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.site-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    color: rgb(198, 176, 105);
}

/* Community Section */
.community-section {
    background: linear-gradient(rgba(4, 9, 30, 0.9), rgba(4, 9, 30, 0.95)), url('back.jpg');
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 20px;
    text-align: center;
}

.community-content {
    max-width: 900px;
    margin: 0 auto;
}

.community-content h2 {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.community-content>p {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.community-quote {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(198, 176, 105, 0.3);
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.community-quote::before {
    content: '"';
    font-size: 100px;
    color: rgb(198, 176, 105);
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1;
}

.community-quote p {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.8;
    margin: 0;
    position: relative;
    z-index: 1;
}

.community-quote .author {
    color: rgb(198, 176, 105);
    margin-top: 20px;
    font-style: normal;
    font-weight: bold;
}

@media (max-width: 768px) {
    .religions-hero {
        height: auto;
        min-height: 400px;
    }

    .religion-grid {
        grid-template-columns: 1fr;
    }

    .stat-item h3 {
        font-size: 36px;
    }
}