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

:root {
    --primary-yellow: #FFD700;
    --secondary-yellow: #FFC107;
    --dark-yellow: #FF8F00;
    --black: #000000;
    --dark-gray: #1a1a1a;
    --white: #FFFFFF;
    --light-gray: #f8f9fa;
    --text-dark: #333333;
    --text-light: #666666;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.15);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

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

/* Elementor Full Width Support */
.elementor-widget-kutahya-taksi-hero {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    position: relative;
}

.elementor-widget-kutahya-taksi-hero .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Fix for Elementor containers */
.elementor-section.elementor-section-full_width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Elementor Editor Preview Support */
.elementor-preview .hero-section {
    min-height: 60vh !important;
    position: relative !important;
}

.elementor-preview .services-section,
.elementor-preview .destinations-section,
.elementor-preview .contact-section {
    padding: 50px 0 !important;
    position: relative !important;
}

.elementor-preview .services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

.elementor-preview .service-card {
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    overflow: hidden !important;
}

.elementor-preview .destination-card {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.elementor-preview .destination-card.reverse {
    direction: rtl !important;
}

.elementor-preview .destination-card.reverse .destination-content {
    direction: ltr !important;
}

/* Elementor editor'da görsellerin görünmesi için */
.elementor-preview img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    background: url('img/1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 40px;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.hero-text {
    animation: slideInLeft 1s ease-out;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}

.highlight {
    color: var(--white);
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.9);
}

.highlight-secondary {
    color: var(--primary-yellow);
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 30px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.hero-phone {
    margin-bottom: 30px;
}

.phone-number {
    display: inline-block;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--black);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.98);
    padding: 15px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 3px solid var(--black);
    backdrop-filter: blur(10px);
}

.phone-number:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 1);
}

.hero-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.badge {
    background: rgba(0, 0, 0, 0.8);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

.badge.whatsapp {
    background: rgba(37, 211, 102, 0.9);
}

.hero-image {
    text-align: center;
    animation: slideInRight 1s ease-out;
  
}

.hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.3));
    animation: float 3s ease-in-out infinite;
    opacity: 0.95;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.scroll-arrow {
    width: 30px;
    height: 30px;
    border: 3px solid var(--black);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    animation: bounce 2s infinite;
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: var(--light-gray);
}

.section-title {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--black);
    margin-bottom: 60px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: var(--primary-yellow);
    border-radius: 2px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.service-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

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

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

.service-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.service-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-content p {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 25px;
    flex: 1;
}

.service-button {
    background: var(--primary-yellow);
    color: var(--black);
    border: none;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    min-width: 200px;
}

.service-button:hover {
    background: var(--dark-yellow);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
    text-decoration: none;
    color: var(--black);
}

/* Destinations Section */
.destinations-section {
    padding: 100px 0;
    background: var(--white);
}

.destination-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--light-gray) 0%, var(--white) 100%);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-5px);
}

.destination-card.reverse {
    direction: rtl;
}

.destination-card.reverse .destination-content {
    direction: ltr;
}

.destination-content h3 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--black);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.destination-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-yellow);
    margin-bottom: 10px;
}

.destination-description {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 30px;
    font-weight: 500;
}

.cta-button {
    background: var(--primary-yellow);
    color: var(--black);
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.cta-button:hover {
    background: var(--dark-yellow);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    text-decoration: none;
    color: var(--black);
}

.destination-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.destination-image:hover img {
    transform: scale(1.03);
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(26, 26, 26, 0.8) 100%), url('img/6.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    text-align: center;
    position: relative;
}

.contact-content h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 40px;
    color: var(--primary-yellow);
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.main-phone-button {
    display: inline-block;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--black);
    background: var(--primary-yellow);
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.main-phone-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
    background: var(--secondary-yellow);
}

.contact-image {
    display: none;
}

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

.modal-content {
    background-color: var(--white);
    margin: 5% auto;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: modalSlideIn 0.3s ease-out;
}

.close {
    color: var(--text-light);
    float: right;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: var(--black);
}

.booking-form {
    margin-top: 20px;
}

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

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--black);
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid var(--light-gray);
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus {
    outline: none;
    border-color: var(--primary-yellow);
}

.submit-button {
    width: 100%;
    background: var(--primary-yellow);
    color: var(--black);
    border: none;
    padding: 15px;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.submit-button:hover {
    background: var(--dark-yellow);
    transform: translateY(-2px);
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 10px #999;
}

/* Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 20px;
        min-height: 80vh;
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .hero-section::before {
        background: rgba(0, 0, 0, 0.4);
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        padding: 0 20px;
    }
    
    .hero-image {
        order: -1;
        margin-bottom: 20px;
    }
    
    .hero-image img {
        max-width: 70%;
        opacity: 0.95;
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 0 10px;
    }
    
    .service-card {
        margin-bottom: 20px;
        border-radius: 15px;
    }
    
    .service-image {
        height: 220px;
    }
    
    .service-image img {
        height: 100%;
    }
    
    .service-content {
        padding: 25px 20px;
    }
    
    .service-content h3 {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }
    
    .service-content p {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .service-button {
        padding: 12px 24px;
        font-size: 0.9rem;
        min-width: 180px;
    }
    
    .destination-card {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 25px;
        margin-bottom: 30px;
    }
    
    .destination-card.reverse {
        direction: ltr;
    }
    
    .services-section,
    .destinations-section,
    .contact-section {
        padding: 70px 0;
    }
    
    .section-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .phone-number {
        font-size: 1.6rem;
        padding: 14px 22px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    }
    
    .main-phone-button {
        font-size: 1.6rem;
        padding: 16px 28px;
    }
    
    .modal-content {
        margin: 10% auto;
        padding: 20px;
        width: 95%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-section {
        padding: 50px 15px;
        min-height: 75vh;
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    .hero-content {
        padding: 0 15px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 5px;
    }
    
    .service-card {
        border-radius: 12px;
    }
    
    .service-image {
        height: 200px;
    }
    
    .service-content {
        padding: 20px 15px;
    }
    
    .service-content h3 {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }
    
    .service-content p {
        font-size: 0.9rem;
        margin-bottom: 18px;
        line-height: 1.5;
    }
    
    .service-button {
        padding: 10px 20px;
        font-size: 0.85rem;
        min-width: 160px;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .hero-badges {
        justify-content: center;
    }
    
    .badge {
        padding: 8px 15px;
        font-size: 0.8rem;
    }
    
    .destination-image img {
        height: 200px;
    }
    
    .destination-card {
        padding: 20px;
        margin-bottom: 25px;
    }
}

/* Performance Optimizations */
.service-image img,
.destination-image img,
.contact-image img {
    will-change: transform;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .scroll-arrow {
        animation: none;
    }
    
    .hero-image img {
        animation: none;
    }
} 