/*--------------------------------------------------------------
# Aphrodisias Tours - Main Styles
--------------------------------------------------------------*/

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

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
  font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

/* Aphrodisias Tours Header Override */
.aphrodisias-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1000;
}

/* Aphrodisias Hero Section */
.aphrodisias-hero-section {
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.7), rgba(30, 60, 120, 0.6)), 
                url('/images/aphrodisias-head.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
  display: flex;
  align-items: center;
    justify-content: center;
    text-align: center;
  color: white;
  position: relative;
}

.aphrodisias-hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.aphrodisias-hero-divider {
    width: 100px;
    height: 3px;
    background: #fff;
    margin: 0 auto 2rem;
}

.aphrodisias-hero-content p {
    font-size: 1.3rem;
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Aphrodisias Content Cards */
.aphrodisias-content-cards {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Contact Info Cards Hover Effects */
.contact-item:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

/* Contact Cards Hover Effects */
.contact-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    transition: all 0.3s ease !important;
}

/* Contact Info Grid Layout */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

/* Contact Info Cards Specific Styles */
.contact-info .contact-item {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px !important;
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.contact-info .contact-item i {
    font-size: 2.5rem !important;
    color: #2c5aa0 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.contact-info .contact-item h3 {
    font-size: 1.2rem !important;
    margin-bottom: 15px !important;
    color: #333 !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.contact-info .contact-item p {
    color: #2c5aa0 !important;
    margin: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    word-break: break-all !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
}

/* WhatsApp specific styling */
.contact-info .contact-item .fab.fa-whatsapp {
    color: #25D366 !important;
}

.contact-info .contact-item .fab.fa-whatsapp + h3 + p {
    color: #25D366 !important;
}

/* Address specific styling - more specific selector */
.contact-info .contact-item .fa-map-marker-alt ~ p {
    color: #333 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    word-break: normal !important;
    white-space: normal !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
}

/* Fallback for address */
.contact-info .contact-item:last-child p {
    color: #333 !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    word-break: normal !important;
    white-space: normal !important;
    font-weight: 500 !important;
    margin-top: 5px !important;
}

/* Responsive Design for Contact Info */
@media (max-width: 768px) {
    .contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }
    
    .contact-info .contact-item {
        min-height: 140px;
        padding: 25px 15px !important;
    }
    
    .contact-info .contact-item i {
        font-size: 2.2rem !important;
        margin-bottom: 12px !important;
    }
    
    .contact-info .contact-item h3 {
        font-size: 1.1rem !important;
        margin-bottom: 12px !important;
    }
    
    .contact-info .contact-item p {
        font-size: 0.95rem !important;
    }
}

/* Responsive Design for Contact Cards */
@media (max-width: 768px) {
    .contact-cards-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        margin: 30px 0 !important;
    }
    
    .contact-card {
        min-height: 140px !important;
        padding: 25px 15px !important;
    }
}

.aphrodisias-cards-container {
    max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.aphrodisias-content-card {
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.aphrodisias-card-image {
  width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  position: relative;
}

.aphrodisias-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px 20px 20px;
    color: white;
}

.aphrodisias-card-title {
    font-size: 1.5rem;
  font-weight: 600;
    margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aphrodisias-card-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.aphrodisias-content-card:hover .aphrodisias-card-arrow {
    transform: translateX(5px);
}

/* Aphrodisias Featured Articles */
.aphrodisias-featured-articles {
  padding: 80px 0;
    background: white;
}

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

.aphrodisias-section-title {
  text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2c5aa0;
}

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

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

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

.aphrodisias-article-image {
    height: 200px;
  overflow: hidden;
}

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

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

.aphrodisias-article-content {
  padding: 25px;
}

.aphrodisias-article-title {
    font-size: 1.3rem;
  margin-bottom: 15px;
    color: #2c5aa0;
}

.aphrodisias-article-excerpt {
    color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.aphrodisias-article-link {
    color: #2c5aa0;
  text-decoration: none;
  font-weight: 600;
    transition: color 0.3s ease;
}

.aphrodisias-article-link:hover {
    color: #1e3c78;
}

/* Aphrodisias About Section */
.aphrodisias-about-section {
  padding: 80px 0;
    background: #f8f9fa;
}

.aphrodisias-about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.aphrodisias-about-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c5aa0;
}

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

.aphrodisias-about-link {
    display: inline-block;
    background: #2c5aa0;
  color: white;
    padding: 15px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
}

.aphrodisias-about-link:hover {
    background: #1e3c78;
  transform: translateY(-2px);
}

/* Aphrodisias Tour Cards */
.aphrodisias-tour-card {
  background: white;
    border-radius: 15px;
  overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.aphrodisias-tour-image {
  height: 200px;
  overflow: hidden;
}

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

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

.aphrodisias-tour-content {
  padding: 25px;
}

.aphrodisias-tour-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2c5aa0;
}

.aphrodisias-tour-description {
    color: #666;
    margin-bottom: 20px;
  line-height: 1.6;
}

.aphrodisias-tour-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 20px;
}

.aphrodisias-tour-link {
    display: inline-block;
    background: #2c5aa0;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
  font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
}

.aphrodisias-tour-link:hover {
    background: #1e3c78;
    transform: translateY(-2px);
}

/* Aphrodisias WhatsApp Button */
.aphrodisias-whatsapp-button {
  display: inline-block;
    background: #25D366;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
  font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}

.aphrodisias-whatsapp-button:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

/* Header Styles */
header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1000;
    width: 100%;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 60px;
    width: auto;
    max-width: 250px;
    object-fit: contain;
}

.logo h1 {
    color: #2c5aa0;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-links li {
    position: relative;
    list-style: none;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 0.9rem;
}

.nav-links a:hover {
    color: #2c5aa0;
    background-color: rgba(44, 90, 160, 0.1);
    transform: translateY(-1px);
}

.nav-links a.active {
    color: #2c5aa0;
    background-color: rgba(44, 90, 160, 0.15);
    font-weight: 600;
}

/* Dropdown Menu Styles */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-radius: 8px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 0;
}

.dropdown-menu a:hover {
    background-color: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.divider {
    height: 1px;
    background-color: #e9ecef;
    margin: 0.5rem 0;
}

/* User Menu Styles */
.user-menu .user-dropdown {
    background: linear-gradient(135deg, #2c5aa0, #1e3c78);
    color: white !important;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.user-menu .user-dropdown:hover {
    background: linear-gradient(135deg, #1e3c78, #2c5aa0);
    color: white !important;
}

/* Nav Link Styles */
.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 0.9rem;
}

.nav-link:hover {
    color: #2c5aa0;
    background-color: rgba(44, 90, 160, 0.1);
    transform: translateY(-1px);
}

.nav-link.active {
    color: #2c5aa0;
    background-color: rgba(44, 90, 160, 0.15);
    font-weight: 600;
}

/* Login/Register Button Styles */
.login-btn, .register-btn {
    background: linear-gradient(135deg, #2c5aa0, #1e3c78);
    color: white !important;
    border-radius: 25px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.login-btn:hover, .register-btn:hover {
    background: linear-gradient(135deg, #1e3c78, #2c5aa0);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
}

.register-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    margin-left: 0.5rem;
}

.register-btn:hover {
    background: linear-gradient(135deg, #20c997, #28a745);
    box-shadow: 0 6px 20px rgba(40, 201, 151, 0.4);
}

.admin-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white !important;
    border-radius: 25px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    margin-left: 0.5rem;
}

.admin-btn:hover {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 201, 151, 0.4);
}

/* Language Switcher */
.language-switcher {
    margin-left: 1rem;
    position: relative;
}

.language-current {
    background: white;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.language-current:hover {
    border-color: #2c5aa0;
    box-shadow: 0 2px 10px rgba(44, 90, 160, 0.1);
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
    margin-top: 0.5rem;
}

.language-switcher:hover .language-dropdown,
.language-dropdown:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #fff;
}

.language-option:hover {
    background-color: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
    transform: translateX(5px);
}

.language-option.active {
    background-color: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
}

.chevron {
    transition: transform 0.3s ease;
}

.language-switcher:hover .chevron {
    transform: rotate(180deg);
}

/* Footer Styles */
.site-footer {
    background: #2c5aa0;
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

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

.footer-section h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.footer-section p {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
}

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

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

.footer-section ul li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

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

.social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.social-link:hover {
    background: rgba(255,255,255,0.2);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 2rem;
    padding-top: 1rem;
    text-align: center;
    color: rgba(255,255,255,0.6);
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.mobile-menu-btn:hover {
    background-color: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
}

/* Hide mobile navigation on desktop */
.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-radius: 0 0 8px 8px;
    z-index: 1000;
}

.mobile-nav.show {
    display: block;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
}

.mobile-nav li {
    margin: 0;
}

.mobile-nav a {
    display: block;
    padding: 1rem 2rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f8f9fa;
}

.mobile-nav a:hover {
    background-color: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
}

.mobile-nav a.active {
    background-color: rgba(44, 90, 160, 0.1);
    color: #2c5aa0;
}

.mobile-nav .login-btn,
.mobile-nav .register-btn,
.mobile-nav .admin-btn {
    margin: 0.5rem 2rem;
    text-align: center;
    border-radius: 25px;
}

@media (max-width: 768px) {
    header nav {
        padding: 1rem;
        flex-wrap: wrap;
    }
    
    .nav-links {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .mobile-nav {
        display: block;
    }
    
    .language-switcher {
        margin-left: 0;
        margin-top: 1rem;
        padding: 0 2rem;
    }
    
    .language-dropdown {
        z-index: 99999;
        right: 2rem;
        left: 2rem;
        min-width: auto;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .logo-img {
        height: 50px;
    }
    
    .logo h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    header nav {
        padding: 0.75rem;
    }
    
    .logo-img {
        height: 45px;
    }
    
    .logo h1 {
        font-size: 1.3rem;
    }
    
    .mobile-nav a {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .aphrodisias-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .aphrodisias-hero-content p {
        font-size: 1.1rem;
    }
    
    .aphrodisias-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .aphrodisias-articles-grid {
        grid-template-columns: 1fr;
    gap: 20px;
    }
    
    .aphrodisias-section-title {
        font-size: 2rem;
    }
    
    .aphrodisias-about-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .aphrodisias-hero-content h1 {
        font-size: 2rem;
    }
    
    .aphrodisias-cards-container {
        padding: 0 15px;
    }
    
    .aphrodisias-articles-container {
        padding: 0 15px;
    }
    
    .aphrodisias-about-content {
        padding: 0 15px;
    }
}

/* Destinations Page Styles */
.page-header {
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.9), rgba(30, 60, 120, 0.8)), 
                url('https://images.unsplash.com/photo-1578662996442-48f60103fc96?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 120px 0 80px;
    text-align: center;
    color: white;
    margin-top: 80px;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.destinations-content {
    padding: 80px 0;
    background: #f8f9fa;
}

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

.destination-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e9ecef;
}

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

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

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

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

.destination-content {
    padding: 25px;
}

.destination-content h3 {
    font-size: 1.5rem;
    color: #2c5aa0;
    margin-bottom: 15px;
    font-weight: 600;
}

.destination-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.destination-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.destination-features span {
    background: #f8f9fa;
    color: #2c5aa0;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #e9ecef;
}

.destination-features i {
    margin-right: 5px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-primary {
    background: linear-gradient(135deg, #2c5aa0, #1e3c78);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1e3c78, #2c5aa0);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
}

/* Tour Location */
.tour-location {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

/* Tour Detail Page Styles */
.breadcrumb {
    background: #f8f9fa;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.breadcrumb-list li {
    color: #666;
}

.breadcrumb-list li:not(:last-child)::after {
    content: '>';
    margin-left: 0.5rem;
    color: #999;
}

.breadcrumb-list a {
    color: #2c5aa0;
    text-decoration: none;
}

.breadcrumb-list a:hover {
    text-decoration: underline;
}

.breadcrumb-list .active {
    color: #333;
    font-weight: 500;
}

.tour-header {
    padding: 2rem 0;
    background: white;
}

.tour-header-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.tour-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.tour-info h1 {
    font-size: 2.5rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
}

.tour-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.tour-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

.tour-meta i {
    color: #2c5aa0;
}

.tour-price {
    margin-bottom: 2rem;
}

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

.price-label {
    color: #666;
    margin-left: 0.5rem;
}

.tour-actions {
    display: flex;
    gap: 1rem;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.tour-details {
    padding: 3rem 0;
    background: #f8f9fa;
}

.tour-content {
    max-width: 800px;
    margin: 0 auto;
}

.tour-content h2 {
    color: #2c5aa0;
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.tour-content h3 {
    color: #2c5aa0;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

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

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

.tour-highlights li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding-left: 2rem;
}

.tour-highlights li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.tour-included-excluded {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.included, .excluded {
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.included h3 {
    color: #28a745;
    margin-bottom: 1rem;
}

.excluded h3 {
    color: #dc3545;
    margin-bottom: 1rem;
}

.included ul, .excluded ul {
    list-style: none;
    padding: 0;
}

.included li, .excluded li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.tour-booking {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 2rem;
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
}

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

.related-tours {
    padding: 3rem 0;
    background: white;
}

.related-tours h2 {
    text-align: center;
    color: #2c5aa0;
    margin-bottom: 2rem;
    font-size: 2rem;
}

/* Responsive Design for Tour Detail */
@media (max-width: 768px) {
    .tour-header-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tour-info h1 {
        font-size: 2rem;
    }
    
    .tour-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .tour-actions {
        flex-direction: column;
    }
    
    .tour-included-excluded {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .booking-form {
        grid-template-columns: 1fr;
    }
}

/* Contact Page Styles */
.contact-content {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-info {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.contact-info h2 {
    color: #2c5aa0;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.contact-info p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

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

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.1);
    transform: translateY(-2px);
}

.contact-item i {
    font-size: 1.5rem;
    color: #2c5aa0;
    margin-top: 0.2rem;
    min-width: 24px;
}

.contact-item h3 {
    color: #2c5aa0;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.contact-item p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.contact-item a {
    color: #2c5aa0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #1e3c78;
    text-decoration: underline;
}

.contact-form {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.contact-form h2 {
    color: #2c5aa0;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

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

.contact-form .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form .form-group label {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    padding: 1rem 1.2rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

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

.contact-form .form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.contact-form .btn-primary {
    background: linear-gradient(135deg, #2c5aa0, #1e3c78);
    color: white;
    padding: 1.2rem 2rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.contact-form .btn-primary:hover {
    background: linear-gradient(135deg, #1e3c78, #2c5aa0);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
}

/* Policy Pages Styles */
.policy-content {
    padding: 80px 0;
    background: #f8f9fa;
}

.policy-document {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    max-width: 800px;
    margin: 0 auto;
}

.policy-meta {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.last-updated {
    color: #666;
    font-style: italic;
    font-size: 0.9rem;
}

.policy-sections {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.policy-section h2 {
    color: #2c5aa0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    border-left: 4px solid #2c5aa0;
    padding-left: 1rem;
}

.policy-section p {
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.policy-section ul {
    color: #666;
    line-height: 1.7;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

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

/* Policy Page Responsive */
@media (max-width: 768px) {
    .policy-document {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .policy-section h2 {
        font-size: 1.3rem;
    }
    
    .policy-sections {
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .policy-content {
        padding: 40px 0;
    }
    
    .policy-document {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    .policy-section h2 {
        font-size: 1.2rem;
        padding-left: 0.75rem;
    }
}

/* Contact Page Responsive */
@media (max-width: 1024px) {
    .contact-grid {
        gap: 2rem;
    }
    
    .contact-info,
    .contact-form {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-info,
    .contact-form {
        padding: 1.5rem;
    }
    
    .contact-info h2,
    .contact-form h2 {
        font-size: 1.8rem;
    }
    
    .contact-item {
        padding: 1rem;
        gap: 1rem;
    }
    
    .contact-item i {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .contact-content {
        padding: 40px 0;
    }
    
    .contact-info,
    .contact-form {
        padding: 1rem;
        border-radius: 15px;
    }
    
    .contact-info h2,
    .contact-form h2 {
        font-size: 1.5rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .contact-item i {
        font-size: 2rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .page-header p {
        font-size: 1rem;
    }
    
    .destinations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .destination-content {
        padding: 20px;
    }
    
    .destination-features {
        flex-direction: column;
    }
}

/* Blog Styles */
.blog-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.blog-header .page-title {
    font-size: 3rem;
    color: #2c5aa0;
    margin-bottom: 1rem;
    font-weight: 700;
}

.blog-header .page-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

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

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

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

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

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

.blog-post-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #2c5aa0;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.blog-post-content {
    padding: 1.5rem;
}

.blog-post-title {
    margin-bottom: 1rem;
}

.blog-post-title a {
    color: #333;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog-post-title a:hover {
    color: #2c5aa0;
}

.blog-post-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.blog-post-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-post-meta i {
    color: #2c5aa0;
}

.blog-post-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-post-read-more {
    color: #2c5aa0;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.blog-post-read-more:hover {
    color: #1e3c78;
    transform: translateX(5px);
}

/* Single Post Styles */
.blog-single {
    max-width: 800px;
    margin: 0 auto;
}

.blog-post-single {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.blog-post-header {
    padding: 2rem;
    text-align: center;
    background: linear-gradient(135deg, #2c5aa0, #1e3c78);
    color: white;
}

.blog-post-header .blog-post-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: white;
}

.blog-post-header .blog-post-meta {
    justify-content: center;
    color: rgba(255,255,255,0.9);
}

.blog-post-header .blog-post-meta i {
    color: rgba(255,255,255,0.9);
}

.blog-post-image {
    height: 400px;
    overflow: hidden;
}

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

.blog-post-content {
    padding: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.blog-post-navigation {
    padding: 2rem;
    text-align: center;
    border-top: 1px solid #eee;
}

/* Blog Responsive */
@media (max-width: 768px) {
    .blog-header .page-title {
        font-size: 2rem;
    }
    
    .blog-posts {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-post-header .blog-post-title {
        font-size: 1.8rem;
    }
    
    .blog-post-header .blog-post-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .blog-post-content {
        padding: 1rem;
    }
    
    .blog-post-single .blog-post-content {
        padding: 1.5rem;
    }
}

/* Tours Section Styles */
.aphrodisias-tours-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

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

.aphrodisias-section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 60px;
    position: relative;
}

.aphrodisias-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #2c5aa0, #1e3c78);
    border-radius: 2px;
}

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

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

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

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

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

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

.aphrodisias-tour-content {
    padding: 25px;
}

.aphrodisias-tour-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c5aa0;
    margin-bottom: 15px;
    line-height: 1.3;
}

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

.aphrodisias-tour-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #888;
}

.tour-city {
    background: #f8f9fa;
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 500;
}

.tour-duration {
    background: #e3f2fd;
    color: #2c5aa0;
    padding: 5px 12px;
    border-radius: 15px;
    font-weight: 500;
}

.aphrodisias-tour-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 20px;
    text-align: center;
}

.aphrodisias-tour-link {
    display: block;
    background: linear-gradient(135deg, #2c5aa0, #1e3c78);
    color: white;
    text-align: center;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.aphrodisias-tour-link:hover {
    background: linear-gradient(135deg, #1e3c78, #2c5aa0);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.3);
    color: white;
}

/* Tours Responsive */
@media (max-width: 768px) {
    .aphrodisias-tours-section {
        padding: 60px 0;
    }
    
    .aphrodisias-section-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
    }
    
    .aphrodisias-tours-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }
    
    .aphrodisias-tour-content {
        padding: 20px;
    }
    
    .aphrodisias-tour-title {
        font-size: 1.2rem;
    }
    
    .aphrodisias-tour-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}
