/* Services Page Styles */

body,
html {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto !important;
    min-height: 100vh;
    background-color: var(--bg-primary, #041418);
    color: var(--text-secondary, #e0e0e0);
    font-family: Arial, sans-serif;
    margin: 0;
}

.nav-links a.active {
    position: relative;
    color: #d4af37;
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d4af37;
}

.page-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #041418;
    z-index: -1;
}

.page-bg-wrapper .bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(4, 20, 24, 0.4) 0%, rgba(4, 20, 24, 1) 100%);
}

.services-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 80px 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-section {
    position: relative;
    background: url('../media/aboutbg.png') no-repeat center center;
    background-size: cover;
    border-radius: 4px;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(4, 20, 24, 0.6), rgba(4, 20, 24, 0.9));
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.hero-logo {
    width: 250px;
    height: auto;
    margin-bottom: 30px;
}

.hero-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.hero-title-wrapper .line {
    width: 80px;
    height: 2px;
}

.line-left {
    background: linear-gradient(to right, transparent, #d4af37);
}

.line-right {
    background: linear-gradient(to left, transparent, #d4af37);
}

.hero-title {
    font-family: 'Cinzel', serif;
    font-size: 60px;
    letter-spacing: 6px;
    color: #d4af37;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 300;
}

.hero-glow-dot {
    width: 6px;
    height: 6px;
    background-color: #d4af37;
    border-radius: 50%;
    margin-top: 20px;
    box-shadow: 0 0 10px 2px rgba(212, 175, 55, 0.8);
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card {
    position: relative;
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 4px;
    overflow: hidden;
    min-height: 400px;
    display: flex;
}

.card-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right center;
    opacity: 0.8;
}

.card-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(4, 20, 24, 1) 0%, rgba(4, 20, 24, 0.9) 30%, rgba(4, 20, 24, 0.2) 100%);
}

.service-content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    padding: 40px;
    gap: 40px;
}

.service-left {
    flex: 1;
    max-width: 45%;
    display: flex;
    flex-direction: column;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.service-main-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border: 2px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}

.service-main-icon svg {
    width: 100%;
    height: 100%;
}

.text-icon {
    font-family: 'Cinzel', serif;
    color: #d4af37;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    line-height: 1;
}

.service-title {
    color: #d4af37;
    font-family: 'Cinzel', serif;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.3;
}

.service-desc {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.6;
}

.service-desc p {
    margin-top: 0;
    margin-bottom: 15px;
}

.service-desc p:last-child {
    margin-bottom: 0;
}

.services-list__empty {
    color: #b0b0b0;
    text-align: center;
    padding: 40px 20px;
}

.bottom-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    background: rgba(4, 20, 24, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 4px;
}

.cta-info-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4af37;
    font-family: serif;
    font-size: 24px;
    font-style: italic;
    flex-shrink: 0;
    margin-right: 20px;
}

.cta-text {
    flex: 1;
    color: #d4af37;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Cinzel', serif;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.btn-gold-solid {
    background: linear-gradient(135deg, #fbda95, #b38331);
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-gold-solid:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
}

.footer-copyright {
    text-align: center;
    color: #d4af37;
    font-size: 14px;
    margin-top: -10px;
}

@media (max-width: 900px) {
    .service-content {
        flex-direction: column;
    }

    .service-left {
        max-width: 100%;
    }

    .card-bg-gradient {
        background: linear-gradient(to bottom, rgba(4, 20, 24, 1) 0%, rgba(4, 20, 24, 0.9) 50%, rgba(4, 20, 24, 0.5) 100%);
    }

    .bottom-cta {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .cta-info-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 40px;
    }

    .hero-title-wrapper .line {
        width: 40px;
    }
}
