:root {
    --container: 1520px;
    --container-tiny: 1380px;
    --vert-padding: 3rem;
    --color1-blue: #533092;
    --color2-green: #115D64;
    --color3-yellow: #F1BE48;
    --color4-violet: #402E60;
    --color-light-grey: #fbfbfb;
}

html {
    scroll-behavior: smooth;
    scroll-padding: 100px;
    font-size: 23px;
}

/* @media (max-width: 1023px) {
    :root {
        --horizontal-padding_wide: 1rem;
        --horizontal-padding_banner: 1rem;
        --horizontal-padding_content: 1rem;
    }
} */
/* body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #373737;
    font-size: 1.5rem;
} */
body {
    font-size: 23px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a.mega-menu-link {
    font-family: "Jost", serif !important;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
a,
ul,
ol,
li {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: "Jost", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 2rem;
}

p,
ul,
ol,
li {
    font-family: "Jost", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Jost", serif;
}

p {
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

a {
    font-family: "Jost", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color1-blue, #533092);
}

a:hover {
    color: #2E3F63;
}

.btn {
    display: inline-block;
    padding: 16px 30px;
    border-radius: 8px;
    background-color: var(--color1-blue, #533092);
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-transform: capitalize;
    width: fit-content;
}

.btn:hover {
    background-color: var(--color3-yellow, #F1BE48);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn--yellow {
    background-color: var(--color3-yellow, #F1BE48);
    color: black;
}

.btn--yellow:hover {
    background-color: var(--color2-green, #115D64);
    color: white;
}

.btn--outline {
    background-color: unset;
    color: white;
    border: 3px solid;
}

.btn--outline:hover {
    background-color: var(--color3-yellow, #F1BE48);
    color: black;
    border-color: var(--color3-yellow, #F1BE48);
}

/* Accessibility */
.btn:focus {
    outline: 2px solid #80bdff;
    outline-offset: 2px;
}

.btn:active {
    background-color: #004085;

    /* Even darker shade */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

    /* Smaller shadow */
}

/* End Accessibility */
h1 {
    font-size: 50px;
}

h2 {
    font-size: 45px;
    color: #402E60;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

.navigation-bar__logo {
    height: 64px;
    width: auto;
    object-fit: contain;
}

.notification-bar {
    background-color: var(--color2-green, #115D64);
    color: white;
    text-align: center;
    padding: 1rem 8px;
}

header {
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0);
    left: 0;
    right: 0;
    z-index: 1030;
}

.navigation-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: max(calc((100vw - 1820px) / 2), 2rem);
    padding-right: max(calc((100vw - 1820px) / 2), 2rem);
    background-color: white;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

main {
    margin-top: 180px;
}

.container {
    padding-left: max(calc((100vw - 1520px) / 2), 2rem);
    padding-right: max(calc((100vw - 1520px) / 2), 2rem);
}

.container--tiny {
    max-width: var(--container-tiny, 1380px);
}

.section {
    padding-top: var(--vert-padding, 40px);
    padding-bottom: var(--vert-padding, 40px);
}

.lp-bgr-wtiles__tile {
    background-color: rgba(17, 93, 100, 0.68);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem 2rem;
    max-width: 440px;
    align-self: stretch;
}

.ws-row-image-and-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.ws-row-bgr-image-and-text {
    background-color: var(--color2-green, #115D64);
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

footer {
    background-color: var(--color4-violet, #402E60);
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding: 3rem max(calc((100vw - 1820px) / 2), 2rem) 1rem;
}

.footer__copyright-line {
    font-size: 14px;
    text-align: center;
    flex: 0 0 100%;
    padding-top: 2rem;
}

.lp-banner {
    position: relative;
}

.lp-banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.68);
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: white;
}

.lp-banner__img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    height: 700px;
}

.cta-line {
    background-color: var(--color1-blue, #533092);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.lp-bgr-wtiles {
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://placehold.co/400');
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.lp-bgr-wtiles__tile--blue {
    background-color: rgba(83, 48, 146, 0.68);
}

@media screen and (max-width:767px) {
    .ws-row-image-and-text {
        grid-template-columns: 1fr;
    }

    .ws-row-image-and-text__col-text-left {
        order: 2;
    }

    .ws-row-image-and-text__col-img-right {
        order: 1;
    }
}

.reorder .ws-row-image-and-text__col-img-right {
    order: 1;
}

.reorder .ws-row-image-and-text__col-text-left {
    order: 2;
}

.ws-row-bgr-image-and-text__text-col {
    padding-left: max(calc((100vw - 1520px) / 2), 2rem);
    padding-right: 2rem;
}

.footer-col-25w {
    flex: 0 0 23%;
}

.footer-col-16w {
    flex: 0 0 15%;
}

@media screen and (max-width:767px) {
    footer {
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .footer-col-25w {
        flex: 0 0 100%;
    }

    .footer-col-16w {
        flex: 0 0 100%;
    }
}

@media screen and (max-width:1199px) {
    .footer-col-25w {
        flex: 0 0 48%;
    }

    .footer-col-16w {
        flex: 0 0 30%;
    }
}

.footer-contacts-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1rem;
    align-items: start;
}

.footer-contacts-grid__label {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.footer-contacts-grid__value {
    text-align: left;
}

.footer-quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-quick-links li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.footer-quick-links li a:hover {
    text-decoration: underline;
    color: var(--color3-yellow, #F1BE48);
}

.footer-col__menu-title {
    margin-bottom: 8px;
    font-weight: 700;
}

.footer__logo {
    max-height: 48px;
}

.bgr-grey-light {
    background-color: var(--color-light-grey, #fbfbfb);
}

.bottom-logo-section__title {
    font-weight: 700;
    text-align: center;
}

.bottom-logo-section__row {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 6rem;
}

.bottom-logo-section__row img {
    height: 156px;
}

.lp-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.lp-gallery img {
    height: 280px;
    width: 280px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1rem;
}

.lp-testimonials {
    margin-top: 80px;
}

.ip-banner {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('https://www.sherwood-house.com/wp-content/uploads/2022/11/311-Standard-Suite-Living-room-staged.jpg'), rgba(83, 48, 146, 0.7);
    color: white;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
    gap: 1rem;
}

.ip-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5rem;
}

.ip-content-grid__1col {
    grid-area: 1 / 1 / 2 / 3;
}

.ip-content-grid__sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ip-content-grid__sidebar__menutile {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ip-content-grid__sidebar__ctatile {
    padding: 2rem;
    background-color: var(--color2-green, #115D64);
    color: white;
}

.ip-content-grid__sidebar__menutile__title {
    padding-left: 2rem;
}

.ip-content-grid__sidebar__menutile__link {
    box-sizing: border-box;
    border-left: 4px solid #f3f3f3;
    text-decoration: none;
    padding: 1rem 1rem 1rem 2rem;
}

.ip-content-grid__sidebar__menutile__link--active {
    background-color: #e6e3eb;
    border-left: 4px solid #533092;
}

footer a {
    color: white;
    text-decoration: none;
}

.cta-line h2 {
    color: white;
}

.ws-row-bgr-image-and-text__text-col h2 {
    color: white;
}

.footer__copyright-line a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.footer__copyright-line a:hover {
    text-decoration: underline;
    color: var(--color3-yellow, #F1BE48);
}

.footer-contacts-grid__value a:hover {
    text-decoration: underline;
    color: var(--color3-yellow, #F1BE48);
}

.ws-row-bgr-image-and-text__img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ws-row-image-and-text__col-img-right img {
    border-radius: 8px;
}

.lp-bgr-wtiles__tile h3 {
    margin-bottom: 0.5rem;
}

.lp-bgr-wtiles__tile hr {
    border-top: 2px solid white;
    width: 100px;
    margin-bottom: 1rem;
}

.lp-bgr-wtiles__tile :last-child {
    margin-top: auto;
}

.smm-icon {
    width: 32px;
    height: 32px;
}

.footer-smm {
    margin-top: 10px;
}

.notification-bar a {
    color: white;
}

.notification-bar a:hover {
    color: var(--color3-yellow, #F1BE48);
}

.book-a-tour a {
    background-color: var(--color1-blue, #533092) !important;
    color: white !important;
}

.lp-testimonials__grey-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    box-shadow: 0 4px 2px 1px rgba(0, 0, 0, 0.06);
    padding-left: 1rem;
    padding-right: 1rem;
}

.lp-testimonials__grey-container__icon {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: -120px;
}

.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background-color: #bfbfbf !important;
}

.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    background-color: #7f7f7f !important;
}

.testimonial-slider {
    width: 100%;
    max-width: 1100px;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.testimonial-slide {
    text-align: center;
    margin-top: 50px;
}

.logo-slider .image-slide {
    width: 300px !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.logo-slider {
    max-width: 1520px;
}

.ip-content-grid__sidebar__menutile__links-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ip-content-grid__sidebar__menutile__link:hover {
    border-left: 4px solid #533092;
    text-decoration: underline;
}

.ip-content-grid__1col h2,
.ip-content-grid__1col p,
.ip-content-grid__1col li {
    margin-bottom: 1rem;
}

.ip-content-grid__1col .lp-gallery {
    margin-bottom: 0;
    padding-bottom: 0;
}

#breadcrumbs a {
    color: white;
}

.ip-banner * {
    margin-bottom: 0;
}

.logo-slider3 {
    max-width: 900px;
}

.ws-row-image-and-text__col-text-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.photo-slider__main {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

.ws-photo-slider__section .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.ws-photo-slider__section .swiper-slide {
    background-size: cover;
    background-position: center;
}

.ws-photo-slider__section .mySwiper2 {
    height: 80%;
    width: 100%;
    max-height: 640px;
}

.ws-photo-slider__section .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.ws-photo-slider__section .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.ws-photo-slider__section .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.ws-photo-slider__section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.ws-photo-slider__section * {
    margin-bottom: 0;
}

.photo-slider__main .swiper-wrapper {
    max-height: 640px;
}

.photo-slider__thumb .swiper-wrapper {
    height: 180px;
}

.photo-slider__main .photo-slide {
    max-height: 640px;
}

.photo-slider__main .swiper-slide img {
    max-height: 640px;
    border-radius: 1rem;
}

/* Swiper second */
.ws-photo-slider__section .mySwiper4 {
    height: 80%;
    width: 100%;
    max-height: 640px;
}

.ws-photo-slider__section .mySwiper3 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.ws-photo-slider__section .mySwiper3 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.ws-photo-slider__section .mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}

@media screen and (max-width:1199px) {
    .ip-content-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 3rem;
    }

    .lp-bgr-wtiles {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .ws-row-bgr-image-and-text {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    p {
        font-size: 20px;
    }

    a {
        font-size: 20px;
    }

    li {
        font-size: 20px;
    }

    .notification-bar p {
        font-size: 16px;
    }

    .notification-bar a {
        font-size: 16px;
    }

    .lp-banner__img {
        max-height: 300px;
    }

    .lp-banner__content {
        position: relative;
    }

    main {
        margin-top: 220px;
    }

    .navigation-bar {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ip-content-grid__sidebar__ctatile {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ip-content-grid__sidebar__menutile__link {
        padding-left: 1rem;
    }

    .ip-content-grid__sidebar__menutile__title {
        padding-left: 1rem;
    }
}

.navigation-bar__logolink {
    display: flex;
    align-items: center;
    max-width: 75%;
}

@media screen and (max-width:767px) {
    .photo-slider__thumb .swiper-wrapper {
        height: 100px;
    }
}

.sp-cta a {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}

.sp-cta {
    text-align: center;
    padding-top: 0;
}

.sp-cta * {
    margin-bottom: 0;
}

.navigation-bar__menu {
    margin-top: auto;
    margin-bottom: auto;
}

.mb-0 {
    margin-bottom: 0px !important;
}

@media screen and (max-width:767px) {
    .bottom-logo-section__row {
        gap: 1rem;
    }
}