


.page-header {
    background-image: url('img/kurumsalust.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    margin-bottom: 50px;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, var(--uni-blue), rgba(13, 59, 102, 0.7));
}

.page-title {
    color: #fff;
    font-weight: 800;
    font-size: 2.5rem;
    position: relative;
    z-index: 1;
}

.breadcrumb-custom .breadcrumb-item a {
    color: var(--uni-yellow);
    text-decoration: none;
}

.breadcrumb-custom .breadcrumb-item.active {
    color: rgba(255,255,255,0.7);
}


.sidebar-widget {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-top: 4px solid var(--uni-blue);
}

.sidebar-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--uni-blue);
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar-menu {
    list-style: none;
    padding: 0; margin: 0;
}

.sidebar-menu li {
    margin-bottom: 10px;
}

.sidebar-menu a {
    display: block;
    padding: 12px 15px;
    background: #f8f9fa;
    color: var(--text-dark);
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.sidebar-menu a:hover {
    background: #fff;
    color: var(--uni-blue);
    padding-left: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


.sidebar-menu a.active {
    background: var(--uni-blue);
    color: #fff;
    border-left-color: var(--uni-yellow);
}

.sidebar-menu a i { margin-right: 10px; width: 20px; text-align: center; }


.content-area h3 {
    color: var(--uni-blue);
    font-weight: 700;
    margin-bottom: 20px;
}

.content-area p {
    color: #666;
    margin-bottom: 20px;
    font-size: 1.05rem;
}


.policy-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.policy-list li::before {
    content: '\f00c'; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0; top: 2px;
    color: var(--uni-green);
}


.value-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}
.value-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: var(--uni-yellow);
}
.value-icon {
    font-size: 2.5rem;
    color: var(--uni-orange);
    margin-bottom: 15px;
}


.services-sidebar .list-group-item {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    font-weight: 600;
    color: #555;
    transition: all 0.3s;
    display: flex; justify-content: space-between; align-items: center;
}

.services-sidebar .list-group-item:first-child { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.services-sidebar .list-group-item:last-child { border-bottom: none; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }

.services-sidebar .list-group-item:hover {
    background-color: #f8f9fa;
    color: var(--uni-blue);
    padding-left: 25px; 
}


.services-sidebar .list-group-item.active {
    background-color: var(--uni-blue);
    color: #fff;
    border-color: var(--uni-blue);
}


.download-widget {
    background: var(--uni-blue);
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.download-widget i { opacity: 0.2; position: absolute; right: -20px; bottom: -20px; font-size: 8rem; }


.accordion-button:not(.collapsed) {
    background-color: rgba(246, 174, 45, 0.1); 
    color: var(--uni-blue);
    box-shadow: none;
}
.accordion-button:focus { box-shadow: none; border-color: rgba(0,0,0,.125); }


