
Theme Name Hotel Deal Kruje
Theme URI httpshotel-deal-kruje.com
Author Your Name
Author URI httpshotel-deal-kruje.com
Description A custom hotel WordPress theme for Hotel Deal Kruje with booking, gallery, menu, and iCal support.
Version 1.0
License GNU General Public License v2 or later
License URI httpswww.gnu.orglicensesgpl-2.0.html
Text Domain hotel-deal-kruje
Tags hotel, booking, restaurant, responsive

/*
Theme Name: Hotel Deal Kruje
Theme URI: https://hotel-deal-kruje.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme for Hotel Deal Krujë with hero image, responsive design, and booking features.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hotel-deal-kruje
Tags: hotel, booking, responsive, restaurant
*/

/* ===== Basic Reset ===== */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Header */
header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.hero {
    height: 600px;
}


body {
    font-family Arial, sans-serif;
    margin 0;
    padding 0;
}

header {
    background url('imageshero.jpg') center centercover no-repeat;
    height 80vh;
    color white;
    display flex;
    flex-direction column;
    justify-content center;
    align-items center;
    text-align center;
}

header h1 {
    font-size 3em;
    margin 0;
}

nav {
    background #222;
    padding 10px 0;
}

nav ul {
    list-style none;
    margin 0;
    padding 0;
    text-align center;
}

nav ul li {
    display inline-block;
    margin 0 15px;
}

nav ul li a {
    color white;
    text-decoration none;
    font-weight bold;
}

footer {
    background #222;
    color white;
    padding 20px;
    text-align center;
}

footer .social-icons a {
    color white;
    margin 0 10px;
    font-size 1.5em;
}
.hero {
    background: url("<?php echo get_template_directory_uri(); ?>/images/hero.jpg") no-repeat center center;
    background-size: cover;
    height: 600px;
}
