/* Radio Nshkhar Page Styles */

/* Page Header */
.radio-nshkhar-header {
    text-align: center;
    padding: 40px 0 30px;
    
    position: relative;
}

.radio-nshkhar-title {
    font-family: "Arian AMU", serif;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Main Content Layout */

.radio-nshkhar-page{ margin-top: 60px; }

.radio-nshkhar-content {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    align-items: flex-start;
}

/* Player Wrapper */
.radio-player-wrapper {
    flex: 1;
    min-width: 0;
}

/* Radio Player Card */
.radio-player {
    background: linear-gradient(145deg, #2d0000 0%, #1a0000 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.radio-player::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

/* Radio Player Icon */
.radio-player-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(242, 167, 26, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.radio-player-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
}

.radio-player-icon svg {
    width: 60px;
    height: 60px;
}

/* Radio Player Title */
.radio-player-title {
    font-family: "Arian AMU", serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

/* Radio Player Subtitle */
.radio-player-subtitle {
    font-size: 16px;
    color: #f2a71a;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}

/* Player Controls */
.radio-player-controls {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.radio-player-progress {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    padding: 12px 20px;
}

/* Play Button */
.radio-play-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #8B0000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    color: #fff;
}

.radio-play-btn:hover {
    background: #a50000;
    transform: scale(1.05);
}

.radio-play-btn svg {
    width: 24px;
    height: 24px;
}

/* Progress Bar */
.radio-progress-bar {
    flex: 1;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.radio-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #8B0000, #f2a71a);
    border-radius: 3px;
    width: 0%;
    transition: width 0.3s ease;
}

/* Time Display */
.radio-time {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    min-width: 45px;
    text-align: center;
}

/* Volume Controls */
.radio-volume-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #666;
    transition: color 0.3s;
}

.radio-volume-btn:hover {
    color: #8B0000;
}

.radio-volume-btn svg {
    width: 20px;
    height: 20px;
}

.radio-volume-slider {
    width: 80px;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.radio-volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8B0000;
    cursor: pointer;
    transition: background 0.3s;
}

.radio-volume-slider::-webkit-slider-thumb:hover {
    background: #a50000;
}

.radio-volume-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8B0000;
    cursor: pointer;
    border: none;
}

/* Armchurch Button */
.radio-armchurch-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f2a71a;
    color: #2d0000;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.radio-armchurch-btn:hover {
    background: #ffc107;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(242, 167, 26, 0.4);
}

.radio-armchurch-btn svg {
    width: 16px;
    height: 16px;
}

/* Logo Side */
.radio-logo-side {
    width: 300px;
    flex-shrink: 0;
}

.radio-logo-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.radio-logo-placeholder {
    background: linear-gradient(145deg, #f5f0eb 0%, #ebe5df 100%);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.radio-logo-placeholder svg {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.radio-logo-text {
    font-family: "Arian AMU", serif;
    font-size: 36px;
    font-weight: 700;
    color: #8B4513;
    letter-spacing: 5px;
}

/* Contact Side */
.radio-contact-side {
    background: #f9f5f0;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 40px;
}

.radio-contact-title {
    font-family: "Arian AMU", serif;
    font-size: 22px;
    font-weight: 700;
    color: #2d0000;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f2a71a;
}

.radio-contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.radio-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.radio-contact-item:hover {
    color: #8B0000;
}

.radio-contact-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Description Section */
.radio-description-section {
    margin-top: 40px;
}

.radio-description-divider {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.radio-description-divider::before,
.radio-description-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 80px;
    height: 1px;
    background: #f2a71a;
}

.radio-description-divider::before {
    left: 0;
}

.radio-description-divider::after {
    right: 0;
}

.radio-description-divider span {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    color: #f2a71a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.radio-description-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 60px;
}

.radio-description-content p {
    margin: 0 0 15px;
}

.radio-description-content strong {
    color: #8B0000;
}

.radio-description-content a {
    color: #1a8ef1;
    text-decoration: underline;
}

.radio-description-content a:hover {
    color: #8B0000;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .radio-nshkhar-content {
        flex-direction: column;
    }
    
    .radio-logo-side {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .radio-player-wrapper{width: 100%;}
    
    .radio-nshkhar-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .radio-player {
        padding: 30px 25px;
    }
    
    .radio-player-title {
        font-size: 24px;
    }
    
    .radio-player-subtitle {
        font-size: 14px;
    }
    
    .radio-player-progress {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 15px;
    }
    
    .radio-progress-bar {
        order: 3;
        width: 100%;
        flex: none;
    }
    
    .radio-volume-slider {
        width: 60px;
    }
}

@media (max-width: 767px) {
    .radio-nshkhar-header {
        padding: 30px 0 25px;
        margin: -60px -15px 30px;
    }
    
    .radio-nshkhar-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .radio-player {
        padding: 25px 20px;
    }
    
    .radio-player-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .radio-player-icon img {
        width: 60px;
        height: 60px;
    }
    
    .radio-player-icon svg {
        width: 45px;
        height: 45px;
    }
    
    .radio-player-title {
        font-size: 22px;
    }
    
    .radio-armchurch-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
    
    .radio-description-divider::before,
    .radio-description-divider::after {
        width: 40px;
    }
    
    .radio-description-divider span {
        font-size: 10px;
        padding: 0 10px;
    }
}

@media (max-width: 575px) {
    .radio-nshkhar-title {
        font-size: 22px;
    }
    
    .radio-player-progress {
        padding: 8px 12px;
    }
    
    .radio-play-btn {
        width: 38px;
        height: 38px;
    }
    
    .radio-play-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .radio-time {
        font-size: 12px;
        min-width: 40px;
    }
    
    .radio-volume-slider {
        width: 50px;
    }
    
    .radio-contact-side {
        padding: 20px;
    }
    
    .radio-contact-title {
        font-size: 18px;
    }
    
    .radio-contact-item {
        font-size: 14px;
    }
    
    .radio-description-content {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .radio-nshkhar-title {
        font-size: 18px;
    }
    
    .radio-player-title {
        font-size: 18px;
    }
    
    .radio-player-subtitle {
        font-size: 12px;
    }
    
    .radio-armchurch-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}