* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: "Public Sans", sans-serif;
    color: #292929;
    background: #ffffff;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.top-line {
    display: none;
}

.site-header {
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 20;
}

.navbar {
    width: 100%;
    height: 138px;
    margin: 0;
    padding: 0 clamp(24px, 3.5vw, 64px);
    display: grid;
    grid-template-columns: 245px 1fr 125px;
    align-items: center;
    gap: 30px;
}

.navbar-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navbar-logo img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
}

.desktop-nav a {
    position: relative;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    background: #292929;
    transition: width 0.2s ease;
}

.desktop-nav a:hover {
    color: #292929;
}

.desktop-nav a:hover::after {
    width: 100%;
}

.athens-button {
    width: 125px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6f6f6f;
    color: #ffffff;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.athens-button:hover {
    background: #555555;
    transform: translateY(-1px);
}

.mobile-menu-button {
    width: 32px;
    height: 28px;
    border: 0;
    outline: 0;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.mobile-menu-button span {
    display: block;
    width: 25px;
    height: 2px;
    background: #292929;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.mobile-menu-button.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-button.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
    display: none;
}

.hero {
    position: relative;
    height: 600px;
    min-height: 600px;
    padding-top: 110px;
    padding-bottom: 110px;
}

.hero-heading {
    width: 100%;
    text-align: center;
}

.hero-heading h1 {
    color: #292929;
    font-size: clamp(38px, 3vw, 40px);
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1.1px;
}

.hero-heading p {
    margin-top: 12px;
    color: #252525;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.hero-note {
    width: min(760px, calc(100% - 40px));
    margin: 120px auto 0;
    text-align: center;
}

.hero-note p {
    color: #5b5b5b;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.55px;
}

.hero-note p + p {
    margin-top: 1px;
}

.drive-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 106px;
}

.drive-background {
    position: absolute;
    left: 0;
    bottom: 54px;
    width: 100%;
    height: 31px;
    background: transparent;
}

.drive-left-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 161px;
    height: 31px;
    background: #747474;
    clip-path: polygon(0 0, 65px 0, 161px 100%, 0 100%);
}

.drive-left-shape::after {
    display: none;
}

.drive-message {
    position: absolute;
    top: 0;
    left: 635px;
    right: 0;
    width: auto;
    height: 31px;
    padding-left: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    white-space: nowrap;
    background: #747474;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%);
}

.drive-message::before {
    display: none;
}

.car-image {
    position: absolute;
    left: 184px;
    bottom: 0;
    width: 445px;
    height: auto;
    display: block;
    object-fit: contain;
    transform: none;
    z-index: 3;
    pointer-events: none;
    user-select: none;
}

.transportation-access {
    width: 100%;
    min-height: 675px;
    padding: 55px 20px 58px;
    background: #ffffff;
}

.transportation-container {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transportation-heading {
    width: 100%;
    text-align: center;
}

.transportation-heading h2 {
    color: #111111;
    font-size: clamp(28px, 2.7vw, 34px);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.45px;
}

.transportation-heading p {
    max-width: 680px;
    margin: 17px auto 0;
    color: #5f5f5f;
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
}

.transportation-map {
    width: 100%;
    margin-top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transportation-map img {
    display: block;
    width: clamp(390px, 33vw, 470px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.service-area-buttons {
    width: min(840px, calc(100% - 20px));
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 6px;
}

.service-area-buttons button {
    flex: 0 0 clamp(96px, 7.6vw, 112px);
    min-width: 0;
    height: clamp(25px, 2vw, 28px);
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5f5f5f;
    border-radius: 4px;
    background: #ffffff;
    color: #575757;
    font-family: "Public Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}

.service-area-buttons button:hover {
    background: #6f6f6f;
    color: #ffffff;
    border-color: #6f6f6f;
}

.comfort-section {
    width: 100%;
    padding: 100px 20px;
    background: #F3F3F3;
}



.comfort-container {
    width: min(980px, 100%);
    margin: 0 auto;
}

.comfort-heading {
    text-align: center;
}

.comfort-heading h2 {
    color: #222222;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.comfort-heading p {
    margin-top: 14px;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 400;
}

.comfort-cards {
    margin-top: 58px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.comfort-card {
    width: min(100%, 318px);
    min-height: 196px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12), 0 10px 22px rgba(0, 0, 0, 0.04);
    padding: 22px 22px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comfort-card-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 108px;
}

.comfort-card-image img {
    display: block;
    width: 92%;
    max-width: 270px;
    height: auto;
    object-fit: contain;
}

.comfort-card-label {
    margin-top: 10px;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.schedule-section {
    width: 100%;
    padding: 102px 20px 42px;
    background: #ffffff;
}

.schedule-container {
    width: min(720px, 100%);
    margin: 0 auto;
    background: transparent;
}

.schedule-heading {
    text-align: center;
}

.schedule-heading h2 {
    color: #111111;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.schedule-cards {
    margin-top: 68px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.schedule-card {
    min-height: 154px;
    background: #F8F8F8;
    border-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.03);
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
}

.schedule-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.schedule-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 2px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.schedule-icon-box svg {
    width: 21px;
    height: 21px;
    fill: #6B6B6B;
}

.schedule-icon-box .schedule-chat-icon {
    fill: none;
    stroke: #555555;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.schedule-step-number {
    color: #D2D2D2;
    font-size: 29px;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0;
}

.schedule-card p {
    margin-top: 18px;
    color: #666666;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 240px;
}

.schedule-card strong {
    color: #5A5A5A;
    font-weight: 700;
}

.schedule-note {
    margin-top: 48px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.schedule-note a {
    color: #444444;
    font-weight: 700;
}

.destinations-section {
    width: 100%;
    padding: 52px 20px 70px;
    background: #ffffff;
}

.destinations-container {
    width: min(900px, 100%);
    margin: 0 auto;
}

.destinations-heading {
    width: 100%;
    text-align: center;
}

.destinations-heading h2 {
    color: #292929;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.destination-cards {
    width: 100%;
    margin-top: 68px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
}

.destination-card {
    width: 216px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow:
        0 2px 0 rgba(0, 0, 0, 0.15),
        0 6px 14px rgba(0, 0, 0, 0.04);
}

.destination-image {
    width: 100%;
    height: 235px;
    overflow: hidden;
    background: #eeeeee;
}

.destination-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-info {
    min-height: 85px;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #ffffff;
}

.destination-info p {
    color: #555555;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 400;
}

.footer-cta {
    width: 100%;
    background: #ffffff;
}

.footer-cta-image {
    position: relative;
    width: 100%;
    height: 275px;
    overflow: hidden;
    background: #ffffff;
}

.footer-cta-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.footer-cta-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        rgba(255, 255, 255, 0.95) 18%,
        rgba(255, 255, 255, 0.72) 42%,
        rgba(255, 255, 255, 0.35) 68%,
        rgba(255, 255, 255, 0) 100%
    );
}

.site-footer {
    width: 100%;
    background: #ffffff;
}

.footer-container {
    width: min(1160px, calc(100% - 80px));
    min-height: 125px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 245px 1fr 230px;
    align-items: center;
    gap: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-logo img {
    display: block;
    width: 195px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.footer-nav a {
    position: relative;
    color: #505050;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.footer-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: #292929;
    transition: width 0.2s ease;
}

.footer-nav a:hover {
    color: #292929;
}

.footer-nav a:hover::after {
    width: 100%;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.footer-contact-item svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    fill: #555555;
    transition: fill 0.2s ease;
}

.footer-contact-item:first-child span {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.footer-contact-item:hover {
    color: #222222;
}

.footer-contact-item:hover svg {
    fill: #222222;
}

@media (max-width: 1100px) and (min-width: 861px) {
    .navbar {
        width: 100%;
        padding: 0 28px;
        grid-template-columns: 210px 1fr 115px;
        gap: 20px;
    }

    .navbar-logo img {
        width: 195px;
    }

    .desktop-nav {
        gap: 24px;
    }

    .desktop-nav a {
        font-size: 13px;
    }

    .athens-button {
        width: 115px;
    }

    .drive-background {
        bottom: 54px;
    }

    .drive-message {
        left: 53.1vw;
        right: 0;
        width: auto;
        height: 31px;
        padding-left: 10vw;
        font-size: 16px;
        letter-spacing: 4px;
        justify-content: flex-start;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%);
    }

    .car-image {
        left: 15.4vw;
        bottom: 0;
        width: 37.2vw;
        max-width: 410px;
        transform: none;
    }
}

@media (max-width: 860px) {
    .transportation-access {
        min-height: 620px;
        padding: 52px 20px 55px;
    }

    .transportation-heading h2 {
        font-size: 29px;
    }

    .transportation-heading p {
        max-width: 620px;
        margin-top: 15px;
        font-size: 11px;
        line-height: 1.7;
    }

    .transportation-map {
        margin-top: 30px;
    }

    .transportation-map img {
        width: min(390px, 58vw);
    }

    .service-area-buttons {
        width: min(720px, 100%);
        margin-top: 28px;
        gap: 7px 6px;
    }

    .service-area-buttons button {
        flex: 0 0 clamp(88px, 11vw, 96px);
        height: 26px;
        padding: 0 7px;
        font-size: 9px;
    }

    .comfort-section {
        padding: 80px 20px;
    }

    .comfort-heading h2 {
        font-size: 26px;
    }

    .comfort-heading p {
        font-size: 12px;
    }

    .comfort-cards {
        margin-top: 42px;
        gap: 16px;
    }

    .comfort-card {
        width: min(100%, 340px);
    }

    .schedule-section {
        padding: 60px 20px;
    }

    .schedule-heading h2 {
        font-size: 28px;
    }

    .schedule-cards {
        margin-top: 48px;
        grid-template-columns: 1fr;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    .schedule-card p {
        max-width: none;
    }

    .schedule-note {
        margin-top: 36px;
        font-size: 13px;
    }

    .navbar {
        width: 100%;
        height: 95px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }

    .navbar-logo img {
        width: 185px;
    }

    .desktop-nav,
    .athens-button {
        display: none;
    }

    .mobile-menu-button {
        display: flex;
    }

    .mobile-nav {
        position: absolute;
        top: 95px;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        padding: 10px 20px 18px;
        flex-direction: column;
        align-items: center;
        gap: 0;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    }

    .mobile-nav.active {
        display: flex;
    }

    .mobile-nav a {
        width: 100%;
        max-width: 500px;
        padding: 13px 10px;
        text-align: center;
        color: #555555;
        font-size: 14px;
        border-bottom: 1px solid #eeeeee;
    }

    .mobile-nav a:last-child {
        border-bottom: 0;
        color: #333333;
        font-weight: 700;
    }

    .hero {
        height: auto;
        min-height: calc(100vh - 98px);
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .hero-heading h1 {
        font-size: 37px;
    }

    .hero-heading p {
        font-size: 20px;
    }

    .hero-note {
        margin-top: 130px;
    }

    .drive-section {
        height: 135px;
    }

    .drive-background {
        bottom: 0;
        height: 38px;
        background: #747474;
    }

    .drive-left-shape {
        height: 38px;
        width: 100px;
    }

    .drive-left-shape::after {
        left: 65px;
        border-top-width: 38px;
        border-right-width: 55px;
    }

    .drive-message {
        width: 52%;
        height: 38px;
        font-size: 13px;
        letter-spacing: 3px;
    }

    .drive-message::before {
        left: -30px;
        border-top-width: 19px;
        border-bottom-width: 19px;
        border-right-width: 30px;
    }

    .car-image {
        left: 25px;
        bottom: 16px;
        width: min(390px, 58vw);
        transform: none;
    }
}

@media (max-width: 600px) {
    .transportation-access {
        min-height: auto;
        padding: 48px 16px 52px;
    }

    .transportation-heading h2 {
        font-size: 25px;
        line-height: 1.25;
    }

    .transportation-heading p {
        max-width: 500px;
        margin-top: 13px;
        font-size: 10.5px;
        line-height: 1.7;
    }

    .transportation-heading p br {
        display: none;
    }

    .transportation-map {
        margin-top: 28px;
    }

    .transportation-map img {
        width: min(360px, 80vw);
    }

    .service-area-buttons {
        width: 100%;
        margin-top: 27px;
        gap: 7px;
    }

    .service-area-buttons button {
        flex: 1 1 calc(33.333% - 7px);
        min-width: 0;
        max-width: none;
        height: 30px;
        padding: 0 7px;
        font-size: 9px;
    }

    .comfort-section {
        padding: 68px 16px;
    }

    .comfort-heading h2 {
        font-size: 23px;
    }

    .comfort-heading p {
        margin-top: 12px;
        font-size: 11px;
    }

    .comfort-cards {
        margin-top: 34px;
    }

    .comfort-card {
        min-height: 180px;
        padding: 20px 16px 24px;
    }

    .comfort-card-image img {
        width: 94%;
    }

    .comfort-card-label {
        font-size: 13px;
    }

    .schedule-section {
        padding: 52px 16px;
    }

    .schedule-heading h2 {
        font-size: 24px;
    }

    .schedule-cards {
        margin-top: 38px;
        gap: 14px;
    }

    .schedule-card {
        min-height: 140px;
        padding: 18px 16px 22px;
    }

    .schedule-icon-box {
        width: 42px;
        height: 42px;
    }

    .schedule-icon-box svg {
        width: 19px;
        height: 19px;
    }

    .schedule-step-number {
        font-size: 26px;
    }

    .schedule-card p {
        margin-top: 16px;
        font-size: 12px;
    }

    .schedule-note {
        margin-top: 30px;
        font-size: 12px;
    }

    .navbar {
        width: 100%;
        height: 82px;
        padding: 0 16px;
    }

    .navbar-logo img {
        width: 165px;
    }

    .mobile-nav {
        top: 82px;
    }

    .hero {
        height: auto;
        min-height: calc(100vh - 85px);
        padding: 75px 16px 160px;
    }

    .hero-heading h1 {
        font-size: 31px;
        letter-spacing: -0.7px;
    }

    .hero-heading p {
        margin-top: 9px;
        font-size: 18px;
    }

    .hero-note {
        width: 100%;
        margin-top: 115px;
    }

    .hero-note p {
        font-size: 11px;
        letter-spacing: 0.25px;
    }

    .drive-section {
        height: 145px;
    }

    .drive-background {
        height: 40px;
    }

    .drive-left-shape {
        display: none;
    }

    .drive-message {
        width: 100%;
        height: 40px;
        padding-left: 38%;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .drive-message::before {
        display: none;
    }

    .car-image {
        left: -5px;
        bottom: 23px;
        width: 65vw;
        max-width: 315px;
    }
}

@media (max-width: 420px) {
    .transportation-access {
        padding: 42px 14px 48px;
    }

    .transportation-heading h2 {
        font-size: 23px;
    }

    .transportation-heading p {
        font-size: 10px;
    }

    .transportation-map img {
        width: 88vw;
        max-width: 340px;
    }

    .service-area-buttons {
        gap: 7px;
    }

    .service-area-buttons button {
        flex: 1 1 calc(50% - 7px);
        min-width: 0;
        height: 31px;
        padding: 0 6px;
        font-size: 8.5px;
    }

    .comfort-section {
        padding: 58px 14px;
    }

    .comfort-heading h2 {
        font-size: 21px;
    }

    .comfort-heading p {
        font-size: 10px;
    }

    .comfort-card {
        border-radius: 9px;
    }

    .schedule-section {
        padding: 45px 14px;
    }

    .schedule-heading h2 {
        font-size: 21px;
    }

    .schedule-card {
        border-radius: 9px;
    }

    .schedule-step-number {
        font-size: 24px;
    }

    .schedule-note {
        font-size: 11px;
    }

    .hero {
        padding-top: 65px;
    }

    .hero-heading h1 {
        font-size: 28px;
    }

    .hero-heading p {
        font-size: 16px;
    }

    .hero-note {
        margin-top: 95px;
    }

    .drive-message {
        justify-content: flex-end;
        padding-left: 42%;
        padding-right: 14px;
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .car-image {
        width: 68vw;
    }
}
@media (max-width: 860px) {
    .destinations-section {
        padding: 48px 20px 64px;
    }

    .destinations-heading h2 {
        font-size: 27px;
    }

    .destination-cards {
        margin-top: 48px;
        flex-wrap: wrap;
    }

    .destination-card {
        width: min(280px, calc(50% - 10px));
    }

    .destination-image {
        height: 230px;
    }
}

@media (max-width: 600px) {
    .destinations-section {
        padding: 44px 16px 56px;
    }

    .destinations-heading h2 {
        font-size: 24px;
    }

    .destination-cards {
        margin-top: 38px;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .destination-card {
        width: min(100%, 330px);
        min-height: auto;
    }

    .destination-image {
        height: 250px;
    }

    .destination-info {
        min-height: 78px;
        padding: 20px 22px;
    }

    .destination-info p {
        font-size: 12px;
    }
        .footer-cta-image {
        height: 220px;
    }

    .footer-cta-image img {
        object-position: center center;
    }

    .footer-cta-gradient {
        height: 85px;
    }

    .footer-container {
        width: calc(100% - 32px);
        padding: 32px 0 38px;
        gap: 25px;
    }

    .footer-logo img {
        width: 170px;
    }

    .footer-nav {
        width: 100%;
        gap: 16px 22px;
    }

    .footer-nav a {
        font-size: 12px;
    }

    .footer-contact-item {
        font-size: 12px;
    }

    .footer-contact-item svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 420px) {
    .destinations-section {
        padding: 40px 14px 50px;
    }

    .destinations-heading h2 {
        font-size: 21px;
    }

    .destination-cards {
        margin-top: 38px;
    }

    .destination-card {
        width: 100%;
    }

    .destination-image {
        height: 225px;
    }
        .footer-cta-image {
        height: 250px;
    }

    .footer-cta-gradient {
        height: 90px;
    }

    .footer-container {
        width: calc(100% - 40px);
        min-height: auto;
        padding: 36px 0;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 28px;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-logo img {
        width: 185px;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 18px 28px;
    }

    .footer-contact {
        align-items: center;
    }
        .footer-cta-image {
        height: 190px;
    }

    .footer-cta-gradient {
        height: 75px;
    }

    .footer-container {
        padding: 30px 0 36px;
    }

    .footer-nav {
        max-width: 300px;
    }

    .footer-nav a {
        font-size: 11px;
    }
}
