/* =========================
   GLOBAL
   ========================= */
body {
    font-family: 'Heebo', sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #fff;
    direction: rtl;
    text-align: right;
}

h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
    color: #222;
    margin: 0 0 15px;
    font-weight: 700;
}

a { color: #1a73e8; text-decoration: none; transition: all 0.3s ease; }
a:hover { color: #8dc63f; text-decoration: none; }

/* HEADER */
.site-header {
    background: #1a73e8;
    padding: 15px 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}
.site-header .logo img { max-width: 180px; height: auto; }
.site-header .logo svg { display: block; }
.site-header .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
.site-header .main-nav ul li { margin-right: 25px; margin-left: 0; }
.site-header .main-nav ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-header .main-nav ul li a.active,
.site-header .main-nav ul li a:hover { color: #8dc63f; }

/* MOBILE HAMBURGER */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
}
.mobile-nav-open .hamburger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.mobile-nav-open .hamburger span:nth-child(2) { opacity: 0; }
.mobile-nav-open .hamburger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* HERO */
.hero-section {
    background: url('../imgur/hero-bg.webp') no-repeat center center;
    background-size: cover;
    padding: 80px 0 100px;
    text-align: center;
    position: relative;
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.72);
}
.hero-section .container { position: relative; z-index: 2; }
.hero-section h1 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
}
.hero-section .hero-sub {
    font-size: 14px;
    color: #333;
    margin-bottom: 40px;
}
.hero-divider { text-align: center; margin: 15px auto 20px; }

/* DEST TILES */
.dest-tiles { padding: 0 0 60px; }
.dest-tiles .tile {
    position: relative;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}
.dest-tiles .tile img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.dest-tiles .tile:hover img { transform: scale(1.05); }
.dest-tiles .tile .tile-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1A73E8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #fff;
    white-space: nowrap;
}
.dest-tiles .tile .tile-label i { margin-right: 8px; margin-left: 0; }
.dest-tiles .tile.last { margin-bottom: 25px !important; }

/* SECTION TITLES */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.section-title .deco { display: block; margin: 0 auto 8px; }
.section-title h2 {
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

/* FEATURED TOURS */
.featured-tours { padding: 60px 0 40px; }
.featured-tours .tour-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.featured-tours .tour-card .thumb { position: relative; }
.featured-tours .tour-card .thumb img { width: 100%; height: auto; display: block; }
.featured-tours .tour-card .thumb .dest-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-transform: uppercase;
}
.featured-tours .tour-card .card-body { padding: 20px; }
.featured-tours .tour-card h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 8px;
    color: #222;
}
.featured-tours .tour-card .price-tag {
    color: #1a73e8;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.featured-tours .tour-card p {
    font-size: 13px;
    color: #555;
    margin-bottom: 15px;
}
.featured-tours .tour-card .read-more {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a73e8;
}
.featured-tours .tour-card .read-more i { margin-right: 5px; margin-left: 0; }

/* POPULAR PACKAGES */
.popular-packages { padding: 40px 0 80px; }
.popular-packages .pkg-card { margin-bottom: 30px; }
.popular-packages .pkg-card img { width: 100%; height: auto; display: block; margin-bottom: 15px; }
.popular-packages .pkg-card h4 {
    font-size: 15px;
    line-height: 1.3;
    color: #222;
    margin-bottom: 6px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}
.popular-packages .pkg-card .pkg-price {
    color: #8dc63f;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}
.popular-packages .pkg-card .view-pkg {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1A73E8;
}

/* ABOUT SPLIT */
.about-split { padding: 40px 0 80px; }
.about-split .about-img img { width: 100%; height: auto; display: block; }
.about-split .about-text { padding-right: 30px; padding-left: 0; }
.about-split .eyebrow {
    display: inline-block;
    border-right: 3px solid #1a73e8;
    border-left: none;
    padding-right: 10px;
    padding-left: 0;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 15px;
}
.about-split h2 { font-size: 28px; margin-bottom: 20px; color: #222; }
.about-split p { font-size: 13px; line-height: 1.8; color: #555; margin-bottom: 15px; }
.about-split .contact-btn {
    display: inline-block;
    border: 1px solid #1a73e8;
    color: #1a73e8;
    padding: 10px 20px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}
.about-split .contact-btn i { margin-right: 8px; margin-left: 0; }
.about-split .contact-btn:hover { background: #1a73e8; color: #fff; }

/* HIGHLIGHTS / STATS */
.highlights { padding: 40px 0 60px; text-align: center; background: #f8f8f8; }
.highlights .stat { text-align: center; }
.highlights .stat .num {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #1a73e8;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}
.highlights .stat .lbl {
    font-size: 12px;
    color: #222;
    letter-spacing: 1px;
}

/* PRICE LIST */
.price-list { padding: 60px 0 80px; }
.price-list .price-table {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.price-list .price-table .pkg-header {
    background: #1a73e8;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.price-list .price-table .pkg-header h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.price-list .price-table .pkg-header .pkg-price-big {
    font-size: 32px;
    font-weight: 700;
    display: block;
}
.price-list .price-table .pkg-header .pkg-price-note {
    font-size: 11px;
    opacity: 0.8;
}
.price-list .price-table .pkg-body { padding: 20px; }
.price-list .price-table .pkg-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.price-list .price-table .pkg-body ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #555;
}
.price-list .price-table .pkg-body ul li i {
    color: #8dc63f;
    margin-left: 8px;
    margin-right: 0;
}
.price-list .price-table .pkg-body .book-btn {
    display: block;
    text-align: center;
    background: #1A73E8;
    border: 1px solid #1A73E8 !important;
    color: #fff !important;
    border-radius: 0;
    padding: 10px 22px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.price-list .price-table .pkg-body .book-btn:hover { background: #8dc63f; border-color: #8dc63f !important; }
.price-list .price-table.featured-pkg .pkg-header { background: #8dc63f; }

/* REVIEWS SECTION */
.reviews-section { padding: 60px 0 80px; background: #f8f8f8; }
.reviews-section .review-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    margin-bottom: 25px;
}
.reviews-section .review-card .stars { color: #f5a623; margin-bottom: 10px; font-size: 14px; }
.reviews-section .review-card p { font-size: 13px; color: #555; line-height: 1.8; margin-bottom: 15px; }
.reviews-section .review-card .reviewer { font-size: 12px; font-weight: 700; color: #222; }
.reviews-section .review-card .reviewer-city { font-size: 11px; color: #999; }

/* CONTACT FORM SECTION */
.contact-section { padding: 60px 0 80px; }
.contact-section .form-group label { font-size: 13px; font-weight: 600; color: #222; margin-bottom: 5px; display: block; }
.contact-section .form-control {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 10px 15px;
    color: #222;
}
.contact-section .form-control:focus { border-color: #1a73e8; box-shadow: none; }
.contact-section .submit-btn {
    background: #1A73E8;
    border: 1px solid #1A73E8 !important;
    color: #fff !important;
    border-radius: 0;
    padding: 12px 35px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact-section .submit-btn:hover { background: #8dc63f; border-color: #8dc63f !important; }

/* CONTACT INFO */
.contact-info-block { padding: 40px 0; background: #f8f8f8; }
.contact-info-block .info-item { margin-bottom: 20px; }
.contact-info-block .info-item i { color: #1a73e8; font-size: 20px; margin-left: 12px; }
.contact-info-block .info-item span { font-size: 14px; color: #555; }

/* PAGE HERO (inner pages) */
.page-hero {
    background: #1a73e8;
    padding: 50px 0 55px;
    text-align: center;
    position: relative;
}
.page-hero h1 { color: #fff; font-size: 32px; margin-bottom: 8px; }
.page-hero p { color: rgba(255,255,255,0.85); font-size: 14px; margin: 0; }

/* INNER CONTENT */
.inner-content { padding: 60px 0 80px; }
.inner-content h2 { font-size: 22px; margin-bottom: 15px; margin-top: 35px; color: #222; }
.inner-content h3 { font-size: 18px; margin-bottom: 12px; margin-top: 25px; color: #1a73e8; }
.inner-content p { font-size: 14px; line-height: 1.9; color: #444; margin-bottom: 18px; }
.inner-content ul { padding-right: 20px; padding-left: 0; }
.inner-content ul li { font-size: 14px; line-height: 1.8; color: #444; margin-bottom: 8px; }

/* FOOTER */
.site-footer {
    background: #000;
    color: #ccc;
    padding: 60px 0 20px;
    font-size: 11px;
}
.site-footer .footer-logo { margin-bottom: 15px; }
.site-footer h5 { display: none; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer ul li { margin-bottom: 8px; position: relative; padding-right: 12px; padding-left: 0; }
.site-footer ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #8dc63f;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: auto;
    top: 6px;
}
.site-footer ul li a { color: #ccc; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.site-footer ul li a:hover { color: #8dc63f; }
.site-footer .social { text-align: left; }
.site-footer .social a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #8dc63f;
    color: #000;
    text-align: center;
    line-height: 22px;
    margin-right: 4px;
    margin-left: 0;
    font-size: 12px;
}
.site-footer .copyright {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 11px;
    color: #888;
}

/* GDPR COOKIE BANNER */
#cookie-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #111;
    color: #ddd;
    padding: 18px 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
#cookie-banner p { margin: 0; font-size: 12px; flex: 1; }
#cookie-banner a { color: #8dc63f; text-decoration: underline; }
#cookie-banner .cookie-btn {
    background: #1A73E8;
    color: #fff;
    border: none;
    padding: 8px 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}
#cookie-banner .cookie-btn:hover { background: #8dc63f; }
#cookie-banner.hidden { display: none; }

/* BUTTONS */
.btn-primary {
    background: #1A73E8;
    border: 1px solid #1A73E8 !important;
    color: #fff !important;
    border-radius: 0;
    padding: 10px 22px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary:hover { background: #8dc63f; border-color: #8dc63f !important; }

/* old styles - delete later */
/* .green-cta { background: #8DC63F; color:#fff; padding:12px; } */

/* temp fix */
.dest-tiles .tile.last { margin-bottom: 25px !important; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .site-header .main-nav ul { justify-content: center; margin-top: 10px; }
    .site-header .main-nav ul li { margin-right: 15px; }
    .hero-section h1 { font-size: 30px; }
    .about-split .about-text { padding-right: 0; margin-top: 30px; }
    .site-footer .social { text-align: right; margin-top: 20px; }
}

@media (max-width: 767px) {
    .site-header .main-nav { display: none; }
    .site-header .main-nav.open { display: block; }
    .site-header .main-nav ul { flex-direction: column; }
    .site-header .main-nav ul li { margin-right: 0; margin-bottom: 8px; }
    .hamburger { display: block; }
    .hero-section { padding: 50px 0 60px; }
    .hero-section h1 { font-size: 24px; }
    .dest-tiles .tile .tile-label { font-size: 10px; padding: 8px 14px; }
    .section-title h2 { font-size: 18px; }
    .featured-tours { padding: 40px 0 20px; }
    .popular-packages { padding: 20px 0 40px; }
    .highlights .stat { margin-bottom: 20px; }
    .site-footer { padding: 40px 0 20px; text-align: center; }
    .site-footer ul li { padding-right: 0; }
    .site-footer ul li:before { display: none; }
    .site-footer .social { text-align: center; }
    #cookie-banner { flex-direction: column; }
}

@media (max-width: 480px) {
    .hero-section h1 { font-size: 20px; }
    .featured-tours .tour-card h3 { font-size: 16px; }
    .price-list .price-table .pkg-header .pkg-price-big { font-size: 26px; }
}
