/* 'REHBERLIK' PAGE - PREMIUM DESIGN */
/* Consistent with other pages */

/* 1. HERO SECTION */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.7), rgba(52, 152, 219, 0.65)),
        url('../image/rehberlik_bg.png') center/cover no-repeat fixed;
    color: white;
    padding: 180px 0 140px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    margin-bottom: -60px;
    z-index: 1;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: fadeInDown 1s ease-out;
}

.hero-section p {
    font-size: 1.35rem;
    max-width: 800px;
    margin: 0 auto 30px;
    font-weight: 300;
    opacity: 0.95;
    line-height: 1.6;
    animation: fadeInUp 1s ease-out 0.3s backwards;
}

.divider {
    height: 4px;
    width: 80px;
    margin: 20px auto 30px;
    border-radius: 2px;
    background: linear-gradient(90deg, #3498db, #f1c40f);
}

/* 2. GUIDANCE SERVICES SECTION */
.guidance-services {
    background-color: #f8f9fa;
    padding: 100px 0 80px;
    position: relative;
    z-index: 2;
}

.section-header {
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* 3. GUIDANCE CARDS */
.guidance-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
    border-top: 5px solid transparent;
}

.guidance-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.guidance-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.guidance-card:hover .guidance-icon {
    transform: rotateY(180deg);
}

.guidance-card h3 {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.guidance-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.guidance-features li {
    padding: 8px 0 8px 30px;
    position: relative;
    color: #555;
    font-size: 0.95rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.guidance-features li:last-child {
    border-bottom: none;
}

.guidance-features li i {
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 1.1rem;
}

/* Specific Card Themes */
/* Student - Blue */
.student-guidance {
    border-top-color: #3498db;
}

.student-guidance .guidance-icon {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.student-guidance .guidance-features li i {
    color: #3498db;
}

.student-guidance .stats .number {
    color: #3498db;
}

/* Parent - Green */
.parent-guidance {
    border-top-color: #2ecc71;
}

.parent-guidance .guidance-icon {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.parent-guidance .guidance-features li i {
    color: #2ecc71;
}

.parent-guidance .stats .number {
    color: #2ecc71;
}

/* Teacher - Orange */
.teacher-guidance {
    border-top-color: #e67e22;
}

.teacher-guidance .guidance-icon {
    background: linear-gradient(135deg, #f39c12, #d35400);
}

.teacher-guidance .guidance-features li i {
    color: #e67e22;
}

.teacher-guidance .stats .number {
    color: #e67e22;
}

/* Stats Section in Cards */
.stats {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.stats .stat-item {
    display: inline-block;
}

.stats .number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

.stats .label {
    font-size: 0.8rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* 4. SOLUTION / PDR SECTION */
.solution-section {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.solution-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #3498db, #9b59b6);
}

.solution-items {
    margin-top: 30px;
}

.solution-item {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.solution-item:hover {
    background: #fff;
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: #3498db;
}

.solution-item i {
    font-size: 1.2rem;
    color: #3498db;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.solution-item span {
    font-weight: 600;
    color: #2c3e50;
}

.solution-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.solution-image img {
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.solution-image:hover img {
    transform: scale(1.05);
}

/* ANIMATIONS */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .hero-section {
        padding: 150px 0 100px;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }
}