/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Background Animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 50%;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Dynamic Background for Body */
@keyframes backgroundPulse {
    0%, 100% {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
    }
    50% {
        background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 50%, #ffffff 100%);
    }
}

html {
    zoom: 0.8;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
    background-size: 400% 400%;
    animation: backgroundPulse 30s ease-in-out infinite;
    min-height: 100vh;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Dynamic cursor effects removed */

/* Interactive elements cursor */
a, button, .floating-btn, .service-card, .destination-card {
    cursor: pointer;
}

a:hover, button:hover, .floating-btn:hover, .service-card:hover, .destination-card:hover {
    cursor: pointer;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 40px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 90px;
}

.nav-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.nav-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 2px;
}

.nav-logo-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex: 1;
}

.asmara-logo-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mobile-partner-logo {
    display: none;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}

.mobile-logo-divider {
    color: #666;
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.6;
}

.mobile-tatilbudur-logo {
    height: 25px;
    width: auto;
    filter: brightness(0.9);
    transition: all 0.3s ease;
}

.asmara-new-logo {
    height: 100px;
    width: auto;
    transition: all 0.3s ease;
}

.asmara-new-logo:hover {
    opacity: 0.8;
}

.logo-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(180deg, transparent 0%, rgba(44, 90, 160, 0.3) 25%, rgba(44, 90, 160, 0.6) 50%, rgba(44, 90, 160, 0.3) 75%, transparent 100%);
    margin: 0 3px;
}

.partner-logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: all 0.3s ease;
}

.partner-logo {
    height: 90px;
    width: auto;
    transition: all 0.3s ease;
    filter: brightness(1) contrast(1);
}

.partner-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.1);
}

.partner-badge {
    background: linear-gradient(135deg, #2c5aa0, #4a90e2);
    color: white;
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 7px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 6px rgba(44, 90, 160, 0.2);
    transition: all 0.3s ease;
}

.partner-logo-section:hover .partner-badge {
    background: linear-gradient(135deg, #4a90e2, #2c5aa0);
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(44, 90, 160, 0.3);
}



.tatilbudur-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 144, 255, 0.5);
}

.thy-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.thy-logo {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.thy-logo:hover {
    transform: scale(1.05);
}

.thy-badge {
    background: linear-gradient(135deg, #dc143c, #b71c1c);
    color: white;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 6px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(220, 20, 60, 0.4);
    transition: all 0.3s ease;
}

.thy-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 20, 60, 0.5);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-3px); }
    60% { transform: translateY(-2px); }
}

.nav-menu {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    gap: 4px;
    margin: 0;
    padding: 6px 8px;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.95) 0%, rgba(233, 236, 239, 0.95) 100%);
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(44, 90, 160, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(44, 90, 160, 0.15);
    width: fit-content;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
}

.nav-menu:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.nav-link {
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    font-size: 0.85rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 14px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    background: transparent;
    overflow: hidden;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2c5aa0, #4a90e2);
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.nav-link i {
    font-size: 0.85rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.nav-link span {
    font-size: 0.85rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.nav-link:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
}

.nav-link:hover::before {
    opacity: 1;
}

.nav-link:hover i {
    color: white;
    transform: scale(1.1);
}

.nav-link.active {
    background: linear-gradient(135deg, #2c5aa0, #4a90e2);
    color: white;
    box-shadow: 0 2px 8px rgba(44, 90, 160, 0.25);
}

.nav-link.active i {
    color: white;
}

.nav-link:hover {
    color: white;
    background: linear-gradient(135deg, #2c5aa0, #40e0d0);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 12px 25px rgba(44, 90, 160, 0.25), 0 6px 12px rgba(64, 224, 208, 0.15);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-link:hover::before {
    opacity: 1;
}

.nav-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-shrink: 0;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #4a5568;
    padding: 8px 16px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.95), rgba(233, 236, 239, 0.9));
    border: 1px solid rgba(44, 90, 160, 0.1);
    min-width: 90px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #2c5aa0, #4a90e2);
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.contact-info:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 90, 160, 0.25);
    border-color: transparent;
}

.contact-info:hover::before {
    opacity: 1;
}

.contact-label {
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 2px;
    opacity: 0.85;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.contact-number {
    font-size: 0.9rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.whatsapp-support {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #20b954);
    color: white;
    padding: 8px 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    font-size: 0.8rem;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.2);
    position: relative;
    overflow: hidden;
}

.whatsapp-support::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #20b954, #1ea448);
    opacity: 0;
    transition: all 0.3s ease;
}

.whatsapp-support:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.whatsapp-support:hover::before {
    opacity: 1;
}

.whatsapp-support i {
    font-size: 1rem;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.whatsapp-support span {
    position: relative;
    z-index: 1;
}

.whatsapp-support:hover i {
    transform: scale(1.1) rotate(10deg);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 6px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1001;
}

.hamburger:hover {
    background: #2c5aa0;
}

.hamburger:hover .bar {
    background: white;
}

.bar {
    width: 20px;
    height: 2px;
    background: #333;
    margin: 2px 0;
    transition: all 0.3s ease;
}

.hamburger-text {
    font-size: 0.6rem;
    font-weight: 500;
    color: #333;
    margin-top: 3px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.hamburger:hover .hamburger-text {
    color: white;
}

/* Hero Section */
.hero {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                url('./hero-beach-new.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-content {
    max-width: 800px;
    padding: 0 20px;
    z-index: 2;
    margin-top: 80px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.cta-button {
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(44, 90, 160, 0.4);
}



.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    color: white;
}

.hero-scroll i {
    font-size: 1.5rem;
    opacity: 0.7;
}

/* Section Styles */
section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.section-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    margin: 0 auto 20px;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Sponsors Section */
.sponsors {
    padding: 40px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

@media (min-width: 1200px) {
    .sponsors {
        display: none;
    }
}

.sponsors-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sponsors-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sponsors-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sponsor-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.sponsor-logo {
    max-height: 160px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
    margin: 0 auto;
    display: block;
}

.sponsor-logo:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .sponsors {
        padding: 30px 0;
    }
    
    .sponsors-title {
        font-size: 1.1rem;
        margin-bottom: 20px;
        padding: 0 20px;
        line-height: 1.3;
    }
    
    .sponsor-logo {
        max-height: 120px;
    }
    
    .sponsors-logos {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .sponsors-title {
        font-size: 1rem;
        padding: 0 15px;
        letter-spacing: 0.5px;
    }
    
    .sponsor-logo {
        max-height: 100px;
    }
    
    .sponsors-logos {
        padding: 0 10px;
    }
}

/* About Section */
.about {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(44,90,160,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(64,224,208,0.03)"/><circle cx="50" cy="10" r="0.5" fill="rgba(44,90,160,0.02)"/><circle cx="90" cy="40" r="0.5" fill="rgba(64,224,208,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.about .container {
    position: relative;
    z-index: 1;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-text {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.about-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2c5aa0, #40e0d0, #2c5aa0);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -200% 0; }
}

.about-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #444;
    text-align: justify;
    position: relative;
}



.about-stats {
    display: flex;
    gap: 50px;
    margin-top: 50px;
    justify-content: center;
}

.stat {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 20px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(64, 224, 208, 0.1), transparent);
    transition: left 0.6s ease;
}

.stat:hover::before {
    left: 100%;
}

.stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.stat-number {
    display: block;
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #2c5aa0, #40e0d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px;
}

.office-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5aa0;
    text-align: center;
    margin: 0;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(44, 90, 160, 0.2);
    position: relative;
    z-index: 2;
}

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    border-radius: 30px;
    opacity: 0.1;
    z-index: 0;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.2; }
}

.about-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.about-image-container:hover {
    transform: scale(1.03) rotate(1deg);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

.about-img {
    width: 100%;
    max-width: 500px;
    height: 400px;
    object-fit: cover;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.about-image-container:hover .about-img {
    transform: scale(1.05);
}

.partner-badges-top {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.partner-badge-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border: 3px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    min-width: 140px;
    position: relative;
    overflow: hidden;
}

.partner-badge-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, currentColor, transparent);
    transition: all 0.3s ease;
}

.partner-badge-top:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.partner-logo-top {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.partner-badge-top:hover .partner-logo-top {
    transform: scale(1.1);
}

.tatilbudur-badge-top {
    color: #1e90ff;
}

.tatilbudur-badge-top::before {
    background: linear-gradient(90deg, transparent, #1e90ff, transparent);
}

.thy-badge-top {
    color: #dc143c;
}

.thy-badge-top::before {
    background: linear-gradient(90deg, transparent, #dc143c, transparent);
}

.badge-text-top {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: inherit;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid currentColor;
}

/* Services Section */
.services {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="palmPattern" x="0" y="0" width="200" height="200" patternUnits="userSpaceOnUse"><ellipse cx="100" cy="180" rx="15" ry="8" fill="rgba(139,69,19,0.1)"/><path d="M100,180 Q90,120 80,80 Q85,60 100,50 Q115,60 120,80 Q110,120 100,180" fill="rgba(34,139,34,0.1)"/><path d="M100,50 Q70,40 50,60 M100,50 Q130,40 150,60 M100,50 Q85,20 70,10 M100,50 Q115,20 130,10" stroke="rgba(34,139,34,0.15)" stroke-width="3" fill="none"/></pattern></defs><rect width="1200" height="600" fill="url(%23palmPattern)" opacity="0.3"/><circle cx="150" cy="80" r="40" fill="rgba(255,215,0,0.1)"/><circle cx="1050" cy="120" r="45" fill="rgba(255,215,0,0.08)"/><circle cx="300" cy="450" r="35" fill="rgba(255,215,0,0.12)"/><circle cx="900" cy="480" r="38" fill="rgba(255,215,0,0.09)"/></svg>');
    background-size: cover;
    opacity: 0.6;
    z-index: 1;
}

.services .container {
    position: relative;
    z-index: 2;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(44, 90, 160, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.service-card:hover::before {
    opacity: 1;
    animation: sparkle 0.6s ease;
}

@keyframes sparkle {
    0% { transform: rotate(45deg) translateX(-100%); }
    100% { transform: rotate(45deg) translateX(100%); }
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2rem;
    transition: all 0.4s ease;
    animation: iconFloat 4s ease-in-out infinite;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotateY(180deg);
    background: linear-gradient(45deg, #40e0d0, #2c5aa0);
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(5deg); }
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes pageLoad {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-description {
    color: #666;
    line-height: 1.6;
}

/* Destinations Section */
.destinations {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.destination-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    cursor: pointer;
}

.destination-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(44, 90, 160, 0.1), rgba(64, 224, 208, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.destination-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.destination-card:hover::after {
    opacity: 1;
}

.destination-image {
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
}

.destination-image.bali {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('./bali.jpg');
    background-size: cover;
    background-position: center;
}

.destination-image.italy {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('./italy.jpg');
    background-size: cover;
    background-position: center;
}

.destination-image.paris {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('./paris.jpg');
    background-size: cover;
    background-position: center;
}

.destination-image.japan {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('./japan.jpg');
    background-size: cover;
    background-position: center;
}

.destination-image.greece {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('./greece.jpg');
    background-size: cover;
    background-position: center;
}

.destination-image.dubai {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('./dubai.jpg');
    background-size: cover;
    background-position: center;
}

.destination-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    width: 100%;
    padding: 30px;
    color: white;
    text-align: center;
}

.destination-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.destination-description {
    margin-bottom: 20px;
    opacity: 0.9;
}

.destination-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.destination-btn:hover {
    background: white;
    color: #333;
}

/* Hotels Section */
.hotels {
    background-color: #f8f9fa;
}

.hotels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.hotel-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.hotel-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.hotel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hotel-card:hover .hotel-img {
    transform: scale(1.05);
}

.hotel-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffa500;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.3);
}

.hotel-location {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    backdrop-filter: blur(10px);
}

.hotel-location i {
    color: #2c5aa0;
}

.hotel-content {
    padding: 25px;
}

.hotel-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.hotel-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.hotel-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hotel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.price-btn {
    background: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
    border: 1px solid #2c5aa0;
}

.price-btn:hover {
    background: #2c5aa0;
    color: white;
    transform: translateY(-2px);
}

.detail-btn {
    background: rgba(64, 224, 208, 0.1);
    color: #40e0d0;
    border: 1px solid #40e0d0;
}

.detail-btn:hover {
    background: #40e0d0;
    color: white;
    transform: translateY(-2px);
}

.whatsapp-btn {
    background: #25d366;
    color: white;
    border: 1px solid #25d366;
}

.whatsapp-btn:hover {
    background: #20b954;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* International Tours Section */
.international-tours {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.tour-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.tour-image {
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
}

.tour-image.europe {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><defs><linearGradient id="europe" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23673ab7;stop-opacity:1" /><stop offset="100%" style="stop-color:%239c27b0;stop-opacity:1" /></linearGradient></defs><rect width="400" height="400" fill="url(%23europe)"/><rect x="150" y="100" width="100" height="150" fill="rgba(255,255,255,0.2)"/><circle cx="80" cy="80" r="30" fill="rgba(255,255,255,0.15)"/><path d="M0,300 Q200,250 400,300 L400,400 L0,400 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover;
}

.tour-image.asia {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><defs><linearGradient id="asia" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23ff5722;stop-opacity:1" /><stop offset="100%" style="stop-color:%23e91e63;stop-opacity:1" /></linearGradient></defs><rect width="400" height="400" fill="url(%23asia)"/><polygon points="200,60 170,120 230,120" fill="rgba(255,255,255,0.2)"/><circle cx="300" cy="100" r="35" fill="rgba(255,255,255,0.15)"/><path d="M0,320 Q200,270 400,320 L400,400 L0,400 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover;
}

.tour-image.america {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
                url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><defs><linearGradient id="america" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23009688;stop-opacity:1" /><stop offset="100%" style="stop-color:%234caf50;stop-opacity:1" /></linearGradient></defs><rect width="400" height="400" fill="url(%23america)"/><rect x="120" y="80" width="60" height="200" fill="rgba(255,255,255,0.2)"/><rect x="200" y="60" width="80" height="220" fill="rgba(255,255,255,0.15)"/><path d="M0,320 Q200,270 400,320 L400,400 L0,400 Z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-size: cover;
}

.tour-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    width: 100%;
    padding: 40px 30px;
    color: white;
    text-align: center;
}

.tour-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.tour-duration {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
}

.tour-highlights {
    list-style: none;
    margin-bottom: 25px;
    text-align: left;
}

.tour-highlights li {
    padding: 3px 0;
    opacity: 0.9;
    position: relative;
    padding-left: 15px;
}

.tour-highlights li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #40e0d0;
}

.tour-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 1rem;
}

.tour-btn:hover {
    background: white;
    color: #333;
}

/* Group Tours Section */
.group-tours {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.group-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.group-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.group-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.group-details h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.group-details p {
    color: #666;
    line-height: 1.6;
}

.group-benefits {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.group-benefits h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.benefits-list {
    list-style: none;
    margin-bottom: 30px;
}

.benefits-list li {
    padding: 10px 0;
    color: #555;
    display: flex;
    align-items: center;
    gap: 15px;
}

.benefits-list i {
    color: #2c5aa0;
    font-size: 1.2rem;
}

.group-cta-btn {
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.group-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(44, 90, 160, 0.4);
}

/* Contact Section */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.map-container {
    width: 100%;
}

.map-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="400" height="300" fill="url(%23grid)"/><path d="M50,150 Q100,100 150,150 T250,150 Q300,120 350,150" stroke="rgba(44,90,160,0.3)" stroke-width="3" fill="none"/><circle cx="200" cy="150" r="8" fill="%23e74c3c"/><circle cx="200" cy="150" r="15" fill="none" stroke="%23e74c3c" stroke-width="2" opacity="0.5"/></svg>');
    background-size: cover;
    opacity: 0.3;
}

.map-content {
    text-align: center;
    z-index: 2;
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.map-pin {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

.map-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.map-content p {
    color: #666;
    margin-bottom: 20px;
}

.map-btn {
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.map-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-details h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.contact-details p {
    color: #666;
    line-height: 1.6;
}

.contact-form {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5aa0;
}

.submit-btn {
    background: linear-gradient(45deg, #25d366, #128c7e);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

/* Floating Action Buttons */
.floating-buttons {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 20px;
    z-index: 1000;
}

.floating-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 2rem;
    animation: float 3s ease-in-out infinite;
}

.floating-btn:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.search-btn {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.floating-buttons .whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.instagram-btn {
    background: linear-gradient(135deg, #e4405f, #833ab4, #f77737);
}

@keyframes float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    33% { 
        transform: translateY(-8px) rotate(2deg); 
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }
    66% { 
        transform: translateY(-3px) rotate(-1deg); 
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1); 
        opacity: 1;
    }
    50% { 
        transform: scale(1.1); 
        opacity: 0.8;
    }
}

/* Search Modal */
.search-modal .modal-content {
    max-width: 600px;
    max-height: 80vh;
    overflow: hidden;
}

.search-form {
    padding: 20px 0;
}

.search-input-group {
    position: relative;
    margin-bottom: 20px;
}

.search-input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 1.1rem;
}

.search-input-group input {
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-input-group input:focus {
    border-color: #2c5aa0;
    box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.1);
}

.search-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 16px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.filter-btn.active,
.filter-btn:hover {
    background: #2c5aa0;
    color: white;
    border-color: #2c5aa0;
}

.search-results {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
}

.search-placeholder {
    text-align: center;
    color: #666;
    padding: 30px;
}

.search-placeholder i {
    font-size: 2rem;
    margin-bottom: 10px;
    opacity: 0.5;
}

.search-result-item {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-result-item:hover {
    background: #f8f9fa;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.search-result-type {
    background: #2c5aa0;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    display: inline-block;
    margin-bottom: 5px;
}

.search-result-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #40e0d0, #2c5aa0, #40e0d0);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #40e0d0;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-logo-divider {
    color: #666;
    font-size: 1.8rem;
    font-weight: 300;
    opacity: 0.6;
}

.footer-partner-logo {
    height: 35px;
    width: auto;
    filter: brightness(0.8) opacity(0.9);
    transition: all 0.3s ease;
}

.footer-partner-logo:hover {
    filter: brightness(1) opacity(1);
    transform: scale(1.05);
}

.footer-logo i {
    font-size: 1.8rem;
    background: linear-gradient(45deg, #40e0d0, #2c5aa0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-section p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.footer-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    position: relative;
    padding-bottom: 8px;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #40e0d0, #2c5aa0);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #40e0d0;
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #40e0d0;
    color: white;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #ccc;
}

.footer-contact i {
    color: #40e0d0;
    width: 20px;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    color: #999;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-out;
}

.modal.show {
    display: block !important;
}

.modal-content {
    position: relative;
    background: white;
    margin: 2% auto;
    width: 90%;
    max-width: 1000px;
    max-height: 90vh;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.4s ease-out;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    background: linear-gradient(135deg, #2c5aa0, #40e0d0);
    color: white;
}

.modal-header h2 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.modal-close {
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    transition: all 0.3s ease;
    padding: 5px;
    border-radius: 50%;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.modal-body {
    display: flex;
    flex-direction: column;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
}

.modal-image {
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 0;
}

.modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-info {
    padding: 35px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.modal-info h3 {
    color: #2c5aa0;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid #40e0d0;
    padding-bottom: 5px;
}

.modal-description p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.modal-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-highlights li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
    font-size: 0.9rem;
}

.modal-highlights li:before {
    content: "✓";
    color: #40e0d0;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.modal-tours {
    background: linear-gradient(135deg, rgba(64, 224, 208, 0.05) 0%, rgba(44, 90, 160, 0.05) 100%);
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #40e0d0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.tour-item {
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(64, 224, 208, 0.2);
    transition: all 0.3s ease;
}

.tour-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.tour-name {
    font-weight: 600;
    color: #2c5aa0;
    font-size: 1rem;
    margin-bottom: 5px;
}

.tour-duration {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.tour-description {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.4;
}

.modal-pricing {
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.08), rgba(64, 224, 208, 0.08));
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(44, 90, 160, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.price-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.price-label {
    color: #666;
    font-size: 0.9rem;
}

.price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5aa0;
}

.price-note {
    color: #999;
    font-size: 0.8rem;
    margin: 0;
    font-style: italic;
}

.modal-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 2px solid rgba(64, 224, 208, 0.2);
}

.modal-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-btn.primary {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
}

.modal-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.modal-btn.secondary {
    background: linear-gradient(135deg, #2c5aa0, #40e0d0);
    color: white;
}

.modal-btn.secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(44, 90, 160, 0.4);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Modal Responsive Design */
@media (max-width: 768px) {
    .modal-content {
        margin: 5% auto;
        width: 95%;
        max-height: 95vh;
    }
    
    .modal-image {
        height: 250px;
    }
    
    .modal-info {
        padding: 25px;
        gap: 20px;
    }
    
    .modal-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .modal-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Responsive Design for Main Logo */
@media (max-width: 1200px) {
    .asmara-new-logo {
        height: 140px !important;
    }
    .nav-container {
        height: 110px;
        padding: 0 15px;
        gap: 10px;
    }
    .nav-link {
        font-size: 0.8rem;
        padding: 8px 10px;
    }
    .whatsapp-support {
        padding: 8px 12px;
        font-size: 0.8rem;
    }
    .contact-info {
        padding: 6px 10px;
        min-width: 70px;
    }
    
    /* Keep Asmara logo visible on all screen sizes */
    .asmara-new-logo {
        height: 120px !important;
    }
    
    /* Hide partner logos on screens smaller than 1200px */
    .partner-logo-section,
    .logo-divider {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .asmara-new-logo {
        height: 110px !important;
    }
    
    .main-logo {
        height: 100px;
    }
    .nav-container {
        height: 120px;
        padding: 0 15px;
    }
    .partner-logos {
        gap: 12px;
        margin-left: 15px;
    }
    .tatilbudur-logo, .thy-logo {
        height: 45px;
    }
    .tatilbudur-badge, .thy-badge {
        font-size: 6px;
        padding: 3px 8px;
    }
    .nav-menu {
        gap: 6px;
        padding: 6px;
    }
    .nav-link {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
    .contact-info {
        padding: 10px 14px;
        min-width: 90px;
    }
    .whatsapp-support {
        padding: 12px 18px;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .floating-buttons {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        gap: 15px;
    }
    
    .floating-btn {
        width: 65px;
        height: 65px;
        font-size: 1.6rem;
    }
    
    .search-modal .modal-content {
        margin: 5% 5%;
        width: 90%;
        max-height: 90vh;
    }
    
    .search-filters {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .filter-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .asmara-new-logo {
        height: 100px !important;
    }
    
    .nav-container {
        height: 140px;
        padding: 20px 10px;
        gap: 10px;
    }
    .nav-top-row {
        padding: 15px 0;
        min-height: 90px;
        align-items: center;
    }
    .asmara-logo-section {
        padding: 10px 0;
    }
    
    .mobile-partner-logo {
        display: flex !important;
    }
    
    .mobile-tatilbudur-logo {
        height: 35px;
    }
    
    .mobile-logo-divider {
        font-size: 1.4rem;
    }
    
    .partner-badges-top {
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .partner-badge-top {
        padding: 15px 20px;
        min-width: 120px;
    }
    
    .partner-logo-top {
        height: 65px;
    }
    
    .badge-text-top {
        font-size: 9px;
    }
    .nav-menu {
        gap: 4px;
        padding: 4px;
    }
    .nav-link {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
    .contact-info {
        padding: 8px 10px;
        min-width: 70px;
    }
    .contact-label {
        font-size: 0.65rem;
    }
    .contact-number {
        font-size: 0.9rem;
    }
    .whatsapp-support {
        padding: 10px 14px;
        font-size: 0.8rem;
        gap: 6px;
    }
    .whatsapp-support i {
        font-size: 1.1rem;
    }
    
    /* Mobile Footer Optimizations */
    .footer {
        padding: 40px 0 15px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-section {
        padding: 20px 15px;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .footer-logo {
        justify-content: center;
        font-size: 1.8rem;
        margin-bottom: 15px;
        gap: 12px;
    }
    
    .footer-partner-logo {
        height: 32px;
    }
    
    .footer-logo-divider {
        font-size: 1.6rem;
    }
    
    .footer-section h4 {
        font-size: 1.1rem;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .footer-section h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-links li {
        margin-bottom: 12px;
    }
    
    .footer-links a {
        font-size: 0.95rem;
        padding: 8px 0;
        display: block;
    }
    
    .social-links {
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }
    
    .social-link {
        width: 50px;
        height: 50px;
        background: rgba(64, 224, 208, 0.1);
        border: 2px solid rgba(64, 224, 208, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    
    .social-link:hover {
        background: rgba(64, 224, 208, 0.2);
        border-color: #40e0d0;
        transform: translateY(-3px);
    }
    
    .social-link i {
        font-size: 1.2rem;
        color: #40e0d0;
    }
    
    .footer-contact p {
        justify-content: center;
        margin-bottom: 12px;
        font-size: 0.95rem;
        padding: 8px 0;
    }
    
    .footer-contact i {
        color: #40e0d0;
        width: 20px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .asmara-new-logo {
        height: 90px !important;
    }
    .nav-container {
        min-height: 180px;
        padding: 25px 15px;
        flex-direction: column;
    }
    
    .nav-top-row {
        height: 110px;
        justify-content: space-between;
        padding: 20px 0;
        align-items: center;
    }
    
    .asmara-logo-section {
        padding: 15px 0;
    }
    
    .mobile-partner-logo {
        display: flex !important;
    }
    
    .mobile-tatilbudur-logo {
        height: 30px;
    }
    
    .mobile-logo-divider {
        font-size: 1.2rem;
    }
    
    .nav-bottom-row {
        height: 70px;
        justify-content: flex-start;
    }
    
    .nav-logo-section {
        flex-direction: row;
        gap: 25px;
        align-items: center;
        justify-content: flex-start;
        padding-left: 0;
    }
    
    .tatilbudur-section {
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
    
    .tatilbudur-logo {
        height: 60px;
    }
    
    .thy-logo {
        height: 60px;
    }
    
    .tatilbudur-badge, .thy-badge {
        font-size: 0.6rem;
        padding: 3px 8px;
    }
    
    .partner-badges-top {
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .partner-badge-top {
        padding: 15px 20px;
        min-width: 120px;
        max-width: 160px;
    }
    
    .partner-logo-top {
        height: 60px;
    }
    
    .badge-text-top {
        font-size: 9px;
    }
    .nav-menu {
        gap: 3px;
        padding: 3px;
    }
    .nav-link {
        padding: 6px 8px;
        font-size: 0.75rem;
    }
    .contact-info {
        padding: 6px 8px;
        min-width: 60px;
    }
    .contact-label {
        font-size: 0.6rem;
    }
    .contact-number {
        font-size: 0.8rem;
    }
    .whatsapp-support {
        padding: 8px 12px;
        font-size: 0.75rem;
        gap: 4px;
    }
    .whatsapp-support i {
        font-size: 1rem;
    }
    
    /* Small Mobile Footer Optimizations */
    .footer {
        padding: 30px 0 10px;
    }
    
    .footer-content {
        gap: 25px;
        padding: 0 10px;
    }
    
    .footer-section {
        padding: 15px 10px;
        margin: 0 5px;
    }
    
    .footer-logo {
        font-size: 1.6rem;
        margin-bottom: 12px;
        gap: 10px;
    }
    
    .footer-partner-logo {
        height: 28px;
    }
    
    .footer-logo-divider {
        font-size: 1.4rem;
    }
    
    .footer-section h4 {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .footer-section p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .footer-links a {
        font-size: 0.9rem;
        padding: 6px 0;
    }
    
    .social-links {
        gap: 15px;
        margin-top: 15px;
    }
    
    .social-link {
        width: 45px;
        height: 45px;
    }
    
    .social-link i {
        font-size: 1.1rem;
    }
    
    .footer-contact p {
        font-size: 0.9rem;
        margin-bottom: 10px;
        padding: 6px 0;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer Contact Styles */
.footer-contact p {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.office-locations {
    margin-top: 20px;
}

.office {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-left: 3px solid #2c5aa0;
}

.office h5 {
    color: #40e0d0;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.office p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    padding-left: 20px;
    color: #ccc;
}

.office-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.office-map-btn {
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.office-map-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
    background: linear-gradient(45deg, #40e0d0, #2c5aa0);
}

/* Contact Section */
.contact {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Map Section */
.map-section {
    margin-top: 60px;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.map-header {
    text-align: center;
    margin-bottom: 40px;
}

.map-header h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 10px;
}

.map-header p {
    color: #666;
    font-size: 1.1rem;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    transition: all 0.3s ease;
}



/* Mobile Responsive for Map Section */
@media (max-width: 768px) {
    .map-section {
        margin-top: 40px;
        padding: 20px;
    }
    
    .map-header h3 {
        font-size: 1.5rem;
    }
    
    .map-header p {
        font-size: 1rem;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

/* Contact Cards */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.location-cards-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(44, 90, 160, 0.1);
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2c5aa0, #40e0d0, #2c5aa0);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -200% 0; }
}

.contact-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(44, 90, 160, 0.15);
    border-color: rgba(44, 90, 160, 0.3);
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.location-icon {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
}

.contact-card:hover .contact-card-icon {
    transform: rotate(360deg) scale(1.1);
}

.phone-icon {
    background: linear-gradient(45deg, #27ae60, #2ecc71);
}

.email-icon {
    background: linear-gradient(45deg, #3498db, #2980b9);
}

.contact-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    transition: color 0.3s ease;
}

.contact-card:hover h3 {
    color: #2c5aa0;
}

.contact-card-content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-card-content small {
    color: #7f8c8d;
    font-style: italic;
}

.phone-number {
    font-size: 1.3rem;
    font-weight: 600;
    color: #27ae60;
}

.email-address {
    font-size: 1.1rem;
    font-weight: 500;
    color: #3498db;
}

.location-btn, .phone-btn, .email-btn {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.location-btn {
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    color: white;
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(44, 90, 160, 0.3);
    text-transform: none;
    letter-spacing: 0.5px;
}

.location-btn:hover {
    background: linear-gradient(45deg, #40e0d0, #2c5aa0);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(44, 90, 160, 0.4);
}

.phone-btn {
    background: linear-gradient(45deg, #27ae60, #2ecc71);
    color: white;
}

.phone-btn:hover {
    background: linear-gradient(45deg, #229954, #27ae60);
    transform: translateY(-2px);
}

.email-btn {
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
}

.email-btn:hover {
    background: linear-gradient(45deg, #2980b9, #21618c);
    transform: translateY(-2px);
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-header p {
    color: #7f8c8d;
    font-size: 0.95rem;
}

.form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group label i {
    color: #2c5aa0;
    font-size: 0.9rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5aa0;
    background: white;
    box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #adb5bd;
    font-style: italic;
}

/* Interactive Map Styles */
.interactive-map {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(44, 90, 160, 0.1);
}

.map-header {
    text-align: center;
    margin-bottom: 20px;
}

.map-header h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.map-header p {
    color: #7f8c8d;
    font-size: 0.95rem;
}

.map-locations {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    gap: 20px;
}

.map-location {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
}

.map-location:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.map-pin {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.esenyurt-pin {
    background: linear-gradient(45deg, #e74c3c, #c0392b);
}

.findikzade-pin {
    background: linear-gradient(45deg, #8e44ad, #9b59b6);
}

.location-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.location-info p {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin: 0;
}

.map-visual {
    margin-top: 20px;
}

.istanbul-map {
    width: 100%;
    height: auto;
    max-height: 250px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.location-pin {
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.location-pin:hover {
    transform: scale(1.2);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}

/* New Tour Cards Styles */
.tour-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.tour-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.tour-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.tour-card:hover .tour-img {
    transform: scale(1.05);
}

.tour-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    z-index: 2;
}

.tour-badge.city-tour {
    background: linear-gradient(45deg, #f39c12, #e67e22);
}

.tour-badge.visa-free {
    background: linear-gradient(45deg, #27ae60, #2ecc71);
}

.tour-card-content {
    padding: 20px;
}

.tour-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    line-height: 1.3;
}

.tour-locations {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.tour-location {
    background: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.tour-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tour-detail-btn {
    width: 100%;
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tour-detail-btn:hover {
    background: linear-gradient(45deg, #40e0d0, #2c5aa0);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
}

.tours-more {
    text-align: center;
    margin-top: 40px;
}

.more-tours-btn {
    background: linear-gradient(45deg, #2c5aa0, #40e0d0);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.more-tours-btn:hover {
    background: linear-gradient(45deg, #40e0d0, #2c5aa0);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
}

@media (max-width: 768px) {
    .location-cards-container {
        grid-template-columns: 1fr;
    }
    
    .contact-info-container {
        grid-template-columns: 1fr;
    }
    
    .map-locations {
        flex-direction: column;
    }
    
    .tours-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tour-card-image {
        height: 180px;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-10px) translateX(-50%);
    }
    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}


/* Mobile Styles */
@media screen and (max-width: 768px) {
    .hamburger {
        display: flex;
        align-items: center;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1002;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 140px;
        flex-direction: column;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
        width: 100%;
        text-align: left;
        transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        padding: 30px 0;
        margin: 0;
        border-radius: 0 0 20px 20px;
        backdrop-filter: blur(10px);
    }

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

    .nav-menu li {
        margin: 0;
        border-bottom: 1px solid rgba(44, 90, 160, 0.1);
    }

    .nav-menu li:last-child {
        border-bottom: none;
    }

    .nav-link {
        display: flex;
        align-items: center;
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
        background: transparent;
        border: none;
        border-radius: 0;
        gap: 15px;
    }

    .nav-link:hover {
        background: linear-gradient(135deg, #2c5aa0 0%, #40e0d0 100%);
        color: white;
        transform: translateX(10px);
        padding-left: 40px;
    }

    .nav-link i {
        font-size: 18px;
        width: 20px;
        text-align: center;
        color: #2c5aa0;
        transition: all 0.3s ease;
    }

    .nav-link:hover i {
        color: white;
        transform: scale(1.1);
    }

    .nav-contact {
        display: none;
    }

    .nav-container {
        flex-direction: column;
        min-height: 100px;
        padding: 12px 20px;
        gap: 10px;
    }
    
    .nav-top-row {
        height: 60px;
        justify-content: space-between;
        padding-bottom: 8px;
    }
    
    .nav-bottom-row {
        height: 40px;
        justify-content: flex-start;
    }
    
    .nav-logo-section {
        justify-content: flex-start;
        margin-bottom: 0;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        padding-left: 0;
    }
    
    .main-logo {
        height: 95px;
    }
    
    .tatilbudur-section {
        justify-content: flex-start;
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
    
    .tatilbudur-logo {
        height: 65px;
    }
    
    .thy-logo {
        height: 65px;
    }
    
    .tatilbudur-badge, .thy-badge {
        font-size: 0.65rem;
        padding: 4px 10px;
    }
    
    .nav-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .nav-contact {
        justify-content: center;
        gap: 15px;
        margin-top: 15px;
    }

    .hamburger.active {
        background: linear-gradient(135deg, #2c5aa0, #40e0d0);
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 12px 25px rgba(44, 90, 160, 0.25), 0 6px 12px rgba(64, 224, 208, 0.15);
    }

    .hamburger.active .bar {
        background: white;
    }

    .hamburger.active .hamburger-text {
        color: white;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-stats {
        justify-content: center;
        gap: 30px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .destinations-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .contact-left {
        flex-direction: column;
        gap: 20px;
    }

    .map-placeholder {
        height: 250px;
    }

    .map-content {
        padding: 20px;
    }

    .group-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tours-grid {
        grid-template-columns: 1fr;
    }

    .hotels-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .nav-container {
        padding: 0 15px;
    }

    .about-stats {
        flex-direction: column;
        gap: 20px;
    }

    .image-placeholder {
        width: 250px;
        height: 250px;
        font-size: 3rem;
    }
}
