/*Theme Name: Office Evolution Theme V1


Theme URI: Starter Theme - www.215marketing.com

Author: 215 Marketing

Author URI: webmaster@215marketing.com

Version: 1.1

Description:  Office Evolution custom coded theme.



/* MARK BG */

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #EA8039;
}

::selection {
    color: #fff;
    background: #EA8039;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #151515;
    overflow-wrap: break-word;
    word-wrap: break-word;
    background-color: #FDFDFD;
}

body p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #6B6B6B;
    margin-bottom: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 110%;
    color: #151515;
}

h1 {
    font-size: 3.75em;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.875em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

a:hover {
    text-decoration: none;
}

select {
    cursor: pointer;
}

p.large {
    font-size: 1.125em;
    line-height: 29px;
}

h1.h1-title-2 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

h1.h1-like-h2 {
    font-size: 2.25rem;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
    color: #FFFFFF;
}


/* SLIDER GENERAL STYLES */

.carousel {
    width: 100%;
}

.greyscale {
    filter: grayscale(100%);
    cursor: pointer;
}

.greyscale:hover {
    filter: none;
}

.title-and-category {
    position: absolute;
    bottom: 3em;
    text-align: center;
    width: 100%;
    color: #fff;
}

h5.slider-title {
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    font-family: 'Roboto' !important;
}

.category-styles {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto' !important;
    margin-bottom: 0.5em;
}

.blog-post.position-relative.shadow {
    width: 100%;
    background-size: cover !important;
    height: 500px;
}

.carousel-indicators li {
    background: #e9204f;
    width: 10px;
    height: 10px;
    padding: 0px !important;
    border: none;
    border-radius: 99px;
}


/* HAMBURGER MENU */

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #151515;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}


/* NAVBAR */

.navigation-bg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #FDFDFD;
    box-shadow: 0px 4px 20px #00000010;
}

.navbar-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#main-navbar.navbar {
    width: 100%;
}

#menu-main-menu.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #073852;
}

#useful-links-footer-nav .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #151515;
    font-size: .9rem;
    font-weight: 400;
}

.dropdown-toggle::after {
    display: unset;
    margin-left: 0.3rem;
    vertical-align: unset;
    content: url('/wp-content/uploads/2024/12/arrow-down.svg');
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}

.btn-nav-orange a {
    background: #EA8039;
    border: 1px solid #EA8039;
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    min-width: 9.9375rem;
    filter: saturate(0.9);
}

.btn-nav-orange a:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #EA803960;
}

.btn-nav-border a {
    background: transparent;
    border: 1px solid #EA8039;
    color: #EA8039 !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    min-width: 9.9375rem;
    filter: saturate(0.9);
}

.btn-nav-border a:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #EA803960;
}

.btn-orange {
    display: flex;
    width: fit-content;
    background: #EA8039;
    border: 1px solid #EA8039;
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    filter: saturate(0.9);
}

.btn-orange:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #EA803960;
}

.btn-white {
    display: flex;
    width: fit-content;
    background: #FDFDFD;
    border: 1px solid #FDFDFD;
    color: #151515 !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    filter: saturate(0.9);
}

.btn-white:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #FDFDFD60;
}

.btn-blue {
    display: flex;
    width: fit-content;
    background: #073852;
    border: 1px solid #073852;
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    filter: saturate(0.9);
}

.btn-blue:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #07385260;
}

.btn-border {
    display: flex;
    width: fit-content;
    background: transparent;
    border: 1px solid #EA8039;
    color: #EA8039 !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    filter: saturate(0.9);
}

.btn-border:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #EA803960;
}

ul#menu-main-menu {
    width: 100%;
    justify-content: space-between;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #151515;
    text-align: left;
    list-style: none;
    background-color: #FDFDFD;
    background-clip: padding-box;
    border: unset;
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.6rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #151515;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #FDFDFD;
    text-decoration: none;
    background-color: #073852;
}


/* HP HERO */

.hp-hero-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.hp-hero-text {
    width: 55%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 72vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp-hero-text h1,
.hp-hero-text p {
    color: #FDFDFD;
}


/* FIND NEAREST LOCATIONS */

.find-locations-section {
    margin-top: -7rem;
}

.find-nearest-locations {
    background-color: #073852;
    padding: 1.875rem;
    border-radius: 1.5rem;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    z-index: 2;
    position: relative;
}

.find-nearest-locations h2 {
    color: #FDFDFD;
    margin-bottom: 1.5rem;
    font-size: 1.5em;
}

.search {
    background-color: #FDFDFD;
    padding: 4px;
    border-radius: 5px
}

.search-1 {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
}

.search-1 input {
    border: none;
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1rem;
    border-right: 2px solid #FDFDFD;
}

.search-1 input:focus {
    border-color: none;
    box-shadow: none;
    outline: none
}

.search-icon {
    content: url('/wp-content/themes/officeevolution/images/search-filter.svg');
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
}

::placeholder {
    color: #6B6B6B;
    opacity: 1
}

.search-1 button {
    position: relative;
    background-color: #EA8039;
    color: #FDFDFD;
    width: fit-content;
    min-width: 11rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #EA8039;
}

.search-input-2 {
    display: none;
    margin-bottom: 1.5rem;
}


/* BOX WITH LINK */

.repeater-slider-section {
    padding-bottom: 3rem;
}

.section-title {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 2.5rem;
}

.section-top-negative-m {
    padding-top: 7.5rem;
}

.box-with-link-group {
    border: 1px solid #DADADA;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.box-with-link-image-group {
    height: 13rem;
}

.box-with-link-image-group img {
    height: 13rem;
    object-fit: cover;
}

.box-with-link-text-group {
    padding: 1.5rem 2rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
}


/* CAROUSEL BUTTONS */

.carousel-controls-group {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: right;
}

.carousel-control-next,
.carousel-control-prev {
    position: unset;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: unset;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    border: unset;
    background: unset;
}

.carousel-control-prev-icon {
    height: 1rem;
    width: 1rem;
    background-image: url('/wp-content/uploads/2024/12/arrow-blue-left.svg');
    display: flex;
}

.carousel-control-next-icon {
    height: 1rem;
    width: 1rem;
    background-image: url('/wp-content/uploads/2024/12/arrow-blue-right.svg');
    display: flex;
}

.carousel-control-prev {
    left: unset;
    right: 4rem;
}
.modal-backdrop.show {
    opacity: .8 !important;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -3.75rem;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    background: #808080;
    width: 4.75rem;
    height: 0.25rem;
    padding: 0px !important;
    border: none;
    border-radius: 100rem;
}

.carousel-indicators li.active {
    background: #EA8039;
}


/* ICON BOX */

.icon-box-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.section-title.text-white h2,
.section-title.text-white p {
    color: #FDFDFD;
}

.icon-box-group {
    background-color: #FDFDFD;
    padding: 2rem;
    border-radius: 1.125rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.25rem;
    text-align: center;
    justify-content: space-between;
}

.icon-box-group:hover {
    background-color: #EA8039;
}

.icon-box-group:hover img,
.icon-box-group:hover h5,
.icon-box-group:hover p {
    filter: brightness(0) invert(1);
}

.icon-box-group:hover .btn-orange {
    background-color: #FFFFFF;
    color: #EA8039 !important;
}

.icon-box-group:hover p.btn-orange {
    filter: unset;
    color: #EA8039 !important;
}

.icon-box-group img {
    height: 3.125rem;
}

.row-gap {
    row-gap: 1.5rem;
}


/* CONTENT REPEATER */

.content-text {
    width: 100%;
}

.content-repeater-section {
    background-size: auto 8.25rem !important;
    background-repeat: no-repeat !important;
    background-position: top 67% right 1% !important;
}

.content-image {
    border-radius: 1.125rem;
    overflow: hidden;
}

.content-image img {
    border-radius: 1.125rem;
}


/* LOCATIONS MAP */

.map-locations-section {
    background-color: #07385204;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.map-location-image-large {
    display: block;
}

.map-location-image-small {
    display: none;
}

.map-location-image img {
    object-fit: cover;
    border-radius: 1.5rem;
    aspect-ratio: 24 / 10;
}

p.big-numbers-title {
    color: #EA8039;
    font-size: 3.75rem;
    font-weight: 700;
}

.big-numbers-section {
    border-right: 1px solid #D9D9D9;
    height: 100%;
    padding: 0rem 3rem;
    text-align: start;
}

.col-4.col-sm-4.col-md-4.col-lg-4.col-xl-4.px-0.text-center:last-child .big-numbers-section {
    border-right: none;
}


/* SLIDER VIDEO */

.slider-video-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.slider-video-color-box-bg {
    background-color: #073852;
    border-radius: 1.125rem;
    overflow: hidden;
}

.slider-video-color-box-group {
    position: relative;
    padding: 3.75rem 5rem;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    height: 100%;
}

.slider-video-color-box-bg-image {
    position: absolute;
    top: 0;
    padding: 0rem;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

.slider-video-box-image img {
    /* height: 32rem; */
    object-fit: cover;
    border-radius: 1.125rem;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.slider-video-title-box h2 {
    color: #FDFDFD;
}

.slider-video-title-box h4 {
    color: #EA8039;
}

.slider-video-title-box p {
    color: #FDFDFD;
}

.slider-video-title-box {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

#sliderVideo .carousel-control-prev-icon {
    height: 1.25rem;
    width: 2rem;
    background-image: url('/wp-content/uploads/2024/12/arrow-white-left.svg');
}

#sliderVideo .carousel-control-next-icon {
    height: 1.25rem;
    width: 2rem;
    background-image: url('/wp-content/uploads/2024/12/arrow-white-right.svg');
}

#sliderVideo .carousel-control-prev {
    left: unset;
    position: relative;
    width: auto;
    right: unset;
}

#sliderVideo .carousel-control-next {
    right: unset;
    left: unset;
    width: auto;
    position: relative;
}

#sliderVideo .arrows-nav {
    position: absolute;
    bottom: 20%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    place-self: start;
    padding-left: 1rem;
}

#sliderVideo .carousel-indicators {
    bottom: 10%;
    justify-content: start;
    left: unset;
    right: unset;
    padding-left: 1rem;
    margin-left: unset;
    margin-right: unset;
}

.row-carousel-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


/* FOOTER */

.footer-section {
    background-color: #073852;
    padding-top: 3.75rem;
}

.footer-section p,
.footer-section a {
    color: #FDFDFD;
    font-size: 0.875em;
}

.footer-logo-info {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

.footer-image-repeater-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-left: 0rem;
}

.quick-links-row p {
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 2rem;
}

.social-network-title p {
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 2rem;
}

.social-network-icons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-left: 0rem;
}

.copyright-section {
    border-top: 0.03125rem solid #FDFDFD;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 3.75rem;
}

.copyright-section p,
.copyright-section a {
    font-size: 0.75rem;
}

.copyright-links {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: right;
    margin-right: 0rem;
}

.footer-logo img {
    width: 20.5rem;
}

.footer-logo-2 img {
    width: 12.5rem;
}

.row-gap-3 {
    row-gap: 3rem;
}


/* BLOG */

.blog-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.light-blue-bg .blog-item-box {
    background: #FDFDFD !important;
}

.light-blue-bg .blog-card-title {
    margin-bottom: 1rem;
}

.light-blue-bg .border-icon-box-group {
    background-color: #FFFFFF;
}

#blog .nav-tabs {
    padding: unset;
    border-bottom: unset;
    margin-bottom: unset;
    background: unset;
}

#blog .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-radius: 100rem;
    padding: 1rem 1.25rem;
    color: #8F8F8F;
    font-size: 1rem;
    font-weight: 600;
}

#blog .nav-tabs .nav-link.active {
    color: #FDFDFD;
    font-size: 1rem;
    font-weight: 600;
    background-color: #EA8039;
}

#blog .input-group {
    width: 100%;
    background: #F1F1F1;
    border-radius: 1.125rem;
    padding: 0.5rem 1.125rem;
}

#blog .form-control {
    background: transparent;
    border: unset;
}

#blog .form-control::placeholder {
    color: #454545;
}

#blog .input-group-text {
    border: unset;
    background: unset;
}

.blog-item-box {
    padding: 1.25rem 1.5rem;
    background: #F0F3F4;
    border-radius: 1.5rem;
    height: 100%;
    position: relative;
}

.blog-card {
    background-color: unset;
    border: unset;
}

.blog-card-img {
    /* height: 18.3125rem; */
    border-radius: 0.75rem;
    position: relative;
    aspect-ratio: 16/11;
}

.blog-card-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #073852;
    padding: 0.5rem 1rem;
    border-radius: 100rem;
}

.blog-card-link {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
}

.blog-card-label span {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
}

.blog-card-date p {
    font-size: 1rem;
    font-weight: 600;
    color: #454545;
    margin-bottom: 0.5rem;
}

.blog-card-title {
    margin-bottom: 1.5rem;
}

.blog-card-excerpt {
    margin-bottom: 2.5rem;
}

.read-more-blog {
    font-size: 1.125em;
    font-weight: 700;
    color: #EA8039;
    padding: unset;
}

#featured-blog .blog-item-box {
    background-color: unset;
    padding: unset;
    margin-bottom: 3.75rem;
}

#featured-blog .blog-card-link {
    position: unset;
}

#featured-blog .blog-card-img {
    height: unset;
    aspect-ratio: 16 / 11;
}

#featured-blog .blog-card-body {
    justify-content: center;
}

#featured-blog .featured-blog-label p {
    font-size: 1.125em;
    font-weight: 600;
    color: #073852;
}

#featured-blog .blog-card-title {
    margin-bottom: unset;
}

#featured-blog .blog-card-date {
    margin-bottom: 1.5rem;
}


/* NAVIGATION NUMBERS */

.navigation-group {
    display: flex;
    justify-content: center;
}

.navigation-group ul {
    display: flex;
    gap: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: unset;
    list-style-type: none;
}

.navigation-group ul li a {
    color: #073852;
}

.navigation-group ul li a:hover {
    color: #EA8039;
}

.navigation-group ul li.active a {
    color: #EA8039;
}


/* SINGLE */

.single-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.single-post-image img {
    /* height: 20.8125rem; */
    object-fit: cover;
    border-radius: 1.5rem;
    aspect-ratio: 5 / 2;
}

.single-section .title-section {
    margin-bottom: 3.75rem;
}

.single-post-image {
    margin-bottom: 2rem;
}

.single-content {
    margin-top: 2rem;
}

.single-read-time p {
    color: #EA8039;
    font-weight: 600;
    text-align: right;
}

.single-post-date {
    display: flex;
    flex-direction: row;
}

.single-post-date p {
    font-size: 1rem;
    font-weight: 500;
    color: #073852;
}

.single-read-time {
    display: flex;
}

.single-post-date-time-group {
    display: flex;
    justify-content: space-between;
}

.single-content p {
    margin-bottom: 1.25rem;
}


/* CTA */

.cta-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cta-group {
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    height: 23rem;
}

.cta-text-section {
    position: relative;
    background-color: #EA8039;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-text-section h2,
.cta-text-section p {
    color: #FFFFFF;
}

.cta-text-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center right 2rem !important;
    height: 100%;
    width: 100%;
}

.cta-image-section {
    width: 50%;
}

.cta-image-section img {
    object-fit: cover;
    height: 100%;
}


/* CONTACT US */

.contact-us-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.contact-us-section .title-section {
    margin-bottom: 3rem;
}

.contact-us-section .title-section p {
    font-size: 1.125em;
    color: #151515;
}

.contact-us-section .gform_required_legend {
    display: none;
}

.contact-us-section .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
}

.contact-us-section input,
.contact-us-section select,
.contact-us-section textarea {
    background: #F0F3F4;
    padding: 1rem 1.125rem;
    border-radius: 0.5rem;
    border: unset;
}

.contact-us-section input::placeholder,
.contact-us-section select::placeholder,
.contact-us-section textarea::placeholder {
    font-size: 0.9rem;
    font-weight: 300;
    color: #777777;
}

.contact-us-section .gform_button {
    display: flex;
    width: fit-content;
    background: #EA8039;
    border: 1px solid #EA8039;
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    filter: saturate(0.9);
}

.contact-us-section .gform_button:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #EA803960;
}

.contact-form-sidebar {
    border-left: 1px solid #15151520;
    padding-left: 2rem;
    height: 100%;
}


/* CASE STUDIES */

.case-studies-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.case-studies-section .title-section h1,
.case-studies-section .title-section p {
    color: #FFFFFF;
}

.case-studies-card-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.case-studies-card {
    height: 13.125rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 1.25rem;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.case-studies-card:hover {
    box-shadow: 0rem 0rem 1rem #000000;
    transition: 0.3s ease-in-out;
}

.case-studies-card h4 {
    color: #FFFFFF;
}

.case-studies-card-link {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
}

.case-studies-card-link a {
    font-size: 1.125em;
    font-weight: 700;
    color: #EA8039;
}

.case-studies-wh-100 {
    position: absolute;
    left: 0;
    top: 0rem;
    width: 100%;
    height: 100%;
}


/* ABOUT US */

.about-us-section {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

.about-us-hero-image {
    margin-top: 3rem;
}

.about-us-hero-image img {
    height: 100%;
}

.about-us-hero-image-mobile {
    display: none;
}

.about-us-ism.image-section-mobile {
    display: none;
}


/* TITLE IMAGE SECTION */

.title-image-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.title-image-section .title-section {
    width: 80%;
}


/* CONTENT SINGLE */

.content-single-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #073852;
    position: relative;
}

.content-single-bg {
    position: absolute;
    width: 30%;
    height: 60%;
    bottom: -5rem;
    right: 0rem;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: right -5rem bottom !important;
}

.content-single-section .image-section {
    height: 23.3rem;
}

.content-single-section .image-section img {
    border-radius: 1.25rem;
    object-fit: cover;
    height: 100%;
}

.content-single-section .title-section {
    padding-left: 5rem;
}

.title-section h2 {
    margin-bottom: 1.25rem;
}

.light-blue-bg {
    background-color: #07385208;
}

.content-link {
    margin-top: 2rem;
}


/* TEAM MEMBER */

.team-member-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.team-member-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
    padding: 1rem;
}

.team-member-image {
    overflow: hidden;
    border-radius: 100%;
    width: 14.125rem;
    height: 14.125rem;
}

.team-member-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team-member-name {
    font-size: 1.125rem;
    font-weight: 700;
    color: #151515;
}

.team-member-position {
    font-size: 1rem;
    font-weight: 400;
    color: #6B6B6B;
}

.team-member-link-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.custom-col-5 {
    max-width: 20%;
    flex: 1 1 20%;
}

.just-content-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.just-content-section ul {
    padding-left: 1rem;
    color: #151515;
    font-size: 1rem;
    font-weight: 300;
}


/* RESOURCES BORDER BOX */

.resources-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.row-gap-5 {
    row-gap: 5rem;
}

.border-box-group {
    padding: 1.5rem;
    border: 1px solid #D7D7D7;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    height: 100%;
    min-height: 9.375rem;
}

.border-box-title-group {
    position: relative;
    height: 100%;
}

.border-box-icon img {
    width: 3.125rem;
    height: auto;
}

.border-box-link {
    position: absolute;
    bottom: 0rem;
}

.border-box-link a {
    color: #EA8039;
    font-size: 1.125em;
    font-weight: 700;
}


/* RESOURCES COLOR BOX */

.color-box-group {
    padding: 2rem;
    background: #F0F3F4;
    border-radius: 1.5rem;
}

.color-box-title {
    text-align: center;
    padding-bottom: 1.3125rem;
    margin-bottom: 1.3125rem;
    border-bottom: 1px solid #D7D7D7;
}

.color-box-title h3 {
    font-size: 1.25rem;
}

.color-box-line {
    display: flex;
    align-items: center;
}

.color-box-line-icon {
    margin-right: 1rem;
}

.color-box-line-text p {
    color: #151515;
    font-size: 1rem;
    font-weight: 500;
    word-break: break-all;
}


/* DOUBLE IMAGE HERO */

.double-image-hero-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.double-i-text-group {
    padding: 2.5rem;
    border-radius: 1.125rem;
    border-left: 0.75rem solid #EA8039;
    background-color: #FFFFFF;
    width: 90%;
}

.double-i-text-group h1 {
    color: #073852 !important;
    margin-bottom: 1.5rem;
}

.double-image-hero {
    position: relative;
    width: 100%;
    height: 28rem;
}

.image-big-bottom {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: 1;
    border-radius: 1.125rem;
}

.image-big-bottom img {
    height: 100%;
    object-fit: cover;
}

.image-small-top {
    position: absolute;
    overflow: hidden;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 50%;
    height: 50%;
    z-index: 2;
    border-radius: 1.125rem;
    border: 0.75rem solid #073852;
}

.image-small-top img {
    height: 100%;
    object-fit: cover;
}


/* BORDER ICON BOX */

.section-pad-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.border-icon-box-group {
    padding: 2rem;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    border: 1px solid #D7D7D7;
}

.border-icon-box-image img {
    width: 3.75rem;
}


/* FRAME IMAGE BOX */

.frame-image-box-group {
    background-color: #FDFDFD;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.frame-image {
    width: 100%;
    aspect-ratio: 16 / 11;
}

.frame-image img {
    height: 100%;
    object-fit: cover;
}

.frame-image-title {
    padding: 2rem;
    margin-bottom: 5rem;
}

.frame-image-link {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.checkmark-group {
    display: flex;
}

.checkmark-group img {
    margin-right: 1rem;
}

.checkmark-gap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.checkmark-group p {
    font-size: 1rem;
    font-weight: 600;
    color: #151515;
}

.content-single-checkmark-section .title-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 85%;
}

.content-single-checkmark-section .image-section {
    border-radius: 1.125rem;
    overflow: hidden;
}


/* CONTENT SINGLE DOUBLE IMAGE */

#csdi .image-small-top {
    left: unset;
    right: 0;
    width: 60%;
    height: 70%;
    border: 0.75rem solid #F3F5F6;
}

#csdi .image-big-bottom {
    right: unset;
    left: 0;
    width: 60%;
}

#csdi .double-image-hero {
    width: 85%;
}

#csdi .title-section h3 {
    margin-bottom: 2.5rem;
}

#csdi .title-section h5 {
    color: #EA8039;
}


/* CTA-ish */

.cta-ish-section {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.cta-ish-group {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
    align-items: center;
}

.cta-ish-color-box-group {
    width: 70%;
    background-color: #073852;
    overflow: hidden;
    border-radius: 2.5rem;
    padding: 3.75rem 5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.cta-ish-image-group {
    width: 50%;
    position: absolute;
    right: 0;
    top: -5rem;
    height: 100%;
    overflow: hidden;
    border-radius: 2.5rem;
}

.cta-ish-image-group img {
    object-fit: cover;
    aspect-ratio: 14 / 10;
    border-radius: 2rem;
}

.cta-ish-text-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    z-index: 2;
}

.cta-ish-text-group h4 {
    padding-top: 2rem;
    padding-bottom: 0.8125rem;
    color: #EA8039;
    margin-bottom: unset;
}

.cta-ish-text-group p {
    color: #D9D9D9;
    font-size: 1rem;
    font-weight: 300;
}

p.undername {
    color: #FDFDFD;
    font-weight: 600;
}

.cta-ish-group-color-bg-image {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.cta-ish-group-color-bg-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center left -7rem !important;
}


/* FAQ */

.faq-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.panel-group {
    width: 100%;
}

.panel-heading h4,
.panel-heading img {
    display: inline-block;
    padding: 5px;
    margin: 0px;
    margin-bottom: 0px;
}

.panel-heading img {
    margin: 4px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.panel-heading[aria-expanded="false"] img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    filter: brightness(0);
}

.panel-body p {
    color: #454545;
    width: 90%;
    padding: 5px;
}

.panel {
    display: block;
    padding: 2.5rem;
    gap: 1rem;
    background: unset;
    border-bottom: 0.5px solid #15151570;
}

.panel-group:last-child .panel {
    border-bottom: unset;
}

.panel-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#locationTabsContent .card-header {
    background: #fff;
    border-radius: 12px;
    border: none;
}

div#locationTabsContent button.btn.btn-link {
    color: #000000;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

div#locationTabsContent .card-body {
    background: #F8F8F8;
    overflow: hidden;
    padding: 0em;
    text-align: center;
    padding-left: 0em;
    padding-right: 0em;
}

ul#locationTabs {
    width: 100%;
    background: none !important;
    margin-top: 2em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    column-gap: 1em;
}


/* MICROSITE SIDEBAR */

.microsite-sidebar {
    border: 1px solid #D5D5D5;
    border-radius: 1.25rem;
    background-color: #07385208;
}

.microsite-sidebar-title-group {
    padding: 2rem;
    padding-bottom: 0em;
    padding-top: 1.5em;
}

.microsite-sidebar-repeater {
    padding: 1rem;
}

.microsite-sidebar-link-group {
    background-color: #FDFDFD;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
    align-items: center;
    justify-content: space-between;
}

.microsite-sidebar-title {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gap-micro {
    row-gap: 0.5rem;
}

.microsite-sidebar-title p {
    color: #ABABAB;
    font-size: 0.8em;
}

p.sidebar-repeater-title {
    font-weight: 600;
    color: #151515;
    font-size: 0.9em !important;
}

.microsite-sidebar a:hover {
    text-decoration: unset;
}

.group-link img {
    width: 10px;
    height: auto;
}

.group-image img {
    max-width: 25px;
    height: 26px;
}

.microsite-sidebar-title-group.text-center h3 {
    font-size: 1.6em;
}


/* MICROSITE */

.image-gallery-section {
    position: relative;
}

.image-gallery-links {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: end;
}

.breadcrumbs-section {
    margin-top: 0rem;
}

.breadcrumbs-area {
    margin-bottom: 0.8em;
    margin-top: 1.5em;
}

img.breadcrumb-arrow {
    margin-left: 3px;
    margin-right: 3px;
}

.breadcrumbs-section span {
    font-weight: 600;
    color: #073852;
}

.breadcrumbs-area a {
    font-weight: 600;
    color: #073852;
}

.image-gallery-links a:hover {
    cursor: pointer;
}


/* LOCATION TABS */

.card.black-card {
    margin-top: 0.5em;
    padding: 1.125rem;
    border: 1px solid #D7D7D7;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: transparent;
    justify-content: flex-start;
}

.card.black-card img.card-img {
    border-radius: 0px;
}

div#myTabContent .card-body {
    padding-bottom: 0px;
}

span.btn-text {
    color: #073852;
    font-weight: 700;
}


/* RESTAURANTS POST GRID ON LOCATION PAGES */

.card.restaurants-post {
    padding: 1em;
    border-radius: 0px;
    background: #323438;
}

.card.restaurants-post a.btn.yellow-link {
    color: #FECA5A;
    font-weight: 600;
    padding: 0px;
}

.restaurant-content p {
    margin: 1em 0em;
}

.restaurant-content h5 {
    margin-top: 1em;
}

div#BlogArea {
    border-top: 1px solid #fff;
    padding-bottom: 3em;
}

div#FeaturedVideoArea {
    padding-bottom: 2em;
    padding-top: 2em;
}

.vimeo-embed .embed-responsive-16by9::before {
    padding-top: 0px;
}


/* CARDS PRICING AND COLLAPSE */

.pricing-area {
    position: absolute;
    top: 1em;
    right: 2em;
}

p.card-price {
    color: #EA8039;
    font-size: 1em;
    font-weight: 700;
}

.floating-contact.sticky-top.p-4 {
    top: 7em;
    z-index: 99998;
}

.content-container {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    max-width: 60%;
}

.content-container.expanded {
    max-height: none;
    /* Expand fully when clicked */
}

.plan-feat-list ul {
    color: #6B6B6B;
    padding-inline-start: 20px;
    margin-top: 10px;
}

div#amenities-container img {
    max-width: 50px;
    max-height: 50px !important;
}

a#load-more-amenities {
    font-weight: 600;
    color: #EA8039;
}

a#load-more-amenities:hover {
    cursor: pointer;
}

.learn-more-btn {
    margin-top: 15px;
    color: #FDFDFD;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex !important;
}

a.learn-more-btn:hover {
    color: #fff;
    text-decoration: none;
}

.learn-more-btn img {
    margin-left: 5px;
    margin-top: 2px;
}

ul#location-navigation li a:hover,
ul#location-navigation li a:focus {
    color: #FECA5A;
}

button:focus {
    outline: none !important;
}

.map-text-group ul {
    padding-inline-start: 17px;
    color: #6B6B6B;
    list-style: none;
    /* Remove default bullets */
}

.map-text-group ul li {
    position: relative;
    margin-bottom: 5px;
    /* Add some spacing between items, optional */
}

.map-text-group ul li::before {
    content: '•';
    color: #363636;
    font-size: 16px;
    position: absolute;
    left: -16px;
    top: 0px;
}


/* BUY NOW BUTTON */

a.buy-now-btn {
    border: 1px solid #EA8039;
    background: transparent;
    border-radius: 50rem;
    padding: 5px 24px;
    display: block;
    transition: 0.3s;
    color: #EA8039 !important;
    position: absolute;
    right: 1em;
    font-weight: 800;
}

a.buy-now-btn:hover {
    background: #EA8039;
    color: #fff !important;
    text-decoration: none;
}


/* HEADER GRID GALLERY */

#customGallerySection .custom-main-image {
    background-size: cover;
    background-position: center;
    height: 450px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#customGallerySection .custom-side-image {
    background-size: cover;
    background-position: center;
    height: 220px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#customGallerySection .custom-buttons-section {
    bottom: 15px;
    right: 15px;
}

.main-info-zone h1 {
    font-size: 2.4em;
}


/* MODAL */

#customGallerySection .modal .carousel-item img {
    height: 80vh;
    /* Adjust as needed */
    object-fit: cover;
}

div#galleryModal {
    z-index: 99999;
}

div#galleryModal .modal-content {
    background: transparent;
    border: none;
}

a.carousel-control-prev {
    top: 0%;
    position: absolute;
    left: 0%;
    right: auto;
}

a.carousel-control-next {
    top: 0%;
    right: 0%;
    position: absolute;
}

div#galleryModal .modal-header {
    background: transparent;
    border: none;
}

div#galleryModal .modal-header .close {
    color: #000;
    opacity: 1;
    text-shadow: none;
    background: #fff;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px 15px;
}


/* BREADCRUMBS */

.breadcrumbs-area {
    color: #6B6B6B;
}

.stars-rating-section {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.microsite-contact-and-social-media-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #DCDCDC;
}

.microsite-contact-repeater-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.microsite-social-media-gap {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 0rem 0.5rem;
}

p.contact-and-social-title {
    font-size: 1.125em;
    font-weight: 600;
    color: #151515;
    margin-bottom: 1.5rem;
}

.video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

.play-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
}

.play-btn:hover {
    background-color: #ffffff22;
    transition: 0.2s;
}

.microsite-video-section {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.microsite-video-section-title-group {
    width: 40%;
    align-content: center;
    padding-right: 3rem;
}

.microsite-video-section-group {
    width: 60%;
}

h3.contact-and-social-title {
    font-size: 1.5em;
    font-weight: 700;
    color: #151515;
    margin-bottom: 1rem;
}
.h3-title-micro h4 {
    font-size: 1.5em;
    font-weight: 700;
    color: #151515;
    margin-bottom: 1rem;
}
.contact-item {
    margin-bottom: 1em;
}

.contact-item a {
    color: #868686;
    display: flex;
}

.contact-item img {
    margin-right: 10px;
}

.microsite-sidebar.sticky-top {
    top: 7em;
    z-index: 999;
}


/* TABS */

.nav-tabs {
    border-bottom: unset;
    margin-bottom: 1.75rem;
    background: #F8F8F8;
    border-radius: 1.25rem;
    padding: 1rem;
    width: fit-content;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    background: transparent;
    padding: 1rem 1.25rem;
    border-radius: 500rem;
    color: #454545;
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #FDFDFD;
    background-color: #EA8039;
    border-color: unset;
    border: 1px solid #EA8039;
}

.tabs-border-group {
    padding: 1.125rem;
    border: 1px solid #D7D7D7;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: row;
    gap: 3rem;
    height: 100%;
}

.tabs-border-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0.625rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.tabs-border-image img {
    height: 100%;
    object-fit: cover;
}

.tabs-border-title-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

p.tabs-price {
    color: #EA8039;
    font-size: 1.125em;
    font-weight: 600;
}

.tabs-border-text-group-tab {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}

.tabs-border-link {
    display: flex;
    justify-content: right;
}

.tabs-border-link a {
    color: #073852;
    font-weight: 700;
}

.map-text-repeater-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.map-text-repeater-title-section h6 {
    font-size: 1.125em;
    font-weight: 700;
    color: #151515;
    margin-bottom: 1rem;
}

.map-text-group h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #073852;
    margin-bottom: 1rem;
}

.map-text-repeater-image {
    height: 21.5rem;
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
}

.map-text-repeater-image img {
    height: 100%;
    object-fit: cover;
}

.icons-section-title {
    margin-bottom: 1.75rem;
}

.icon-group {
    background-color: #FFFFFF;
    padding: 1.75rem 0rem;
    text-align: center;
}

.icon-group img {
    height: 2.75rem;
    margin-bottom: 1rem;
}

.icons-link {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn-text-orange {
    color: #EA8039;
    font-size: 1rem;
    font-weight: 600;
}

.microsite-featured-blog #featured-blog .blog-card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.microsite-featured-blog #featured-blog .blog-card-img {
    width: 100%;
    height: 11.875rem;
}

.microsite-featured-blog #featured-blog .blog-card-body {
    width: 100%;
    justify-content: center;
}

.microsite-featured-blog #featured-blog .blog-card-date {
    margin-bottom: unset;
}

.microsite-featured-blog .blog-card-body {
    padding-top: unset;
}

.microsite-featured-blog #featured-blog .blog-item-box {
    background-color: unset;
    padding: unset;
    margin-bottom: unset;
    background: #F0F3F4;
    padding: 2rem;
}

.microsite-featured-blog-title-group {
    margin-bottom: 1.75rem;
}

.reviews-group {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border: 1px solid #D5D5D5;
    border-radius: 1.25rem;
}

.review-stars-image {
    margin-bottom: 1rem;
}

.review-stars-image img {
    height: 1.25rem;
}

.review-person-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.review-person-image {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100rem;
    overflow: hidden;
}

.review-person-image img {
    height: 100%;
    object-fit: cover;
}

.meet-the-team-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.meet-the-team-person-image {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 100rem;
    overflow: hidden;
}

.meet-the-team-person-image img {
    height: 100%;
    object-fit: cover;
}

.logos-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.logo-image img {
    height: 4.375rem;
}

.logos-group-gap {
    gap: 5rem;
}

.microsite-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #DCDCDC;
}


/* WORK SPACES */

body.page-template-work_spaces .hero-image{
    display: block;
    text-align: center;
    max-height: 500px;
    width: auto;
}

body.page-template-work_spaces .hero-image img{
    max-height: 500px;
}


/* CONTENT SINGLE STEPS */

p.step-title {
    font-size: 1.25em;
    font-weight: 700;
    color: #EA8039;
}

p.step-text {
    font-size: 1rem;
    font-weight: 600;
    color: #151515;
}

.single-content-steps-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: auto 14.5625rem !important;
    background-repeat: no-repeat !important;
    background-position: bottom 10% right 5% !important;
}

.slider-border-box {
    border: 1px solid #CECECE;
    border-radius: 1.25rem;
    background-color: #FDFDFD;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slider-border-box-image {
    height: 12rem;
    border-radius: 1.25rem;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
}

.slider-box-main-group {
    position: relative;
}


/* .slider-box-color-group {
    background-color: #073852;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3.75rem 5rem;
    border-radius: 1.125rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60%;
    padding-right: 25%;
} */

.slider-box-color-group {
    background-color: #073852;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3.75rem 5rem;
    border-radius: 1.125rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: -webkit-fill-available;
    height: fit-content;
    width: 60%;
    padding-right: 25%;
    padding-bottom: 13rem;
}

.slider-box-main-group .carousel {
    position: absolute;
    right: 0;
    top: -10%;
    width: 60%;
}

.slider-box-color-group h2 {
    margin-bottom: 3rem;
}


/* .slider-box-color-group .arrows-nav {
    height: 10rem !important;
    width: 100% !important;
    position: absolute !important;
    bottom: 0rem !important;
    left: 5% !important;
}

.slider-box-color-group .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 4rem;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
} */

.slider-boxes-section {
    padding-top: 7rem;
}


/* PROMO */

.hero-promo-section {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.promo-contact-form {
    background-color: #FDFDFD;
    border-radius: 1.25rem;
    border: 1px solid #D7D7D7;
    padding-bottom: unset;
    padding-top: unset;
    margin-top: 3rem;
    margin-bottom: 3em;
}

.promo-contact-title {
    padding: 2rem;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.promo-contact-title h3 {
    font-size: 1.5em;
}

.promo-contact-form-body {
    padding: 2rem;
    padding-top: 0em;
    padding-bottom: 0em;
}

.promo-contact-form input,
.promo-contact-form select,
.promo-contact-form textarea {
    background: transparent;
    padding: 1rem 1.125rem;
    border-radius: 0.5rem;
    border: 1px solid #D5D5D5;
}

.promo-contact-form .gform_footer {
    width: 100%;
}

.promo-contact-form .gform_button {
    display: flex;
    width: fit-content;
    background: #073852;
    border: 1px solid #073852;
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem;
    border-radius: 3rem;
    filter: saturate(0.9);
    width: 100%;
}

.promo-contact-form .gform_button:hover {
    filter: saturate(1);
    box-shadow: 0px 0px 14px #07385260;
}

.content-text-right {
    padding-left: 5rem;
}

.content-text-left {
    padding-right: 5rem;
}

.no-bg-color {
    background-color: unset;
}

.content-single-section.promo-content .image-section {
    height: unset;
}

.no-border {
    border-top: unset;
    border-bottom: unset;
}


/* SOLUTIONS */

.solutions-main-title {
    margin-bottom: 1.75rem;
}

.no-border-box {
    border: unset;
    padding: unset;
}

.steps-border-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #D7D7D7;
    padding: 1.25rem;
}

.microsite-section .panel-heading h4 {
    font-size: 1.125rem;
    font-weight: 700;
}

.microsite-section .panel {
    padding-left: 0rem;
}


/* BIG NUMBERS HERO */

.hero-big-numbers-group {
    padding: 0.75rem 1.5rem;
    background-color: #FFFFFF;
    border-radius: 1.25rem;
    margin-top: 2rem;
}

.hero-big-numbers-title {
    font-size: 2.25em;
    color: #EA8039;
}

.secondary-slider-card {
    aspect-ratio: 3 / 3;
    width: 100%;
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.secondary-slider-title {
    display: flex;
    align-items: end;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a {
    color: #FFFFFF !important;
}

#secondarySlider .carousel {
    position: relative;
}

#secondarySlider .arrows-nav {
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    align-content: center;
    display: flex;
    width: 100%;
}

#secondarySlider .carousel-control-prev {
    position: absolute;
    left: -2rem;
    right: unset;
}

#secondarySlider .carousel-control-next {
    position: absolute;
    right: -2rem;
    left: unset;
}

#secondarySlider .carousel-control-next-icon {
    height: 3rem;
    width: 3rem;
    background-image: url('/wp-content/themes/officeevolution/images/white-arrow-next.svg');
}

#secondarySlider .carousel-control-prev-icon {
    height: 3rem;
    width: 3rem;
    background-image: url('/wp-content/themes/officeevolution/images/white-arrow-prev.svg');
}


/* IMAGE SLIDER */

.image-slider-card {
    display: flex;
    position: relative;
    aspect-ratio: 6 / 4;
    border-radius: 1.5rem;
    overflow: hidden;
}

.slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-image-title {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    z-index: 999;
    justify-items: center;
}

#imageSlider .carousel-control-next-icon {
    height: 3rem;
    width: 3rem;
    background-image: url('/wp-content/uploads/2025/01/arrow-right-circle.svg');
}

#imageSlider .carousel-control-prev-icon {
    height: 3rem;
    width: 3rem;
    background-image: url('/wp-content/uploads/2025/01/arrow-left-circle.svg');
}

#imageSlider .arrows-nav {
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    align-content: center;
    display: flex;
    width: 100%;
}

#imageSlider .carousel-control-prev {
    position: absolute;
    left: 2rem;
    right: unset;
}

#imageSlider .carousel-control-next {
    position: absolute;
    right: 2rem;
    left: unset;
}

.image-slider-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #00000090, transparent, transparent);
}

.slider-image-title h4 {
    color: #FFFFFF;
}


/* SLIDER 4 MOVE by 1 */

.carousel-inner.grid-4-move-1 .carousel-item.active,
.carousel-inner.grid-4-move-1 .carousel-item-next,
.carousel-inner.grid-4-move-1 .carousel-item-prev {
    display: flex;
}

.carousel-inner.grid-4-move-1 .carousel-item-right.active,
.carousel-inner.grid-4-move-1 .carousel-item-next {
    transform: translateX(25%);
}

.carousel-inner.grid-4-move-1 .carousel-item-left.active,
.carousel-inner.grid-4-move-1 .carousel-item-prev {
    transform: translateX(-25%);
}

.carousel-inner.grid-4-move-1 .carousel-item-right,
.carousel-inner.grid-4-move-1 .carousel-item-left {
    transform: translateX(0);
}


/* SLIDER 3 MOVE by 1 */


/* Enable perspective for smooth rendering */

.carousel-inner.grid-3-move-1 .carousel-inner {
    perspective: 1000px;
}


/* Base styles for carousel items */

.carousel-inner.grid-3-move-1 .carousel-item {
    display: flex;
    /* Required for layout */
    will-change: transform, opacity;
    /* Prepares browser for animations */
    transform: translate3d(0, 0, 0);
    /* Default position */
    /* transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out; */
    /* Smooth animation */
    opacity: 0;
    /* Hidden by default */
    -webkit-font-smoothing: antialiased;
    /* Prevents bold text during animations */
    -moz-osx-font-smoothing: grayscale;
}


/* Show the active item */

.carousel-inner.grid-3-move-1 .carousel-item.active {
    opacity: 1;
    /* transform: translate3d(0, 0, 0); */
    /* Default position for active */
    /* transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out; */
    /* Smooth transition */
}


/* Ensure only active, next, and prev items are displayed */

.carousel-inner.grid-3-move-1 .carousel-item.active,
.carousel-inner.grid-3-move-1 .carousel-item-next,
.carousel-inner.grid-3-move-1 .carousel-item-prev {
    display: flex;
    /* Show these items */
}


/* Animate next items sliding in from the right */

.carousel-inner.grid-3-move-1 .carousel-item-right.active,
.carousel-inner.grid-3-move-1 .carousel-item-next {
    transform: translate3d(33%, 0, 0);
    /* Move right */
    transition: transform 0.6s ease-in-out;
    /* Smooth transition */
}


/* Animate previous items sliding in from the left */

.carousel-inner.grid-3-move-1 .carousel-item-left.active,
.carousel-inner.grid-3-move-1 .carousel-item-prev {
    transform: translate3d(-33%, 0, 0);
    /* Move left */
    transition: transform 0.6s ease-in-out;
    /* Smooth transition */
}


/* Prevent redundant resetting */

.carousel-inner.grid-3-move-1 .carousel-item-right,
.carousel-inner.grid-3-move-1 .carousel-item-left {
    transform: translate3d(0, 0, 0);
    /* Keep neutral position */
    /* Remove transition: none to avoid visual issues */
}


/* SLIDER 2 MOVE by 1 */

.carousel-inner.grid-2-move-1 .carousel-item.active,
.carousel-inner.grid-2-move-1 .carousel-item-next,
.carousel-inner.grid-2-move-1 .carousel-item-prev {
    display: flex;
}

.carousel-inner.grid-2-move-1 .carousel-item-right.active,
.carousel-inner.grid-2-move-1 .carousel-item-next {
    transform: translateX(50%);
}

.carousel-inner.grid-2-move-1 .carousel-item-left.active,
.carousel-inner.grid-2-move-1 .carousel-item-prev {
    transform: translateX(-50%);
}

.carousel-inner.grid-2-move-1 .carousel-item-right,
.carousel-inner.grid-2-move-1 .carousel-item-left {
    transform: translateX(0);
}


/* SLIDER 1 MOVE by 1 */

.carousel-inner.grid-1-move-1 .carousel-item.active,
.carousel-inner.grid-1-move-1 .carousel-item-next,
.carousel-inner.grid-1-move-1 .carousel-item-prev {
    display: flex;
}

.carousel-inner.grid-1-move-1 .carousel-item-right.active,
.carousel-inner.grid-1-move-1 .carousel-item-next {
    transform: translateX(100%);
}

.carousel-inner.grid-1-move-1 .carousel-item-left.active,
.carousel-inner.grid-1-move-1 .carousel-item-prev {
    transform: translateX(-100%);
}

.carousel-inner.grid-1-move-1 .carousel-item-right,
.carousel-inner.grid-1-move-1 .carousel-item-left {
    transform: translateX(0);
}


/* MAP STYLES */

div#MapAreaLocations {
    height: 350px;
    border-radius: 10px;
    margin-top: 1em;
}

.bubble-styles p,
.bubble-styles h6 {
    color: #000;
}

a.cta-map {
    display: inline-block;
    border: 1px solid #EA8039;
    background: #EA8039;
    border-radius: 50rem;
    padding: 10px;
    transition: 0.3s;
    color: #fff !important;
    font-weight: bold;
    margin-top: 1em;
}

.gm-style-iw-d {
    width: 325px;
    height: 325px !important;
    max-height: 325px !important;
    padding-top: 1.5em;
}

.gm-style-iw-chr {
    position: absolute;
    right: 15px;
}

.gm-style-iw.gm-style-iw-c {
    max-height: 200px !important;
}


/* RESTAURANTS AND CASE STUDIES */

.restaurant-bg {
    height: 155px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    width: 100%;
}

.restaurant-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 20px;
}

.orange-link {
    color: #ff7f00;
    text-decoration: none;
    font-weight: bold;
}

.orange-link:hover {
    text-decoration: underline;
}

.use-case-card {
    height: 220px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.use-case-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    height: 220px;
}

.use-case-title {
    font-size: 1.4rem;
    margin-bottom: auto;
    color: #fff;
}

.use-case-link {
    color: #ff7f00;
    align-self: flex-start;
    font-weight: 700;
    text-decoration: none;
}

.use-case-link:hover {
    color: #ff7f00;
    text-decoration: underline;
}

a.see-all-link {
    color: #073852;
    font-weight: 600;
    margin-bottom: 2em;
    display: block;
}

.gap-05 {
    gap: 0.5em;
}

.gap-1-5 {
    gap: 1.5em;
}

.benefit-list-item {
    color: #000000;
    font-weight: 600;
}
.step-number {
    width: 10%;
}
.step-content {
    width: 90%;
}
.list-item-control {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.step-number p {
    color: #EA8039;
    font-weight: 700;
    font-size: 1.2em;
}

.step-content p {
    font-size: 1.2em;
    color: #151515;
    font-weight: 600;
}


/* FAQ ARROWS */

#faqSection .panel-heading.collapsed::after {
    display: none;
}

#faqSection .panel-heading:not(.collapsed)::after {
    display: none;
}


/* Style for the FAQ arrow */

.panel-heading {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-heading::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/officeevolution/images/arrow-faqs.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-image 0.3s ease;
    transform: rotate(0deg);
    position: absolute;
    right: 15px;
}

.panel-heading.collapsed::after {
    transform: rotate(0deg);
    /* Rotate for inactive state */
    background-image: url('/wp-content/themes/officeevolution/images/arrow-faqs.svg');
    /* Gray arrow */
}

.panel-heading:not(.collapsed)::after {
    transform: rotate(0deg);
    /* Rotate for active state */
    background-image: url('/wp-content/themes/officeevolution/images/active-arrow-faqs.svg');
    /* Orange arrow */
}

.panel.faq-panel {
    padding: 0px;
    border-bottom: 0.5px solid #15151538 !important;
    padding-bottom: 1em;
}

.panel.faq-panel .panel-body p {
    color: #6B6B6B;
    line-height: 1.8em !important;
}

.panel.faq-panel h5 {
    font-size: 1em;
}

.location-body .footer-image-repeater-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1em;
}

.location-body .quick-links-row a {
    display: block;
    width: 100%;
    line-height: 2.5em;
}

.just-content-group h2 {
    font-size: 1.125em;
}


/* ALL LOCATIONS PAGE */

button.btn.btn-link[aria-expanded="true"] span.sign {
    line-height: 1em;
    color: #fff;
    position: absolute;
    right: 0.5em;
    font-size: 1.5em;
}

button.btn.btn-link[aria-expanded="false"] span.sign {
    line-height: 1em;
    color: #FEC95F;
    position: absolute;
    right: 0.5em;
    font-size: 1.5em;
}

div#locationTabsContent button.btn.btn-link[aria-expanded="true"] span.sign {
    line-height: 1em;
    color: #000;
    position: absolute;
    right: 0.5em;
    font-size: 1.5em;
}

div#locationTabsContent button.btn.btn-link[aria-expanded="false"] span.sign {
    line-height: 1em;
    color: #EA8039;
    position: absolute;
    right: 0.5em;
    font-size: 1.5em;
}

#AllLocationsList .accordion-item p {
    margin-bottom: 0px;
}

#AllLocationsList .accordion-item a {
    background: #F9F9F9;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1em;
    font-weight: 500 !important;
    color: #FEC95F;
    font-size: 1.2em;
}

#AllLocationsList h2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#AllLocationsList h2.alloc-list-cname:not(:first-child) {
    margin-top: 50px;
}

#AllLocationsList .card-header {
    background: none !important;
    border: 1px solid #fff;
}

#AllLocationsList .card.p {
    background: none;
}

#AllLocationsList .card-body {
    background: #272B2F;
    border: 1px solid #fff;
}

#AllLocationsList .card-body a {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 3em;
    width: 100%;
    display: block;
}

#AllLocationsList .card-body a:hover {
    color: #fff;
    background: #EA8039;
}

.dark-card .card-img-top {
    background-size: cover;
    height: 170px;
    background-position: center !important;
}

div#locationsList .card.dark-card a:hover {
    color: #FECA5A !important;
}

body.page-template.page-template-page-templates.page-template-AllLocations div#MapAreaLocations {
    width: 100%;
    height: 80vh !important;
}

div#locationsList {
    max-height: 80vh !important;
    overflow-y: scroll;
}

div#locationsList .card.dark-card h5.card-title {
    color: #EA8039 !important;
}

.search-bar {
    background: #073852;
    padding: 1em;
}

input#locationSearch {
    background: #fff;
    border: none;
    padding: 1em !important;
    color: #000;
    font-weight: 600;
    padding-left: 2.5em !important;
}


/* Container for positioning the icon */

.search-container {
    position: relative;
}


/* Input with extra padding to accommodate the icon */

.search-input-with-icon {
    padding-left: 40px;
    /* Add padding for the icon */
}


/* Icon wrapper */

.search-icon {
    position: absolute;
    left: 10px;
    /* Adjust position to your preference */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Prevent interaction with the icon */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/* Optional: Style adjustments for form-control */

.form-control {
    height: auto;
    /* Ensure icon remains properly aligned if the input height changes */
}


/* Ensure the selects and button are spaced evenly */

.yellow-select {
    flex-grow: 1;
    /* Allow the selects to grow and take up equal space */
}

#clearFilters {
    flex-shrink: 1;
    /* Make sure the button doesn't grow and stays smaller */
    white-space: nowrap;
    /* Prevent button text from wrapping */
    width: auto;
    /* Allow button to have a smaller width */
    padding: 0.375rem 0.75rem;
    /* Adjust button padding for smaller size */
    color: #fff;
}

a.list-view {
    color: #EA8039;
    font-weight: 500;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 10px;
}

a.btn.btn-link.read-more-blog.mt-auto.pb-3 {
    color: #073852;
}

a.btn.btn-link.read-more-blog.mt-auto.pb-3:hover {
    color: #EA8039;
}


/* MAP SECTION */

.section-pad-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.map-image img {
    border-radius: 1.5rem;
}


/* LOCATIONS */

.location-card {
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    border: 1px solid #D7D7D7;
    overflow: hidden;
    height: 100%;
}

.location-text-group {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.location-rating {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.location-image {
    aspect-ratio: 6 / 4;
}

.location-image img {
    height: 100%;
    object-fit: cover;
}

.location-title {
    margin-bottom: 2rem;
}

.location-title h5 {
    color: #EA8039;
}

.location-title p {
    color: #6B6B6B;
}

.location-rating p {
    color: #000000;
}

.location-rating img {
    height: 1rem;
}


/* FEATURED SLIDER */

.featured-slider-text-group {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 3rem;
}

.featured-slider-text-group h4 {
    color: #EA8039;
}

#featuredSlider .arrows-nav {
    display: flex;
    gap: 1rem;
}


/* FEATURED V2 */

.featured-v2-group {
    padding: 3.75rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 2.1875rem;
    overflow: hidden;
}

.featured-v2-image img {
    border-radius: 1.5rem;
}

.featured-v2-text-section {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-right: 5rem;
}

.featured-v2-text-group h3 {
    color: #EA8039 !important;
    margin-bottom: 2rem;
}

.single-content-repeater h5 {
    margin-bottom: 1rem;
}

.row-gap-2 {
    row-gap: 2rem;
}

.opening-paragraph.mt-4.pb-4 {
    border-bottom: 1px solid #DCDCDC;
}

div#AboutLocationArea,
div#AmenitiesArea,
div#MeetTheTeamArea {
    border-top: 1px solid #DCDCDC;
}

a.read-all-reviews-btn {
    color: #073852;
    font-weight: bold;
    margin-bottom: 2em;
    display: block;
}

#FaqArea .faq-panel {
    padding-top: 1.5em;
}


/* NEW SLIDER AREA */

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    background-color: #073852;
    z-index: 0;
    height: 100%;
    border-radius: 40px;
}

.slider-box-main-group {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 4em;
}


/* Prevent Slick from overflowing Bootstrap's grid */

#Swipper-area {
    overflow-x: hidden;
    position: relative;
    margin-top: -4em;
}


/* Force Slick to use flexbox */

.slick-track {
    display: flex !important;
}


/* Ensure slides have equal height */

.slick-slide {
    display: flex;
    align-items: stretch;
    height: auto !important;
    margin: 10px;
}


/* Fix Navigation & Pagination */

.nav-pagination-row {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    /* Push to bottom */
    padding-left: 4em;
    padding-right: 4em;
}


/* Fix Navigation Arrows */

.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}


/* Remove numbers from pagination bullets */

.slick-dots li button {
    font-size: 0;
    /* Hide text inside buttons */
    line-height: 0;
    width: 60px;
    height: 5px;
    background: #A7A7A7;
    border-radius: 0;
    transition: background 0.3s;
}


/* Apply Background Images to Arrows */

.slick-prev {
    background-image: url('/wp-content/themes/officeevolution/images/white-arrow-prev.svg');
}

.slick-next {
    background-image: url('/wp-content/themes/officeevolution/images/white-arrow-next.svg');
}

div#repeaterSlider .slick-prev {
    background-image: url('/wp-content/themes/officeevolution/images/arrow-blue-left.svg');
}

div#repeaterSlider .slick-next {
    background-image: url('/wp-content/themes/officeevolution/images/arrow-blue-right.svg');
}


/* Hide default Slick arrow text */

.slick-prev::before,
.slick-next::before {
    display: none;
}


/* Pagination Bullet Default */

.slick-dots li button {
    background: #A7A7A7;
    width: 60px;
    height: 3px;
    border-radius: 0px;
    transition: background 0.3s;
}


/* Pagination Bullet Active */

.slick-dots li.slick-active button {
    background: #EA8039;
    width: 60px;
    height: 5px;
    border-radius: 0px;
}


/* Pagination Slider */

ul.slick-dots {
    display: flex;
    list-style: none;
    padding-inline-start: 0px;
    margin-bottom: 0px;
    gap: 10px;
}

.slick-dots li button {
    background: #A7A7A7;
    width: 60px;
    height: 5px;
    border-radius: 0px;
    transition: background 0.3s;
    border: none;
    gap: 5px;
}

div#sliderVideo .nav-buttons {
    display: flex;
    align-items: center;
}


/* HOMEPAGE SLIDER */

div#repeaterSlider .box-with-link-image-group {
    height: 13rem;
    border-radius: 1.25rem;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
}

div#repeaterSlider .slider-title {
    display: flex;
    gap: 0.2em;
    flex-direction: column;
}

#sliderVideo .slider-video-content {
    background: #073852;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 18px;
}

#sliderVideo .slick-initialized .slick-slide {
    display: flex;
}

.slider-navigation.video-navigation {
    position: absolute;
    z-index: 99999;
    bottom: 2em;
    left: 5em;
}

.slider-video-embed {
    border-radius: 14px;
    overflow: hidden;
}
.arrow-stlye {
    background: #fff;
    padding: 10px;
    border-radius: 25px;
}
.carousel-gallery-item {
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 500px;
    max-width: 822px;
}
/* LOCATIONS FIX */
.amenity-item p {
    display: flex;
    flex-direction: column;
}
/* FLOATING ICON */
.contact-floating {
    background: #EA8039;
    position: fixed !important;
    right: 1em;
    bottom: 1em;
    z-index: 99999;
    padding: 10px 15px;
    border-radius: 100em;
}
a.mobile-cta img {
    max-width: 30px;
    margin-right: 7px;
}
a.mobile-cta {
    color: #fff !important;
    font-weight: bold;
}
body.search {
    padding: 0px;
}
.toogle-more {
    color: #EA8039;
    font-weight: bold;
    margin-top: 0.5em;
}
.left-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.left-content .group-image {
    margin-right: 1em;
}
div#FaqArea h5 {
    font-size: 1.1em;
}
div#pricing-area {
    border-top: 1px solid #DCDCDC;
}
/* HERO VIDEO SECTION */
.hp-hero-section {
    position: relative;
    width: 100%;
    height: 72vh;
    overflow: hidden;
}

.hp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hp-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.hp-hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Black overlay with 50% opacity */
    z-index: 2;
}

.hp-hero-text {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
}
h1.main-title span {
    color: #454545;
    font-size: 0.8em;
    display: block;
}
.separator {
    height: 1px;
    background: #DCDCDC;
    width: 100%;
    margin: 0 auto;
    border: none;
    margin-top: 2em;
    margin-bottom: 2em;
}
/* DEALS BAR */
.col-12.col-xl-10.mx-auto.deal-bars {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
p.deals-title {
    font-weight: bold;
}
.deal-bar {
    background: #EA8039;
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.deal-bars p {
    color: #fff;
}
.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12.p-0.pt-0.pb-3.px-3.px-lg-0 ul li a,
.col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12.p-0.pt-0.pb-3  ul li a {
    color: #EA8039;
    font-weight: 600;
}
div#VideoArea iframe {
    max-width: 100%;
}
/* MAP FIXES */
.gm-style-iw.gm-style-iw-c {
    max-height: 200px !important;
    max-width: 288px !important;
}
.gm-style-iw-d {
    max-width: 288px;
    height: auto !important;
    padding: 2em !important;
}
.bubble-styles a {
    color: #fff;
    background: #EA8039 !important;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1em;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
}

body.post-template-default.single.single-post .single-section a {
    color: #EA8039;
    font-weight: 500;
}
body.locations-template-default .blog-card-img {
    aspect-ratio: auto;
    height: 370px;
    background-size: cover;
    background-position: top;
}
/* DASHBOARD STYLES */
a.btn.btn-primary.mt-2.yellow-dash-btn {
    background: #EA8039;
    border: 1px solid #EA8039;
    color: #FFFFFF !important;
}

div#user-dashboard-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#user-dashboard h1 {
    font-size: 3em;
}
div#user-dashboard h1 span {
    color: #EA8039;
}
nav.nav.flex-column.card-dark.dash-nav.sticky-top {
    background: #efefef;
    padding: 1em;
}
nav.nav.flex-column.card-dark.dash-nav.sticky-top a {
    color: #000;
}
body.page-template.page-template-page-templates.page-template-Dashboard div#services a.acf-button.acf-repeater-add-row.button.button-primary {
    display: none !important;
}
.acf-field.acf-field-repeater.acf-field-66c4928a92c8b,
.acf-field.acf-field-group.acf-field-66c4931d92c8d,
.acf-field.acf-field-text.acf-field-66c4a5e2fc5ea,
.acf-field.acf-field-link.acf-field-66c4a5f1fc5eb,
.acf-field.acf-field-link.acf-field-66c4a5f8fc5ec,
.acf-field.acf-field-text.acf-field-66c4a78dfc5f1,
.acf-field.acf-field-text.acf-field-66c4a7a7fc5f2,
.acf-field.acf-field-textarea.acf-field-66c4aac16074a,
.acf-field.acf-field-true-false.acf-field-66c491cc92c83,
.acf-field.acf-field-true-false.acf-field-66c491f792c84,
.acf-field.acf-field-text.acf-field-66c4920a92c85,
.acf-field.acf-field-text.acf-field-66c4925392c87,
.acf-field.acf-field-text.acf-field-66c4926192c88,
.acf-field.acf-field-text.acf-field-66c4926f92c89,
.acf-field.acf-field-text.acf-field-66c4927c92c8a,
.acf-field.acf-field-text.acf-field-66cc5605a585b,
.acf-field.acf-field-text.acf-field-66c492a592c8c,
.acf-field.acf-field-group.acf-field-66c4937092c8e,
.acf-field.acf-field-wysiwyg.acf-field-66f3e6a3f1a06,
.acf-field.acf-field-text.acf-field-66f3e786f1a07,
.acf-field.acf-field-text.acf-field-66f3f880ca9fc,
.acf-field.acf-field-url.acf-field-66cc568314c9a,
.acf-field.acf-field-link.acf-field-66c4a761fc5ee,
.acf-field.acf-field-link.acf-field-66c4a773fc5ef,
.acf-field.acf-field-textarea.acf-field-66c4a782fc5f0,
.acf-field.acf-field-text.acf-field-66c4aad16074b,
.acf-field.acf-field-url.acf-field-66c4ab766074c,
.acf-field.acf-field-relationship.acf-field-677f567b47a8f,
.acf-field.acf-field-text.acf-field-6796b8e4ab58d,
.acf-field.acf-field-image.acf-field-6796b8fcab58f,
.acf-field.acf-field-wysiwyg.acf-field-6796b916ab590,
.acf-field.acf-field-text.acf-field-66c4923692c86,
.acf-field.acf-field-true-false.acf-field-677df0ab4c7c7,
.acf-field.acf-field-text.acf-field-677def034c7b2,
.acf-field.acf-field-textarea.acf-field-677def0b4c7b3,
.acf-field.acf-field-wysiwyg.acf-field-6783fbdef5f9d,
.acf-field.acf-field-text.acf-field-6783fc78f5f9f,
.acf-field.acf-field-textarea.acf-field-677df0034c7bc,
.acf-field.acf-field-wysiwyg.acf-field-677df00f4c7bd,
.acf-field.acf-field-repeater.acf-field-677df0274c7be,
.acf-field.acf-field-wysiwyg.acf-field-677df04d4c7c1,
.acf-field.acf-field-repeater.acf-field-677df05f4c7c2,
.acf-field.acf-field-wysiwyg.acf-field-677df0744c7c4,
.acf-field.acf-field-repeater.acf-field-677df0884c7c5,
.acf-field.acf-field-true-false.acf-field-677df1aa9de5a,
.acf-field.acf-field-text.acf-field-677df1aa9de5b,
.acf-field.acf-field-textarea.acf-field-677df1aa9de5c,
.acf-field.acf-field-wysiwyg.acf-field-678532329ecb5,
.acf-field.acf-field-text.acf-field-678532409ecb6,
.acf-field.acf-field-textarea.acf-field-677df1aa9de65,
.acf-field.acf-field-wysiwyg.acf-field-677df1aa9de66,
.acf-field.acf-field-repeater.acf-field-677df1aa9de67,
.acf-field.acf-field-wysiwyg.acf-field-677df1aa9de6a,
.acf-field.acf-field-repeater.acf-field-677df1aa9de6b,
.acf-field.acf-field-wysiwyg.acf-field-677df1aa9de6d,
.acf-field.acf-field-repeater.acf-field-677df1aa9de6e,
.acf-field.acf-field-true-false.acf-field-677df38b805f2,
.acf-field.acf-field-text.acf-field-677df38b805f3,
.acf-field.acf-field-textarea.acf-field-677df38b805f4,
.acf-field.acf-field-wysiwyg.acf-field-6785325e9ecb7,
.acf-field.acf-field-text.acf-field-6785328c9ecb8,
.acf-field.acf-field-textarea.acf-field-677df38b805fd,
.acf-field.acf-field-wysiwyg.acf-field-677df38b805fe,
.acf-field.acf-field-repeater.acf-field-677df38b805ff,
.acf-field.acf-field-wysiwyg.acf-field-677df38c80602,
.acf-field.acf-field-repeater.acf-field-677df38c80603,
.acf-field.acf-field-wysiwyg.acf-field-677df38c80605,
.acf-field.acf-field-repeater.acf-field-677df38c80606,
.acf-field.acf-field-true-false.acf-field-677df21ab15ca,
.acf-field.acf-field-text.acf-field-677df21ab15cb,
.acf-field.acf-field-textarea.acf-field-677df21ab15cc,
.acf-field.acf-field-wysiwyg.acf-field-678532a79ecb9,
.acf-field.acf-field-text.acf-field-678532c19ecba,
.acf-field.acf-field-textarea.acf-field-677df21ab15d5,
.acf-field.acf-field-wysiwyg.acf-field-677df21ab15d6,
.acf-field.acf-field-repeater.acf-field-677df21ab15d7,
.acf-field.acf-field-wysiwyg.acf-field-677df21ab15da,
.acf-field.acf-field-repeater.acf-field-677df21ab15db,
.acf-field.acf-field-wysiwyg.acf-field-677df21ab15dd,
.acf-field.acf-field-repeater.acf-field-677df21ab15de,
.acf-field.acf-field-true-false.acf-field-677df236b15e1,
.acf-field.acf-field-text.acf-field-677df236b15e2,
.acf-field.acf-field-textarea.acf-field-677df236b15e3,
.acf-field.acf-field-wysiwyg.acf-field-678532e09ecbb,
.acf-field.acf-field-text.acf-field-678532f99ecbd,
.acf-field.acf-field-textarea.acf-field-677df236b15ec,
.acf-field.acf-field-wysiwyg.acf-field-677df236b15ed,
.acf-field.acf-field-repeater.acf-field-677df236b15ee,
.acf-field.acf-field-wysiwyg.acf-field-677df236b15f1,
.acf-field.acf-field-repeater.acf-field-677df236b15f2,
.acf-field.acf-field-wysiwyg.acf-field-677df236b15f4,
.acf-field.acf-field-repeater.acf-field-677df236b15f5,
.acf-field.acf-field-true-false.acf-field-677df24bb15f8,
.acf-field.acf-field-text.acf-field-677df24bb15f9,
.acf-field.acf-field-textarea.acf-field-677df24bb15fa,
.acf-field.acf-field-wysiwyg.acf-field-678533519ecbe,
.acf-field.acf-field-text.acf-field-678533649ecbf,
.acf-field.acf-field-textarea.acf-field-677df24bb1603,
.acf-field.acf-field-wysiwyg.acf-field-677df24bb1604,
.acf-field.acf-field-repeater.acf-field-677df24bb1605,
.acf-field.acf-field-wysiwyg.acf-field-677df24bb1608,
.acf-field.acf-field-repeater.acf-field-677df24bb1609,
.acf-field.acf-field-wysiwyg.acf-field-677df24bb160b,
.acf-field.acf-field-repeater.acf-field-677df24bb160c,
.acf-field.acf-field-true-false.acf-field-677df267b160f,
.acf-field.acf-field-text.acf-field-677df267b1610,
.acf-field.acf-field-textarea.acf-field-677df267b1611,
.acf-field.acf-field-wysiwyg.acf-field-678533979ecc0,
.acf-field.acf-field-text.acf-field-678533a79ecc1,
.acf-field.acf-field-textarea.acf-field-677df267b161a,
.acf-field.acf-field-wysiwyg.acf-field-677df267b161b,
.acf-field.acf-field-repeater.acf-field-677df267b161c,
.acf-field.acf-field-wysiwyg.acf-field-677df267b161f,
.acf-field.acf-field-repeater.acf-field-677df267b1620,
.acf-field.acf-field-wysiwyg.acf-field-677df267b1622,
.acf-field.acf-field-repeater.acf-field-677df267b1623,
.acf-field.acf-field-true-false.acf-field-677df27bb1626,
.acf-field.acf-field-text.acf-field-677df27bb1627,
.acf-field.acf-field-textarea.acf-field-677df27bb1628,
.acf-field.acf-field-wysiwyg.acf-field-678533c29ecc2,
.acf-field.acf-field-text.acf-field-678533d69ecc3,
.acf-field.acf-field-textarea.acf-field-677df27bb1631,
.acf-field.acf-field-wysiwyg.acf-field-677df27bb1632,
.acf-field.acf-field-repeater.acf-field-677df27bb1633,
.acf-field.acf-field-wysiwyg.acf-field-677df27bb1636,
.acf-field.acf-field-repeater.acf-field-677df27cb1637,
.acf-field.acf-field-wysiwyg.acf-field-677df27cb1639,
.acf-field.acf-field-repeater.acf-field-677df27cb163a,
.acf-field.acf-field-true-false.acf-field-677df297b163d,
.acf-field.acf-field-text.acf-field-677df297b163e,
.acf-field.acf-field-textarea.acf-field-677df297b163f,
.acf-field.acf-field-wysiwyg.acf-field-678533f69ecc4,
.acf-field.acf-field-text.acf-field-6785340b9ecc5,
.acf-field.acf-field-textarea.acf-field-677df297b1648,
.acf-field.acf-field-wysiwyg.acf-field-677df297b1649,
.acf-field.acf-field-repeater.acf-field-677df297b164a,
.acf-field.acf-field-wysiwyg.acf-field-677df297b164d,
.acf-field.acf-field-repeater.acf-field-677df297b164e,
.acf-field.acf-field-wysiwyg.acf-field-677df297b1650,
.acf-field.acf-field-repeater.acf-field-677df297b1651,
.acf-field.acf-field-true-false.acf-field-677df2a7b1654,
.acf-field.acf-field-text.acf-field-677df2a7b1655,
.acf-field.acf-field-textarea.acf-field-677df2a7b1656,
.acf-field.acf-field-wysiwyg.acf-field-678534299ecc6,
.acf-field.acf-field-text.acf-field-6785343a9ecc7,
.acf-field.acf-field-textarea.acf-field-677df2a7b165f,
.acf-field.acf-field-wysiwyg.acf-field-677df2a7b1660,
.acf-field.acf-field-repeater.acf-field-677df2a7b1661,
.acf-field.acf-field-wysiwyg.acf-field-677df2a7b1664,
.acf-field.acf-field-repeater.acf-field-677df2a7b1665,
.acf-field.acf-field-wysiwyg.acf-field-677df2a7b1667,
.acf-field.acf-field-repeater.acf-field-677df2a7b1668 {
    display: none;
}
nav.nav.flex-column.card-dark.dash-nav.sticky-top a.nav-link.active {
    color: #EA8039;
    font-weight: bold;
}

nav.nav.flex-column.card-dark.dash-nav.sticky-top {
    top: 7em;
    z-index: 2;
}
.solutions-h1 {
    color: #073852;
}
.user-area-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 1em;
    margin-top: 1em;
}
.user-area-pagination span.page-numbers.current,
a.next.page-numbers,
a.prev.page-numbers {
    background: #EA8039;
    color: #fff;
    padding: 10px 1.5em;
    font-weight: bold;
}
a.page-numbers {
    background: #efefef;
    color: #000;
    padding: 10px 1.5em;
    font-weight: 400;
}
a.page-numbers:hover {
    background: #EA8039;
    color: #fff;

}
.page-template-template-regional .regional_carousel .swiper-wrapper {
	justify-content: center;
}
.single-locations .logos-section .logo-image img {
	height: auto !important;
    width: 100% !important;
    max-width: fit-content;
}


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {
    /* SLIDER MOVE by 1 */
    .carousel-inner.grid-3-move-1 .carousel-item-right.active,
    .carousel-inner.grid-3-move-1 .carousel-item-next {
        transform: translateX(100%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-left.active,
    .carousel-inner.grid-3-move-1 .carousel-item-prev {
        transform: translateX(-100%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-right,
    .carousel-inner.grid-3-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-right.active,
    .carousel-inner.grid-2-move-1 .carousel-item-next {
        transform: translateX(100%);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-left.active,
    .carousel-inner.grid-2-move-1 .carousel-item-prev {
        transform: translateX(-100%);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-right,
    .carousel-inner.grid-2-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    ul#menu-main-menu {
        margin-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }
    h1 {
        font-size: 1.75em;
    }
    h2 {
        font-size: 1.375em;
    }
    h3 {
        font-size: 1.25em;
    }
    h4 {
        font-size: 1.25em;
    }
    body p {
        font-size: 0.9375em;
    }
    .promo-contact-title h3 {
        font-size: 1em;
    }
    .find-nearest-locations h2 {
        font-size: 1em;
    }
    .hp-hero-section {
        background-position: left 60% center !important;
    }
    .hp-hero-text {
        padding-top: 3.375rem;
        padding-bottom: 10rem;
        width: 100%;
        height: 100%;
    }
    .find-nearest-locations {
        width: 100%;
    }
    .search-1 {
        width: 100%;
        flex-direction: column;
    }
    .search-icon {
        content: url('/wp-content/uploads/2024/12/search-icon.svg');
        display: flex;
        width: 1.5rem;
        height: 1.5rem;
        display: none;
    }
    .search-input-2 {
        display: block;
    }
    .search-input-1 {
        display: none;
    }
    .section-top-negative-m {
        padding-top: 3.5rem;
    }
    .carousel-control-next {
        right: 30%;
        left: unset;
    }
    .carousel-control-prev {
        right: unset;
        left: 30%;
    }
    .carousel-indicators li {
        width: 2.8125rem;
    }
    .slider-video-color-box-group {
        padding: 2rem 2rem 2rem 2rem;
        height: 100%;
    }
    .slider-video-title-box {
        row-gap: 1rem;
    }
    .slider-video-color-box-bg {
        overflow: unset;
    }
    .quick-links-row p {
        margin-top: 3rem;
    }
    .social-network-title p {
        margin-top: 3rem;
    }
    .copyright-section {
        text-align: center;
    }
    .copyright-links {
        flex-direction: column;
    }
    #blog .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        row-gap: 0.5rem;
        width: 100%;
        align-items: center;
    }
    #blog .nav-tabs .nav-link.active {
        width: max-content;
    }
    #featured-blog .blog-card {
        flex-direction: column;
        gap: 0rem;
    }
    #featured-blog .blog-card-img {
        width: 100%;
    }
    #featured-blog .blog-card-body {
        width: 100%;
    }
    h1.h1-title-2 {
        font-size: 1.6em;
        margin-bottom: 1.5rem;
    }
    .single-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .cta-group {
        flex-direction: column;
        height: 100%;
        height: auto;
    }
    .cta-text-section {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
        width: 100%;
    }
    .cta-image-section {
        width: 100%;
    }
    .blog-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .content-single-bg {
        display: none;
    }
    .about-us-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-size: cover !important;
    }
    .content-single-section .title-section {
        padding-left: unset;
    }
    .content-single-section .image-section {
        height: 16rem;
    }
    .team-member-image {
        overflow: hidden;
        border-radius: 100%;
        width: 8.1875rem;
        height: 8.1875rem;
    }
    .title-image-section .title-section {
        width: 100%;
    }
    .border-box-group {
        min-height: unset;
        height: fit-content;
    }
    .border-box-link {
        position: unset;
    }
    .color-box-group {
        padding: 1rem;
    }
    .double-i-text-group {
        padding: 1.5rem;
        width: 100%;
    }
    .double-image-hero {
        height: 15rem;
    }
    #csdi .double-image-hero {
        height: 15rem;
        width: 100%;
    }
    .content-single-checkmark-section .title-section {
        width: 100%;
    }
    .faq-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .panel {
        padding: 1.5rem;
    }
    .slider-box-color-group {
        position: relative;
        padding: 2rem 2rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        height: 100%;
        width: 100%;
        padding-right: 2rem;
    }
    .slider-box-main-group .carousel {
        position: relative;
        width: 100%;
        top: unset;
    }
    .slider-boxes-section {
        padding: 2rem;
    }
    .slider-box-main-group {
        position: relative;
        height: unset;
    }
    .slider-box-color-group .arrows-nav {
        height: unset !important;
        width: 100% !important;
        position: relative !important;
        bottom: unset !important;
        left: unset !important;
        display: none;
    }
    .slider-box-color-group .carousel-indicators {
        position: relative;
        bottom: 0rem;
    }
    .microsite-video-section {
        flex-direction: column-reverse;
    }
    .microsite-video-section-group {
        width: 100%;
    }
    .microsite-video-section-title-group {
        width: 100%;
        padding-right: unset;
    }
    .play-btn {
        width: 4rem;
    }
    .tabs-border-group {
        flex-direction: column;
        gap: 2rem;
    }
    .tabs-border-title-group {
        flex-direction: column;
        align-items: start;
    }
    .tabs-border-price.text-right {
        text-align: left !important;
    }
    .logos-group-gap {
        gap: 3rem;
        justify-content: center;
    }
    .logo-image img {
        height: 2.375rem;
    }
    .microsite-sidebar-link-group {
        flex-direction: column;
        text-align: center;
    }
    .microsite-section #faqSection .panel-heading h4 {
        font-size: 1rem;
    }
    .microsite-section #faqSection .panel {
        padding-left: 1rem;
    }
    .microsite-sidebar-repeater {
        padding: 1rem;
    }
    #menu-main-menu.navbar-nav {
        flex-direction: column;
        gap: 1rem;
    }
    #useful-links-footer-nav .navbar-nav {
        flex-direction: column;
        gap: 1rem;
    }
    .navbar-group {
        flex-direction: column;
    }
    #sliderVideo .carousel-item .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .find-locations-section {
        margin-top: -5rem;
    }
    .carousel-controls-group {
        justify-content: center;
        margin-bottom: 2rem;
    }
    .big-numbers-section {
        padding: 0rem 1rem;
        text-align: start;
    }
    .big-numbers-section p {
        font-size: 0.9375rem;
    }
    p.big-numbers-title {
        font-size: 1.75rem;
    }
    .just-content-group h2 {
        font-size: 1.4rem;
    }
    #sliderVideo .carousel-indicators {
        bottom: -8%;
        padding-left: unset;
        display: flex;
        justify-self: anchor-center;
    }
    #sliderVideo .arrows-nav {
        padding-left: unset;
    }
    .map-location-image img {
        aspect-ratio: 10 / 16;
    }
    .map-location-image-large {
        display: none;
    }
    .map-location-image-small {
        display: block;
    }
    .color-box-title h3 {
        font-size: 1.1rem;
    }
    .color-box-title {
        padding-top: 1rem;
    }
    .hero-promo-section {
        height: auto;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .hero-promo-section .content-text-left {
        padding-right: unset;
    }
    .promo-contact-form {
        margin-top: 4rem;
    }
    #secondarySlider .carousel-control-prev {
        left: 0rem;
    }
    #secondarySlider .carousel-control-next {
        right: 0rem;
    }
    #imageSlider .arrows-nav {
        z-index: 999;
    }
    #imageSlider .carousel-control-prev {
        left: 0rem;
    }
    #imageSlider .carousel-control-next {
        right: 0rem;
    }
    .featured-slider-text-group {
        padding-left: unset;
    }
    .cta-ish-group-color-bg-image {
        display: none;
    }
    .cta-ish-color-box-group {
        width: 100%;
        background-color: #073852;
        overflow: hidden;
        border-radius: 2.5rem;
        padding: 3.75rem 5rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .cta-ish-group {
        flex-direction: column;
    }
    .cta-ish-image-group {
        width: 100%;
        position: unset;
        right: 0;
        top: -5rem;
        height: fit-content;
        overflow: hidden;
        border-radius: 2.5rem;
    }
    .cta-ish-color-box-group {
        width: 100%;
        order: 2;
        padding: 3rem;
    }
    .cta-ish-text-section {
        width: 100%;
    }
    .cta-ish-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .checkmark-gap {
        flex-direction: column;
    }
    .icon-box-group img {
        height: 2.25rem;
    }
    .content-repeater-section {
        background-size: auto 4.25rem !important;
        background-position: top 66% right 1% !important;
    }
    .blog-card-date p {
        font-size: 0.9375rem;
        margin-bottom: unset;
    }
    .read-more-blog {
        font-size: 0.9375rem;
    }
    #featured-blog .featured-blog-label p {
        font-size: 1.125em;
        font-weight: 700;
    }
    .blog-date-m-hidden {
        display: none;
    }
    .blog-card-body {
        padding-top: 2rem;
    }
    .blog-card-title h4 {
        font-size: 1.5rem;
        margin-bottom: unset;
    }
    .blog-card-excerpt {
        margin-bottom: 3rem;
    }
    .single-post-date {
        flex-direction: column;
    }
    .single-read-time {
        align-items: center;
    }
    .single-post-image img {
        aspect-ratio: 5 / 4;
    }
    .single-post-date p {
        font-weight: 400;
        font-size: 0.9375em;
    }
    .single-read-time p {
        font-size: 0.9375em;
    }
    .contact-form-sidebar {
        border-left: unset;
        padding-left: 0rem;
        padding-top: 2rem;
        height: 100%;
        border-top: 1px solid #15151520;
    }
    .contact-form-sidebar h4 {
        font-size: 1.25rem;
    }
    .page-template-contact_us .cta-section {
        display: none;
    }
    .contact-us-section {
        padding-top: 2rem;
        padding-bottom: 3.75rem;
    }
    h1.h1-title-2 {
        margin-bottom: 1.5rem;
        font-size: 1.75em;
    }
    .contact-us-section .title-section p {
        font-size: 0.9375em
    }
    .case-studies-section {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
    .case-studies-section .title-section h1 {
        margin-bottom: 1.5rem !important;
    }
    .case-studies-section .title-section p {
        font-size: 0.9375em;
    }
    .about-us-section {
        padding-top: 4.375rem;
        padding-bottom: unset;
    }
    .about-us-hero-image-mobile {
        display: flex;
        margin-top: 2.5rem;
    }
    .about-us-hero-image {
        display: none;
    }
    .about-us-ism.image-section {
        display: none;
    }
    .about-us-ism.image-section-mobile {
        display: flex;
    }
    .custom-col-5 {
        max-width: 50%;
        flex: 1 1 50%;
    }
    .just-content-group h2 {
        font-size: 0.9375em;
    }
    .resources-section {
        padding-top: 2rem;
        padding-bottom: 3.75rem;
    }
    .border-box-title-group h5 {
        font-size: 0.9375em;
    }
    .border-box-link a {
        font-size: 0.9375em;
    }
    .border-box-icon img {
        width: 2.25rem;
        height: auto;
    }
    .color-box-line-text p {
        word-break: break-all;
    }
    .color-box-line-icon {
        margin-right: 0.5rem;
    }
    p.step-title {
        font-size: 0.9375em;
    }
    p.step-text {
        font-size: 0.9375em;
    }
    .single-content-steps-bg {
        background-size: auto 4.5725rem !important;
        background-position: bottom 6% right 5% !important;
    }
    .panel-heading h4 {
        font-size: 0.9375em;
    }
    #faqSection .row-gap {
        row-gap: 1rem;
    }
    .panel {
        padding: 1.625rem 0.625rem;
    }
    .cta-text-section-bg {
        background-position: center center !important;
    }
    /* SLIDER STYLES */
    .background-overlay {
        height: 100%;
        width: 100%;
    }
    #Swipper-area {
        margin-top: 0em;
    }
    .featured-v2-group {
        padding: 2rem;
    }
    .featured-v2-text-section {
        padding-right: 0rem;
    }
    .tabs-border-image {
        height: 220px;
    }
    #customGallerySection .custom-main-image {
    height: 250px;
    }
    #customGallerySection .custom-side-image {
    height: 120px;
    }
    .main-info-zone h1 {
    font-size: 1.8em;
    }
    .carousel-gallery-item {
    height: 250px;
    }
    .step-number {
    width: 25%;
    }
    .breadcrumbs-area {
    font-size: 0.8em;
    }
    .content-container {
    max-width: 100%;
    }
    body.locations-template-default ul#myTab {
    border-bottom: unset;
    margin-bottom: 1.75rem;
    background: #F8F8F8;
    border-radius: 1.25rem;
    padding: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    }
    body.locations-template-default li.nav-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .deal-bars p {
    font-size: 0.7rem;
    }
    .deal-bars {
    gap: 0.2em;
    }
    .gm-style-iw.gm-style-iw-c {
    max-width: 200px !important;
    }
    .gm-style-iw-d {
    max-width: 200px !important;
    padding: 1em !important;
    }
    .mobile-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    }

    .mobile-header .contact-us-btn-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    }

    .mobile-header .btn-nav-orange {
    display: inline-flex; /* Only take necessary space */
    justify-content: center;
    align-items: center;
    padding: 10px 15px; /* Adjust as needed */
    border-radius: 5px; /* Optional: Adds rounded corners */
    text-align: center;
    }

    .mobile-header .btn-nav-orange a {
    color: white;
    text-decoration: none;
    display: block;
    }
    .navigation-bg {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    }
    div#bs4navbar-mobile.navbar-collapse.d-lg-none.collapse.show {
    height: 100vh !important;
    display: flex !important;
    position: relative !important;
    width: 100%;
    flex-direction: column;
    }

    div#bs4navbar-mobile .dropdown-menu.show {
        position: relative !important;
        will-change: auto !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        transform: none !important;
        background: #efefef;
    }
    a#workSpacesDropdown,
    a#solutionsDropdown,
    a#locationDropdown {
        color: #151515;
        font-weight: bold;
    }
    a.buy-now-btn {
        position: relative;
        text-align: center;
        margin-bottom: 1em;
        right: auto;
    }
    ul#menu-main-menu-mobile a {
        color: #000;
    }
}


/* SLIDER STYLES 768 */

@media (max-width: 767.9px) {
    .nav-pagination-row {
        padding-top: 0em;
        padding-left: 2em;
        padding-right: 2em;
    }
    .slider-box-main-group {
        padding: 2em;
        padding-top: 3em;
        padding-bottom: 1em;
    }
    .slider-boxes-section {
        padding: 1rem;
    }
    .background-overlay {
        height: 100%;
        width: 100%;
    }
    #Swipper-area {
        margin-top: 0em;
    }
    .slider-border-box-image {
        height: 300px;
    }
    .pricing-area {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    margin-bottom: 1em;
    }
    .mobile-header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .navigation-bg {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    }

    .mobile-header .contact-us-btn-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    }

    .mobile-header .btn-nav-orange {
    display: inline-flex; /* Only take necessary space */
    justify-content: center;
    align-items: center;
    padding: 10px 15px; /* Adjust as needed */
    border-radius: 5px; /* Optional: Adds rounded corners */
    text-align: center;
    }

    .mobile-header .btn-nav-orange a {
    color: white;
    text-decoration: none;
    display: block;
    }
    a.buy-now-btn {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
    right: auto;
    }
    ul#menu-main-menu-mobile a {
    color: #000;
    }

}


/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {
    /* SLIDER MOVE by 1 */
    .carousel-inner.grid-3-move-1 .carousel-item-right.active,
    .carousel-inner.grid-3-move-1 .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-left.active,
    .carousel-inner.grid-3-move-1 .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-right,
    .carousel-inner.grid-3-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-right.active,
    .carousel-inner.grid-2-move-1 .carousel-item-next {
        transform: translateX(100%);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-left.active,
    .carousel-inner.grid-2-move-1 .carousel-item-prev {
        transform: translateX(-100%);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-right,
    .carousel-inner.grid-2-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    ul#menu-main-menu {
        width: 100%;
        justify-content: space-between;
        row-gap: 1rem;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.3em;
    }
    h1.h1-like-h2 {
        font-size: 1.7rem;
    }
    .find-nearest-locations h2 {
        font-size: 1.3em;
    }
    .promo-contact-title h3 {
        font-size: 1.3em;
    }
    .hp-hero-section {
        background-position: left 60% center !important;
    }
    .hp-hero-text {
        padding-top: 5rem;
        padding-bottom: 10rem;
        width: 80%;
    }
    .find-nearest-locations {
        width: 100%;
    }
    .carousel-indicators li {
        width: 2.75rem;
    }
    .copyright-section {
        text-align: center;
    }
    .copyright-links {
        flex-direction: column;
    }
    #blog .blog-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .custom-col-5 {
        max-width: 50%;
        flex: 1 1 50%;
    }
    .title-image-section .title-section {
        width: 100%;
    }
    .content-single-section .title-section {
        padding-left: unset;
    }
    .content-single-bg {
        right: 0rem;
    }
    .team-member-image {
        width: 11rem;
        height: 11rem;
    }
    .double-image-hero {
        height: 20rem;
    }
    .image-small-top {
        height: 65%;
    }
    .double-i-text-group {
        width: 100%;
    }
    h1.h1-title-2 {
        font-size: 2em;
        margin-bottom: 1.5rem;
    }
    .panel {
        padding: 2rem;
    }
    .slider-box-color-group {
        position: relative;
        padding: 2rem 2rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        height: 100%;
        width: 100%;
        padding-right: 2rem;
    }
    .slider-box-main-group .carousel {
        position: relative;
        width: 100%;
        top: unset;
    }
    .slider-boxes-section {
        padding: 2rem;
    }
    .slider-box-main-group {
        position: relative;
        height: unset;
    }
    .slider-box-color-group .arrows-nav {
        height: unset !important;
        width: 100% !important;
        position: relative !important;
        bottom: unset !important;
        left: unset !important;
        display: none;
    }
    .slider-box-color-group .carousel-indicators {
        position: relative;
        bottom: 0rem;
    }
    .content-single-checkmark-section .title-section {
        width: 100%;
    }
    .logos-group-gap {
        gap: 2rem;
    }
    .logo-image img {
        height: 2.8rem;
    }
    .microsite-section #faqSection .panel {
        padding-left: 1rem;
    }
    .microsite-sidebar-repeater {
        padding: 1rem;
    }
    #menu-main-menu.navbar-nav {
        flex-direction: column;
        gap: 1rem;
    }
    #useful-links-footer-nav .navbar-nav {
        flex-direction: row;
        gap: 1rem;
        justify-self: center;
    }
    .navbar-group {
        flex-direction: column;
    }
    #sliderVideo .carousel-item .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .slider-video-box-image img {
        /* height: 20rem; */
        border-radius: unset;
    }
    .carousel-controls-group {
        justify-content: center;
        margin-bottom: 2rem;
    }
    #blog .nav-tabs {
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        align-items: center;
    }
    #blog .nav-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
    #blog .nav-tabs .nav-link.active {
        font-size: 0.8rem;
    }
    .just-content-group h2 {
        font-size: 1.5rem;
    }
    #sliderVideo .carousel-indicators {
        bottom: 5%;
        padding-left: unset;
    }
    #sliderVideo .arrows-nav {
        padding-left: unset;
    }
    .map-location-image-large {
        display: block;
    }
    .map-location-image-small {
        display: none;
    }
    .border-box-group {
        min-height: unset;
        height: fit-content;
    }
    .border-box-link {
        position: unset;
    }
    .hero-promo-section {
        height: auto;
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .promo-contact-form {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    #secondarySlider .carousel-control-prev {
        left: 0rem;
    }
    #secondarySlider .carousel-control-next {
        right: 0rem;
    }
    .secondary-slider-card {
        aspect-ratio: 4 / 3;
    }
    #imageSlider .arrows-nav {
        z-index: 999;
    }
    #imageSlider .carousel-control-prev {
        left: 0rem;
    }
    #imageSlider .carousel-control-next {
        right: 0rem;
    }
    .slider-image-title {
        bottom: 1rem;
    }
    .featured-slider-text-group {
        padding-left: unset;
    }
    .cta-ish-group-color-bg-image {
        height: 50%;
        width: 70%;
    }
    .cta-ish-color-box-group {
        padding: 3.75rem 3rem;
    }
    .cta-ish-text-section {
        width: 70%;
    }
    .checkmark-gap {
        flex-direction: column;
    }
    .cta-ish-image-group {
        top: 0;
        align-content: center;
    }
    .cta-ish-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    /* NREW */
    .section-top-negative-m {
        padding-top: 3.75rem;
    }
    .big-numbers-section {
        padding: 0rem 1rem;
    }
    p.big-numbers-title {
        font-size: 2rem;
    }
    .slider-video-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    .slider-video-color-box-group {
        padding: 2rem 2rem 2rem 2rem;
        height: 100%;
    }
    #sliderVideo .carousel-indicators {
        bottom: -8%;
        padding-left: unset;
        display: flex;
        justify-self: anchor-center;
    }
    .slider-video-box-image img {
        /* height: 32rem; */
        object-fit: cover;
        border-radius: 1.125rem;
        overflow: hidden;
        aspect-ratio: 16/9;
    }
    .featured-v2-group {
        padding: 2rem;
    }
    .featured-v2-text-section {
        padding-right: 0rem;
    }
    .content-container {
    max-width: 100%;
    }
    .mobile-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    }
    .navigation-bg {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    }

    .mobile-header .contact-us-btn-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    }

    .mobile-header .btn-nav-orange {
    display: inline-flex; /* Only take necessary space */
    justify-content: center;
    align-items: center;
    padding: 10px 15px; /* Adjust as needed */
    border-radius: 5px; /* Optional: Adds rounded corners */
    text-align: center;
    }

    .mobile-header .btn-nav-orange a {
    color: white;
    text-decoration: none;
    display: block;
    }
    a.buy-now-btn {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
    right: auto;
    }
    ul#menu-main-menu-mobile a {
    color: #000;
    }
}


/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {
    /* SLIDER MOVE by 1 */
    .carousel-inner.grid-3-move-1 .carousel-item-right.active,
    .carousel-inner.grid-3-move-1 .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-left.active,
    .carousel-inner.grid-3-move-1 .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-right,
    .carousel-inner.grid-3-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-right.active,
    .carousel-inner.grid-2-move-1 .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-left.active,
    .carousel-inner.grid-2-move-1 .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-inner.grid-2-move-1 .carousel-item-right,
    .carousel-inner.grid-2-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    ul#menu-main-menu {
        width: 100%;
        justify-content: space-between;
        row-gap: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.3em;
    }
    h1.h1-like-h2 {
        font-size: 1.7rem;
    }
    .find-nearest-locations h2 {
        font-size: 1.3em;
    }
    .promo-contact-title h3 {
        font-size: 1.3em;
    }
    .hp-hero-section {
        background-position: left 60% center !important;
    }
    .hp-hero-text {
        padding-top: 5rem;
        padding-bottom: 10rem;
        width: 80%;
    }
    .find-nearest-locations {
        width: 80%;
    }
    .carousel-indicators li {
        width: 2.75rem;
    }
    .copyright-section {
        text-align: center;
    }
    .copyright-section p,
    .copyright-section a {
        font-size: 0.8rem;
    }
    .copyright-links {
        flex-direction: row;
    }
    .custom-col-5 {
        max-width: 33.3%;
        flex: 1 1 33.3%;
    }
    .content-single-section .title-section {
        padding-left: unset;
    }
    .slider-box-color-group {
        position: relative;
        padding: 2rem 2rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        height: 100%;
        width: 100%;
        padding-right: 2rem;
    }
    .slider-box-main-group .carousel {
        position: relative;
        width: 100%;
        top: unset;
    }
    .slider-boxes-section {
        padding: 2rem;
    }
    .slider-box-main-group {
        position: relative;
        height: unset;
        padding-left: 2em;
        padding-right: 2em;
    }
    .slider-box-color-group .arrows-nav {
        height: unset !important;
        width: 100% !important;
        position: relative !important;
        bottom: unset !important;
        left: unset !important;
        display: none;
    }
    .slider-box-color-group .carousel-indicators {
        position: relative;
        bottom: 0rem;
    }
    #sliderVideo .carousel-item .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .slider-video-title-box {
        row-gap: 1rem;
    }
    #blog .nav-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
    #blog .nav-tabs .nav-link.active {
        font-size: 0.9rem;
    }
    #blog .nav-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
    #blog .nav-tabs .nav-link.active {
        font-size: 0.8rem;
    }
    p.big-numbers-title {
        font-size: 2.5rem;
    }
    .just-content-group h2 {
        font-size: 1.5rem;
    }
    .map-location-image-large {
        display: block;
    }
    .map-location-image-small {
        display: none;
    }
    .border-box-group {
        min-height: unset;
        height: fit-content;
    }
    .border-box-link {
        position: unset;
    }
    .hero-promo-section {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .promo-contact-form {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    #secondarySlider .carousel-control-prev {
        left: 0rem;
    }
    #secondarySlider .carousel-control-next {
        right: 0rem;
    }
    .secondary-slider-card {
        aspect-ratio: 4 / 3;
    }
    .cta-ish-group-color-bg-image {
        height: 60%;
        width: 70%;
    }
    .cta-ish-color-box-group {
        padding: 3.75rem 3rem;
    }
    .cta-ish-text-section {
        width: 70%;
    }
    h1.h1-title-2 {
        font-size: 2.5em;
        margin-bottom: 1.5rem;
    }
    .double-i-text-group {
        width: 100%;
    }
    .cta-ish-image-group {
        top: 0;
        align-content: center;
    }
    .cta-ish-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .big-numbers-section {
        padding: 0rem 1rem;
    }
    p.big-numbers-title {
        font-size: 2rem;
    }
    .slider-video-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    .slider-video-color-box-group {
        padding: 2rem 2rem 2rem 2rem;
        height: 100%;
    }
    #sliderVideo .carousel-indicators {
        bottom: -8%;
        padding-left: unset;
        display: flex;
        justify-self: anchor-center;
    }
    .slider-video-box-image img {
        /* height: 32rem; */
        object-fit: cover;
        border-radius: 1.125rem;
        overflow: hidden;
        aspect-ratio: 16/9;
    }
    .featured-v2-group {
        padding: 2rem;
    }
    .featured-v2-text-section {
        padding-right: 0rem;
    }
    ul#menu-main-menu {
    gap: 0em !important;
}
ul#menu-menu-buttons {
    gap: 5px !important;
}
ul#menu-menu-buttons a {
    font-size: 0.9em;
}
    .navigation-bg {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    /* SLIDER MOVE by 1 */
    .carousel-inner.grid-3-move-1 .carousel-item-right.active,
    .carousel-inner.grid-3-move-1 .carousel-item-next {
        transform: translateX(50%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-left.active,
    .carousel-inner.grid-3-move-1 .carousel-item-prev {
        transform: translateX(-50%);
    }
    .carousel-inner.grid-3-move-1 .carousel-item-right,
    .carousel-inner.grid-3-move-1 .carousel-item-left {
        transform: translateX(0);
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.3em;
    }
    h1.h1-like-h2 {
        font-size: 1.7rem;
    }
    .find-nearest-locations h2 {
        font-size: 1.3em;
    }
    .promo-contact-title h3 {
        font-size: 1.3em;
    }
    .hp-hero-section {
        background-position: left 60% center !important;
    }
    .hp-hero-text {
        padding-top: 10rem;
        padding-bottom: 10rem;
        width: 80%;
    }
    .find-nearest-locations {
        width: 80%;
    }
    .content-text {
        width: 100%;
    }
    .copyright-section {
        text-align: center;
    }
    .copyright-links {
        flex-direction: column;
    }
    .custom-col-5 {
        max-width: 33.3%;
        flex: 1 1 33.3%;
    }
    #sliderVideo .carousel-item .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    #blog .nav-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
    #blog .nav-tabs .nav-link.active {
        font-size: 0.8rem;
    }
    p.big-numbers-title {
        font-size: 2.5rem;
    }
    .just-content-group h2 {
        font-size: 1.5rem;
    }
    #sliderVideo .arrows-nav {
        padding-left: unset;
    }
    .map-location-image-large {
        display: block;
    }
    .map-location-image-small {
        display: none;
    }
    .border-box-group {
        min-height: unset;
        height: fit-content;
    }
    .border-box-link {
        position: unset;
    }
    #secondarySlider .carousel-control-prev {
        left: 0rem;
    }
    #secondarySlider .carousel-control-next {
        right: 0rem;
    }
    .secondary-slider-card {
        aspect-ratio: 4 / 3;
    }
    .cta-ish-group-color-bg-image {
        height: 70%;
        width: 70%;
    }
    h1.h1-title-2 {
        font-size: 2.5em;
        margin-bottom: 1.5rem;
    }
    .cta-ish-image-group {
        top: 0;
        align-content: center;
    }
    .cta-ish-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .big-numbers-section {
        padding: 0rem 1rem;
    }
    p.big-numbers-title {
        font-size: 2rem;
    }
    .carousel-gallery-item {
    height: 300px;
    }
        .navigation-bg {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    }
    .mobile-header {
        justify-content: space-between;
    }
    .mobile-header-left {
        justify-content: flex-start; /* Align menu & logo left */
    }
    .mobile-header-right {
        justify-content: flex-end; /* Align contact & phone right */
    }
    a.buy-now-btn {
        position: relative;
        text-align: center;
        margin-bottom: 1em;
        right: auto;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #sliderVideo .carousel-item .col-12.col-sm-12.col-md-12.col-lg-12.col-xl-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider-video-color-box-group {
        padding: 1.75rem 2rem;
        gap: 1rem;
    }
    .slider-video-title-box {
        row-gap: 0.5rem;
    }
    .slider-video-title-box h4 {
        font-size: 1.1rem;
    }
    .slider-video-title-box h2 {
        font-size: 1.2rem;
    }
    .btn-nav-orange a {
        min-width: 9rem;
    }
    .btn-nav-border a {
        min-width: 9rem;
    }
    .copyright-section p,
    .copyright-section a {
        font-size: 0.8rem;
    }
    .copyright-links {
        flex-direction: row;
    }
    .copyright-section p {
        text-align: left;
    }
    .content-repeater-section {
        background-size: auto 5.25rem !important;
    }
    #blog .nav-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }
    #blog .nav-tabs .nav-link.active {
        font-size: 0.8rem;
    }
    p.big-numbers-title {
        font-size: 2.5rem;
    }
    .just-content-group h2 {
        font-size: 1.5rem;
    }
    #sliderVideo .carousel-indicators {
        bottom: 5%;
    }
    .map-location-image-large {
        display: block;
    }
    .map-location-image-small {
        display: none;
    }
    .border-box-group {
        min-height: unset;
        height: fit-content;
    }
    .border-box-link {
        position: unset;
    }
    #secondarySlider .carousel-control-prev {
        left: 0rem;
    }
    #secondarySlider .carousel-control-next {
        right: 0rem;
    }
    .location-rating img {
        height: 0.8rem;
    }
    .location-rating p {
        font-size: 0.8rem;
    }
    .cta-ish-group-color-bg-image {
        height: 60%;
        width: 70%;
    }
    h1.h1-title-2 {
        font-size: 2.5em;
        margin-bottom: 1.5rem;
    }
    .cta-ish-image-group {
        top: 0;
        align-content: center;
    }
    .cta-ish-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .border-icon-box-text h5 {
        font-size: 0.9em;
    }
    .frame-image-title {
        padding: 1.2rem;
    }
    .frame-image-link .btn-orange {
        padding: 0.75rem 0.7rem;
    }
    .frame-image-link {
        position: absolute;
        bottom: 1.2rem;
        justify-self: center;
    }
    .big-numbers-section {
        padding: 0rem 1rem;
    }
    p.big-numbers-title {
        font-size: 2rem;
    }
    .col-6.col-md-4.col-lg-2.amenity-item.py-4 {
    padding: 10px !important;
    }
    .content-container {
    max-width: 60%;
    }
}


/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
    h1 {
        font-size: 2.6em;
    }
    h2 {
        font-size: 2.3em;
    }
    h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.8em;
    }
    h1.h1-like-h2 {
        font-size: 2.3rem;
    }
    .find-nearest-locations h2 {
        font-size: 1.8em;
    }
    .promo-contact-title h3 {
        font-size: 1.5em;
    }
    .hp-hero-section {
        background-position: left 60% center !important;
    }
    .hp-hero-text {
        padding-top: 10rem;
        padding-bottom: 10rem;
        width: 80%;
    }
    .find-nearest-locations {
        width: 80%;
    }
    .content-text {
        width: 90%;
    }
    .custom-col-5 {
        max-width: 33.33%;
        flex: 1 1 33.33%;
    }
    .slider-video-color-box-group {
        padding: 1.75rem 2rem;
        gap: 1rem;
    }
    .slider-video-title-box {
        row-gap: 0.5rem;
    }
    .slider-video-title-box h4 {
        font-size: 1.2rem;
    }
    .slider-video-title-box h2 {
        font-size: 1.5rem;
    }
    .copyright-section p,
    .copyright-section a {
        font-size: 0.8rem;
    }
    .copyright-links {
        flex-direction: row;
    }
    .quick-links-row p {
        font-size: 1em;
    }
    .footer-section a {
        font-size: 0.9rem;
    }
    .content-repeater-section {
        background-size: auto 5.25rem !important;
    }
    #blog .nav-tabs .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
    #blog .nav-tabs .nav-link.active {
        font-size: 0.9rem;
    }
    p.big-numbers-title {
        font-size: 2.5rem;
    }
    .map-location-image-large {
        display: block;
    }
    .map-location-image-small {
        display: none;
    }
    .border-box-group {
        min-height: unset;
        height: fit-content;
    }
    .border-box-link {
        position: unset;
    }
    .hero-promo-section {
        margin-bottom: 5rem;
    }
    .cta-ish-group-color-bg-image {
        height: 60%;
        width: 70%;
    }
    h1.h1-title-2 {
        font-size: 2.5em;
        margin-bottom: 1.5rem;
    }
    .border-icon-box-text h5 {
        font-size: 0.9em;
    }
    .big-numbers-section {
        padding: 0rem 1rem;
    }
    p.big-numbers-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1367px) and (max-width: 1439px) {
    .slider-video-color-box-group {
        padding: 1.75rem 2rem;
        gap: 1rem;
    }
    .slider-video-title-box {
        row-gap: 1.5rem;
    }
    .content-repeater-section {
        background-size: auto 6.25rem !important;
    }
    .slider-video-title-box h2 {
        font-size: 1.8rem;
    }
    .map-location-image-large {
        display: block;
    }
    .map-location-image-small {
        display: none;
    }
    .hero-promo-section {
        margin-bottom: 5rem;
    }
    #sliderVideo .arrows-nav-two {
        bottom: 10%;
    }
    #sliderVideo .carousel-indicators-two {
        right: 5%;
    }
    h1.h1-title-2 {
        font-size: 2.5em;
        margin-bottom: 1.5rem;
    }
    .big-numbers-section {
        padding: 0rem 1rem;
    }
    p.big-numbers-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .nav-pagination-row,
    .slider-box-main-group {
        padding-left: 2em;
        padding-right: 0em;
    }
    #sliderVideo h4 {
        font-size: 1.2em;
    }
    .tabs-border-image {
    height: 150px;
    }
}
@media (min-width: 768px) and (max-width: 1600px) {
   .tabs-border-image {
    height: 150px;
    }  
    .step-number {
    width: 12%;
    }
    .step-content {
    width: 88%;
    }
}
@media (min-width: 1200px) {
    #sliderVideo .arrows-nav-two {
        bottom: 10%;
    }
    #sliderVideo .carousel-indicators-two {
        right: 5%;
    }
    .location-rating img {
        height: 0.7rem;
    }
    .location-rating p {
        font-size: 0.8rem;
    }
    .cta-ish-group-color-bg-image {
        height: 70%;
        width: 70%;
    }

}


/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) and (max-width: 1919px) {
    ul#menu-main-menu .btn-orange {
        margin-left: 10rem;
    }
    .content-text {
        width: 80%;
    }
    h4 {
        font-size: 1.2em;
    }
    .find-nearest-locations h2 {
        font-size: 1.5em;
    }
    .promo-contact-title h3 {
        font-size: 1.5em;
    }
    .slider-video-color-box-group {
        padding: 1.75rem 2rem;
        gap: 1rem;
    }
    .slider-video-title-box {
        row-gap: 1.5rem;
    }
    .hp-hero-text {
        padding-top: 10rem;
        padding-bottom: 10rem;
        width: 80%;
    }
    .content-repeater-section {
        background-size: auto 6.25rem !important;
    }
    .hero-promo-section {
        margin-bottom: 5rem;
    }
    .location-rating img {
        height: 1rem;
    }
    .location-rating p {
        font-size: 1rem;
    }
    .cta-ish-group-color-bg-image {
        height: 100%;
        width: 70%;
    }
    h1.h1-title-2 {
        font-size: 2.5em;
        margin-bottom: 1.5rem;
    }
    .big-numbers-section {
        padding: 0rem 2rem;
    }
    p.big-numbers-title {
        font-size: 3rem;
    }
    .step-number {
    width: 8%;
    }
    .step-content {
    width: 92%;
    }
}

@media (min-width: 1920px) {
    ul#menu-main-menu .btn-orange {
        margin-left: 25rem;
    }
    .content-text {
        width: 80%;
    }
    .map-location-image-large {
        display: block;
    }
    .map-location-image-small {
        display: none;
    }
    .hero-promo-section {
        margin-bottom: 5rem;
    }
    .location-rating img {
        height: 1rem;
    }
    .location-rating p {
        font-size: 1rem;
    }
    .cta-ish-group-color-bg-image {
        height: 100%;
        width: 50%;
    }
}

@media (min-width: 1921px) {
    .featured-v2-text-section {
        justify-content: center;
    }
}


html.translated-ltr{}

html.translated-ltr .navbar-light .navbar-nav .nav-link font{
    font-size:.8rem;
}

html.translated-ltr .btn-nav-orange a,
html.translated-ltr .btn-nav-border a{
    min-width: 8rem;
}