/* Rock City Academy Page Styles */

.rock-city-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.rock-city-hero::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="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.rock-city-hero .container {
    position: relative;
    z-index: 2;
}

.rock-city-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.rock-city-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.95;
}

.british-council-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.british-council-badge i {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    color: #f59e0b;
}

.british-council-badge span {
    font-weight: 600;
    font-size: 0.95rem;
}

.rock-city-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.rock-city-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24, #f59e0b);
}

.rock-city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.rock-city-card .card-body {
    padding: 2rem;
}

.rock-city-card h3 {
    color: #1f2937;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.rock-city-card h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
    border-radius: 2px;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    padding-left: 2rem;
    transition: all 0.3s ease;
}

.services-list li:last-child {
    border-bottom: none;
}

.services-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.75rem;
    color: #10b981;
    font-weight: bold;
    font-size: 1.1rem;
}

.services-list li:hover {
    background: #f8fafc;
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 8px;
}

.destinations-highlight {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #475569;
    border: 2px dashed #cbd5e1;
}

.offerings-section {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.offerings-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.offerings-section .card-body {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
}

.offerings-illustration {
    float: right;
    width: 2000px;
    max-width: 40%;
    margin: 0 1.25rem 1rem 0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .offerings-illustration {
        float: right;
        width: 100%;
        max-width: 100%;
        margin: 0 0 1rem 0;
    }
}

.offerings-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.offerings-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 500;
}

.offerings-list li::before {
    content: '★';
    position: absolute;
    left: 0;
    color: #f59e0b;
    font-size: 1rem;
}

.detailed-list {
    /* switch to bullet styling */
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.detailed-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
    position: relative;
    padding-left: 1.75rem;
}

.detailed-list li:last-child {
    border-bottom: none;
}

.detailed-list li::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 1.05rem;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.35);
}

/* Two-column layout for the long numbered list */
@media (min-width: 768px) {
    .detailed-list {
        columns: 3;
        column-gap: 2rem;
    }

    .detailed-list li {
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }
}

.trust-statement {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
    border-radius: 20px;
    padding: 2.5rem;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
}

.trust-statement::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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.trust-statement .card-body {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
}

.trust-statement p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.trust-statement p:last-child {
    margin-bottom: 0;
}

.trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

.trust-icon i {
    font-size: 1.5rem;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rock-city-title {
        font-size: 2.5rem;
    }
    
    .rock-city-subtitle {
        font-size: 1.1rem;
    }
    
    .rock-city-card .card-body {
        padding: 1.5rem;
    }
    
    .offerings-section {
        padding: 1.5rem;
    }
    
    .trust-statement {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    .rock-city-title {
        font-size: 2rem;
    }
    
    .british-council-badge {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .british-council-badge i {
        margin-right: 0;
    }
}
