/* ===== FONT IMPORTS - LOKAL ŞRİFTLƏR (YALNIZ 3 ŞRİFT) ===== */
/* Playfair Display - Başlıqlar üçün */
@font-face {
font-family: 'Playfair Display';
src: url('https://tmmedia.az/travel/public/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Playfair Display';
src: url('https://tmmedia.az/travel/public/fonts/PlayfairDisplay-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Playfair Display';
src: url('https://tmmedia.az/travel/public/fonts/PlayfairDisplay-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
/* Gotham Book - Əsas mətn (default) */
@font-face {
font-family: 'Gotham Book';
src: url('https://tmmedia.az/travel/public/fonts/gotham_book.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* Calibri - Xüsusi elementlər */
@font-face {
font-family: 'Calibri Custom';
src: url('https://tmmedia.az/travel/public/fonts/ofont.ru_Calibri (1).ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
/* ===== RESET & BASE ===== */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--primary-color: #030922;
--secondary-color: #c9a96e;
--text-color: #333;
--white: #ffffff;
--light-bg: #f8f8f8;
--overlay: rgba(0, 0, 0, 0.5);
/* Font ailəsi dəyişənləri */
--main-font: 'Gotham Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
--heading-font: 'Playfair Display', 'Georgia', serif;
--light-font: 'Calibri Custom', Arial, sans-serif;
}
html {
overflow-x: hidden;
width: 100%;
max-width: 100vw;
}
body {
font-family: var(--main-font);
color: var(--text-color);
line-height: 1.6;
overflow-x: hidden;
width: 100%;
max-width: 100vw;
font-variant-numeric: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
/* ===== RƏQƏMLƏR ÜÇÜN XÜSUSİ ŞRIFT ===== */
.contact-info-item a,
.testimonial-author span,
.footer-bottom p,
input[type="tel"],
input[type="number"],
.year,
.date,
.phone,
.number {
font-family: var(--main-font) !important;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
a {
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
}
img {
max-width: 100%;
display: block;
}
/* ===== TOP NAVBAR (AĞ SƏTIR) ===== */
.top-navbar {
background: var(--white);
padding: 15px 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1001;
width: 100%;
}
.top-nav-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.hamburger-menu {
width: 30px;
display: flex;
flex-direction: column;
gap: 6px;
cursor: pointer;
}
.hamburger-menu span {
width: 100%;
height: 2px;
background: var(--primary-color);
transition: all 0.3s ease;
}
.hamburger-menu:hover span {
background: var(--secondary-color);
}
/* GO AZERBAIJAN LOQOSU - Playfair Display */
.site-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.site-logo a {
font-family: var(--heading-font);
font-size: 40px;
font-weight: 500;
color: var(--primary-color);
letter-spacing: 2px;
white-space: nowrap;
}
.top-nav-right {
display: flex;
align-items: center;
gap: 20px;
margin-left: auto;
}
/* YALNIZ KOMPÜTER VERSİYASI ÜÇÜN */
@media (min-width: 969px) {
.top-nav-right {
margin-right: 40px;
}
}
.search-btn {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: transparent;
border: 2px solid var(--primary-color);
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
color: var(--primary-color);
font-size: 16px;
margin-right: 10px;
}
.search-btn:hover {
background: var(--primary-color);
color: var(--white);
}
/* ƏLAQƏ DÜYMƏSİ - Gotham Light */
.contact-btn {
background: transparent;
border: 2px solid var(--primary-color);
color: var(--primary-color);
padding: 10px 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.3px;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 4px;
font-family: var(--light-font);
display: inline-flex;
align-items: center;
justify-content: center;
}
.contact-btn .btn-text {
display: inline;
}
.contact-btn:hover {
background: var(--primary-color);
color: var(--white);
}
/* ===== MAIN MENU (QARA SƏTIR) - Gotham Book ===== */
.main-menu {
background: var(--primary-color);
padding: 0;
position: fixed;
top: 70px;
left: 0;
right: 0;
z-index: 1000;
border-bottom: 1px solid #ffffff;
opacity: 1;
width: 100%;
}
.menu-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 40px;
}
.menu-list {
display: flex;
list-style: none;
gap: 0;
justify-content: center;
}
.menu-list li {
flex: 1;
text-align: center;
}
.menu-list li a {
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
padding: 18px 20px 12px 20px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.3px;
text-transform: uppercase;
transition: all 0.3s ease;
font-family: var(--main-font);
position: relative;
}
.menu-list li a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
background: var(--secondary-color);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.menu-list li a:hover {
background: rgba(255, 255, 255, 0.1);
}
.menu-list li a:hover::after {
transform: scaleX(1);
}
/* ===== HERO SECTION ===== */
.hero {
height: 100vh;
position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin-top: 0;
padding-top: 140px;
width: 100%;
}
.hero-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.hero-video video {
width: 100%;
height: 100%;
object-fit: cover;
}
.video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 2;
}
.hero-content {
text-align: center;
color: var(--white);
z-index: 3;
animation: fadeInUp 1s ease;
}
/* AZƏRBAYCAN BAŞLIĞI - Playfair Display */
.hero-content h1 {
font-family: var(--heading-font);
font-size: 80px;
margin-bottom: 5px;
font-weight: 400;
letter-spacing: 3px;
text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
text-transform: none;
line-height: 1;
}
/* KƏŞF ET. HİSS ET, YAŞA - Gotham Book */
.hero-subtitle {
font-family: var(--main-font);
font-size: 28px;
margin-top: 15px;
margin-bottom: 20px;
font-weight: 500;
letter-spacing: 1px;
text-transform: none;
max-width: 420px;
margin-left: auto;
margin-right: auto;
line-height: 1.2;
}
/* İLHAM AL DÜYMƏSİ - 26px */
.hero-btn {
display: inline-block;
border: 2px solid var(--white);
padding: 15px 50px;
color: var(--white);
font-size: 26px;
letter-spacing: 2px;
transition: all 0.3s ease;
font-weight: 400;
font-family: var(--light-font);
text-align: center;
width: 100%;
max-width: 420px;
}
.hero-btn:hover {
background: var(--white);
color: var(--primary-color);
}
/* ===== BOTTOM CONTACT BAR - Gotham Book ===== */
.bottom-contact-bar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: var(--primary-color);
padding: 15px 0;
z-index: 4;
border-top: 1px solid #ffffff;
width: 100%;
}
.bottom-contact-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 40px;
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
}
.contact-info-item {
display: flex;
align-items: center;
gap: 12px;
color: var(--white);
font-family: var(--main-font);
font-size: 14px;
letter-spacing: 0.3px;
}
.contact-info-item i {
font-size: 18px;
color: var(--secondary-color);
}
.contact-info-item a {
color: var(--white);
transition: color 0.3s ease;
font-family: var(--main-font);
}
.contact-info-item a:hover {
color: var(--secondary-color);
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* ===== INTRO SECTION - Genişlik artırıldı ===== */
.intro-section {
padding: 80px 20px;
background: var(--white);
text-align: center;
width: 100%;
}
.intro-text {
font-size: 28px;
max-width: 1100px;
margin: 0 auto 30px;
line-height: 1.8;
color: var(--primary-color);
font-weight: 400;
font-family: var(--main-font);
}
.intro-description {
font-size: 18px;
max-width: 1100px;
margin: 0 auto;
color: #666;
line-height: 1.8;
font-family: var(--main-font);
}
/* ===== SECTION TITLE - Playfair Display ===== */
.section-title {
font-size: 48px;
text-align: center;
margin-bottom: 0px;
color: var(--white);
font-weight: 500;
letter-spacing: 2px;
font-family: var(--heading-font);
}
.section-subtitle {
text-align: center;
font-size: 18px;
color: var(--white);
margin-bottom: 60px;
margin-top: 0px;
font-weight: 300;
max-width: 800px;
margin-left: auto;
margin-right: auto;
font-family: var(--main-font);
line-height: 1.3;
}
/* ===== POPULYAR BÖLGƏLƏR SECTION ===== */
.worlds-section {
padding: 100px 0 120px;
background: linear-gradient(to bottom, #030922 0%, #030922 55%, var(--white) 55%, var(--white) 100%);
position: relative;
overflow: hidden;
width: 100%;
}
.worlds-section .section-title {
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: -5px;
}
.worlds-section .section-title::before {
content: '→';
margin-right: 15px;
}
.worlds-section .section-title::after {
content: '←';
margin-left: 15px;
}
.worlds-section .section-subtitle {
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 60px;
}
.worlds-carousel {
position: relative;
width: 100%;
overflow: visible;
}
.carousel-container {
display: flex;
gap: 8px;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 20px 0 30px 20px;
cursor: grab;
user-select: none;
}
.carousel-container:active {
cursor: grabbing;
}
.carousel-container::-webkit-scrollbar {
display: none;
}
.carousel-container a {
    display: block;
    flex: 0 0 364px;
    height: 520px;
    text-decoration: none;
}
.world-card {
position: relative;
min-width: 364px;
flex: 0 0 364px;
height: 520px;
border-radius: 12px;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s ease;
background: var(--white);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.world-card:hover {
transform: scale(1.05);
}
.world-image {
position: relative;
height: 100%;
width: 100%;
}
.world-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.world-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 35px;
color: var(--white);
}
/* ŞƏHƏR ADLARI - Playfair Display */
.world-overlay h3 {
font-size: 32px;
margin-bottom: 10px;
font-weight: 400;
text-align: center;
font-family: var(--heading-font);
}
/* Carousel navigation buttons */
.carousel-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.2);
color: var(--white);
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 10;
}
.carousel-nav:hover {
background: rgba(255, 255, 255, 0.4);
}
.carousel-nav.prev {
left: 20px;
}
.carousel-nav.next {
right: 20px;
}
/* ===== BƏLƏDÇI SECTION ===== */
.inspired-section {
padding: 80px 0 80px;
background: var(--light-bg);
overflow: hidden;
position: relative;
width: 100%;
}
/* Başlıq - Playfair Display */
.inspired-section .section-title {
color: var(--text-color);
text-align: left;
font-size: 42px;
margin-bottom: 30px;
margin-left: 185px;
}
.inspired-section .section-title::before {
content: none;
}
.inspired-section .section-title::after {
content: '←';
margin-left: 15px;
font-size: 32px;
}
.inspired-carousel {
position: relative;
width: 100%;
overflow: visible;
}
.inspired-container {
display: flex;
gap: 8px;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none;
-ms-overflow-style: none;
padding: 10px 0 10px 185px;
cursor: grab;
user-select: none;
}
.inspired-container:active {
cursor: grabbing;
}
.inspired-container::-webkit-scrollbar {
display: none;
}
.inspired-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.3);
color: var(--white);
border: none;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
z-index: 10;
}
.inspired-nav:hover {
background: var(--primary-color);
}
.inspired-nav.prev {
left: 120px;
}
.inspired-nav.next {
right: 20px;
}
.inspired-card {
position: relative;
min-width: 364px;
flex: 0 0 364px;
background: var(--white);
border-radius: 0;
overflow: hidden;
cursor: pointer;
transition: transform 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.inspired-card:hover {
transform: translateY(-10px);
}
.inspired-image {
position: relative;
height: 520px;
width: 100%;
overflow: hidden;
}
.inspired-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.inspired-content {
padding: 25px;
background: var(--white);
}
/* BƏLƏDÇI KART BAŞLIQLARI - Playfair Display */
.inspired-content h3 {
font-size: 20px;
margin-bottom: 4px;
color: var(--primary-color);
font-weight: 500;
font-family: var(--heading-font);
}
/* İkinci sətir (BAKI, ŞƏKI) - Gotham Light */
.inspired-content p {
font-size: 12px;
color: #999;
text-transform: uppercase;
letter-spacing: 0.3px;
font-family: var(--light-font);
}
/* ===== DAHA ÇOX BUTTON - Gotham Light ===== */
.view-more-container {
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
padding: 0 20px;
width: 100%;
}
.view-more-container::before,
.view-more-container::after {
content: '';
flex: 1;
height: 1px;
background: var(--primary-color);
}
.view-more-container::before {
margin-right: 20px;
}
.view-more-container::after {
margin-left: 20px;
}
.view-more-text {
font-size: 13px;
letter-spacing: 0px;
font-weight: 500;
color: var(--primary-color);
white-space: nowrap;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
border: 2px solid var(--primary-color);
padding: 12px 30px;
background: transparent;
font-family: var(--light-font);
}
.view-more-text:hover {
color: var(--white);
background: var(--primary-color);
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.view-more-container.light::before,
.view-more-container.light::after {
background: rgba(255, 255, 255, 0.3);
}
.view-more-container.light .view-more-text {
color: var(--white);
border-color: var(--white);
}
.view-more-container.light .view-more-text:hover {
color: var(--primary-color);
background: var(--white);
border-color: var(--white);
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
}
/* ===== TƏBİƏT GÖZƏLLİKLƏRİ SECTION ===== */
.foods-section {
padding: 60px 0 60px 0;
background: #030922;
position: relative;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
width: 100%;
}
.foods-container-wrapper {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: 50% 50%;
align-items: center;
min-height: 100vh;
}
.foods-left {
color: var(--white);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px;
}
.foods-badge {
display: none;
}
/* TƏBİƏT GÖZƏLLİKLƏRİ başlığı - Playfair Display */
.foods-main-title {
font-size: 72px;
font-weight: 500;
margin-bottom: 0px;
line-height: 1.2;
letter-spacing: 2px;
font-family: var(--heading-font);
}
/* Açıqlama - Gotham Book */
.foods-description {
font-size: 18px;
line-height: 1.3;
color: rgba(255, 255, 255, 0.8);
margin-bottom: 0;
margin-top: 0px;
max-width: 500px;
font-family: var(--main-font);
}
.foods-nav-buttons {
display: flex;
gap: 15px;
justify-content: center;
margin-top: 30px;
}
.food-nav-btn {
width: 60px;
height: 60px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.4);
background: transparent;
color: var(--white);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
font-size: 20px;
}
.food-nav-btn:hover {
background: var(--white);
color: var(--primary-color);
border-color: var(--white);
}
.foods-right {
position: relative;
height: 100vh;
display: flex;
align-items: center;
padding-right: 0;
overflow: hidden;
width: 100%;
}
.foods-carousel-wrapper {
display: flex;
gap: 7px;
transition: transform 0.5s ease;
padding: 40px 0;
width: 100%;
}
.food-slide {
position: relative;
min-width: 320px;
flex: 0 0 320px;
background: var(--white);
overflow: hidden;
transition: transform 0.3s ease;
}
.food-slide:hover {
transform: translateY(-10px);
}
.food-slide-image {
height: 450px;
overflow: hidden;
}
.food-slide-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.food-slide:hover .food-slide-image img {
transform: scale(1.05);
}
/* TƏBİƏT ADLARI - Playfair Display */
.food-slide-title {
font-size: 22px;
color: var(--primary-color);
margin: 0;
padding: 25px 20px;
font-weight: 400;
text-align: center;
background: var(--white);
font-family: var(--heading-font);
}
.foods-bottom-badges,
.foods-right-actions {
display: none !important;
}
/* ===== FOTO VƏ VIDEO QALEREYA SECTION ===== */
.safari-section {
padding: 80px 20px 80px;
background: var(--white);
width: 100%;
overflow: hidden;
}
.safari-header {
margin-left: 20px;
margin-bottom: 40px;
}
/* Başlıq - Playfair Display */
.safari-title {
font-size: 48px;
color: var(--text-color);
font-weight: 500;
margin-bottom: 0px;
font-family: var(--heading-font);
}
.safari-title::after {
content: '←';
margin-left: 15px;
font-size: 36px;
}
/* İkinci sətir - Gotham Light */
.safari-subtitle {
font-size: 18px;
color: #666;
max-width: 600px;
font-family: var(--light-font);
line-height: 1.3;
margin-top: 0px;
}
.gallery-container {
margin-left: 20px;
display: flex;
flex-direction: column;
gap: 8px;
}
.gallery-top-row {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 8px;
}
.gallery-item-wide {
position: relative;
height: 520px;
overflow: hidden;
}
.gallery-item-wide img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.gallery-item-wide:hover img {
transform: scale(1.05);
}
.gallery-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
}
.gallery-item {
position: relative;
height: 520px;
overflow: hidden;
}
.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.gallery-item:hover img,
.gallery-item-wide:hover img {
transform: scale(1.05);
}
.gallery-item-badge {
position: absolute;
bottom: 25px;
right: 25px;
background: rgba(3, 13, 52, 0.9);
color: var(--white);
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
letter-spacing: 0.3px;
font-weight: 600;
border: 2px dotted var(--white);
cursor: pointer;
transition: all 0.3s ease;
font-family: var(--main-font);
}
.gallery-item-badge:hover {
background: var(--white);
color: var(--primary-color);
border-color: var(--primary-color);
}
.gallery-item-info {
position: absolute;
bottom: 25px;
left: 25px;
color: var(--white);
}
/* QALEREYA BAŞLIQLARI - Playfair Display */
.gallery-item-info h3 {
font-size: 24px;
font-weight: 400;
margin-bottom: 0px;
font-family: var(--heading-font);
}
.gallery-item-info p {
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
opacity: 0.9;
font-family: var(--main-font);
}
.gallery-item-review {
position: absolute;
top: 25px;
right: 25px;
background: var(--white);
color: var(--primary-color);
padding: 8px 16px;
font-size: 10px;
letter-spacing: 1.5px;
font-weight: 600;
transform: rotate(90deg);
transform-origin: right top;
font-family: var(--main-font);
}
/* ===== VİZA BƏLƏDÇISI SECTION ===== */
.occasions-section {
padding: 0;
width: 100%;
}
.occasions-banner {
position: relative;
height: 550px;
overflow: hidden;
background: linear-gradient(135deg, #030922 0%, #0a1e5c 100%);
}
.occasions-banner img {
width: 100%;
height: 100%;
object-fit: cover;
opacity: 1;
}
.occasions-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(3, 13, 52, 0.4);
display: flex;
align-items: center;
justify-content: center;
}
.occasions-content {
text-align: center;
color: var(--white);
max-width: 800px;
padding: 0 20px;
}
/* VİZA BƏLƏDÇISI başlığı - Playfair Display */
.occasions-content h2 {
font-size: 56px;
margin-bottom: 5px;
font-weight: 500;
font-family: var(--heading-font);
}
/* Açıqlama - Gotham Book */
.occasions-content p {
font-size: 20px;
margin-bottom: 35px;
font-weight: 300;
line-height: 1.3;
font-family: var(--main-font);
}
/* DAHA ƏTRAFLI düyməsi - Gotham Light */
.occasions-btn {
display: inline-block;
border: 2px solid var(--white);
padding: 15px 45px;
color: var(--white);
font-size: 15px;
letter-spacing: 2px;
transition: all 0.3s ease;
font-weight: 400;
background: transparent;
font-family: var(--light-font);
}
.occasions-btn:hover {
background: var(--white);
color: var(--primary-color);
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
/* ===== TESTIMONIALS SECTION ===== */
.testimonials-section {
padding: 100px 20px;
background: var(--light-bg);
width: 100%;
}
/* Başlıq - Playfair Display */
.testimonials-section .section-title {
color: var(--primary-color);
}
.testimonials-slider {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 40px;
margin-top: 60px;
}
.testimonial-card {
background: var(--white);
padding: 45px;
border-radius: 8px;
text-align: center;
}
.testimonial-stars {
color: var(--secondary-color);
font-size: 20px;
margin-bottom: 25px;
}
/* Qonaq rəyi - Gotham Light */
.testimonial-text {
font-size: 17px;
line-height: 1.8;
color: #666;
margin-bottom: 30px;
font-style: italic;
font-family: var(--light-font);
}
/* Ad və məlumat - Gotham Book */
.testimonial-author h4 {
font-size: 20px;
color: var(--primary-color);
margin-bottom: 8px;
font-weight: 500;
font-family: var(--main-font);
}
.testimonial-author span {
font-size: 15px;
color: #999;
font-family: var(--main-font);
}
/* ===== CONTACT SECTION ===== */
.contact-section {
padding: 100px 20px;
background: var(--white);
width: 100%;
}
.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
margin-top: 60px;
}
/* Başlıq - Playfair Display */
.contact-info h2 {
font-size: 40px;
margin-bottom: 20px;
color: var(--primary-color);
font-weight: 500;
font-family: var(--heading-font);
}
/* Mətn - Gotham Book */
.contact-info > p {
font-size: 18px;
color: #666;
margin-bottom: 40px;
font-family: var(--main-font);
}
.contact-details {
display: flex;
flex-direction: column;
gap: 30px;
}
.contact-item {
display: flex;
gap: 20px;
align-items: flex-start;
}
.contact-item i {
font-size: 26px;
color: var(--secondary-color);
margin-top: 5px;
}
.contact-item h4 {
font-size: 18px;
margin-bottom: 5px;
color: var(--primary-color);
font-weight: 400;
font-family: var(--main-font);
}
.contact-item a,
.contact-item p {
color: #666;
font-size: 16px;
font-family: var(--main-font);
}
.contact-item a:hover {
color: var(--secondary-color);
}
.contact-form {
background: var(--light-bg);
padding: 45px;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.form-group {
margin-bottom: 20px;
}
/* Form sahələri (Adınız, Email, Telefon, Xəyal) - Gotham Light */
.form-group input,
.form-group textarea {
width: 100%;
padding: 16px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 16px;
font-family: var(--light-font);
transition: border-color 0.3s ease;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
font-family: var(--light-font);
}
.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: var(--secondary-color);
}
/* SORĞU GÖNDƏR düyməsi - Gotham Light */
.submit-btn {
width: 100%;
padding: 16px;
background: var(--primary-color);
color: var(--white);
border: none;
border-radius: 4px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.3px;
cursor: pointer;
transition: all 0.3s ease;
font-family: var(--light-font);
}
.submit-btn:hover {
background: var(--secondary-color);
}
/* ===== FOOTER - Gotham Book ===== */
.footer {
background: var(--primary-color);
color: var(--white);
padding: 70px 20px 30px;
width: 100%;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 50px;
margin-bottom: 50px;
}
/* FOOTER BAŞLIQLARI - Playfair Display */
.footer-col h3,
.footer-col h4 {
margin-bottom: 10px;
font-weight: 500;
font-size: 20px;
font-family: var(--heading-font);
}
.footer-col p {
font-size: 15px;
color: rgba(255, 255, 255, 0.7);
margin-bottom: 25px;
line-height: 1.8;
font-family: var(--main-font);
}
.footer-col ul {
list-style: none;
}
.footer-col ul li {
margin-bottom: 12px;
}
.footer-col ul li a {
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
font-family: var(--main-font);
}
.footer-col ul li a:hover {
color: var(--secondary-color);
}
.social-links {
display: flex;
gap: 15px;
}
.social-links a {
width: 45px;
height: 45px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
transition: all 0.3s ease;
}
.social-links a:hover {
background: var(--secondary-color);
color: var(--white);
}
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 25px;
text-align: center;
}
.footer-bottom p {
font-size: 15px;
color: rgba(255, 255, 255, 0.7);
font-family: var(--main-font);
}
/* ===== WHATSAPP BUTTON ===== */
.whatsapp-button {
position: fixed;
bottom: 30px;
right: 30px;
width: 65px;
height: 65px;
background: #25D366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 36px;
box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
z-index: 999;
transition: all 0.3s ease;
animation: pulse 2s infinite;
}
.whatsapp-button:hover {
transform: scale(1.1);
box-shadow: 0 7px 25px rgba(37, 211, 102, 0.7);
}
@keyframes pulse {
0%, 100% {
box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
}
50% {
box-shadow: 0 5px 30px rgba(37, 211, 102, 0.8);
}
}
/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
.foods-container-wrapper {
grid-template-columns: 1fr;
}
.foods-right {
height: 60vh;
}
.food-slide {
min-width: 240px;
flex: 0 0 240px;
}
.food-slide-image {
height: 360px;
}
}
@media (max-width: 968px) {
/* ===== MOBİL MENU ===== */
.main-menu {
position: fixed;
top: 108px;
left: -100%;
width: 100%;
height: calc(100vh - 108px);
background: var(--white);
z-index: 9999;
transition: left 0.4s ease;
overflow-y: auto;
padding: 0;
border-bottom: none;
}
.main-menu.active {
left: 0;
}
.menu-container {
padding: 0;
height: 100%;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.menu-list {
flex-direction: column;
gap: 0;
padding: 120px 40px 20px;
flex: 1;
}
.menu-list li {
border-bottom: 1px solid #eee;
text-align: left;
padding: 0;
}
.menu-list li a {
display: block;
color: var(--primary-color);
padding: 20px 0;
font-size: 24px;
font-weight: 300;
letter-spacing: 0;
text-transform: none;
border-bottom: none;
font-family: var(--main-font);
}
.menu-list li a:hover {
background: transparent;
color: var(--secondary-color);
}
.mobile-menu-header {
position: fixed;
top: 0;
left: 0;
right: 0;
background: var(--white);
padding: 30px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 10000;
border-bottom: 1px solid #eee;
}
.mobile-logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.mobile-logo img {
height: 60px;
}
.mobile-actions {
display: flex;
gap: 15px;
margin-left: auto;
}
.mobile-search-btn,
.mobile-close-btn {
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid var(--primary-color);
background: transparent;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
color: var(--primary-color);
font-size: 18px;
}
.mobile-search-btn:hover,
.mobile-close-btn:hover {
background: var(--primary-color);
color: var(--white);
}
.mobile-contact-footer {
margin-top: auto;
padding: 40px;
text-align: center;
}
/* Mobil ƏLAQƏ düyməsi - Gotham Light */
.mobile-contact-btn {
display: inline-block;
padding: 15px 50px;
background: transparent;
border: 2px solid var(--primary-color);
color: var(--primary-color);
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
font-family: var(--light-font);
}
.mobile-contact-btn:hover {
background: var(--primary-color);
color: var(--white);
}
.hamburger-menu.active span:nth-child(1) {
transform: rotate(45deg) translate(8px, 8px);
}
.hamburger-menu.active span:nth-child(2) {
opacity: 0;
}
.hamburger-menu.active span:nth-child(3) {
transform: rotate(-45deg) translate(8px, -8px);
}
.site-logo {
max-width: 260px;
}
.site-logo a {
font-size: 30px;
line-height: 1.3;
text-align: center;
word-spacing: normal;
font-weight: 500;
letter-spacing: 0.3px;
}
.site-logo a::before {
content: '→';
margin-right: 10px;
font-size: 24px;
}
.site-logo a::after {
content: '←';
margin-left: 10px;
font-size: 24px;
}
.hero {
margin-top: -70px;
padding-top: 140px;
}
.bottom-contact-bar {
position: fixed;
top: 80px;
bottom: auto;
left: 0;
right: 0;
background: var(--primary-color);
padding: 10px 0;
z-index: 1001;
border-top: none;
border-bottom: 2px solid var(--white);
}
.bottom-contact-container {
flex-direction: row;
gap: 20px;
padding: 0 15px;
justify-content: center;
flex-wrap: nowrap;
}
.contact-info-item {
gap: 8px;
font-size: 13px;
}
.contact-info-item i {
font-size: 16px;
}
.contact-info-item a {
font-size: 13px;
}
.foods-nav-buttons {
display: flex;
gap: 15px;
justify-content: center;
margin-top: 30px;
position: relative;
z-index: 10;
}
.food-nav-btn {
width: 50px;
height: 50px;
font-size: 18px;
}
.world-card {
min-width: 280px;
flex: 0 0 280px;
height: 420px;
}
.world-overlay h3 {
font-size: 32px;
}
.inspired-card {
min-width: 280px;
flex: 0 0 280px;
}
.inspired-image {
height: 420px;
}
.hero-content h1 {
font-size: 50px;
letter-spacing: 1.5px;
text-align: justify;
text-align-last: justify;
padding: 0 15px;
}
.hero-subtitle {
font-size: 19px;
margin-top: 0px;
max-width: 320px;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.3px;
line-height: 1.4;
}
.hero-btn {
max-width: 90%;
width: 90%;
font-size: 18px;
padding: 12px 20px;
white-space: nowrap;
}
.contact-grid {
grid-template-columns: 1fr;
}
.carousel-nav {
display: flex;
width: 45px;
height: 45px;
font-size: 20px;
background: rgba(255, 255, 255, 0.9);
color: var(--primary-color);
}
.carousel-nav:hover {
background: var(--primary-color);
color: var(--white);
}
.carousel-nav.prev {
left: 10px;
}
.carousel-nav.next {
right: 10px;
}
.inspired-nav {
display: flex;
width: 45px;
height: 45px;
font-size: 20px;
background: rgba(0, 0, 0, 0.7);
}
.inspired-nav:hover {
background: var(--primary-color);
}
.inspired-nav.prev {
left: 10px;
}
.inspired-nav.next {
right: 10px;
}
.gallery-container {
margin-left: 20px;
}
.gallery-top-row {
grid-template-columns: 1fr;
}
.gallery-grid {
grid-template-columns: 1fr;
}
.gallery-item,
.gallery-item-wide {
height: 400px;
}
.safari-header {
margin-left: 20px;
}
.worlds-section .section-title,
.worlds-section .section-subtitle {
margin-left: 20px;
margin-right: 20px;
}
.inspired-section .section-title {
margin-left: 20px;
}
.inspired-container {
padding-left: 20px;
}
.section-title {
font-size: 36px;
}
/* MOBİL ÜÇÜN HAMBURGER VƏ EMAIL BUTTON DİZAYN */
.hamburger-menu {
width: 45px;
height: 45px;
display: flex;
flex-direction: column;
gap: 5px;
cursor: pointer;
align-items: center;
justify-content: center;
border: 2px dotted var(--primary-color);
border-radius: 50%;
padding: 10px;
}
.hamburger-menu span {
width: 20px;
height: 2px;
}
.search-btn {
display: none !important;
}
/* MOBİL ƏLAQƏ DÜYMƏSİ - DİALƏLİ */
.contact-btn {
width: 50px !important;
height: 50px !important;
min-width: 50px !important;
max-width: 50px !important;
border: 2px solid var(--primary-color) !important;
border-radius: 50% !important;
padding: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: transparent !important;
flex-shrink: 0 !important;
overflow: hidden !important;
position: relative !important;
}
.contact-btn .btn-text {
display: none !important;
}
/* Email simvolu - tam mərkəzdə */
.contact-btn::after {
content: '✉' !important;
font-size: 33px !important;
line-height: 1 !important;
color: var(--primary-color) !important;
position: absolute !important;
top: 40% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
height: 100% !important;
}
.contact-btn:hover {
background: var(--primary-color) !important;
}
.contact-btn:hover::after {
color: var(--white) !important;
}
/* INTRO SEKSİYASI - MOBİL */
.intro-text {
font-size: 16px;
max-width: 96%;
padding: 0 5px;
text-align: justify;
text-align-last: left;
}
.intro-description {
display: none;
}
}
@media (max-width: 768px) {
.foods-container-wrapper {
grid-template-columns: 1fr;
}
.foods-main-title {
font-size: 48px;
}
.foods-left {
padding: 40px 20px;
}
.foods-right {
height: 50vh;
}
.food-slide {
min-width: 200px;
flex: 0 0 200px;
}
.food-slide-image {
height: 300px;
}
.site-logo {
max-width: 220px;
}
.site-logo a {
font-size: 28px;
font-weight: 500;
letter-spacing: 0.3px;
white-space: nowrap;
}
.site-logo a::before {
content: '→';
margin-right: 8px;
font-size: 22px;
}
.site-logo a::after {
content: '←';
margin-left: 8px;
font-size: 22px;
}
.intro-text {
font-size: 15px;
padding: 0 5px;
text-align: justify;
text-align-last: left;
}
.intro-description {
display: none;
}
.top-nav-right {
gap: 10px;
}
.contact-btn {
padding: 8px 15px;
font-size: 11px;
}
.world-card {
min-width: 260px;
flex: 0 0 260px;
height: 380px;
}
.world-overlay h3 {
font-size: 28px;
}
.inspired-card {
min-width: 260px;
flex: 0 0 260px;
}
.inspired-image {
height: 380px;
}
}
@media (max-width: 480px) {
.top-nav-container {
padding: 0 10px;
}
.site-logo {
max-width: 210px;
}
.site-logo a {
font-size: 26px;
font-weight: 500;
letter-spacing: 0.5px;
white-space: nowrap;
}
.site-logo a::before {
content: '→';
margin-right: 7px;
font-size: 20px;
}
.site-logo a::after {
content: '←';
margin-left: 7px;
font-size: 20px;
}
.hero-content h1 {
font-size: 43px;
letter-spacing: 1px;
text-align: justify;
text-align-last: justify;
padding: 0 12px;
}
.hero-subtitle {
font-size: 17px;
margin-top: 0px;
max-width: 280px;
margin-left: auto;
margin-right: auto;
letter-spacing: 0.2px;
line-height: 1.4;
}
.hero-btn {
max-width: 85%;
width: 85%;
padding: 10px 15px;
font-size: 16px;
white-space: nowrap;
}
.intro-text {
font-size: 14px;
text-align: justify;
text-align-last: left;
padding: 0 5px;
}
.intro-description {
display: none;
}
}
/* ===== SIDEBAR MENU - NELSON TRAVEL STYLE ===== */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9998;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar-menu {
    position: fixed;
    top: 0;
    left: -480px;
    width: 480px;
    max-width: 90vw;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    transition: left 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
}

.sidebar-menu.active {
    left: 0;
}

.sidebar-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}

.sidebar-close:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}

.sidebar-nav {
    padding: 100px 50px 50px;
}

.sidebar-section {
    margin-bottom: 40px;
}

.sidebar-label {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 20px;
    font-family: var(--main-font);
    font-weight: 500;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 8px;
}

.sidebar-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    color: #1a1a1a;
    padding: 12px 0;
    font-family: var(--heading-font);
    font-weight: 400;
    transition: all 0.3s ease;
    border-bottom: none;
}

.sidebar-list li a:hover {
    color: var(--secondary-color);
}

.sidebar-list li a .arrow {
    font-size: 24px;
    color: #ccc;
    transition: all 0.3s ease;
}

.sidebar-list li a:hover .arrow {
    color: var(--secondary-color);
    transform: translateX(5px);
}

/* Body scroll lock when sidebar open */
body.sidebar-open {
    overflow: hidden;
}

/* ===== SIDEBAR RESPONSIVE ===== */
@media (max-width: 968px) {
    .sidebar-menu {
        width: 100%;
        max-width: 100%;
        left: -100%;
    }
    
    .sidebar-nav {
        padding: 100px 30px 50px;
    }
    
    .sidebar-list li a {
        font-size: 28px;
        padding: 15px 0;
    }
    
    .sidebar-close {
        top: 25px;
        right: 25px;
    }
}

@media (max-width: 480px) {
    .sidebar-nav {
        padding: 90px 25px 40px;
    }
    
    .sidebar-list li a {
        font-size: 24px;
        padding: 12px 0;
    }
    
    .sidebar-label {
        font-size: 10px;
        margin-bottom: 15px;
    }
    
    .sidebar-section {
        margin-bottom: 30px;
    }
}

/* ===== SIDEBAR FIXES ===== */
.sidebar-menu {
    left: -480px !important;
    width: 480px !important;
    max-width: 85vw !important;
}

.sidebar-menu.active {
    left: 0 !important;
}

.sidebar-close {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    left: auto !important;
}

.sidebar-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

.sidebar-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Mobile fix */
@media (max-width: 968px) {
    .sidebar-menu {
        width: 100% !important;
        max-width: 100% !important;
        left: -100% !important;
    }
    
    .sidebar-menu.active {
        left: 0 !important;
    }
}

/* ===== NELSON STYLE X BUTTON ===== */
.sidebar-close {
    position: fixed !important;
    top: 30px !important;
    right: 30px !important;
    left: auto !important;
    z-index: 10001 !important;
    width: 55px !important;
    height: 55px !important;
    border: 1px dashed #333 !important;
    border-radius: 50% !important;
    background: transparent !important;
}

.sidebar-close:hover {
    border-style: solid !important;
}

/* Overlay daha açıq */
.sidebar-overlay.active {
    background: rgba(245, 240, 248, 0.95) !important;
}

/* ===== FULL SCREEN SIDEBAR NELSON STYLE ===== */
.sidebar-menu {
    width: 100% !important;
    max-width: 100% !important;
    left: -100% !important;
    background: #faf8fc !important;
}

.sidebar-menu.active {
    left: 0 !important;
}

.sidebar-nav {
    max-width: 500px !important;
    padding: 120px 60px 50px !important;
}

.sidebar-overlay {
    display: none !important;
}

.sidebar-close {
    position: fixed !important;
    top: 25px !important;
    right: 25px !important;
    left: auto !important;
    z-index: 10001 !important;
    width: 55px !important;
    height: 55px !important;
    border: 1px dashed #999 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #333 !important;
}

.sidebar-close:hover {
    border-color: #333 !important;
    border-style: solid !important;
}

/* ===== FULL SCREEN SIDEBAR NELSON STYLE ===== */
.sidebar-menu {
    width: 100% !important;
    max-width: 100% !important;
    left: -100% !important;
    background: #faf8fc !important;
}

.sidebar-menu.active {
    left: 0 !important;
}

.sidebar-nav {
    max-width: 500px !important;
    padding: 120px 60px 50px !important;
}

.sidebar-overlay {
    display: none !important;
}

.sidebar-close {
    position: fixed !important;
    top: 25px !important;
    right: 25px !important;
    left: auto !important;
    z-index: 10001 !important;
    width: 55px !important;
    height: 55px !important;
    border: 1px dashed #999 !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #333 !important;
}

.sidebar-close:hover {
    border-color: #333 !important;
    border-style: solid !important;
}

/* ===== SIDEBAR LOGO - NELSON STYLE ===== */
.sidebar-logo {
    position: fixed;
    top: 80px;
    left: 60px;
    z-index: 10000;
}

.sidebar-logo .logo-text {
    font-family: var(--heading-font);
    font-size: 24px;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.sidebar-nav {
    margin-left: 200px !important;
    padding-top: 80px !important;
}

/* Sidebar iki hissəyə bölünür */
.sidebar-menu {
    display: flex !important;
    flex-direction: row !important;
}

@media (max-width: 768px) {
    .sidebar-logo {
        position: relative;
        top: 0;
        left: 0;
        padding: 30px;
    }
    
    .sidebar-nav {
        margin-left: 0 !important;
        padding: 20px 30px 50px !important;
    }
    
    .sidebar-menu {
        flex-direction: column !important;
    }
}

/* ===== SIDEBAR LAYOUT - NELSON STYLE ===== */
.sidebar-menu {
    display: grid !important;
    grid-template-columns: 220px 1fr auto !important;
    align-items: start !important;
}

.sidebar-logo {
    padding: 100px 40px;
    border-right: 1px solid #eee;
    height: 100%;
}

.sidebar-logo .logo-text {
    font-family: var(--heading-font);
    font-size: 22px;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.sidebar-nav {
    padding: 100px 60px !important;
    margin-left: 0 !important;
}

.sidebar-label {
    font-family: var(--main-font) !important;
}

.sidebar-list li a {
    font-family: var(--heading-font) !important;
}

.sidebar-close {
    margin: 25px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

@media (max-width: 968px) {
    .sidebar-menu {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .sidebar-logo {
        padding: 30px;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    
    .sidebar-nav {
        padding: 30px !important;
    }
    
    .sidebar-close {
        position: fixed !important;
        top: 25px !important;
        right: 25px !important;
    }
}

/* ===== SIDEBAR LAYOUT - NELSON STYLE ===== */
.sidebar-menu {
    display: grid !important;
    grid-template-columns: 220px 1fr auto !important;
    align-items: start !important;
}

.sidebar-logo {
    padding: 100px 40px;
    border-right: 1px solid #eee;
    height: 100%;
}

.sidebar-logo .logo-text {
    font-family: var(--heading-font);
    font-size: 22px;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.sidebar-nav {
    padding: 100px 60px !important;
    margin-left: 0 !important;
}

.sidebar-label {
    font-family: var(--main-font) !important;
}

.sidebar-list li a {
    font-family: var(--heading-font) !important;
}

.sidebar-close {
    margin: 25px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

@media (max-width: 968px) {
    .sidebar-menu {
        display: flex !important;
        flex-direction: column !important;
    }
    
    .sidebar-logo {
        padding: 30px;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    
    .sidebar-nav {
        padding: 30px !important;
    }
    
    .sidebar-close {
        position: fixed !important;
        top: 25px !important;
        right: 25px !important;
    }
}

/* ===== SIDEBAR HIDDEN BY DEFAULT ===== */
.sidebar-menu {
    left: -100% !important;
    visibility: hidden !important;
}

.sidebar-menu.active {
    left: 0 !important;
    visibility: visible !important;
}

.sidebar-logo {
    display: block !important;
}

/* ===== SIDEBAR FINE TUNING ===== */
.sidebar-logo {
    border-right: 1px solid #333 !important;
}

.sidebar-list li {
    margin-bottom: 0 !important;
}

.sidebar-list li a {
    padding: 8px 0 !important;
    font-size: 20px !important;
}

.sidebar-section {
    margin-bottom: 25px !important;
}

.sidebar-label {
    margin-bottom: 12px !important;
    font-size: 11px !important;
}

/* ===== SIDEBAR TEXT POSITION ===== */
.sidebar-nav {
    padding-left: 80px !important;
}

.sidebar-section {
    padding-left: 20px !important;
}

/* ===== SUBMENU STYLES ===== */
.has-submenu {
    position: relative;
}

.submenu {
    display: none;
    list-style: none;
    padding: 10px 0 10px 20px;
    margin: 0;
}

.has-submenu.active .submenu {
    display: block;
}

.has-submenu.active .arrow {
    transform: rotate(90deg);
}

.submenu li a {
    font-size: 16px !important;
    padding: 6px 0 !important;
    font-family: var(--main-font) !important;
    color: #666 !important;
}

.submenu li a:hover {
    color: var(--secondary-color) !important;
}

.submenu-toggle {
    cursor: pointer;
}

.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

/* ===== LOGO ANIMATION FIX ===== */
.sidebar-logo {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.sidebar-menu.active .sidebar-logo {
    opacity: 1;
    transform: translateX(0);
}

.sidebar-nav {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.sidebar-menu.active .sidebar-nav {
    opacity: 1;
    transform: translateX(0);
}

.sidebar-close {
    opacity: 0;
    transition: opacity 0.4s ease 0.2s;
}

.sidebar-menu.active .sidebar-close {
    opacity: 1;
}
