:root {
    --navy-dark: #060c22;
    --elite-red: #EA3D3D;
    --elite-red-hover: #d32f2f;
    --soft-gray-bg: #f8faff;
    --card-bg: #ffffff;
    --border-color: #f1f3f7;
    --text-main: #2b3240;
    --text-muted: #6b778d;
    --icon-bg: #fdf2f2;
}

/* Faaliyet Page Wrapper - Ultra Airy */
.faaliyet-content-section {
    padding: 80px 0 120px 0;
    background-color: #ffffff;
    /* Requested white background */
}

/* Sidebar Wrapper */
.sidebar-wrapper {
    position: sticky;
    top: 130px;
}

/* Unified Sidebar Card */
.sidebar-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

.sidebar-header {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-header i {
    color: var(--elite-red);
    font-size: 1.2rem;
    margin-right: 15px;
}

.sidebar-header h5 {
    margin: 0;
    font-weight: 800;
    color: var(--navy-dark);
    font-size: 1.15rem;
}

.sidebar-nav {
    padding: 10px 0;
}

.sidebar-nav .nav-link {
    padding: 18px 30px;
    color: var(--text-main);
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
    transition: all 0.25s ease;
    border-left: 4px solid transparent;
}

.sidebar-nav .nav-link i {
    width: 35px;
    color: var(--elite-red);
    font-size: 1.1rem;
}

.sidebar-nav .nav-link:hover {
    background-color: #fff9f9;
    color: var(--elite-red);
}

.sidebar-nav .nav-link.active {
    background-color: #fff5f5;
    color: var(--elite-red);
    font-weight: 700;
    border-left-color: var(--elite-red);
}

/* Help Box - Distinct Card */
.help-box {
    margin-top: 35px;
    background: var(--elite-red);
    border-radius: 24px;
    padding: 40px 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(234, 61, 61, 0.2);
}

.help-box h4 {
    color: #fff;
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.help-box p {
    font-size: 0.95rem;
    opacity: 0.95;
    margin-bottom: 30px;
}

.help-box .btn-help {
    background: #fff;
    color: var(--elite-red);
    border: none;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.help-box .btn-help:hover {
    background: var(--navy-dark);
    color: #fff;
}

.help-box .bg-icon {
    position: absolute;
    bottom: -15px;
    right: -15px;
    font-size: 6rem;
    opacity: 0.12;
    transform: rotate(-15deg);
}

/* Content Area Header */
.section-title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.section-title-line {
    width: 40px;
    height: 4px;
    background: var(--elite-red);
    margin-right: 20px;
    border-radius: 2px;
}

.section-title-wrapper h2 {
    margin: 0;
    font-weight: 800;
    color: var(--navy-dark);
    font-size: 2.2rem;
}

/* Floating Content Cards - Minimalist */
.ref-service-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 50px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.ref-service-card:hover {
    border-color: var(--elite-red);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    /* Removed translate/scale for a more grounded feel */
}

.card-icon-circle {
    width: 80px;
    height: 80px;
    background: var(--icon-bg);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    color: var(--elite-red);
    font-size: 2rem;
}

.ref-service-card h4 {
    font-weight: 800;
    color: var(--navy-dark);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.ref-service-card p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 40px;
    flex-grow: 1;
}

.btn-card-action {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.btn-card-action.red {
    background: var(--elite-red);
    color: #fff !important;
}

.btn-card-action.dark {
    background: var(--navy-dark);
    color: #fff !important;
}

/* Tur Hizmetleri Premium Redesign */
.tur-hero-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    margin-bottom: 40px;
    border: 1px solid var(--border-color);
}

.tur-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #fff5f5;
    color: var(--elite-red);
    font-weight: 800;
    border-radius: 50px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.gallery-elegant img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.4s;
}

/* Responsive */
@media (max-width: 991px) {
    .faaliyet-content-section {
        padding: 50px 0;
    }

    .help-box {
        display: none;
    }

    .content-wrapper {
        margin-top: 60px;
    }
}