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

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    line-height: 1.5;
    overflow-x: hidden;
}

/* Swiper Custom Styles */
.swiper {
    padding: 20px 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000000;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(40px);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.8);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* FAQ Styles */
.faq-item.open .faq-answer {
    max-height: 500px !important;
    padding: 0 36.92px 32px !important;
}

.faq-item.open .faq-question svg {
    transform: rotate(180deg) !important;
}

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

::-webkit-scrollbar-track {
    background: transparent;
}

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

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

/* Responsive Styles */
@media (max-width: 1024px) {
    nav {
        padding: 8px 20px;
    }

    .fixed-filter {
        padding: 0 20px;
    }

    .filter-container {
        flex-wrap: wrap;
    }

    .filter-button {
        width: 100%;
        margin-top: 8px;
    }

    .hero {
        padding: 100px 20px 60px;
    }

    .hero-wallpaper {
        left: 20px;
        right: 20px;
    }

    .section-headers,
    .section-headers-2,
    .tours-section,
    .testimonials-section,
    .articles-section,
    .trust-section,
    .gallery-section,
    .faq-section {
        padding: 80px 20px;
    }

    .section-headers {
        flex-direction: column;
        gap: 40px;
    }

    .section-header-left,
    .section-header-right {
        max-width: 100%;
    }

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

    .tour-card,
    .article-card,
    .gallery-item {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .menu {
        flex-direction: column;
        gap: 12px;
    }

    .hero-title {
        font-size: 48px;
    }

    .section-header-left h2,
    .section-header-right h2,
    .section-header-center h2,
    .testimonials-header h2,
    .articles-header h2,
    .trust-header h2,
    .gallery-header h2,
    .faq-header h2 {
        font-size: 36px;
    }

    .testimonial-card {
        width: 320px;
    }
}

/* Navigation */
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 8px 60px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(40px);
}

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

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    width: 176px;
    height: 72px;
    flex-shrink: 0;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 12px 32px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(40px);
    border-radius: 16px;
    flex: 1;
    max-width: fit-content;
    margin: 0 auto;
}

.menu a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.menu a:hover {
    opacity: 0.7;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(40px);
    border-radius: 16px;
    flex-shrink: 0;
}

.language-selector span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    color: #000000;
}

/* Fixed Filter */
.fixed-filter {
    position: fixed;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 4px 4px 8px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.filter-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 16px 12px;
    border-right: 1px solid #e2e2e2;
    min-width: 0;
}

.filter-card:last-of-type {
    border-right: none;
}

.filter-card label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: 0.01em;
    color: #a1a1a1;
}

.filter-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.filter-content span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-content svg {
    width: 24px;
    height: 24px;
    color: #000000;
    flex-shrink: 0;
}

.filter-button {
    padding: 16px 32px;
    background: #079156;
    border: none;
    border-radius: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.filter-button:hover {
    background-color: #067a47;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px 60px;
    min-height: 1200px;
}

.hero-wallpaper {
    position: absolute;
    top: 100px;
    left: 60px;
    right: 60px;
    height: 1200px;
    background: #f2f2f2;
    border-radius: 32px;
    background-size: cover;
    background-position: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 1200px;
    margin: 80px auto 0;
    text-align: center;
}

.hero-title {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 6.25vw, 120px);
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    width: 100%;
    margin: 0;
}

.hero-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    max-width: 520px;
    margin: 0;
}

.hero-button {
    padding: 16px 32px;
    background: #ffffff;
    border: none;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.hero-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

.hero-decorative {
    position: relative;
    margin-top: 60px;
    padding: 0 60px;
}

.decorative-rect-1,
.decorative-rect-2 {
    position: absolute;
    width: calc(50% - 30px);
    max-width: 890px;
    height: 520px;
    background: #f2f2f2;
    border-radius: 32px;
}

.decorative-rect-1 {
    left: 60px;
    top: 0;
}

.decorative-rect-2 {
    right: 60px;
    top: 0;
}

.decorative-button-1,
.decorative-button-2 {
    position: absolute;
    padding: 16px 32px;
    background: #ffffff;
    border: none;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.decorative-button-1 {
    left: 100px;
    top: 432px;
}

.decorative-button-2 {
    right: 110px;
    top: 432px;
}

.decorative-button-1:hover,
.decorative-button-2:hover {
    background-color: #f5f5f5;
}

.decorative-element-1,
.decorative-element-2 {
    position: absolute;
    right: 60px;
}

.decorative-element-1 {
    top: 200px;
}

.decorative-element-2 {
    top: 600px;
}

.decorative-element-1 img,
.decorative-element-2 img {
    width: 100%;
    height: auto;
    display: block;
}

.articles-button {
    position: absolute;
    right: 60px;
    top: 1000px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.articles-button:hover {
    background-color: #e8e8e8;
}

.articles-button svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Section Headers */
.section-headers {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.section-header-left,
.section-header-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    max-width: 484px;
}

.section-header-left h2,
.section-header-right h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(36px, 3.125vw, 60px);
    line-height: 1.0666666666666667em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.section-header-left p,
.section-header-right p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

/* Section Headers 2 */
.section-headers-2 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.section-header-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    max-width: 800px;
}

.section-header-center h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 4.167vw, 80px);
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.section-header-center p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

/* Tours Section */
.tours-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    justify-items: center;
}

.tour-card {
    width: 100%;
    max-width: 540px;
    height: 520px;
    background: #f2f2f2;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.tour-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tour-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tour-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: linear-gradient(to top, rgba(242, 242, 242, 0.95), transparent);
}

.tour-location {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 8px;
}

.flag-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.flag-turkey {
    background: #d80027;
}

.flag-uzbekistan {
    background: linear-gradient(135deg, #1eb53a 0%, #0099b5 50%, #ce1126 100%);
}

.flag-egypt {
    background: linear-gradient(
        135deg,
        #ce1126 0%,
        #ffffff 33%,
        #000000 66%,
        #ce1126 100%
    );
}

.flag-georgia {
    background: linear-gradient(135deg, #ffffff 0%, #ff0000 50%, #ffffff 100%);
}

.tour-location > div:last-child {
    flex: 1;
    min-width: 0;
}

.tour-location h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0 0 4px 0;
}

.tour-location p {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 2.083vw, 40px);
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}

.tour-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tour-duration {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    color: #777777;
    margin: 0;
}

.tour-price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tour-price span:first-child {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1111111111111112em;
    color: #777777;
}

.tour-price .price {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    color: #079156;
}

.tour-button {
    position: absolute;
    bottom: 24px;
    right: 24px;
    padding: 16px 32px;
    background: #ffffff;
    border: none;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #000000;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.tour-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
}

/* Testimonials Section */
.testimonials-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.testimonials-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    max-width: 800px;
}

.testimonials-header h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 4.167vw, 80px);
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.testimonials-header p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

.testimonials-container {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1920px;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: #e2e2e2 transparent;
}

.testimonials-container::-webkit-scrollbar {
    height: 8px;
}

.testimonials-container::-webkit-scrollbar-track {
    background: transparent;
}

.testimonials-container::-webkit-scrollbar-thumb {
    background: #e2e2e2;
    border-radius: 4px;
}

.testimonial-card {
    flex: 0 0 440px;
    height: 344px;
    background: #f2f2f2;
    border-radius: 32px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.testimonial-comment {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
    flex: 1;
}

.testimonial-tour {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 8px;
}

.testimonial-tour span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    letter-spacing: 0.01em;
    color: #079156;
}

.stars {
    font-size: 18px;
    color: #ff9500;
    line-height: 1;
}

.testimonial-person {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.testimonial-person h4 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1666666666666667em;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}

.testimonial-person p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

.testimonial-placeholder {
    flex: 0 0 440px;
    height: 344px;
    background: #f2f2f2;
    border-radius: 32px;
}

/* Articles Section */
.articles-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
}

.articles-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.articles-header h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 4.167vw, 80px);
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.articles-header p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-items: center;
}

.article-card {
    width: 100%;
    max-width: 435px;
    height: 520px;
    background: #f2f2f2;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.article-image {
    width: 100%;
    height: 320px;
    background: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
    flex-shrink: 0;
}

.article-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.article-content h3 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #000000;
    margin: 0;
}

.article-content p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    color: #777777;
    margin: 0;
    flex: 1;
}

.article-date {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3333333333333333em;
    color: #000000;
    margin-top: auto;
}

/* Trust Section */
.trust-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.trust-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    max-width: 800px;
}

.trust-header h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 4.167vw, 80px);
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.trust-header p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

.trust-logos {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1920px;
    justify-content: center;
    flex-wrap: wrap;
}

.trust-logo {
    width: 160px;
    height: 160px;
    background: #f2f2f2;
    border-radius: 16px;
    flex-shrink: 0;
}

/* Gallery Section */
.gallery-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
}

.gallery-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-header h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 4.167vw, 80px);
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.gallery-header p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    justify-items: center;
}

.gallery-item {
    width: 100%;
    max-width: 640px;
    height: 440px;
    background: #f2f2f2;
    border-radius: 32px;
}

/* FAQ Section */
.faq-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px 60px;
}

.faq-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-header h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 4.167vw, 80px);
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 0;
}

.faq-header p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #777777;
    margin: 0;
}

.faq-container {
    max-width: 1180px;
    margin: 0 auto;
}

.faq-item {
    background: #f2f2f2;
    margin-bottom: 20px;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

.faq-item:hover {
    background-color: #e8e8e8;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 36.92px;
    cursor: pointer;
}

.faq-question h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3333333333333333em;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
}

.faq-question svg {
    width: 24px;
    height: 24px;
    color: #000000;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 36.92px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 36.92px 32px;
}

.faq-answer p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6em;
    color: #777777;
    margin: 0;
}

.faq-item.open .faq-question svg {
    transform: rotate(180deg);
}

@media (max-width: 1600px) {
    .faq-question h3 {
        font-size: 20px;
    }
}

/* Responsive adjustments */
@media (max-width: 1400px) {
    .tours-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

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

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

@media (max-width: 1024px) {
    .navigation {
        padding: 8px 20px;
    }

    .nav-container {
        padding: 0 12px;
        gap: 12px;
    }

    .menu {
        gap: 20px;
        padding: 12px 20px;
    }

    .fixed-filter {
        padding: 0 20px;
    }

    .filter-container {
        flex-wrap: wrap;
    }

    .filter-button {
        width: 100%;
        margin-top: 8px;
    }

    .hero {
        padding: 100px 20px 60px;
    }

    .hero-wallpaper {
        left: 20px;
        right: 20px;
    }

    .section-headers,
    .section-headers-2,
    .tours-section,
    .testimonials-section,
    .articles-section,
    .trust-section,
    .gallery-section,
    .faq-section {
        padding: 80px 20px;
    }

    .hero-decorative {
        padding: 0 20px;
    }

    .decorative-rect-1,
    .decorative-rect-2 {
        position: relative;
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .decorative-rect-1 {
        left: 0;
    }

    .decorative-rect-2 {
        right: 0;
    }

    .decorative-button-1,
    .decorative-button-2 {
        position: relative;
        left: 0;
        right: 0;
        margin: 20px 0;
    }

    .decorative-element-1,
    .decorative-element-2,
    .articles-button {
        position: relative;
        right: 0;
        margin: 20px 0;
    }

    .section-headers {
        flex-direction: column;
        gap: 40px;
    }

    .section-header-left,
    .section-header-right {
        max-width: 100%;
    }

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

    .tour-card,
    .article-card,
    .gallery-item {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .menu {
        flex-direction: column;
        gap: 12px;
    }

    .hero-title {
        font-size: 48px;
    }

    .section-header-left h2,
    .section-header-right h2,
    .section-header-center h2,
    .testimonials-header h2,
    .articles-header h2,
    .trust-header h2,
    .gallery-header h2,
    .faq-header h2 {
        font-size: 36px;
    }

    .testimonial-card {
        flex: 0 0 320px;
    }

    .testimonial-placeholder {
        flex: 0 0 320px;
    }
}

.about-content {
    h1, h2, h3, h4, h5, h6 {
        font-size: revert !important;
        font-weight: revert !important;
    }

    ol, ul {
        list-style: unset !important;
    }
}
