/* Seyahat Kategorisi Tema */
:root {
    --primary-color: #14B8A6;
    --secondary-color: #0D9488;
    --accent-color: #5EEAD4;
    --background-color: #F0FDFA;
    --text-color: #134E4A;
}

.hero {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%);
}

.feature-icon {
    background: linear-gradient(135deg, #14B8A6, #5EEAD4);
}

.btn-primary {
    background: #14B8A6;
    color: white;
    border-color: #14B8A6;
}

.btn-primary:hover {
    background: #0D9488;
    border-color: #0D9488;
}

.btn-outline {
    color: #14B8A6;
    border-color: #14B8A6;
}

.btn-outline:hover {
    background: #14B8A6;
    color: white;
}

.read-more {
    color: #14B8A6;
}

.read-more:hover {
    color: #0D9488;
}

.social-links a:hover {
    background: #14B8A6;
}
