/*!
Theme Name: Levine
Author: Levine
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: levine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}


@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('fonts/AvenirNextLTPro-Demi.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'AvenirNextLTPro-DemiIt';
    src: url('fonts/AvenirNextLTPro-DemiIt.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'AvenirNextLTPro-It';
    src: url('fonts/AvenirNextLTPro-It.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: hidden;
    /* 	font-family: "AvenirNextLTPro-Regular"; */
    font-family: "Nunito Sans", sans-serif !important;
}


.container {
    max-width: 1600px !important;
}

.container-lg {
    max-width: 1920px !important;
}

h2.section-title {
    font-size: 35px;
    color: #373a36;
    font-weight: 700;
    margin-bottom: 50px
}

.content-text {
    color: #373a36;
    font-size: 23px;
    text-align: justify;
}

.primary-btn {
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    background-color: #373a36;
    padding: 15px 40px;
    border-radius: 4px;
    transition: .3s ease;
}

.primary-btn:hover {
    box-shadow: 0 0 5px #000000b0;
    background-color: #fff;
    color: #000;
    transition: .3s ease;
}

/* Header */
span.rmp-trigger-box img.rmp-trigger-icon.rmp-trigger-icon-inactive {
    width: 100%;
    object-fit: contain;
    height: 41px;
}

img.rmp-trigger-icon.rmp-trigger-icon-active {
    width: 100%;
    object-fit: contain;
    height: 14px;
}

img.header-logo:hover {
    transform: scale(.9);
    transition: .3s ease;
}

img.header-logo {
    transition: .3s ease;
}

body #rmp-container-59 {
    max-width: 28% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-branding {
    max-width: 211px;
    position: relative;
    z-index: 10;
    left: 15px;
    top: 85px;
}

body #rmp-menu-wrap-59 .rmp-menu-item-link {
    padding-right: unset;
    margin-bottom: 20px;
}

body #rmp-menu-title-59 .rmp-menu-title-image {
    width: 100%;
    height: auto;
    /* 	max-width: 168px; */
}

header#masthead {
    background-color: #373a36;
    position: relative;
    z-index: 2;
    background: transparent;
}

#rmp_menu_trigger-59 .rmp-trigger-box {
    margin-top: 20px;
}

#rmp_menu_trigger-59 .rmp-trigger-label {
    font-weight: 800;
}

body #rmp_menu_trigger-59 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

body #rmp_menu_trigger-59.is-active {
    top: 4%;
    right: 25px;
    height: auto;
}

#rmp-menu-wrap-59 .rmp-menu-current-item .rmp-menu-item-link {
    border-bottom: 2px solid #fff !important;
    width: max-content;
    margin-inline: auto;
}

#rmp-menu-wrap-59 .rmp-menu-item .rmp-menu-item-link {
    text-decoration: none;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
    padding-bottom: 2px;
    --bg-h: 2px;
    max-width: max-content;
    margin-inline: auto;
}

body #rmp-menu-wrap-59 .rmp-menu-item-link:hover {
    background-size: 100% var(--bg-h);
    background-position-x: left;
}

/* Footer */

footer#colophon {
    background-color: #373a36;
    color: #fff;
}

img.footer-logo-img {
    max-width: 200px;
    width: 100%;
}

footer#colophon a {
    color: #fff;
    text-decoration: none;
}

.site-info {
    padding: 40px 0 10px;
}

p.footer-heading {
    font-size: 20px;
    font-weight: 600;
}

ul#menu-quick-links li {
    font-size: 20px;
    margin-bottom: 13px;
}

.footer-contact-info {
    font-size: 20px;
}

.footer-social-links a i {
    font-size: 27px;
}

.map-google iframe {
    border-radius: 9px;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding: 15px 0 5px;
    font-size: 17px;
}

.site-info a,
.footer-bottom a {
    text-decoration: none;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
    padding-bottom: 2px;
    --bg-h: 2px;
}

.site-info a:hover,
.footer-bottom a:hover {
    background-size: 100% var(--bg-h);
    background-position-x: left;
}

/* Banner Section */

section.banner-section {
    position: relative;
    margin-top: -90px;
}

.banner-swiper {
    /*     position: absolute !important; */
    top: 0;
    left: 0;
    width: 100%;
    height: 1035px;
    z-index: 1;
    /*     background-color: #373a36; */
}

.banner-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #373a36;
    background-blend-mode: overlay;
}

body .banner-swiper .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4%;
}

body .banner-swiper .swiper-pagination-bullet {
    width: 56px;
    height: 2px;
    background-color: #6e6e6e;
    opacity: 1;
    border-radius: 0;
    position: relative;
    transition: background-color 0.3s;
}

body .banner-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(to right, #ffffff 50%, #6e6e6e 50%);
}

.banner-title h1 {
    font-size: 45px;
    letter-spacing: 15px;
}

/* Countup Section */
.stat.counted {
    font-size: 61px;
    font-weight: 900;
}

.stat-label {
    font-size: 23px;
    font-weight: 700;
}

section.countup-stats-section {
    padding: 76px 0;
    background-color: #373a36;
    color: #fff;
}

/* Image with text Section */
section.image-with-text-section {
    padding: 75px 60px;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

.image-with-text-section .content-image img {
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .17);
    width: 100%;
    height: 500px;
    object-position: 65%;
}

section.image-with-text-section.reverse-cols .img-text-row {
    flex-direction: row-reverse;
}

section.image-with-text-section .content-text p:last-child {
    margin-bottom: 0;
}

section.image-with-text-section.reverse-cols .img-text-row .content-text {
    margin-right: 3rem;
    margin-bottom: 0 !important;
}

/* CTA Section */
section.cta-section {
    padding: 65px 30px 40px;
    background-color: #ebebeb;
}

section.cta-section .content-text p {
    margin-bottom: auto;
    font-size: 40px;
}

/* Cards Section */
.card-fixed-height-500 {
    height: 500px;
    border-radius: 7px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .17);
}

h5.card-title {
    font-size: 26px;
    font-weight: 700;
}

p.card-info-location {
    font-size: 21px;
}

.card-text-content {
    background: linear-gradient(to top, rgb(44 44 44), rgba(0, 0, 0, 0));
    height: 55%;
    bottom: 0px !important;
    position: absolute !important;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transition: 1s ease;
}

.card:hover .card-text-content {
    background: linear-gradient(to top, rgb(44 44 44), rgba(44, 44, 44, .5));
    height: 100%;
    transition: .5s ease;
}

/* Office Properties Section */
section.office-properties-section {
    padding: 60px 0;
}

/* Hotels Section */
section.hotels-section {
    padding-bottom: 70px;
}

/*Back to Top */

#back-to-top {
    display: inline-block;
    background-color: #373a36;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 7px;
    position: fixed;
    bottom: 20px;
    right: 40px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #fff;
}

#back-to-top::after {
    content: "\f0d8";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 45px;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #fff;
    border-color: #000;
}

#back-to-top:hover:after {
    color: #000;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* End back to top */

.dark-bg {
    background-color: #373a36;
}

.dark-bg *,
.dark-bg h2 {
    color: #fff;
}

/* Tabs Section */
section.tabs-section {
    padding: 50px 0 10px;
}

.tab-pane img {
    min-height: 345px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .17);
}

.property-wrapper {
    background: #ebebeb;
    border-radius: 7px;
}

.nav.nav-tabs {
    border-bottom: unset;
}

li.nav-item {
    width: 50%;
}

.tabs-section .nav-item .nav-link.active {
    background: #373a36;
    /*     border: unset; */
    border-radius: unset;
    color: #fff;
}

.tabs-section.premier-tabs-section .nav-item .nav-link {
    border: 1px solid #ebebeb;
}

.tabs-section .nav-item .nav-link {
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    color: #373a36;
    background: #fff;
    border-radius: unset;
    border: unset;
}

.nav-item .nav-link:hover {
    border-radius: unset !important;
}

.tabs-section .section-title {
    margin-bottom: unset;
}

.property-wrapper {
    margin-bottom: 5rem !important;
}

.premier-tabs-section li.nav-item {
    width: 20%;
}

li.nav-item button:hover {
    background-color: #373a36 !important;
    color: #fff !important;
}

.gallery-wrapper {
    max-width: 960px;
    margin: auto;
}

.swiper-main {
    width: 100%;
    aspect-ratio: 16/9;
}

.swiper-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-thumbs {
    margin-top: 10px;
}

.swiper-thumbs .swiper-slide {
    width: 170px;
    height: 120px;
    opacity: 0.4;
    cursor: pointer;
    width: 100px;
    height: 70px;
    overflow: hidden;
}

.swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #007aff;
}

.swiper-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: auto;
}

.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-button-prev {
    color: #fff;
    width: 44px;
    height: 44px;
    z-index: 10;
}

.gallery-wrapper .swiper-button-next::after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: .3s ease;
}

.gallery-wrapper .swiper-button-prev::after {
    content: '\f0d9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: .3s ease;
}


.gallery-wrapper .swiper-main:hover .swiper-button-next::after {
    opacity: 1;
    transition: .3s ease;
}

.gallery-wrapper .swiper-main:hover .swiper-button-prev::after {
    opacity: 1;
    transition: .3s ease;
}

.floor-pdf-file p {
    margin-bottom: 0;
}

.pdf-file a,
.pdf-file i {
    color: #BE1015;
}

.top-content h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.hotel-card-button a.button {
    display: block;
}

section.one-col-section {
    padding: 75px 60px;
}


/* Timeline Section */
section.timeline-section {
    padding: 75px 60px;
}

.timeline-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.timeline-circle {
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
}

.timeline-circle .year-text {
    font-size: 26px;
    color: transparent;
    transition: opacity 0.3s ease;
}

/* Active center */
.swiper-slide.is-center .timeline-circle {
    width: 120px;
    height: 120px;
    background-color: #373a36;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.swiper-slide.is-center .year-text {
    color: #fff;
}

/* Nearby left/right */
.swiper-slide.is-near .timeline-circle {
    width: 90px;
    height: 90px;
    background-color: #eee;
    border: 3px solid #373a36;
}

.swiper-slide.is-near .year-text {
    color: #000;
    font-size: 20px;
}

/* Distant */
.swiper-slide.is-far .timeline-circle {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border: 3px solid #373a36;
}

.swiper-slide.is-far .year-text {
    color: transparent;
}

.timeline-detail {
    animation: fadeIn 0.4s ease-in-out;
}

.timeline-detail.d-none {
    display: none;
}

.timeline-section .swiper-button-next,
.timeline-section .swiper-button-prev {
    color: #fdfefe;
    width: 20px;
    /* height: 44px; */
    z-index: 10;
    /* padding: 20px; */
}

.timeline-section .swiper-button-prev::after {
    content: '\f0d9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    /* opacity: 0; */
    transition: .3s ease;
    background-color: #373a36;
    padding: 5px 14px;
    font-size: 30px;
}

.timeline-section .swiper-button-next::after {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    /* opacity: 0; */
    transition: .3s ease;
    background-color: #373a36;
    padding: 5px 14px;
    font-size: 30px;
}

.swiper-slide.is-far .timeline-circle:hover {
    background-color: #373a36;
}

.timeline-section .swiper-button-next.swiper-button-disabled,
.timeline-section .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-swiper {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #373a36;
    z-index: 0;
    transform: translateY(-50%);
}

.swiper-slide.is-near .timeline-circle:hover {
    background-color: #373a36;
}

.swiper-slide.is-near .timeline-circle:hover .year-text {
    color: #fff;
}

.timeline-detail a {
    color: #373a36;
    text-decoration: none;
    background: linear-gradient(0deg, #373a36, #373a36) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
    padding-bottom: 2px;
    --bg-h: 2px;
}


.timeline-detail a:where(:hover, :focus-visible) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
}

.top-content p {
    font-size: 20px;
}

/* Grid Timeline*/
.timeline-description {
    color: #373a36 !important;
    font-size: 23px;
}

.timeline-description a {
    color: #373a36;
    text-decoration: none;
    background: linear-gradient(0deg, #373a36, #373a36) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
    padding-bottom: 2px;
    --bg-h: 2px;
}

.timeline-description a:where(:hover, :focus-visible) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
}

.grid-timeline-item {
    max-width: 90%;
    margin-inline: auto;
}

.grid-timeline-item .timeline-img img {
    border-radius: 7px;
    margin: auto;
    object-fit: cover;
    height: 100%;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .17);
    transition: .3s ease;
}

.grid-timeline-item:hover img {
    transform: scale(.97);
    transition: .3s ease;
}

section.grid-timeline-section {
    background: #ebebeb;
    padding: 75px 50px;
}

.grid-timeline-section .timeline-img {
    height: 338px;
}

section.grid-timeline-section {
    background: #ebebeb;
    padding: 75px 15px;
}

/* Contact Page */
section.one-col-section.contact-page .content-text {
    background-color: #fff;
    padding: 65px 50px;
    border-radius: 4px;
    max-width: 1200px;
    margin-inline: auto;
}

input#gform_submit_button_1 {
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    background-color: #373a36;
    padding: 15px 40px !important;
    border-radius: 4px;
    transition: .3s ease;
    text-transform: uppercase;
    border: unset;
}

input#gform_submit_button_1:hover {
    box-shadow: 0 0 5px #000000b0;
    background-color: #fff;
    color: #000;
    transition: .3s ease;
    border: unset;
}

p.gform_required_legend {
    display: none;
}


body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 19px;
    color: #373a36;
}

section.one-col-section.contact-page {
    border-bottom: 1px solid #fff;
    background-color: #ebebeb;
}


body .gform_wrapper .gform_body input {
    font-size: 21px !important;
    border: unset;
    padding: 13px !important;
    border-radius: 8px;
    color: #373a36;
    background: #ebebeb;
}

body .gform_wrapper .gform_body textarea {
    border: unset;
    border-radius: 8px;
    background: #ebebeb;
}

div#field_submit {
    justify-content: end;
}

@media (max-width: 1440px) {
    section.image-with-text-section {
        background-position: center center;
    }

    section.tabs-section.premier-tabs-section .nav-item .nav-link {
        font-size: 20px;
    }

}

@media (max-width: 1024px) {
    body #rmp-container-59 {
        max-width: 55% !important;
    }

    .card-fixed-height-500 {
        height: 375px;
    }

    .banner-swiper {
        height: 930px;
    }

    .banner-title h1 {
        font-size: 28px;
    }

    .stat.counted {
        font-size: 44px;
    }

    .stat-label {
        font-size: 19px;
    }

    h2.section-title {
        font-size: 30px;
    }

    h5.card-title {
        font-size: 17px;
    }

    .primary-btn {
        font-size: 18px;
    }

    section.image-with-text-section {
        padding: 45px 45px;
    }

    .content-text {
        font-size: 21px;
    }

    p.card-info-location {
        font-size: 16px;
    }

    section.cta-section .content-text p {
        font-size: 32px;
    }

    section.one-col-section {
        padding-inline: 30px;
    }

    .tabs-section .nav-item .nav-link {
        font-size: 20px;

    }

    section.tabs-section.premier-tabs-section .nav-item .nav-link {
        font-size: 17px;
    }

    .premier-tabs-section .table {
        font-size: 17px;
    }

    .swiper-slide.is-center .timeline-circle {
        width: 100px;
        height: 100px;
    }

    .swiper-slide.is-near .timeline-circle {
        width: 80px;
        height: 80px;
    }

    .swiper-slide.is-far .timeline-circle {
        width: 30px;
        height: 30px;
    }

    section.timeline-section {
        padding-inline: 40px;
    }

    .premier-tabs-section .tab-pane p {
        text-align: left;
    }

    .top-content p {
        font-size: 18px;
    }

    .timeline-description {
        font: 21px;
    }

    section.image-with-text-section.reverse-cols .img-text-row .content-text {
        margin-right: 1rem;
    }

    .grid-timeline-section .timeline-img {
        height: 230px;
    }
}

@media (max-width: 991px) {
    section.image-with-text-section.reverse-cols .img-text-row .content-text {
        margin-right: 0;
    }

}

@media (max-width: 767px) {
    body #rmp-menu-wrap-59 .rmp-menu-item-link {
        font-size: 16px;
    }

    .banner-title h1 {
        font-size: 23px;
    }

    .banner-swiper {
        height: 700px;
    }

    body .banner-swiper .swiper-pagination-bullet {
        width: 37px;
    }

    section.countup-stats-section {
        padding: 40px 0;
    }

    h2.section-title {
        font-size: 24px;
    }

    .content-text {
        font-size: 18px;
    }

    section.image-with-text-section {
        padding: 20px 15px 45px;
    }

    .stat.counted {
        font-size: 34px;
    }

    .stat-label {
        font-size: 15px;
    }

    section.cta-section .content-text p {
        font-size: 21px;
    }

    .primary-btn {
        font-size: 13px;
    }

    .footer-contact-info {
        font-size: 17px;
    }

    ul#menu-quick-links li {
        font-size: 17px;
    }

    .banner-title span {
        display: none;
    }

    section.one-col-section {
        padding-inline: 10px;
    }

    .tabs-section .nav-item .nav-link {
        font-size: 16px;
    }

    body #rmp-container-59 {
        max-width: 75% !important;
    }

    section.tabs-section.premier-tabs-section .nav-item .nav-link {
        font-size: 13px;
    }

    .premier-tabs-section li.nav-item {
        width: 33%;
    }

    .premier-tabs-section .content-text {
        font-size: 16px;
    }

    .top-content p {
        font-size: 16px;
    }

    div#field_submit {
        justify-content: center;
    }

    div#input_1_7 {
        display: flex;
        justify-content: center;
    }

    section.one-col-section.contact-page .content-text {
        padding: 30px;
    }

    body .gform_wrapper .gform_body input {
        font-size: 15px !important;
    }

    body .gform_wrapper.gravity-theme .gfield_label {
        font-size: 17px;
    }

    .timeline-description {
        font: 18px;
    }

}

@media (max-width: 475px) {
    .footer-contact-info p a {
        max-width: 275px;
    }

    .premier-tabs-section .tab-pane p {
        text-align: center;
    }

    .swiper-thumbs .swiper-slide {
        width: 65px;
        height: 50px;
    }

    .location-map {
        max-width: 350px;
    }

    .location-map iframe {
        width: 100%;
    }

    .premier-tabs-section .table {
        font-size: 13px;
    }

    .swiper-slide.is-near .year-text {
        display: none;
    }

    .timeline-circle .year-text {
        font-size: 20px;
    }

    .banner-title h1 {
        font-size: 20px;
    }

    .image-with-text-section .content-image img {
        height: auto;
    }

}