    :root {
        --primary-color: #B8860B;
        --secondary-color: #2C3E50;
        --accent-color: #E5C687;
    }
.swiper {
            width: 100%;
            height: 500px; /* Slider yüksekliği küçültüldü */
        }
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .room-card {
            transition: all 0.3s ease;
            margin-bottom: 30px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }
        .room-card:hover {
            transform: translateY(-5px);
        }
        .room-card img {
            height: 250px;
            object-fit: cover;
        }
        .amenities-section {
            background-color: #f8f9fa;
            padding: 80px 0;
        }
        .amenity-item {
            text-align: center;
            padding: 30px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .amenity-item:hover {
            transform: translateY(-5px);
        }
        .amenity-item i {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }

    body {
        font-family: 'Poppins', sans-serif;
        background-color: #FFFFFF;
    }

    h1, h2, h3, h4, h5 {
        font-family: 'Playfair Display', serif;
    }

    .navbar {
        background-color: rgba(255, 255, 255, 0.95);
        padding: 20px 0;
        transition: all 0.3s ease;
    }

    .navbar-brand {
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        color: var(--primary-color);
    }

    .btn-gold {
        background-color: var(--primary-color);
        color: white;
        padding: 12px 30px;
        border: none;
        transition: all 0.3s ease;
    }

    .btn-gold:hover {
        background-color: var(--accent-color);
        color: var(--secondary-color);
    }

    footer {
        background-color: var(--secondary-color);
        color: white;
        padding: 60px 0 30px;
    }

    footer a {
        color: var(--accent-color);
        text-decoration: none;
    }

    footer a:hover {
        color: var(--primary-color);
    }

    .social-links a {
        margin-right: 15px;
        font-size: 1.5rem;
        color: var(--accent-color);
    }

    .social-links a:hover {
        color: var(--primary-color);
    }
	
	        .amenities-section {
            padding: 80px 0;
            background-color: #fff;
        }
        .amenity-item {
            height: 100%;
            min-height: 250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 2rem;
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .amenity-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        }
        .amenity-item i {
            font-size: 2.5rem;
            color: #B8860B;
            margin-bottom: 1.5rem;
        }
        .amenity-item h4 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #333;
        }
        .amenity-item p {
            color: #666;
            margin: 0;
            line-height: 1.6;
        }
    
	
	.room-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.room-card img {
    height: 250px;
    object-fit: cover;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #333;
}

.card-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5em;
}

.room-price {
    color: #B8860B;
    font-size: 1.1rem;
}

.btn-gold {
    background-color: #B8860B;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: #986D0B;
    color: white;
}
.amenities-section {
            padding: 80px 0;
            background-color: #fff;
        }
        .amenity-item {
            height: 100%;
            min-height: 250px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 2rem;
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        .amenity-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        }
        .amenity-item i {
            font-size: 2.5rem;
            color: #B8860B;
            margin-bottom: 1.5rem;
        }
        .amenity-item h4 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #333;
        }
        .amenity-item p {
            color: #666;
            margin: 0;
            line-height: 1.6;
        }