/**
 * Theme Name: Westire
 * Version: 1.4.7
 * Text Domain: westire
 * Domain Path: /languages
 */

/** General **/

:root {
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: #FFFFFF;
    --swiper-pagination-color: #000000;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Rubik", sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #FFFFFF;
    overflow-x: hidden;
    width: 100%;
}

main {
    position: relative;
}

ul {
    list-style: none;
}

.font-medium {
    font-weight: 500;
}

nav a {
    text-decoration: none;
}

.sub-menu {
    display: none;
}

.fade-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.color-red {
    color: #E1112A !important;
}

.new-line {
    display: block;
}

.swiper-wrapper {
    user-select: none;
}

.swiper-nav-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    height: 45px;
    width: 100px;
    border-radius: 30px;
    background: #000000;
    color: #FFFFFF;
}

.swiper-button-prev,
.swiper-button-next {
    position: unset !important;
    cursor: pointer !important;
    margin-top: 0 !important;
    transition: color 230ms;
}

.swiper-button-prev:focus,
.swiper-button-next:focus, 
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #E1112A;
}

.front-services {
    margin: 70px auto;
}

.breadcrumb {
    width: 85%;
    margin: auto;
    color: #E1112A;
    font-size: 30px;
    font-weight: 600;
}

.title {
    width: 85%;
    margin: 10px auto;
    font-size: 45px;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-weight: 600;
}

.decor-tire {
    position: absolute;
    z-index: 8;
    width: 35%;
    aspect-ratio: 1/1;
    max-width: 678px;
}

.decor-tire > img {
    width: 100%;
}

.decor-tire-1 {
    right: 0;
    transform: translateY(-65%) translateX(50%);
}

.decor-tire-1 > img {
    animation: spin 5s linear infinite;
}

.decor-tire-2 {
    left: 0;
    transform: translateX(-50%) translateY(-30%);
}

.decor-tire-2 > img {
    animation: spin 5s linear reverse infinite;
}

.link-button {
    font-size: 30px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 9px;
    padding: 0.5em 0.9em;
    display: inline-block;
    margin-top: 1.5em;
    transition: all 230ms;
}

.link-button:hover,
.link-button:focus{
    background: none;
    color: #E1112A;
    border-color: #E1112A;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1440px) {
    .breadcrumb {
        font-size: 20px;
    }

    .title {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    .link-button {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .breadcrumb {
        font-size: 18px;
    }

    .title {
        font-size: 26px;
    }

    h2 {
        font-size: 25px;
    }

    .link-button {
        font-size: 18px;
    }

}

@media (max-width: 768px) {
    .breadcrumb {
        font-size: 15px;
    }

    .title {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    .decor-tire-1 {
        width: 40%;
    }

    .decor-tire-2 {
        width: 40%;
        transform: translateX(-50%) translateY(-10%);
    }
}


/** Header **/

header {
    position: relative;
    z-index: 5;
}

.header-bg {
    height: 160px;
    background-color: #F0F0F0;
    padding: 0 13% 60px;
    display: flex;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
    font-size: 35px;
    color: #000;
    text-decoration: none;
}

.custom-logo-link {
    font-size: 35px;
}

.custom-logo {
    max-width: 90px;
    height: 100%;
}

.logo-text {
    font-size: 35px;
    margin-left: 0.5em;
    max-width: 275px;
}

.header-bg-desktop {
    display: flex;
    gap: 40px;
    margin-left: auto;
}

.header-bg-mobile {
    display: none;
}

.header-fg-mobile {
    display: none;
}

.header-item {
    display: flex;
    align-items: center;
}

.header-icon {
    font-size: 42px;
    color: #E1112A;
}

.header-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.header-fg {
    display: flex;
    align-items: center;
    width: 85%;
    padding: 0 10%;
    box-sizing: border-box;
    height: 120px;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 2px 8px #00000029;
    margin: -60px auto 0;
    position: relative;
}

.header-fg-desktop {
    display: flex;
    width: 100%;
}

#menu-primary-menu-desktop {
    display: flex;
    font-size: 23px;
    gap: 4.5em;
}

#menu-primary-menu-mobile {
    padding: 0;
    margin: 0;
}

#mobile-menu-toggle {
    border: none;
    background: none;
    font-size: 20px;
    margin-left: 40px;
    width: 25px;
}

#mobile-menu-toggle:hover {
    cursor: pointer;
}

.main-navigation {
    display: flex;
    align-items: center;
    z-index: 10;
}


.main-navigation a {
    color: #000;
}

.main-navigation .menu-item:hover {
    cursor: pointer;
}

.main-navigation .menu-item:focus-within > a, 
.main-navigation .menu-item:hover > a {
    color: #E1112A;
}

.main-navigation .menu-item.sub-menu-open > a {
    color: #E1112A;
}

.current_page_item a {
    color: #E1112A !important;
}

.main-navigation .sub-menu,
.main-navigation.mobile-menu {
    position: absolute;
    top: 125px;
    width: 350px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px #00000029;
    padding: 0.5em 0;
    flex-direction: column;
    gap: 0.5em;
}

.main-navigation.mobile-menu a {
    display: block;
    width: 100%;
}

.main-navigation .sub-menu {
    z-index: 20;
}

.main-navigation .sub-menu .sub-menu {
    left: 355px;
    top: -12px;
    z-index: 30;
}

.main-navigation .sub-menu .menu-item {
    position: relative;
    padding: 0;
}

.main-navigation .sub-menu .menu-item a {
    display: block;
    padding: 0.5em 0.9em;
}

.main-navigation.mobile-menu .menu-item {
    position: relative;
    padding: 0;
}

.main-navigation.mobile-menu .menu-item a {
    padding: 0.5em 0.9em;
}

.main-navigation.mobile-menu .menu-item:hover,
.main-navigation.mobile-menu .menu-item:focus-within,
.main-navigation .sub-menu .menu-item:hover,
.main-navigation .sub-menu .menu-item:focus-within {
    background: #E1112A;
}

.main-navigation.mobile-menu .menu-item:hover > a,
.main-navigation.mobile-menu .menu-item:focus-within > a,
.main-navigation.mobile-menu .menu-item > a:focus,
.main-navigation .sub-menu .menu-item:hover > a,
.main-navigation .sub-menu .menu-item:focus-within > a,
.main-navigation .sub-menu .menu-item > a:focus {
    outline: none;
    color: #FFFFFF !important;
}

.main-navigation.mobile-menu {
    display: none;
}

.header-social {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header-social span {
    font-size: 26px;
    color: #FFFFFF;
    background: #E1112A;
    border-radius: 32px;
    padding: 11px 31px;
    border: 1px solid #E1112A;
    transition: all 230ms;
}

.header-social span:hover {
    background: unset;
    color: #E1112A;
}

.header-social a {
    text-decoration: none;
    color: unset;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-size: 32px;
}

.social-links a {
    color: #E1112A;
    transition: color 230ms;
}

.social-links a:hover {
    color: #000;
}

@media (max-width: 1440px) {
    .header-bg {
        height: 100px;
        padding-bottom: 35px;
    }

    .custom-logo {
        max-width: 60px;
    }

    .logo-text {
        font-size: 25px;
        max-width: 210px;
    }

    .header-icon {
        font-size: 32px;
    }

    .header-text {
        font-size: 14px;
    }

    .header-fg {
        height: 70px;
        margin-top: -35px;
    }

    #menu-primary-menu-desktop {
        font-size: 17px;
        gap: 3em;
    }

    .main-navigation .sub-menu {
        top: 75px;
        width: 270px;
    }

    .main-navigation .sub-menu .sub-menu {
        left: 275px;
        top: -8px;
    }

    .header-social span {
        font-size: 20px;
        padding: 7px 16px;
    }

    .social-links {
        font-size: 26px;
    }
}

@media (max-width: 1240px) {
    #menu-primary-menu-desktop {
        gap: 2.5em;
    }
}

@media (max-width: 1024px) {
    .header-bg-desktop {
        gap: 20px;
    }

    .logo-text {
        font-size: 20px;
    }

    .custom-logo {
        max-width: 45px;
    }

    .header-text {
        font-size: 11px;
        margin-left: 8px;
    }

    .header-icon {
        font-size: 26px;
    }

    #menu-primary-menu-desktop {
        padding-left: 0;
        font-size: 15px;
        gap: 2em;
    }

    .header-social span {
        font-size: 19px;
        padding: 6px 12px;
    }

    .header-fg {
        padding: 0 6%;
    }
}

@media (max-width: 768px) {
    .header-bg-desktop {
        display: none;
    }

    .header-fg-desktop {
        display: none;
    }

    .header-bg-mobile {
        display: flex;
        margin-left: auto;
        align-items: center;
    }

    .header-fg-mobile {
        display: flex;
    }

    .header-bg {
        height: 72px;
        padding-bottom: 18px;
        padding-left: 7%;
        padding-right: 7%;
    }

    .header-bg-mobile .social-links a {
        color: #000;
        font-size: 20px;
    }

    .header-fg {
        height: 36px;
        margin-top: -18px;
        width: 90%;
        border-radius: 5px;
        padding: 1%;
        justify-content: center;
    }

    .custom-logo {
        max-width: 36px;    
    }

    .logo-text {
        max-width: 125px;
        font-size: 14px
    }

    .header-text {
        font-size: 9px;
        margin-left: 3px;
    }

    .header-icon {
        font-size: 18px;
    }

    .header-fg-mobile {
        width: 100%;
        justify-content: space-evenly;
    }

    .social-links {
        padding-left: 0;
    }

    .main-navigation.mobile-menu {
        width: 130px;
        font-size: 10px;
        top: 46px;
        left: 25px;
        border-radius: 5px;
    }

    .main-navigation.mobile-menu .sub-menu {
        width: 130px;
        top: -5px;
        left: 135px;
        border-radius: 5px;
    }

}

@media (max-width: 365px) {
    #mobile-menu-toggle {
        margin-left: 20px;
        width: 25px;
    }

    .header-icon {
        font-size: 16px;
    }
    
    .header-text {
        font-size: 7px;
    }
}


/** Hero **/

.hero-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
    margin-top: -60px;
    position: relative;
    height: 847px;
    display: flex;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 220px auto;
}

.site-welcome {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;
    margin-top: 0;
}

.site-welcome span {
    position: relative;
    display: inline-block;
}

.site-welcome span::after {
    content: '';
    display: block;
    position: absolute;
    background: #E1112A;
    height: 20px;
    width: 100%;
    border-radius: 15px;
    z-index: -1;
    bottom: 5px;
}

.site-description {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 700;
    width: 55%;
    margin: 0.3em 0 0.5em;
}

.call-to-action {
    display: flex;
    align-items: center;
    font-size: 30px;
    gap: 2em;
}

.call-to-action a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 230ms;
    padding: 17px 26px;
    display: flex;
    align-items: center;
}

.call-to-action a:hover {
    color: #E1112A;
}

.cat-item-chat a {
    background-color: #E1112A;
    border-radius: 37px;
    border: 3px solid #E1112A;
    gap: 0.5em;
}

.cat-item-chat a:hover {
    background: unset;
}

.cat-item-location a:hover > i {
    background: unset;
    color: #E1112A;
}

.cat-item-location i {
    font-size: 45px;
    color: #FFFFFF;
    background-color: #E1112A;
    padding: 10px 18px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #E1112A;
    transition: all 230ms;
}

@media (max-width: 1440px) {
    .hero-section {
        margin-top: -35px;
        height: 510px;
    }

    .hero-content {
        margin: 120px auto;
    }

    .site-welcome {
        font-size: 28px;
    }

    .site-welcome span::after {
        height: 12px;
    }

    .site-description {
        font-size: 50px;
    }

    .call-to-action {
        font-size: 20px;
    }

    .call-to-action a {
        padding: 12px 18px;
    }

    .cat-item-location i {
        font-size: 30px;
        padding: 9px 14px;
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {
    .hero-section {
        height: 400px;
    }

    .site-welcome {
        font-size: 23px;
    }

    .site-welcome span::after {
        height: 10px;
    }

    .site-description {
        font-size: 40px;
    }

    .call-to-action {
        font-size: 15px;
    }

    .call-to-action a {
        padding: 10px 15px;
    }

    .cat-item-chat a {
        border-width: 2px;
    }

    .cat-item-location i {
        font-size: 25px;
        border-width: 2px;
        padding: 7px 11px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        margin-top: -18px;
        height: 275px;
    }

    .hero-content {
        margin: 55px auto;
        align-items: center;
    }

    .site-welcome {
        font-size: 18px;
        line-height: 40px;
    }

    .site-welcome span::after {
        height: 7px;
        bottom: 12px;
    }

    .site-description {
        width: 100%;
        max-width: 290px;
        font-size: 25px;
        text-align: center;
    }

    .call-to-action {
        font-size: 11px;
    }

    .call-to-action a {
        padding: 7px 10px;
    }

    .cat-item-chat a {
        border-width: 1px;
    }

    .cat-item-location i {
        font-size: 15px;
        border-width: 1px;
        padding: 6px 7px;
        margin-right: 5px;
    }
}

/** Services **/

.front-services .swiper {
    width: 95%;
    padding-bottom: 1px;
}

.front-services .swiper-slide {
    display: flex;
    justify-content: center;
    width: 20%;
    margin: 0 2.5%;
    border: 1px solid #707070;
    border-radius: 23px;
}

.front-services .swiper-nav-buttons {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: 2%;
}

.slide-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
}

.slide-content img {
    width: 100%;
    border-radius: 23px;
}

.slide-icon {
    width: 69px;
    height: 69px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E1112A;
    color: #FFFFFF;
    border-radius: 50%;
    margin-top: -34.5px;
}

.slide-title {
    font-size: 30px;
    margin: .8em auto;
    text-align: center;
    height: 1.5em;
}

.slide-description {
    font-size: 23px;
    color: #707070;
    margin: 0 auto 1.3em;
    width: 90%;
    text-align: center;
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 230ms ease-in-out;
    line-height: 1.7em;
}

.slide-description a {
    color: unset;
    text-decoration: none;
}

.slide-description a:hover {
    text-decoration: underline;
}

.slide-description ul {
    padding: 0;
    margin: 0;
}

.slide-description li {
    display: inline;
}

.front-services .swiper-slide:hover {
    cursor: pointer;
}

.front-services .swiper-slide.active .slide-description, 
.front-services .swiper-slide:hover .slide-description {
    max-height: 200px;
}

.front-services .swiper-pagination {
    display: none;
    position: unset;
    margin-top: 1em;
}


@media (max-width: 1440px) {
    .front-services {
        margin: 50px auto;
    }

    .swiper-nav-buttons {
        height: 30px;
        width: 80px;
    }

    .slide-title {
        font-size: 20px;
    }

    .slide-icon {
        font-size: 23px;
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }

    .slide-description {
        font-size: 17px;
    }

}

@media (max-width: 1024px) {
    .slide-title {
        font-size: 18px;
        height: 1.8em;
    }

    .slide-description {
        font-size: 15px;
    }
}


@media (max-width: 768px) {
    .front-services {
        margin: 20px auto;
    }

    .slide-icon {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 15px;
    }

    .slide-title {
        font-size: 13px;
    }

    .slide-description {
        font-size: 12px;
    }

    .front-services .swiper-slide {
        width: 45%;
        border-radius: 13px;
    }

    .slide-content img {
        border-radius: 13px;
    }

    .front-services .swiper-nav-buttons {
        display: none;
    }

    .front-services .swiper-pagination {
        display: block;
    }
}

/** About **/

.front-about {
    margin-top: 150px;
    display: flex;
    width: 90%;
    margin-left: 7.5%;
}

.front-about-mobile {
    display: none;
}

.front-about .breadcrumb,
.front-about .title {
    width: 100%;
}

.front-about-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.front-about-column {
    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.front-about-column:not(:first-child) {
    margin-left: auto;
}

.front-about-column > img {
    width: 100%;
    max-width: 837px;
}

.front-about-description {
    font-size: 30px;
}

.front-about-column > .link-button {
    margin-right: auto;
}

.front-about-item {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.front-about-title {
    font-size: 30px;
    margin: 0;
}

.front-about-text {
    font-size: 20px;
    opacity: 60%;
    margin-top: 10px;
    margin-bottom: 0;
}

.front-about-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAEAEA;
    border-radius: 12px;
}

.front-about-icon i {
    color: #E1112A;
    font-size: 45px;
}

@media (max-width: 1440px) {
    .front-about {
        margin-top: 100px;
    }

    .front-about-description {
        font-size: 20px;
    }

    .front-about-title {
        font-size: 22px;
    }

    .front-about-icon {
        width: 50px;
        height: 50px;
        border-radius: 6px;
    }

    .front-about-icon i {
        font-size: 30px;
    }

    .front-about-text {
        font-size: 14px;
    }

    .front-about-column ul {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    .front-about-container {
        flex-wrap: wrap;
    }

    .front-about-column {
        width: 100%;
    }

    .front-about-column > .link-button {
        margin-top: 1.2em;
        margin-bottom: 2em;
    }

    .front-about-column > img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .front-about-desktop {
        display: none;
    }

    .front-about-mobile {
        display: unset;
    }

    .front-about {
        margin-top: 50px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }


    .front-about-description {
        font-size: 13px;
    }

    .front-about-column > .link-button {
        font-size: 12px;
        border-radius: 4px;
        background: #E1112A;
        border-color: #E1112A;
    }

    .front-about-column > .link-button:hover,
    .front-about-column > .link-button:focus {
        background: unset;
    }

    .front-about-column > img {
        width: 100%;
        transform: rotateY(-180deg);
    }


    .front-about-title {
        font-size: 16px;
    }

    .front-about-text {
        font-size: 13px;
        margin-top: 5px;
    }

    .front-about-item {
        margin-top: 30px;
    }
}

/** Marquee **/

.front-marquee {
    margin-top: 150px;
}

.front-marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
    will-change: transform;
}

.front-marquee-track > img {
    margin-left: 75px;
    user-select: none;
    pointer-events: none;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1440px) {
    .front-marquee {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {
    .front-marquee {
        margin-top: 30px;
    }

    .front-marquee-track > img {
        height: 100px;
    }
}

/** Reviews **/

.front-reviews {
    margin-top: 150px;
    display: flex;
    width: 90%;
    margin-left: 7.5%;
}

.front-reviews .breadcrumb,
.front-reviews .title {
    width: 100%;
}

.front-reviews-container {
    width: 40%;
}

.front-reviews .swiper {
    width: 50%;
    margin-left: auto;
}

.link-button,
.front-reviews-mobile {
    color: #FFFFFF;
    text-decoration: none;
}

.front-reviews .swiper {
    background: #F2F2F2;
    border-radius: 27px;
    position: relative;
}

.front-reviews .swiper-slide {
    padding: 4% 5%;
    box-sizing: border-box;
    flex-direction: column;
    height: 530px;
}

.front-reviews .swiper-nav-buttons {
    position: absolute;
    z-index: 5;
    bottom: 40px;
    right: 5%;
}

.front-reviews .swiper-slide > i {
    font-size: 60px;
    color: #E1112A;
}

.front-reviews .swiper-pagination {
    display: none;
}

.review-text {
    height: 280px;
    box-sizing: border-box;
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 10px;
    border-bottom: 2px solid #707070;
}

.review-avatar {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.review-name {
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.review-name i {
    font-size: 60px;
    color: #ADADAD;
}


.review-score i {
    font-size: 20px;
    color: #FFC300;
}

.front-reviews-mobile {
    display: none;
}

@media (max-width: 1440px) {
    .front-reviews {
        margin-top: 100px;
    }

    .review-text {
        font-size: 26px;
        line-height: 30px;
        height: 180px;
    }

    .front-reviews .swiper-slide > i {
        font-size: 45px;
    }

    .front-reviews .swiper-slide {
        height: 380px;
    }

    .review-avatar {
        margin-left: 7px;
    }

    .review-name {
        font-size: 26px;
    }

    .review-name i {
        font-size: 45px;
    }

    .review-score i {
        font-size: 15px;
    }

}

@media (max-width: 1024px) {
    .review-text {
        font-size: 18px;
        line-height: 22px;
    }

    .review-name {
        font-size: 18px;
        margin-top: 20px;
    }

    .front-reviews .swiper-slide {
        height: 330px;
    }

    .front-reviews .swiper-slide > i {
        font-size: 30px;
    }

    .front-reviews .swiper-nav-buttons {
        bottom: 30px;
    }

}

@media (max-width: 768px) {
    .front-reviews-desktop {
        display: none;
    }

    .front-reviews .swiper-nav-buttons {
        display: none;
    }

    .front-reviews {
        flex-wrap: wrap;
        margin-top: 50px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .front-reviews .swiper {
        width: 100%;
    }

    .front-reviews .swiper-slide {
        height: 210px;
    }

    .front-reviews-container {
        width: 100%;
        margin-bottom: 15px;
    }

    .review-text {
        font-size: 13px;
        line-height: unset;
        height: 80px;
        padding-bottom: 5px;
    }

    .review-avatar {
        margin-left: 5px;
    }

    .review-name {
        margin-top: 10px;
        font-size: 13px;
    }

    .review-name > i {
        font-size: 30px;
    }

    .front-reviews .swiper-pagination {
        display: block;
        left: 40%;
        top: 160px;
    }

    .review-score i {
        font-size: 10px;
    }
}

/** Footer **/

.decor-wrapper {
    display: flex;
    margin-top: auto;
}

.decor-wrapper img {
    margin-left: auto;
    width: 70%;
    max-width: 1172px;
}

footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #FFFFFF;
    background: #000000;
    padding: 115px 7.5%;
}

.footer-logo {
    width: 126px;
    height: 100%;
    margin-top: -64px;
}

.footer-column-1 {
    width: 40%;
    max-width: 520px;
}

.footer-column-1 p {
    font-size: 26px;
}

.footer-column-2 {
    width: 20%;
    max-width: 300px;
    margin-left: auto;
}

.footer-column-3 {
    width: 25%;
    max-width: 370px;
    margin-left: 7%;
}

.footer-desktop {
    display: flex;
    align-items: center;
}

.footer-follow {
    font-size: 22px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.57);
}

footer .social-links {
    margin: 0;
    padding-left: 0.5em;
}

footer .social-links a {
    transition: all 230ms;
}

footer .social-links a:hover {
    color: #E1112A;
    border-bottom: 1px solid #E1112A;
}

.footer-heading {
    font-size: 30px;
    margin-top: 0;
}

.footer-copyright {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.footer-mobile {
    display: none;
}

.footer-navigation {
    font-size: 25px;
    line-height: 40px;
}

.footer-navigation a {
    color: #FFFFFF;
    transition: color 230ms;
}

.footer-navigation a:hover {
    color: #E1112A;
}

.footer-navigation ul {
    padding-left: 0;
}

.footer-item {
    display: flex;
    align-items: flex-start;
    font-size: 25px;
    margin-bottom: 1.5em;
}

.footer-text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

@media (max-width: 1440px) {
    footer {
        padding: 90px 7.5%;
    }

    .footer-logo {
        width: 90px;
        margin-top: -46px;
    }

    .footer-column-1 p {
        font-size: 20px;
    }

    .footer-follow {
        font-size: 18px;
    }

    .footer-heading {
        font-size: 25px;
    }

    .footer-navigation {
        font-size: 19px;
        line-height: 30px;
    }

    .footer-item {
        font-size: 18px;
    }

    .footer-copyright {
        font-size: 12px;
    }
}


@media (max-width: 1024px) {
    footer {
        padding: 75px 7.5%;
    }

    .footer-logo {
        width: 75px;
        margin-top: -35px;
    }

    .footer-column-1 p {
        font-size: 18px;
    }

    .footer-follow {
        font-size: 15px;
    }

    .footer-heading {
        font-size: 23px;
    }

    .footer-navigation {
        font-size: 18px;
        line-height: 30px;
    }

    .footer-item {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .decor-wrapper img {
        width: 100%;
    }

    footer {
        padding: 25px 5% 50px;
    }

    .footer-column-1 {
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
    }

    .footer-column-2 {
        width: 45%;
        margin-left: 0;
    }

    .footer-column-3 {
        width: 50%;
        margin-left: 5%;
    }

    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: flex;
        align-items: center;
    }

    .footer-logo {
        width: 55px;
        margin-top: 0;
    }

    .footer-column-1 p {
        font-size: 16px;
    }

    .footer-heading {
        font-size: 19px;
    }

    footer .social-links {
        font-size: 18px;
    }
}

@media (max-width: 365px) {
    .footer-column-1 p {
        font-size: 13px;
    }
}

/** About US Page **/
.page-container {
    margin-top: 80px;
}

.about-us-decor-wrapper {
    margin-top: 10%;
    margin-right: 5%;
    margin-bottom: -3%;
}

.page-content {
    width: 85%;
    margin: 20px auto;
    font-size: 35px;
}

.page-location-items {
    display: flex;
    gap: 70px;
    margin: 50px auto;
    width: 90%;
    justify-content: space-between;
}

.page-location-item {
    border-radius: 30px;
    box-shadow: 0px 3px 25px #00000017;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-location-image {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    line-height: 0;
}

.page-location-image > a img {
    width: 100%;
    transition: transform 230ms ease-in;
}

.page-location-image:hover > a img {
    transform: scale(110%);
}

.page-location-item-icon {
    width: 70px;
    height: 70px;
    background: #E1112A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    margin-top: -35px;
    z-index: 1;
}

.page-location-item-icon i {
    color: #FFFFFF;
}

.page-location-item > a {
    display: block;
    margin: 20px auto;
    text-decoration: none;
    text-align: center;
    color: #000000;
}

.page-location-item > a:hover,
.page-location-item > a:focus {
    text-decoration: underline;
}

.page-location-item > a > span {
    display: block;
}

.page-location-item-text-1 {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 0.2em;
}

.page-location-item-text-2 {
    font-size: 30px;
    line-height: 36px;
    opacity: 66%;
}

@media (max-width: 1440px) {
    .page-content {
        font-size: 25px;
    }

    .page-location-items {
        gap: 40px;
    }

    .page-location-item-icon {
        width: 50px;
        height: 50px;
        font-size: 30px;
        margin-top: -25px;
    }

    .page-location-item-text-1 {
        font-size: 25px;
        line-height: 28px;
    }

    .page-location-item-text-2 {
        font-size: 23px;
        line-height: 25px;
    }
}

@media (max-width: 768px) {
    .page-container {
        margin-top: 35px;
    }
    
    .page-content {
        font-size: 15px;
    }

    .about-us-decor-wrapper img {
        width: 90%;
    }

    .page-location-items {
        flex-direction: column;
        width: 75%;
        gap: 30px;
    }

    .page-location-item-icon {
        width: 35px;
        height: 35px;
        font-size: 20px;
        margin-top: -17.5px;
    }

    .page-location-item-text-1 {
        font-size: 18px;
        line-height: 22px;
    }

    .page-location-item-text-2 {
        font-size: 16px;
        line-height: 19px;
    }
}

/** Page **/
.hero-page h1 {
    width: 40%;
    text-align: left;
}

.page-decor {
    width: 45%;
    max-width: 895px;
    position: absolute;
    right: 1%;
    transform: translateY(-75%);
}

.page-decor > img {
    width: 100%;
}

.page-main .page-container {
    width: 85%;
    margin: 110px auto 290px;
    display: flex;
    justify-content: center;
}

.page-slider {
    width: 30%;
    height: fit-content;
    position: relative;
}

.page-slider .swiper-pagination {
    bottom: -10%;
    --swiper-pagination-bullet-size: 18px;
}

.page-slider .swiper {
    border-radius: 30px;
    max-width: 450px;
    max-height: 590px;
}

.page-slider .swiper-slide img {
    width: 100%;
}

.page-content ul {
    padding: 0;
}

.page-content li {
    display: flex;
    gap: 0.8em;
    margin-bottom: 1em;
    font-weight: 500;
}

.page-content li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f054';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    padding: 0.3em;
    line-height: 0.8em;
    color: #FFFFFF;
    background: #E1112A;
    border-radius: 50%;
    text-align: center;
}

.page-details {
    width: 100%;
}

@media (max-width: 1440px) {
    .page-main .page-container {
        margin: 90px auto 250px;
    }

    .page-slider .swiper-pagination {
        --swiper-pagination-bullet-size: 12px;
    }
}

@media (max-width: 1024px) {
    .page-main .page-container {
        flex-wrap: wrap;
    }

    .page-slider {
        width: 65%;
        order: 1;
        margin-top: 30px;
    }
}


@media (max-width: 768px) {
    .hero-page .hero-content {
        align-items: flex-start;
    }

    .hero-page h1 {
        width: 50%;
    }

    .page-decor {
        width: 50%;
    }

    .page-main .page-container {
        margin: 60px auto 110px;
    }

    .page-slider {
        width: 90%;
    }

    .page-slider .swiper-pagination {
        --swiper-pagination-bullet-size: 8px;
    }
}

/* Cookies Consent */
#westire-cookie-consent-banner {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #000000;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    box-sizing: border-box;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #444;
    font-size: 25px;
    display: none;
}

#westire-cookie-consent-banner p {
    flex: 1;
    margin: 0;
    padding-right: 10px;
    line-height: 1.4;
}

#westire-cookie-consent-banner a {
    color: #E1112A;
    text-decoration: underline;
}

#westire-accept-cookies {
    background-color: #E1112A;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 5px 12px;
    cursor: pointer;
    transition: all 230ms ease;
    flex-shrink: 0;
    border: 1px solid #E1112A;
    box-sizing: border-box;
    font-size: 25px;
}

#westire-accept-cookies:hover {
    background-color: unset;
    color: #E1112A;
}

@media (max-width: 1920px) {
    #westire-cookie-consent-banner {
        font-size: 1em;
    }

    #westire-accept-cookies {
        font-size: 1em;
    }
}

@media (max-width: 1024px) {
    #westire-cookie-consent-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    #westire-cookie-consent-banner p {
        width: 100%;
        margin-bottom: 10px;
    }

    #westire-accept-cookies {
        width: auto;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    #westire-cookie-consent-banner p {
        font-size: 13px;
    }

    #westire-accept-cookies {
        padding: 6px 12px;
        font-size: 13px;
    }
}
