/* ===================================
    Crafto - Travel agency
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: "Coffee Bear";
    src: url("../fonts/Coffee%20Bear.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* variable */
:root {     
    --base-color-2:#f39504;
    --base-color: #f7ce00d4; 
    --light-gray: #E7E4DF;
    --red: #d03c3c;
    --very-light-gray:#f2f1ee;
    --alt-font: 'Montserrat', sans-serif;
    --primary-font:'Montserrat', sans-serif;
}
/* reset */
body {
    font-size: 17px;
    line-height: 24px; 
}
section, footer {
    padding-top: 100px;
    padding-bottom: 100px;
}
section.big-section {
    padding-top: 120px;
    padding-bottom: 120px;
}
/* heading */
h1 { 
    line-height: 4.5rem;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
}
.header-icon .icon > a {
    font-size: 18px;
}
header .navbar-brand img {
    max-height: 70px;
}
.header-home-nav .navbar-brand {
    padding: 14px 0;
}
.header-home-nav .navbar-brand img {
    max-height: 56px;
}
.header-home-nav .navbar-nav .nav-link {
    letter-spacing: 0.5px;
}
.header-home-nav .navbar-toggler-line {
    background: var(--white);
}
.header-home-nav .navbar-toggler-line:nth-child(1),
.header-home-nav .navbar-toggler-line:nth-child(4) {
    background: var(--white);
}
.header-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 600;
}
.header-phone-link:hover {
    color: var(--white);
    opacity: 0.75;
}
.header-phone-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background-color: #ff8a67;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 16px;
}
.header-phone-text {
    white-space: nowrap;
}
header.sticky.sticky-active [data-header-hover=light] .header-phone-link {
    color: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover=light] .header-phone-link:hover {
    color: var(--dark-gray);
    opacity: 0.75;
}
header.sticky.sticky-active [data-header-hover=light] .header-home-nav .navbar-toggler-line {
    background: var(--dark-gray);
}
.hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
}
.hero-slide--landing {
    background: #0b0b0b url("../img/hero-altai.jpg") center/cover no-repeat;
}
.hero-slide__overlay {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.hero-slide__overlay--top {
    top: 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.hero-slide__overlay--bottom {
    bottom: 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-slide__radial {
    position: absolute;
    left: 32%;
    top: 52%;
    width: 860px;
    height: 520px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    pointer-events: none;
    z-index: 2;
}
.hero-slide__figure {
    position: absolute;
    right: 2%;
    bottom: -3%;
    height: min(82vh, 900px);
    width: auto;
    max-width: 38vw;
    pointer-events: none;
    z-index: 3;
}
.hero-slide__content {
    position: absolute;
    left: 44%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(680px, 90vw);
    text-align: center;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.hero-slide__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-slide__title {
    margin: 0;
    font-family: "Coffee Bear", var(--alt-font);
    font-weight: 400;
    font-size: clamp(48px, 6vw, 90px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
.hero-slide__title--big {
    font-size: clamp(120px, 14vw, 256px);
    line-height: 0.95;
    margin-top: -18px;
    letter-spacing: -0.02em;
}
.hero-slide__subtitle {
    margin: 0;
    font-weight: 600;
    font-size: clamp(16px, 2.2vw, 20px);
    line-height: 1.4;
    max-width: 640px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
}
.hero-slide__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 28px;
    background: #ff8a67;
    color: var(--white);
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.hero-slide__cta:hover {
    color: var(--white);
    opacity: 0.9;
}
.hero-slide__stats {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 82px;
    display: flex;
    align-items: flex-start;
    gap: 26px;
    z-index: 4;
}
.hero-slide__stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}
.hero-slide__stat-value {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.2;
}
.hero-slide__stat-text {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 260px;
}
.hero-slide__divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    align-self: stretch;
}
@media (max-width: 1199px) {
    .hero-slide__content {
        left: 46%;
    }
    .hero-slide__figure {
        right: 0;
        height: min(76vh, 760px);
        max-width: 42vw;
    }
    .hero-slide__stats {
        left: 32px;
        right: 32px;
        bottom: 56px;
        gap: 18px;
    }
}
@media (max-width: 991px) {
    .hero-slide__content {
        left: 50%;
        width: min(620px, 92vw);
    }
    .hero-slide__figure {
        right: -6%;
        height: min(68vh, 680px);
        max-width: 50vw;
        opacity: 0.9;
    }
    .hero-slide__radial {
        width: 700px;
        height: 420px;
        left: 50%;
    }
}
@media (max-width: 767px) {
    .hero-slide {
        min-height: 900px;
    }
    .hero-slide__content {
        top: 46%;
        gap: 24px;
    }
    .hero-slide__figure {
        right: -22%;
        height: min(58vh, 520px);
        max-width: 70vw;
        opacity: 0.7;
    }
    .hero-slide__stats {
        left: 50%;
        right: auto;
        bottom: 28px;
        width: calc(100% - 40px);
        max-width: 360px;
        transform: translateX(-50%);
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .hero-slide__divider {
        width: 80px;
        height: 1px;
        align-self: center;
    }
}
@media (max-width: 480px) {
    .hero-slide {
        min-height: 1222px;
        padding: 320px 0 100px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .hero-slide__content {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0 24px;
        gap: 24px;
        padding-top: 220px;
    }
    .hero-slide__titles {
        width: 100%;
    }
    .hero-slide__title {
        font-size: 44px;
        line-height: 1.1;
        letter-spacing: -0.012em;
        margin: -4px 0 0;
    }
    .hero-slide__title--big {
        font-size: 124px;
        line-height: 1.1;
        letter-spacing: -0.02em;
        margin: 0 !important;
    }
    .hero-slide__subtitle {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.5px;
    }
    .hero-slide__cta {
        width: 100%;
        max-width: 380px;
        height: 56px;
        font-size: 18px;
    }
    .hero-slide__stats {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 428px;
        margin: 150px auto 0;
        padding: 0 24px;
        transform: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    .hero-slide__stat {
        align-items: flex-start;
        text-align: left;
    }
    .hero-slide__stat-value {
        font-size: 28px;
        line-height: 48px;
        letter-spacing: -0.25px;
    }
    .hero-slide__stat-text {
        font-size: 16px;
        line-height: 24px;
        max-width: none;
    }
    .hero-slide__divider {
        display: none;
    }
    .hero-slide__figure {
        width: 900px !important;
        height: 700px !important;
        right: -120px !important;
        bottom: -36px !important;
        max-width: none !important;
        opacity: 1;
    }
    .hero-slide__radial {
        width: 859px;
        height: 524px;
        left: 50%;
        top: 50%;
        transform: translate(calc(-50% - 115.5px), calc(-50% - 2px));
    }
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid var(--extra-medium-gray);
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(502%) contrast(502%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
    background-color: var(--base-color);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active > a {
        color: var(--medium-gray);
    }
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 320px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    color: var(--dark-gray);
    font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 60px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a {
    color: var(--medium-gray);
}
.push-menu .close-menu {
    right: 30px;
    top: 30px;
}
/* bg color */
.bg-gradient-gulf-blue-sepia-brown {
    background-image: linear-gradient(to right, #33455B, #494954, #795244, #91563D, #97573B);
}
.bg-bay-of-many-blue {
    background-color: #1a1613;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, transparent 50%);
}
.bg-gradient-gray-light-dark-transparent-2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgb(23, 23, 23) 30%, transparent 70%);
}
.border-color-transparent-dark-very-light {
    border-color: rgba(35, 35, 35, 0.15) !important;
}
/* feature box */
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 20px;
}
/* page title  */
.page-title-extra-large h1 {
    font-size: 4.375rem;
    line-height: 5rem;
}
.page-title-extra-large h2 {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 25px;
    display: inline-block;
}
.page-title-button-style h1 {
    padding: 0;
    display: block;
}
.small-screen {
    height: 350px !important;
}
/* btn */
.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 36px 16px; 
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 32px;
}
.btn.btn-medium {
    font-size: 15px;
    padding: 12px 30px;
}
.btn.btn-small {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 25px;
}
.btn.btn-very-small {
    font-size: 12px;
    padding: 8px 20px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn i {
    margin-left: 6px;
}
.team-style-01 figure figcaption .social-icon a {
    margin: 0 7px;
}
/* blog */
.blog-modern figure .post-content-wrapper {
    bottom: -50px;
}
/* top right bottom left */
.top-minus-75px {
    top: -75px;
}
/* footer */
footer .elements-social ul li:last-child {
    margin-right: 0;
}
.footer-navbar li a:hover { 
    color: var(--medium-gray);
}
footer .nav-link {
    line-height: normal;
    color: var(--dark-gray);
}
footer .elements-social ul li {
    margin: 0;
}
/* Revolution slider jquery */
.erinyen .tp-tab-title {
    font-size: 66px !important; text-align: center !important; text-transform: inherit !important; line-height: 60px !important; font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; letter-spacing: -3.3px; color: #ffffff !important;
}
.rev_column {
    border-right: 1px solid rgba(255,255,255,0.3)
}
.rev_column:last-child {
    border-right: 0px solid rgba(255,255,255,0.3)
}
.hesperiden.tparrows {width: 45px; height: 45px;background: rgba(0,0,0,.4); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {background: #fff; }
.hesperiden.tparrows:before {line-height: 45px;}
.hesperiden.tparrows.tp-rightarrow:hover:before, .hesperiden.tparrows.tp-leftarrow:hover:before {color: #000}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 6 Free";font-size: 15px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 6 Free";font-size: 15px; font-weight: 900; margin-right: 0}
/* media query responsive */
@media (min-width: 2100px){
    .background-image-layer {max-width: 120%!important; width: 3000px!important; overflow-y: visible!important; }
    .extra-grass-layer {max-width: 120%!important; width: 3000px!important; bottom: -200px; }
}
@media (max-width: 1199px) and (min-width: 992px){
    .blog-modern figure .post-content-wrapper { width: 90%; }
    .blog-modern figure .post-content-wrapper .separator { margin: 0 9px; }
}
@media (max-width: 1200px) and (min-width: 1024px){
    .object-layer {max-width: 800px !important; width: 800px !important;min-width: 800px !important;}
    .blog-modern figure .post-content-wrapper { width: 90%; }
}
@media (max-width: 991px){
    section, footer {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    section.big-section {
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        margin-top: 15px;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
        padding: 14px 0 15px;
    }
    .dispcol{
        flex-direction: column; */
    }
    .text-price{
        text-align: center;
    }
    .ps-10.pe-10.pt-0.pb-10.d-flex.justify-content-between.dispcol {
        margin-top: -4rem;
    }
}
@media (max-width: 767px){
    section, footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.big-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .small-screen {
        height: 300px !important;
    }
    .sm-clear-both {
        clear: both
    }
}
@media (max-width: 777px){
    .tp-loop-wrap .tp-parallax-wrap:nth-child(4) {display: none}
    #travel-agency_wrapper { height: 700px !important;}
    .tp-fullwidth-forcer {height: 700px !important;}
    section, footer { padding-top: 50px; padding-bottom: 50px; }
}
@media (max-width: 479px){
    .rev_row .rev_column:nth-child(4) {display: none !important;}   
    .rev_row .rev_column:nth-child(2) {display: none !important;}   
    #travel-agency_wrapper { height: 700px !important;}
    .tp-fullwidth-forcer {height: 700px !important;}
}
@media (max-width: 991px) and (min-width: 800px) and (orientation: landscape) {
    #travel-agency-slider_forcefullwidth {height: 500px !important;}
    #travel-agency_wrapper {height: 500px !important;}
    .background-image-layer {display: none!important;}
    .extra-grass-layer {max-width: 100%!important; width: 1200px!important;}
    .object-layer {max-width: 600px !important; width: 600px !important;min-width: 600px !important;}
    .rev_row .rev_column:nth-child(4) {display: none !important;}
    .package-details .rev_column {padding-bottom: 20px!important;}
    #slide-02-layer-03, #slide-02-layer-01, #slide-02-layer-02, #slide-03-layer-05, #slide-03-layer-01, #slide-03-layer-02, #slide-03-layer-04, #slide-03-layer-06 {max-width: 1200px !important; width: 1200px !important;min-width: 1200px !important;}
    #slide-02-layer-05 { bottom: 60px !important;}
}



.image-card {
    border-radius: 20px;
    overflow: hidden;
}

/* Landing second section */
.landing-section {
    --landing-accent: #ff8a67;
    --landing-text: #232323;
    --landing-muted: #3b3b3f;
    --landing-border: #e3e3e8;
    position: relative;
    padding: 90px 0;
}
.landing-section__header {
    max-width: 760px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.landing-section__eyebrow {
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 24px;
    color: var(--landing-accent);
    margin: 0;
}
.landing-section__title {
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: clamp(28px, 3.2vw, 36px);
    line-height: 1.3;
    color: var(--landing-text);
    margin: 0;
}
.landing-section__subtitle {
    font-family: var(--alt-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: var(--landing-muted);
    margin: 0;
}

.landing-why::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(255, 138, 103, 0.12), rgba(255, 138, 103, 0)),
        linear-gradient(135deg, rgba(240, 245, 250, 0.8), rgba(255, 255, 255, 0));
    pointer-events: none;
}
.landing-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}
.landing-why__card {
    position: relative;
    min-height: 320px;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #e9e9ed;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background-image: var(--card-image);
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.55), 0 20px 40px rgba(15, 18, 30, 0.16);
}
.landing-why__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
}
.landing-why__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.landing-why__title {
    font-family: var(--alt-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.landing-why__text {
    font-family: var(--alt-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.landing-destinations::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 90% 10%, rgba(255, 138, 103, 0.12), rgba(255, 138, 103, 0)),
        radial-gradient(circle at 0% 70%, rgba(52, 95, 128, 0.08), rgba(52, 95, 128, 0));
    pointer-events: none;
}
.landing-destinations__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 28px;
}
.landing-tour-card {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid var(--landing-border);
    box-shadow: 0 24px 40px rgba(15, 20, 31, 0.08);
    position: relative;
}
.landing-tour-card--featured {
    grid-column: span 8;
}
.landing-tour-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    background-color: #d9d9d9;
    border: 1px solid #fff;
}
.landing-tour-card--featured .landing-tour-card__image {
    aspect-ratio: 16 / 9;
}
.landing-tour-card__tag {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    padding: 12px;
    border-radius: 999px;
    background-color: var(--landing-accent);
}
.landing-tour-card__tag-text {
    font-family: var(--alt-font);
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.landing-tour-card__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}
.landing-tour-card__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.landing-tour-card__title {
    font-family: var(--alt-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--landing-text);
    margin: 0;
}
.landing-tour-card__text {
    font-family: var(--alt-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--landing-muted);
    margin: 0;
}
.landing-tour-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.landing-tour-card__price {
    font-family: var(--alt-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
}

.landing-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid var(--landing-border);
    background: linear-gradient(120deg, #fff2ea, #ffffff 60%);
    box-shadow: 0 24px 40px rgba(15, 20, 31, 0.08);
    margin-top: 48px;
    position: relative;
    overflow: hidden;
}
.landing-cta::after {
    content: "";
    position: absolute;
    top: -20%;
    right: -10%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 138, 103, 0.25), rgba(255, 138, 103, 0));
    pointer-events: none;
}
.landing-cta__media {
    border-radius: 20px;
    overflow: hidden;
    min-height: 320px;
    box-shadow: 0 20px 40px rgba(16, 18, 27, 0.12);
}
.landing-cta__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.landing-cta__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.landing-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(240, 245, 250, 0), rgba(240, 245, 250, 0.7));
    pointer-events: none;
}
.landing-custom__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}
.landing-custom__card {
    position: relative;
    min-height: 280px;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #e9e9ed;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background-image: var(--card-image);
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    box-shadow: inset 0 0 48px rgba(0, 0, 0, 0.55), 0 20px 40px rgba(15, 18, 30, 0.16);
}
.landing-custom__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
}
.landing-custom__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.landing-custom__title {
    font-family: var(--alt-font);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.landing-custom__text {
    font-family: var(--alt-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.landing-button {
    border: none;
    background: var(--landing-accent);
    color: #fff;
    font-family: var(--alt-font);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.landing-button:hover {
    color: #fff;
    opacity: 0.92;
}
.landing-button:active {
    opacity: 0.86;
}

@media (max-width: 1200px) {
    .landing-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .landing-destinations__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .landing-tour-card {
        grid-column: span 3;
    }
    .landing-tour-card--featured {
        grid-column: span 6;
    }
}

@media (max-width: 991px) {
    .landing-section {
        padding: 70px 0;
    }
    .landing-section__header {
        margin-bottom: 32px;
    }
    .landing-why__grid {
        grid-template-columns: 1fr;
    }
    .landing-destinations__grid {
        grid-template-columns: 1fr;
    }
    .landing-tour-card,
    .landing-tour-card--featured {
        grid-column: auto;
    }
    .landing-cta {
        grid-template-columns: 1fr;
    }
    .landing-cta__media {
        min-height: 240px;
    }
    .landing-custom__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .landing-section {
        padding: 60px 0;
    }
    .landing-section__subtitle {
        font-size: 18px;
    }
    .landing-tour-card__footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .landing-tour-card__price {
        font-size: 18px;
    }
}
