/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

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

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h2 {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.8rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover {
    color: #d4af37;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #d4af37;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Language selector styles moved to styles.css */

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0 20px;
    margin-top: 80px;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    margin-right: 2rem;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-btn {
    background: #d4af37;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-btn:hover {
    background: #b8941f;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
}

.hero-image {
    flex: 1;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Animation Section */
.animation-section {
    padding: 0;
    background: #ffd172;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.animation-description {
    text-align: center;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Animation Overlay - Social Media & Action Buttons */
.animation-overlay {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 0;
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-btn.email {
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.3);
}

.contact-btn.phone {
    background: rgba(76, 175, 80, 0.1);
    border-color: rgba(76, 175, 80, 0.3);
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
}

.contact-btn i {
    font-size: 1rem;
    color: #d4af37;
}

.contact-btn.phone i {
    color: #4caf50;
}

.action-buttons {
    display: flex;
    gap: 1rem;
}

.action-buttons .cta-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.action-buttons .cta-btn.primary {
    background: #d4af37;
    color: white;
    border: none;
}

.action-buttons .cta-btn.secondary {
    background: #25d366;
    color: white;
    border: none;
}

.action-buttons .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Animation Container */
.animation-container {
    height: 60vh;
    width: 100vw; /* full viewport width */
    display: flex;
    flex-flow: column wrap;
    z-index: 1;
    background: linear-gradient(#ffd272, #ffaf96, #ffcfdf, #b0f3f1 55%);
    position: relative;
    overflow: hidden;
    border-radius: 0; /* edge-to-edge */
    margin: 0; /* no side margins */
    max-width: none;
    border: none;
    box-shadow: none;
}

.bg {
    background: url('../svg/bg_cappadocia_balloon_silhouettes.svg');
    background-repeat: repeat-x;
    background-size: contain;
    height: 100%;
    width: 4000vw; /* very wide to ensure repeat */
    z-index: 1;
    margin-top: 1.5em;
    animation: roadScroll 40s linear infinite;
}

@keyframes roadScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.sun {
    height: 10em;
    width: 10em;
    border-radius: 50%;
    background: radial-gradient(circle at 100%, #ffd272 40%, #ffaf96);
    position: absolute;
    margin: 5em 0 0 10em;
    z-index: 0;
}

.machito {
    position: absolute;
    z-index: 5;
    height: 150%;
    margin-top: 2.5em;
    width: 200mm;
    height: 150mm;
}

.road-text {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-top: 8em;
    margin-left: 15em;
    animation: roadTextMove 15s linear infinite;
    white-space: nowrap;
    opacity: 0.9;
}

@keyframes roadTextMove {
    0% {
        transform: translateX(100vw);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(-100vw);
        opacity: 0;
    }
}

/* Animation CSS Classes */
.cls-4 {
    fill: #a25439;
}
.cls-3 {
    fill: #e06244;
}
.cls-3,
.cls-4,
.cls-5,
.cls-6 {
    stroke: #7f4925;
}
.cls-3,
.cls-33,
.cls-4,
.cls-46,
.cls-5,
.cls-6 {
    stroke-miterlimit: 10;
}
.cls-5 {
    fill: #e2865d;
}
.cls-6 {
    fill: #af6854;
}
.cls-11 {
    opacity: 0.9;
}
.cls-12 {
    fill: #fcfcfc;
}
.cls-13 {
    fill: #f9f9fa;
}
.cls-14 {
    fill: #fbfbfc;
}
.cls-15 {
    fill: #f0f1f3;
}
.cls-16 {
    fill: #f2f3f4;
}
.cls-17 {
    fill: #f1f2f4;
}
.cls-18 {
    fill: #f3f4f5;
}
.cls-19 {
    fill: #f6f7f8;
}
.cls-20 {
    fill: #f5f6f7;
}
.cls-21 {
    fill: #f8f8f9;
}
.cls-22 {
    fill: #fafafa;
}
.cls-24 {
    fill: #161616;
}
.cls-27 {
    fill: #6b6b6b;
}
.cls-28 {
    fill: #2d2d2d;
}
.cls-29 {
    fill: #c6c8c9;
}
.cls-30 {
    fill: #fff;
}
.cls-31 {
    fill: #f90;
}
.cls-33 {
    fill: none;
    stroke: #000;
    stroke-width: 3px;
}
.cls-35 {
    fill: #b7b7b7;
}
.cls-36 {
    fill: #eaeaea;
}
.cls-38 {
    fill: #a5a4a8;
}
.cls-43 {
    fill: #231f20;
}
.cls-45 {
    fill: #262626;
}
.cls-46 {
    fill: #381d0e;
    stroke: #c1a990;
    stroke-width: 0.25px;
}
.cls-49 {
    fill: #facbcb;
}

/* Tours Section */
.tours {
    padding: 5rem 0;
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #333;
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.tour-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

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

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

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

.tour-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #d4af37;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
}

.tour-content {
    padding: 2rem;
}

.tour-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.tour-content p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.tour-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.duration {
    color: #666;
    font-weight: 500;
}

.duration i {
    color: #d4af37;
    margin-right: 0.5rem;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37;
}

.book-btn {
    width: 100%;
    background: #d4af37;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-btn:hover {
    background: #b8941f;
    transform: translateY(-2px);
}

/* About Section */
.about {
    padding: 5rem 0;
    background: white;
}

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

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
}

.about-text p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature i {
    color: #d4af37;
    font-size: 1.5rem;
}

.feature span {
    font-weight: 600;
    color: #333;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Contact Section */
.contact {
    padding: 5rem 0;
    background: #f8f9fa;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    color: #d4af37;
    font-size: 1.5rem;
    width: 30px;
}

.contact-item h4 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.contact-item p {
    color: #666;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #d4af37;
}

.contact-form textarea {
    height: 120px;
    resize: vertical;
}

.contact-form button {
    background: #d4af37;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background: #b8941f;
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: #333;
    color: white;
    padding: 3rem 0 1rem;
}

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

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1rem;
    color: #d4af37;
}

.footer-section p {
    color: #ccc;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

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

.footer-section ul li a:hover {
    color: #d4af37;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #d4af37;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #b8941f;
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #555;
    color: #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-links {
        gap: 0.6rem;
    }
    
    .contact-btn {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }
    
    .contact-btn span {
        font-size: 0.75rem;
    }
    
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }

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

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 2rem 20px;
    }

    .hero-content {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .animation-container {
        height: 60vh;
        margin-top: 2rem;
    }

    .machito {
        height: 100%;
        margin-top: 5em;
    }

    .animation-overlay {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .action-buttons {
        justify-content: center;
    }

    .action-buttons .cta-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.8rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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

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

    .about-text h2 {
        font-size: 2rem;
    }
}

@media (min-height: 320px) {
    .machito {
        margin-top: 5em;
    }
}

@media (min-height: 500px) {
    .machito {
        margin-top: 10em;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .tour-content {
        padding: 1.5rem;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 0.8rem;
    }

    .animation-container {
        height: 50vh;
    }

    .machito {
        height: 80%;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

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

.tour-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b8941f;
}
