@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #222;
}

#page {
    position: relative;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.display-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display-flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.transitions {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.container {
    width: 100%;
    padding-right: 70px;
    padding-left: 70px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
    display: block;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.entry-content .text-content p {
    color: #404040;
}

.entry-content .text-content a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.entry-content .text-content a:hover {
    text-decoration: underline;
    color: #f36a10;
}

.entry-content .text-content .wp-block-file {
    margin: 1.7em 0;
}

.entry-content .text-content .wp-block-file a {
    font-size: 16px;
}

.entry-content .text-content .wp-block-file a.wp-block-file__button {
    border-radius: 4px;
}

.entry-content .text-content .wp-block-file a.wp-block-file__button:hover {
    background-color: #404040;
    color: #fff;
}

.entry-content .text-content .wp-block-gallery {
    margin: 15px 0;
}

.entry-content .text-content .wp-block-gallery figure picture {
    height: 100%;
}

.entry-content .text-content .wp-block-columns {
    margin-top: 20px;
}

.entry-content .text-content .wp-block-columns figure picture img {
    width: 100%;
}

.entry-content .text-content .entry-img {
    margin-bottom: 15px;
}

.entry-content .text-content .entry-img img {
    width: 100%;
}

.entry-content .text-content strong {
    font-weight: 600;
    color: #404040;
}

.entry-content .text-content .wp-block-buttons {
    margin: 15px 0;
}

.entry-content .text-content .is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.entry-content .text-content .is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-flex360 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-flex360 .left {
    width: 70%;
    padding-right: 32px;
}

@media (max-width: 1200px) {
    .blog-flex360 .left {
        width: 65%;
    }
}

@media (max-width: 991px) {
    .blog-flex360 .left {
        width: 100%;
        padding-right: 0px;
    }
}

.blog-flex360 .left .entry-header {
    padding: 5px 15px;
    padding-left: 0;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .blog-flex360 .left .entry-header {
        padding: 5px 15px;
        padding-left: 0;
        margin-bottom: 15px;
    }
}

.blog-flex360 .left .entry-header .entry-title {
    position: relative;
    padding: 2px 15px;
    font-weight: 600;
    color: #404040;
}

@media (max-width: 575px) {
    .blog-flex360 .left .entry-header .entry-title {
        font-size: 22px;
    }
}

.blog-flex360 .left .entry-header .entry-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 6px;
    height: 100%;
    background-color: #404040;
}

.blog-flex360 .left.side-off {
    width: 100%;
}

.blog-flex360 .right {
    width: 30%;
}

@media (max-width: 1200px) {
    .blog-flex360 .right {
        width: 35%;
    }
}

@media (max-width: 991px) {
    .blog-flex360 .right {
        width: 100%;
    }
}

.blog-items360 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 15px;
}

.blog-items360 .items {
    width: 50%;
    padding: 10px;
}

@media (max-width: 575px) {
    .blog-items360 .items {
        width: 100%;
    }
}

.blog-items360 .items a {
    text-decoration: none;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #555655;
}

.blog-items360 .items a .img {
    position: relative;
}

.blog-items360 .items a .img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .blog-items360 .items a .img img {
        height: 240px;
    }
}

.blog-items360 .items a .img .date-in {
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}

.blog-items360 .items a .img .date-in span {
    padding: 0 17px;
    display: block;
    font-size: 30px;
    color: #fff;
    background-color: #555655;
    font-weight: bold;
    line-height: 37px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.blog-items360 .items a .img .date-in span:nth-of-type(2) {
    background-color: #fff;
    color: #6d6e72;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    padding: 4px 0;
}

.blog-items360 .items a .bottom {
    padding: 15px;
}

@media (max-width: 575px) {
    .blog-items360 .items a .bottom {
        padding: 15px;
    }
}

.blog-items360 .items a .bottom .title-in {
    font-size: 18px;
    color: #555655;
    font-weight: bold;
    margin-bottom: 5px;
}

.blog-items360 .items a .bottom .desc-in {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.blog-items360 .items a .bottom .link-in span {
    color: #555655;
    text-decoration: none;
    font-weight: 600;
    opacity: .7;
}

.blog-items360 .items a .bottom .link-in span svg {
    margin-left: 2px;
    width: 9px;
    position: relative;
    top: -1px;
}

.blog-items360 .items a .bottom .link-in span:hover {
    color: #222;
    opacity: 1;
}

.blog-items360 .items a:hover {
    background-color: #fff;
    color: #555655;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.blog-items360 .items a:hover .img .date-in span {
    background-color: #404040;
}

.blog-items360 .items a:hover .img .date-in span:nth-of-type(2) {
    background-color: #fff;
}

.blog-items360.side-off .items {
    width: 33.33%;
}

@media (max-width: 991px) {
    .blog-items360.side-off .items {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .blog-items360.side-off .items {
        width: 100%;
    }
}

.error-404 {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

.error-404 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.error-404 .text-404 {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: right;
}

@media (max-width: 1400px) {
    .error-404 .text-404 {
        bottom: 65px;
    }
}

@media (max-width: 1200px) {
    .error-404 .text-404 {
        bottom: 15px;
    }
}

@media (max-width: 500px) {
    .error-404 .text-404 {
        position: relative;
        bottom: auto;
        left: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px) {
    .error-404 .text-404 .container {
        max-width: 100%;
    }
}

.error-404 .text-404 .flex-in {
    width: 450px;
    display: block;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .error-404 .text-404 .flex-in {
        margin: 0 auto;
    }
}

@media (max-width: 500px) {
    .error-404 .text-404 .flex-in {
        width: 100%;
    }
}

.error-404 .text-404 .flex-in .title-404 {
    font-size: 40px;
    text-align: center;
}

@media (max-width: 500px) {
    .error-404 .text-404 .flex-in .title-404 {
        font-size: 28px;
    }
}

.error-404 .text-404 .flex-in .desc-404 {
    color: #404040;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

@media (max-width: 500px) {
    .error-404 .text-404 .flex-in .desc-404 {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 8px;
    }
}

.error-404 .text-404 .flex-in .link-404 {
    text-align: center;
}

@media (max-width: 991px) {
    .error-404 .text-404 .flex-in .link-404 {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .error-404 .text-404 .flex-in .link-404 {
        margin-top: 15px;
    }
}

.error-404 .text-404 .flex-in .link-404 a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 160px;
    height: 40px;
    background-color: #404040;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    text-decoration: none;
    border: 1px solid #404040;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (max-width: 500px) {
    .error-404 .text-404 .flex-in .link-404 a {
        font-size: 14px;
        width: 128px;
        height: 37px;
    }
}

.error-404 .text-404 .flex-in .link-404 a:hover {
    background-color: #fff;
    color: #404040;
}

.blog-flex360 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-flex360 .left .entry-img img {
    width: 100%;
}

.blog-flex360 .left .post-auth {
    margin-top: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.blog-flex360 .left .post-auth .items {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
    color: #828282;
}

.blog-flex360 .left .post-auth .items:after {
    content: "";
    position: relative;
    height: 2px;
    width: 10px;
    display: block;
    background-color: #c1c1c1;
    margin: 0 10px;
}

.blog-flex360 .left .post-auth .items:last-child:after {
    display: none;
}

.blog-flex360 .left .post-auth .items:nth-of-type(2) {
    color: #222;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .blog-flex360 .left .post-auth .items:nth-of-type(2) {
        font-size: 14px;
    }
}

.blog-flex360 .left .post-auth .items:nth-of-type(3) {
    font-size: 15px;
}

@media (max-width: 575px) {
    .blog-flex360 .left .post-auth .items:nth-of-type(3) {
        font-size: 13px;
    }
}

.blog-flex360 .left .post-auth .items img {
    border-radius: 5px;
}

.blog-flex360 .left .entry-footer {
    border: 1px solid #f7f7f7;
    background-color: #fdfdfd;
    padding: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.blog-flex360 .left .entry-footer span {
    display: block;
}

.blog-flex360 .left .entry-footer span a {
    background-color: #f5f5f5;
    padding: 2px 10px;
    color: #505050;
    margin: 0 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #ddd;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.blog-flex360 .left .entry-footer span a:hover {
    background-color: #404040;
    border: 1px solid #404040;
    color: #fff;
}

.blog-flex360 .left .entry-footer .edit-link {
    text-align: right;
}

.blog-flex360 .left .entry-footer .edit-link a {
    padding: 5px 15px;
}

.post-navigation .nav-links,
.posts-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (max-width: 767px) {

    .post-navigation .nav-links,
    .posts-navigation .nav-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {

    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next,
    .posts-navigation .nav-links .nav-previous,
    .posts-navigation .nav-links .nav-next {
        width: 100%;
    }
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.posts-navigation .nav-links .nav-previous a,
.posts-navigation .nav-links .nav-next a {
    font-size: 14px;
    padding: 6px 15px;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #5d5d5d;
    background-color: #f9f9f9;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post-navigation .nav-links .nav-previous a span,
.post-navigation .nav-links .nav-next a span,
.posts-navigation .nav-links .nav-previous a span,
.posts-navigation .nav-links .nav-next a span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post-navigation .nav-links .nav-previous a span label,
.post-navigation .nav-links .nav-next a span label,
.posts-navigation .nav-links .nav-previous a span label,
.posts-navigation .nav-links .nav-next a span label {
    cursor: pointer;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    max-width: 180px;
    text-align: left;
    padding-left: 5px;
}

@media (max-width: 767px) {

    .post-navigation .nav-links .nav-previous a span label,
    .post-navigation .nav-links .nav-next a span label,
    .posts-navigation .nav-links .nav-previous a span label,
    .posts-navigation .nav-links .nav-next a span label {
        max-width: none;
    }
}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover,
.posts-navigation .nav-links .nav-previous a:hover,
.posts-navigation .nav-links .nav-next a:hover {
    background-color: #404040;
    color: #fff;
    border-color: #404040;
}

@media (max-width: 767px) {

    .post-navigation .nav-links .nav-previous,
    .posts-navigation .nav-links .nav-previous {
        margin-bottom: 10px;
    }
}

.post-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-next {
    margin-left: auto;
}

@media (max-width: 767px) {

    .posts-navigation .nav-previous,
    .posts-navigation .nav-next {
        width: auto !important;
    }
}

.posts-navigation .nav-previous {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 767px) {
    .posts-navigation .nav-previous {
        margin-bottom: 10px;
    }
}

.posts-navigation .nav-next {
    margin-left: 0 !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

.comments-area-ajans360 {
    margin-top: 30px;
}

.comments-area-ajans360 .comments-title {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    padding: 15px 15px;
    border-left: 5px solid #404040;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #8c8c8c;
    font-weight: 400;
}

.comments-area-ajans360 .comments-title span {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .comments-area-ajans360 .comments-title {
        padding: 10px 10px;
    }

    .comments-area-ajans360 .comments-title span {
        font-size: 18px;
    }
}

.comments-area-ajans360 .comment-navigation {
    margin-top: 20px;
}

.comments-area-ajans360 .comment-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .comments-area-ajans360 .comment-navigation .nav-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {

    .comments-area-ajans360 .comment-navigation .nav-links .nav-previous,
    .comments-area-ajans360 .comment-navigation .nav-links .nav-next {
        width: 100%;
    }
}

.comments-area-ajans360 .comment-navigation .nav-links .nav-previous a,
.comments-area-ajans360 .comment-navigation .nav-links .nav-next a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    text-align: center;
    color: #404040;
    background-color: #f9f9f9;
    text-decoration: none;
    display: block;
}

.comments-area-ajans360 .comment-navigation .nav-links .nav-previous a:hover,
.comments-area-ajans360 .comment-navigation .nav-links .nav-next a:hover {
    background-color: #404040;
    color: #fff;
    border-color: #404040;
}

@media (max-width: 767px) {
    .comments-area-ajans360 .comment-navigation .nav-links .nav-previous {
        margin-bottom: 10px;
    }
}

.comments-area-ajans360 .comment-navigation .nav-links .nav-next {
    margin-left: auto;
}

.comments-area-ajans360 ol {
    list-style: none;
    margin-left: 0;
}

.comments-area-ajans360 .comment-list {
    padding: 0;
    margin: 0;
}

.comments-area-ajans360 .comment-list .comment {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .comments-area-ajans360 .comment-list .comment {
        padding: 10px;
        margin-top: 15px;
    }
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta {
    position: relative;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-author img {
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-author b {
    padding-left: 20px;
    position: relative;
    top: 4px;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-author b a {
    text-transform: capitalize;
    pointer-events: none;
    text-decoration: none;
    color: #404040;
    font-weight: 500;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-author span {
    position: relative;
    top: 4px;
    color: #797979;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-metadata {
    position: absolute;
    left: 84px;
    top: 0;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    pointer-events: none;
    text-decoration: none;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-metadata a time {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-metadata span a {
    pointer-events: auto;
    font-size: 14px;
    color: #404040;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-metadata span a:hover {
    text-decoration: underline;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link {
    display: none;
}

.comments-area-ajans360 .comment-list .comment .comment-body .comment-content p {
    padding-left: 84px;
    margin-bottom: 10px;
    color: #777;
}

.comments-area-ajans360 .comment-list .comment .comment-body .reply {
    text-align: right;
}

.comments-area-ajans360 .comment-list .comment .comment-body .reply a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px 20px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    text-align: center;
    color: #404040;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 575px) {
    .comments-area-ajans360 .comment-list .comment .comment-body .reply a {
        padding: 4px 15px;
    }
}

.comments-area-ajans360 .comment-list .comment .comment-body .reply a:hover {
    background-color: #404040;
    color: #fff;
    border-color: #404040;
}

@media (max-width: 768px) {
    .comments-area-ajans360 .comment-list .comment .children {
        padding-left: 0;
    }
}

.comments-area-ajans360 .comment-respond {
    margin-top: 40px;
}

.comments-area-ajans360 .comment-respond .comment-reply-title {
    position: relative;
    background-color: #f9f9f9;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    border-left: 5px solid #222;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
    color: #454545;
    font-weight: 500;
}

@media (max-width: 575px) {
    .comments-area-ajans360 .comment-respond .comment-reply-title {
        margin-bottom: 20px;
    }
}

.comments-area-ajans360 .comment-respond .comment-reply-title small {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 15px;
}

.comments-area-ajans360 .comment-respond .comment-reply-title small a {
    text-transform: none;
    color: #454545;
}

.comments-area-ajans360 .comment-respond .comment-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area-ajans360 .comment-respond .comment-form div {
    width: 100%;
    -webkit-order: 6;
    order: 6;
    margin-bottom: 15px;
}

.comments-area-ajans360 .comment-respond .comment-form p {
    width: 100%;
}

.comments-area-ajans360 .comment-respond .comment-form p label {
    font-weight: 500;
    color: #636363;
}

.comments-area-ajans360 .comment-respond .comment-form p input[type="text"],
.comments-area-ajans360 .comment-respond .comment-form p input[type="email"],
.comments-area-ajans360 .comment-respond .comment-form p input[type="url"],
.comments-area-ajans360 .comment-respond .comment-form p textarea {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
    height: 45px;
    font-weight: 400;
    padding-left: 15px;
    font-size: 16px;
    width: 100%;
}

.comments-area-ajans360 .comment-respond .comment-form p input[type="text"]:focus,
.comments-area-ajans360 .comment-respond .comment-form p input[type="email"]:focus,
.comments-area-ajans360 .comment-respond .comment-form p input[type="url"]:focus,
.comments-area-ajans360 .comment-respond .comment-form p textarea:focus {
    border: 1px solid #404040 !important;
}

.comments-area-ajans360 .comment-respond .comment-form p input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.comments-area-ajans360 .comment-respond .comment-form p textarea {
    height: auto !important;
    padding: 15px;
}

.comments-area-ajans360 .comment-respond .comment-form p.comment-notes {
    -webkit-order: 1;
    order: 1;
}

.comments-area-ajans360 .comment-respond .comment-form p.logged-in-as {
    display: none !important;
}

.comments-area-ajans360 .comment-respond .comment-form p.comment-form-comment {
    -webkit-order: 5;
    order: 5;
}

.comments-area-ajans360 .comment-respond .comment-form p.comment-form-author {
    -webkit-order: 2;
    order: 2;
    width: 50%;
    padding-right: 10px;
}

.comments-area-ajans360 .comment-respond .comment-form p.comment-form-email {
    -webkit-order: 3;
    order: 3;
    width: 50%;
    padding-left: 10px;
}

.comments-area-ajans360 .comment-respond .comment-form p.comment-form-url {
    -webkit-order: 4;
    order: 4;
}

.comments-area-ajans360 .comment-respond .comment-form p.comment-form-cookies-consent {
    -webkit-order: 6;
    order: 6;
}

.comments-area-ajans360 .comment-respond .comment-form p.comment-form-cookies-consent label {
    font-weight: normal;
    display: inline;
}

.comments-area-ajans360 .comment-respond .comment-form p.form-submit {
    -webkit-order: 7;
    order: 7;
}

.comments-area-ajans360 .comment-respond .comment-form p.form-submit input[type="submit"] {
    outline: none;
    box-shadow: none;
    border: none !important;
    border-radius: 0 !important;
    display: table;
    background-color: #404040 !important;
    border: 1px solid #404040 !important;
    color: #fff !important;
    padding: 13px 23px !important;
    cursor: pointer !important;
    transition: all .4s !important;
    -webkit-transition: all .4s !important;
    -moz-transition: all .4s !important;
    -ms-transition: all .4s !important;
    -o-transition: all .4s !important;
    font-weight: 500;
    text-transform: capitalize;
}

.comments-area-ajans360 .comment-respond .comment-form p.form-submit input[type="submit"]:hover {
    transition: all .4s !important;
    -webkit-transition: all .4s !important;
    -moz-transition: all .4s !important;
    -ms-transition: all .4s !important;
    -o-transition: all .4s !important;
    color: #404040 !important;
    border: 1px solid #ddd !important;
    background-color: #fff !important;
}

.mobile-sidebar-ajans360 {
    display: none;
}

@media (max-width: 991px) {
    .mobile-sidebar-ajans360 {
        display: block;
        font-size: 18px;
        padding: 10px 15px;
        color: #fff;
        background-color: #404040;
        margin-bottom: 15px;
        cursor: pointer;
        font-weight: 500;
        margin-top: 15px;
    }

    .mobile-sidebar-ajans360:hover {
        background-color: #797979;
    }
}

.widget-area-ajans360 {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .widget-area-ajans360 {
        display: none;
    }
}

.widget-area-ajans360 .widget_block {
    margin-bottom: 20px;
}

.widget-area-ajans360 .widget_block:last-child {
    margin-bottom: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container {
    border: 1px solid #e5e5e5;
    padding: 0px 15px 15px 15px;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container h1,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container h2,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container h3,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container h4,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container h5,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container h6 {
    font-size: 18px;
    padding: 9px 15px;
    margin: 0px -15px 15px -15px;
    color: #fff;
    background-color: #404040;
    font-weight: 500;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives li,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    font-weight: 500;
    color: #404040;
    position: relative;
    width: 100%;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li:first-child,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li:first-child,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives li:first-child,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories li:first-child {
    padding-top: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li a,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li a,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives li a,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories li a {
    font-weight: 500;
    color: #404040;
    position: relative;
    text-decoration: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li a:first-child,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li a:first-child,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives li a:first-child,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories li a:first-child {
    text-transform: capitalize;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li a:first-child:before,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li a:first-child:before,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives li a:first-child:before,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories li a:first-child:before {
    content: "";
    float: left;
    margin-top: 8px;
    margin-right: 12px;
    width: 8px;
    height: 8px;
    border: 2px solid #404040;
    border-radius: 50%;
    box-sizing: border-box;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li a:hover,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li a:hover,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives li a:hover,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories li a:hover {
    color: #797979;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li::after {
    content: "";
    clear: both;
    display: table;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li a:before {
    display: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
    width: 110px;
    float: left;
    padding-right: 10px;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li .wp-block-latest-posts__featured-image a {
    display: block;
    width: 100%;
    margin: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li a,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li .wp-block-latest-posts__post-author,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
    display: block;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts li .wp-block-latest-posts__post-author {
    display: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-archives li,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-categories li {
    display: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-social-links {
    margin-bottom: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .see-more-360-cat,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .see-more-360-arsiv,
.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .see-more-360-etiket {
    display: none;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #404040;
    border: 1px solid #404040;
    color: #fff;
    padding: 4px 14px;
    font-size: 14px;
    cursor: pointer;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li {
    margin: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li a.wp-block-latest-comments__comment-author {
    pointer-events: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments li a:first-child:before {
    margin-top: 6px;
    margin-right: 10px;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin-bottom: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-search .wp-block-search__label {
    display: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-tag-cloud {
    margin: 0;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-tag-cloud a {
    background-color: #f5f5f5;
    padding: 5px 15px;
    color: #565656;
    margin: 0 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px !important;
    text-decoration: none;
    border: 1px solid #ddd;
    font-weight: 500;
    display: none;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-tag-cloud a:hover {
    background-color: #d2d2d2;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-calendar-table tbody tr td a {
    text-decoration: none;
    color: #fff;
    background-color: #404040;
    display: block;
    font-size: 14px;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-calendar-table tbody tr td a:hover {
    background-color: #4e4e4e;
}

.widget-area-ajans360 .widget_block .wp-block-group .wp-block-group__inner-container .wp-calendar-table caption {
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.search-form360 {
    margin-bottom: 15px;
}

.search-form360 .search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.search-form360 .search-form:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
    height: 40px;
    width: 56px;
    background-color: #f4f4f4;
    background-image: url("../img/tmp/blog-ara.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    pointer-events: none;
}

.search-form360 .search-form label {
    margin: 0;
    width: 100%;
}

.search-form360 .search-form label .search-field {
    height: 45px;
    width: 100%;
    line-height: 45px;
    border: 1px solid #e7ebef;
    background-color: #f4f4f4;
    color: #222;
    border-radius: 3px;
    padding: 0 0 0 15px;
    outline: none;
}

.search-form360 .search-form label .search-field:focus {
    border-color: #222;
}

.search-form360 .search-form .search-submit {
    height: 40px;
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    outline: none;
    cursor: pointer;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.header-top-bar {
    background-color: #3b6bb7;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 110;
}

.header-top-bar .header-top-bar-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 100%;
}

.lang-menu .lang-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 22px;
}

.lang-menu .lang-menu-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lang-menu .lang-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 7px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.lang-menu .lang-menu-list li a img,
.lang-menu .lang-menu-list li a .iclflag {
    width: 22px;
    height: auto;
    display: inline-block;
}

.lang-menu .lang-menu-list li a:hover {
    opacity: 0.8;
}

.lang-menu .lang-menu-list li.current-lang a,
.lang-menu .lang-menu-list li.wpml-ls-current-language a {
    font-weight: 700;
}

.header-main {
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 100;
}

.header-main .header-main-inner {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.online-rezervasyon-btn {
    background-color: #c2342a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 12px 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    min-width: 135px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.online-rezervasyon-btn .online-text {
    color: white;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    letter-spacing: 2px;
}

.online-rezervasyon-btn .rezervasyon-text {
    color: white;
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
}

.online-rezervasyon-btn .rezervasyon-text i {
    margin-right: 4px;
}

.online-rezervasyon-btn:hover {
    background-color: #a62a22;
    color: #fff;
}

.header-center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
}

.header-center .custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.header-center .custom-logo {
    height: 59px;
    width: auto;
    display: block;
}

@media (max-width: 991px) {
    .header-center .custom-logo {
        height: 48px;
    }
}

.header-right {
    margin-left: 117px;
}

.menu-toggle {
    background-color: #3b6bb7;
    border: none;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    gap: 5px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.menu-toggle:hover {
    background-color: #3b6bb7;
}

.side-rezervasyon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.side-rezervasyon a {
    background-color: #3b6bb7;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 45px;
    height: 180px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

@media (max-width: 991px) {
    .side-rezervasyon a {
        width: 22px;
    }
}

.side-rezervasyon a span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
}

.side-rezervasyon a:hover {
    background-color: #3b6bb7;
    color: #fff;
}

.site-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #3b6bb7e0;
    z-index: 105;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    overflow-y: auto;
}

.site-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

body.menu-open {
    overflow: hidden;
}

.menu-close {
    position: absolute;
    top: 70px;
    right: 70px;
    width: 50px;
    height: 50px;
    background-color: #3b6bb7;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 120;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
}

.menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-close:hover {
    background-color: #3b6bb7;
}

.site-menu-overlay-inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 120px;
}

.logo-zone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 60px;
}

.logo-zone .custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.logo-zone .custom-logo {
    height: 59px;
    display: block;
    width: auto;
}

.bottom-zone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 120px;
}

.left-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex: 1;
    padding-right: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.left-menu .main-menu {
    width: auto;
}

.left-menu .main-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-menu .main-menu-list li {
    margin-bottom: 18px;
}

.left-menu .main-menu-list li:last-child {
    margin-bottom: 0;
}

.left-menu .main-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    display: inline-block;
    position: relative;
}

.left-menu .main-menu-list li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.left-menu .main-menu-list li a:hover:after,
.left-menu .main-menu-list li a.current-menu-item:after,
.left-menu .main-menu-list li a.active:after {
    width: 100%;
}

.right-items {
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 35px;
}

.right-items .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 18px;
}

.right-items .top .icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 28px;
}

.right-items .top .icons li a {
    color: #fff;
    font-size: 35px;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.right-items .top .icons li a:hover {
    opacity: 0.8;
}

.right-items .top .contact-title {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.right-items .top .contact-title:hover {
    opacity: 0.8;
}

.right-items .socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
}

.right-items .socials li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #3b6bb7;
    font-size: 28px;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.right-items .socials li a:hover {
    background-color: #e6e6e6;
}

@media (max-width: 1200px) {
    .bottom-zone {
        gap: 40px;
    }

    .left-menu {
        padding-right: 30px;
    }

    .right-items {
        padding-left: 30px;
    }

    .logo-zone .custom-logo {
        max-width: 220px;
    }

    .right-items .top .icons li a {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .header-top-bar {
        height: 40px;
    }

    .header-main {
        background-color: rgba(35, 80, 165, 0.8);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .header-main .header-main-inner {
        height: 80px;
    }

    .header-left,
    .online-rezervasyon-btn {
        display: none !important;
    }

    .header-center .site-logo img {
        max-height: 50px;
    }

    .header-right {
        top: 15px;
        right: 30px;
    }

    .lang-menu .lang-menu-list {
        gap: 12px;
    }

    .lang-menu .lang-menu-list li a {
        font-size: 13px;
    }

    .lang-menu .lang-menu-list li a img,
    .lang-menu .lang-menu-list li a .iclflag {
        width: 18px;
    }

    .site-menu-overlay-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .logo-zone {
        margin-bottom: 30px;
    }

    .logo-zone .custom-logo {
        max-width: 170px;
    }

    .bottom-zone {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 30px;
    }

    .left-menu {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 25px;
        width: 100%;
    }

    .left-menu .main-menu-list {
        text-align: center;
    }

    .left-menu .main-menu-list li {
        margin-bottom: 14px;
    }

    .left-menu .main-menu-list li a {
        font-size: 15px;
    }

    .right-items {
        padding-left: 0;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 25px;
        width: 100%;
    }

    .right-items .top {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 14px;
    }

    .right-items .top .icons {
        gap: 24px;
    }

    .right-items .top .icons li a {
        font-size: 22px;
    }

    .right-items .top .contact-title {
        font-size: 16px;
    }

    .right-items .socials {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .menu-close {
        top: 51px;
        right: 18px;
        width: 44px;
        height: 44px;
    }

    .overlay-scroll-down {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .header-main .header-main-inner {
        height: 70px;
    }

    .header-center .site-logo img {
        max-height: 42px;
    }

    .header-right {
        top: 12px;
        right: 15px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
    }
}

.wa-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
}

.wa-button {
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.wa-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.wa-button svg {
    width: 34px;
    height: 34px;
    fill: white;
}

.wa-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    background: #ff3b30;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: white;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.wa-badge.show {
    opacity: 1;
    transform: scale(1);
}

.wa-badge.hide {
    opacity: 0;
    transform: scale(0);
}

.wa-chat {
    position: absolute;
    bottom: 76px;
    right: 0;
    width: 360px;
    max-height: 500px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transform-origin: bottom right;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.wa-chat.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.wa-header {
    background: #008069;
    color: white;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
}

.wa-avatar {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.wa-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-avatar svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    background: #dfe5e7;
}

.wa-info {
    flex: 1;
    min-width: 0;
}

.wa-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    line-height: normal;
    text-overflow: ellipsis;
}

.wa-status {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    opacity: 0.9;
}

.wa-online-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
}

.wa-close {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
    flex-shrink: 0;
    padding: 0;
}

.wa-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wa-body {
    padding: 16px;
    min-height: 180px;
    background: #e5ddd5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3Oelieli1teleeli1teleeli3teleeliteleeli3teleeltelelteliteleeli1teleelitelelteliAAAAGnRSTlP9/v79/f7+/v3+/v7+/f7+/v7+/v7+/v7+/v7nZwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAYBJREFUSA3tVdmShCAMDBCQQdzr+P8fnQAq6joz21u+bC8lJJ1Op0Px/zT8y5y7qL/kn+cv8j8BYIiH8fnLYIgheApohGD4PsBohIDeCRAMB7A+ohGB4J8AthgNBIBvAVsABEKAAQAXA+wAIMAAwPoFbA8AAQYA1m/g9gAgwADA+g3cCwACICAA/A5OD1h7wDaYCPEKO2C9gtOSV2A3gWIxYN0Cyw7YSLDYB+4aMBoCBqwbYJMTrC8Adw1YjQEDVgNsOMHaCsDBgPUAcEACVsPAEA1YLbDjBGsnwDUG8I0BvGMA3xjANwaIjgF8YwDfGMA3BoiMAXxjAN8YwDcGcI0BomOAGBjANwaIjgFiYwDXGCA2BoiNAVxjgNgYIDYGcI0BvGOA6BggNgZwjQFcYwDXGMA1BnCNAVxjANcYwDUGcI0BYmMA1xggNgZwjQFiYwDXGCA2BnCNAVxjANcYwDUGcI0BY2OA2BggOgZwjQFcYwDXGMA1BnCNAVxjgNgYwDUG+Af4A7U+OHnZAAAAAElFTkSuQmCC");
    opacity: 0.9;
}

.wa-messages {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wa-msg {
    max-width: 85%;
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    font-size: 14.2px;
    line-height: 1.4;
    position: relative;
    word-wrap: break-word;
}

.wa-msg.incoming {
    background: #fff;
    color: #111;
    align-self: flex-start;
    border-top-left-radius: 0;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

.wa-msg.incoming::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}

.wa-msg-text {
    margin-right: 48px;
}

.wa-msg-meta {
    position: absolute;
    right: 8px;
    bottom: 6px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.wa-msg-time {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.45);
}

.wa-footer {
    padding: 8px 10px;
    background: #f0f0f0;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.wa-input-wrap {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    display: flex;
    align-items: flex-end;
    padding: 6px 12px;
    min-height: 42px;
}

.wa-input {
    flex: 1;
    border: none;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    resize: none;
    max-height: 100px;
    padding: 4px 0;
    background: transparent;
    font-family: inherit;
}

.wa-input::placeholder {
    color: #8696a0;
}

.wa-emoji {
    width: 26px;
    height: 26px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-emoji svg {
    width: 24px;
    height: 24px;
    fill: #8696a0;
}

.wa-send {
    width: 42px;
    height: 42px;
    background: #008069;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
    padding: 0;
}

.wa-send:hover {
    background: #017561;
}

.wa-send:active {
    transform: scale(0.95);
}

.wa-send svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.wa-powered {
    text-align: center;
    padding: 6px;
    background: #f0f0f0;
    font-size: 11px;
    color: #8696a0;
}

.wa-powered a {
    color: #d33042;
    text-decoration: none;
}

@media (max-width: 480px) {
    .wa-widget {
        bottom: 16px;
        right: 16px;
    }

    .wa-chat {
        position: fixed;
        bottom: 6rem;
        right: 12px;
        left: 12px;
        width: calc(100% - 24px);
        height: auto;
        transform: translateY(100%);
    }

    .wa-chat.active {
        transform: translateY(0);
    }

    .wa-body {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .wa-button {
        width: 56px;
        height: 56px;
    }

    .wa-button svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 360px) {
    .wa-header {
        padding: 8px 12px;
    }

    .wa-info h4 {
        font-size: 15px;
    }

    .wa-status {
        font-size: 12px;
    }
}

.demo-content {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    color: #666;
}

.demo-content h1 {
    margin-bottom: 10px;
    color: #333;
}

.svg_effect path {
    stroke-dasharray: 1534;
    animation: draw 5s reverse infinite;
    fill: rgba(255, 255, 255, 0.6);
    stroke: #fff;
}

@media (max-width: 991px) {
    .svg_effect path {
        width: 100%;
    }
}

@keyframes draw {
    from {
        stroke-dashoffset: 0;
        fill: rgba(255, 255, 255, 0.6) !important;
    }

    to {
        stroke-dashoffset: 1534;
        fill: rgba(255, 255, 255, 0);
    }
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 55vh;
    }
}

.hero-slider .hero-swiper {
    width: 100%;
    height: 100vh;
}

@media (max-width: 991px) {
    .hero-slider .hero-swiper {
        height: 55vh;
    }
}

.hero-slider .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-slider .swiper-slide {
        height: 55vh;
    }
}

.hero-slider .hero-slide-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .3s ease;
}

@media (max-width: 991px) {
    .hero-slider .hero-slide-image {
        height: 55vh;
    }
}

.hero-slider .swiper-slide-active .hero-slide-image {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.hero-slider .hero-scroll {
    position: absolute;
    left: 70px;
    bottom: 40px;
    width: 64px;
    height: 64px;
    z-index: 15;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.hero-slider .hero-scroll .hero-scroll-icon {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    animation: pageHalfScrollBounce 1.6s ease-in-out infinite;
}

.hero-slider .hero-scroll .hero-scroll-icon:before,
.hero-slider .hero-scroll .hero-scroll-icon:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 22px;
    height: 22px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}

.hero-slider .hero-scroll .hero-scroll-icon:before {
    top: 0;
    opacity: 0.6;
}

.hero-slider .hero-scroll .hero-scroll-icon:after {
    top: 12px;
}

.hero-slider .hero-scroll:hover .hero-scroll-icon {
    animation-play-state: paused;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 55vh;
    }

    .hero-slider .hero-scroll {
        left: 30px;
        bottom: 30px;
    }
}

@media (max-width: 575px) {
    .hero-slider .hero-scroll {
        left: 15px;
        bottom: 20px;
    }
}

.hero-slider .container {
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 10;
}

.hero-slider .swiper-pagination {
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 0;
    text-align: center;
    z-index: 10;
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 6px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border-radius: 50%;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
}

@media (max-width: 991px) {
    .hero-slider {
        min-height: 500px;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        width: 44px;
        height: 44px;
        margin-top: -22px;
    }

    .hero-slider .swiper-button-prev:after,
    .hero-slider .swiper-button-next:after {
        font-size: 15px;
    }

    .hero-slider .swiper-button-prev {
        left: 15px;
    }

    .hero-slider .swiper-button-next {
        right: 15px;
    }

    .hero-slider .swiper-pagination {
        bottom: -50px;
    }

    .hero-slider .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

@media (max-width: 575px) {
    .hero-slider {
        min-height: 420px;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.home-intro {
    background-color: #fff;
    padding: 90px 0;
}

.home-intro-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.home-intro-text {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}

.home-intro-text p {
    margin: 0 0 22px;
}

.home-intro-text p:last-child {
    margin-bottom: 0;
}

.home-intro-title {
    color: #222;
    font-weight: 700;
}

.home-intro-more {
    display: inline-block;
    margin-top: 30px;
    color: #3b6bb7 !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.home-intro-more:hover {
    color: #2f5490;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .home-intro {
        padding: 60px 0;
    }

    .home-intro-text {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media (max-width: 575px) {
    .home-intro {
        padding: 45px 0;
    }

    .home-intro-text p {
        margin-bottom: 16px;
    }

    .home-intro-more {
        margin-top: 20px;
    }
}

.home-rooms {
    padding-bottom: 70px;
    background-color: #fff;
    overflow: hidden;
}

.home-rooms-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-left: 70px;
}

.home-rooms-left {
    width: 500px;
    max-width: 500px;
    position: relative;
    z-index: 3;
}

.home-rooms-card {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.home-rooms-title {
    color: #7599dd;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dadee3;
}

.home-rooms-text {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 25px;
}

.home-rooms-text p {
    margin: 0 0 10px;
}

.home-rooms-text p:last-child {
    margin-bottom: 0;
}

.home-rooms-buttons {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.home-rooms-buttons li {
    list-style: none;
    flex: 1;
}

.home-rooms-btn {
    display: inline-block;
    border: 1px solid #dadee3;
    background-color: #fff;
    color: #4a4a4a;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    padding: 8px 5px;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.home-rooms-btn:hover {
    border-color: #7599dd;
    color: #7599dd;
}

.home-rooms-all-btn {
    display: block;
    background-color: #f3b5b4;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.home-rooms-all-btn span {
    margin-left: 6px;
}

.home-rooms-all-btn:hover {
    background-color: #4175d8;
    color: #fff;
}

.home-rooms-right {
    width: calc(100% - 420px);
    position: relative;
    margin-left: -80px;
    align-self: stretch;
}

.home-rooms-right .rooms-swiper {
    position: relative;
    width: 100%;
    height: 520px;
}

.home-rooms-right .swiper-slide {
    width: 100%;
    height: 520px;
}

.home-rooms-right .rooms-slide-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.home-rooms-right .swiper-button-prev,
.home-rooms-right .swiper-button-next {
    width: 52px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #7599dd;
    border-radius: 50%;
    margin-top: -26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    cursor: pointer;
    z-index: 10;
}

.home-rooms-right .swiper-button-prev:after,
.home-rooms-right .swiper-button-next:after {
    display: none;
}

.home-rooms-right .swiper-button-prev i,
.home-rooms-right .swiper-button-next i {
    font-size: 18px;
    line-height: 1;
}

.home-rooms-right .swiper-button-prev:hover,
.home-rooms-right .swiper-button-next:hover {
    background-color: #7599dd;
    color: #fff;
}

.home-rooms-right .swiper-button-prev {
    left: 110px;
}

.home-rooms-right .swiper-button-next {
    right: 30px;
}

@media (max-width: 1200px) {
    .home-rooms-left {
        flex: 0 0 440px;
        max-width: 440px;
    }

    .home-rooms-card {
        padding: 35px 35px;
    }

    .home-rooms-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .home-rooms {
        padding: 50px 0;
    }

    .home-rooms-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        gap: 0;
    }

    .home-rooms-left {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }

    .home-rooms-card {
        padding: 30px 25px;
    }

    .home-rooms-right {
        margin-left: 0;
        width: 100%;
        min-height: 400px;
        margin-top: -40px;
    }

    .home-rooms-right .rooms-swiper,
    .home-rooms-right .rooms-slide-image {
        min-height: 400px;
    }

    .home-rooms-right .swiper-button-prev {
        left: 15px;
    }

    .home-rooms-right .swiper-button-next {
        right: 15px;
    }
}

@media (max-width: 575px) {
    .home-rooms-left {
        padding: 0 15px;
    }

    .home-rooms-card {
        padding: 25px 20px;
    }

    .home-rooms-title {
        font-size: 24px;
    }

    .home-rooms-buttons {
        gap: 8px;
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(3, 1fr);
    }

    .home-rooms-btn {
        padding: 9px 12px;
        font-size: 12px;
    }

    .home-rooms-right {
        min-height: 280px;
    }

    .home-rooms-right .rooms-swiper,
    .home-rooms-right .rooms-slide-image {
        min-height: 280px;
    }

    .home-rooms-right .swiper-button-prev,
    .home-rooms-right .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .home-rooms-right .swiper-button-prev:after,
    .home-rooms-right .swiper-button-next:after {
        font-size: 14px;
    }
}

.home-boxes {
    padding-bottom: 70px;
    background-color: #fff;
}

.home-boxes-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 20px;
    width: 100%;
}

.home-box {
    position: relative;
    display: block;
    flex: 1 1 50%;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
}

.home-box .home-box-image {
    width: 100%;
    height: 465px;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .3s ease;
}

.home-box .home-box-overlay {
    border: 1px solid #fff;
    opacity: 0;
    height: 0%;
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transition: all 0.3s;
}

.home-box .home-box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 18px;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
    pointer-events: none;
}

.home-box .home-box-title {
    color: #fff;
    font-size: 2vw;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
    transition: all .3s ease;
    white-space: nowrap;
}

.home-box .home-box-cta {
    display: inline-block;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 26px;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    line-height: normal;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .3s ease;
    padding: 10px 20px;
    color: #000;
}

.home-box .home-box-cta span {
    margin-left: 4px;
}

.home-box:hover .home-box-image {
    transform: scale(1.2);
    filter: blur(2px);
}

.home-box:hover .home-box-overlay {
    opacity: 1;
    height: 100%;
}

.home-box:hover .home-box-title {
    transform: translateY(10%);
    font-size: 2.3vw;
}

.home-box:hover .home-box-cta {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

@media (max-width: 991px) {
    .home-boxes {
        padding: 50px 0;
    }

    .home-boxes-inner {
        gap: 20px;
    }

    .home-box .home-box-image {
        height: 320px;
    }

    .home-box .home-box-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .home-boxes {
        padding: 40px 0;
    }

    .home-boxes-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }

    .home-box {
        flex: 0 0 auto;
    }

    .home-box .home-box-image {
        height: 240px;
    }

    .home-box .home-box-title {
        font-size: 26px;
    }
}

.home-alacati {
    padding-bottom: 70px;
    background-color: #fff;
    overflow: hidden;
}

.home-alacati-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.home-alacati-left {
    width: calc(100% - 420px);
    position: relative;
    align-self: stretch;
    z-index: 1;
    margin-right: -80px;
}

.home-alacati-left .alacati-swiper {
    position: relative;
    width: 100%;
    height: 520px;
}

.home-alacati-left .swiper-slide {
    width: 100%;
    height: 520px;
}

.home-alacati-left .alacati-slide-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.home-alacati-right {
    width: calc(100% - 500px);
    max-width: 500px;
    position: relative;
    z-index: 3;
    padding-left: 22px;
}

.home-alacati-side-ribbon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-color: #f3b5b4;
    z-index: 10;
}

.home-alacati-card {
    background-color: #fff;
    padding: 40px 45px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 3;
}

.home-alacati-title {
    color: #7599dd;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-alacati-text {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 25px;
}

.home-alacati-text p {
    margin: 0 0 14px;
}

.home-alacati-text p:last-child {
    margin-bottom: 0;
}

.home-alacati-btn {
    display: inline-block;
    background-color: #eef2f8;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.home-alacati-btn:hover {
    background-color: #7599dd;
    color: #fff;
}

.home-alacati-right .alacati-swiper-pagination {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px !important;
    height: auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px;
    z-index: 15;
}

.home-alacati-right .alacati-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 50%;
    margin: 0 !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.home-alacati-right .alacati-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {
    .home-alacati-right {
        width: 440px;
        max-width: 440px;
    }

    .home-alacati-card {
        padding: 35px 35px;
    }

    .home-alacati-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .home-alacati {
        padding: 50px 0;
    }

    .home-alacati-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
    }

    .home-alacati-left {
        width: 100%;
        margin-right: 0;
    }

    .home-alacati-left .alacati-swiper,
    .home-alacati-left .swiper-slide,
    .home-alacati-left .alacati-slide-image {
        height: 340px;
    }

    .home-alacati-ribbon {
        width: 160px;
        height: 60px;
        top: -20px;
        right: 0;
    }

    .home-alacati-right {
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        margin-top: -40px;
    }

    .home-alacati-side-ribbon {
        display: none;
    }

    .alacati-swiper-pagination.swiper-pagination {
        display: none;
    }
}

@media (max-width: 575px) {

    .home-alacati-left .alacati-swiper,
    .home-alacati-left .swiper-slide,
    .home-alacati-left .alacati-slide-image {
        height: 240px;
    }

    .home-alacati-right {
        padding: 0 15px;
    }

    .home-alacati-card {
        padding: 25px 20px;
    }

    .home-alacati-title {
        font-size: 24px;
    }
}

.site-main .container {
    padding-right: 300px;
    padding-left: 300px;
}

@media (max-width: 1600px) {
    .site-main .container {
        padding-right: 180px;
        padding-left: 180px;
    }
}

@media (max-width: 1400px) {
    .site-main .container {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media (max-width: 1200px) {
    .site-main .container {
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .site-main .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .site-main .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.page-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.page-hero-image {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.page-half-slider {
    position: relative;
    width: 100%;
    height: 65vh;
    min-height: 500px;
    overflow: hidden;
    z-index: 1;
}

.page-half-slider .page-half-swiper,
.page-half-slider .page-half-static-inner {
    width: 100%;
    height: 100%;
}

.page-half-slider .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.page-half-slider .page-half-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.page-half-slider .page-half-scroll {
    position: absolute;
    left: 50%;
    bottom: 28px;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.page-half-slider .page-half-scroll .page-half-scroll-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    animation: pageHalfScrollBounce 1.6s ease-in-out infinite;
}

.page-half-slider .page-half-scroll .page-half-scroll-icon:before,
.page-half-slider .page-half-scroll .page-half-scroll-icon:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}

.page-half-slider .page-half-scroll .page-half-scroll-icon:before {
    top: 0;
    opacity: 0.55;
}

.page-half-slider .page-half-scroll .page-half-scroll-icon:after {
    top: 8px;
}

.page-half-slider .page-half-scroll:hover .page-half-scroll-icon {
    animation-play-state: paused;
}

@keyframes pageHalfScrollBounce {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(6px);
        -webkit-transform: translateY(6px);
        opacity: 0.6;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .page-half-slider {
        height: 55vh;
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .page-half-slider {
        height: 45vh;
        min-height: 300px;
    }
}

.alacati-life {
    background-color: #fff;
    padding: 60px 0 80px;
}

.alacati-life-title {
    color: #366092;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.alacati-siblings {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 16px;
    margin: 0 0 50px;
}

.alacati-sibling-btn {
    display: inline-block;
    padding: 12px 26px;
    background-color: #366092;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background-color .3s ease, transform .3s ease;
    line-height: 1.2;
}

.alacati-sibling-btn:hover,
.alacati-sibling-btn:focus {
    background-color: #366092;
    color: #fff;
    transform: translateY(-2px);
}

.alacati-life-text {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 50px;
    text-align: justify;
}

.alacati-life-text p {
    margin: 0 0 16px;
}

.alacati-life-text p:last-child {
    margin-bottom: 0;
}

.alacati-life-text iframe {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.7777777777778;
    max-width: 100%;
    border: 0;
}

.alacati-life-gallery {
    margin-top: 40px;
}

.alacati-life-gallery .gallery-item-captioned {
    position: relative;
}

.alacati-life-gallery .gallery-item-captioned .gallery-item-caption {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 6px 14px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.3;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    transition: background-color .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alacati-life-gallery .gallery-item-captioned:hover .gallery-item-caption {
    background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 991px) {
    .alacati-life-gallery {
        margin-top: 30px;
    }

    .alacati-life-gallery .gallery-item-captioned .gallery-item-caption {
        font-size: 12px;
        padding: 5px 10px;
    }
}

@media (max-width: 575px) {
    .alacati-life-gallery {
        margin-top: 20px;
    }

    .alacati-life-gallery .gallery-item-captioned .gallery-item-caption {
        font-size: 11px;
        padding: 4px 8px;
        left: 6px;
        right: 6px;
        bottom: 6px;
    }
}

.alacati-life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.alacati-life-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    height: 380px;
    line-height: 0;
}

.alacati-life-card .alacati-life-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .4s ease;
}

.alacati-life-card .alacati-life-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all .4s ease;
    z-index: 1;
}

.alacati-life-card .alacati-life-card-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px 30px;
    color: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
    transition: all .4s ease;
}

.alacati-life-card .alacati-life-card-title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.3;
    position: relative;
    transition: all .4s ease;
}

.alacati-life-card .alacati-life-card-title:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    margin: 14px 0 0 auto;
    transition: width .4s ease;
}

.alacati-life-card .alacati-life-card-desc {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .4s ease, opacity .4s ease, margin-top .4s ease;
}

.alacati-life-card:after {
    content: "\2192";
    position: absolute;
    right: 22px;
    bottom: 18px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    z-index: 3;
    opacity: 0;
    transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transition: all .4s ease;
}

.alacati-life-card:hover .alacati-life-card-image {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.alacati-life-card:hover .alacati-life-card-overlay {
    background: rgba(0, 0, 0, 0.65);
}

.alacati-life-card:hover .alacati-life-card-title:after {
    width: 70px;
}

.alacati-life-card:hover .alacati-life-card-desc {
    max-height: 200px;
    opacity: 1;
}

.alacati-life-card:hover:after {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

@media (max-width: 991px) {
    .alacati-life {
        padding: 50px 0 60px;
    }

    .alacati-life-title {
        font-size: 26px;
    }

    .alacati-siblings {
        gap: 10px 12px;
        margin-bottom: 40px;
    }

    .alacati-sibling-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .alacati-life-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .alacati-life-card {
        height: 340px;
    }

    .alacati-life-card .alacati-life-card-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .alacati-life {
        padding: 40px 0 50px;
    }

    .alacati-life-title {
        font-size: 22px;
    }

    .alacati-siblings {
        gap: 8px 10px;
        margin-bottom: 32px;
    }

    .alacati-sibling-btn {
        padding: 9px 16px;
        font-size: 12px;
    }

    .alacati-life-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .alacati-life-card {
        height: 280px;
    }

    .alacati-life-card .alacati-life-card-content {
        padding: 22px 20px;
    }

    .alacati-life-card .alacati-life-card-title {
        font-size: 19px;
    }

    .alacati-life-card .alacati-life-card-title:after {
        width: 60px;
    }

    .alacati-life-card .alacati-life-card-desc {
        max-height: 200px;
        opacity: 1;
        margin-top: 16px;
        font-size: 13px;
    }

    .alacati-life-card .alacati-life-card-overlay {
        background: rgba(0, 0, 0, 0.55);
    }

    .alacati-life-card:after {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.about-intro {
    background-color: #fff;
    padding: 70px 0 80px;
}

.about-intro-icon {
    text-align: center;
    margin-bottom: 30px;
}

.about-intro-icon img {
    display: inline-block;
    height: 150px;
    object-fit: contain;
    filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.15));
}

.about-intro-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 40px;
    line-height: 1;
}

.about-intro-title .title-top {
    color: #8a8a8a;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.about-intro-title .title-bottom {
    color: #7599dd;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.about-intro-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.about-intro-image {
    flex: 1;
    line-height: 0;
}

.about-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

.about-intro-text {
    flex: 1;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.8;
}

.about-intro-text p {
    margin: 0 0 18px;
}

.about-intro-text p:last-child {
    margin-bottom: 0;
}

.about-intro-text p strong {
    color: #222;
    font-weight: 700;
}

.about-section {
    margin-top: 60px;
}

.about-section-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 30px;
    line-height: 1;
}

.about-section-title .title-top {
    color: #8a8a8a;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.about-section-title .title-bottom {
    color: #7599dd;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-section-text {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 40px;
}

.about-section-text p {
    margin: 0 0 18px;
}

.about-section-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-hero {
        padding-top: 110px;
    }

    .page-hero-image {
        height: auto;
    }

    .about-intro {
        padding: 50px 0 60px;
    }

    .about-intro-title {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }

    .about-intro-title .title-top {
        font-size: 24px;
    }

    .about-intro-title .title-bottom {
        font-size: 32px;
    }

    .about-intro-grid {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

    .about-section {
        margin-top: 45px;
    }

    .about-section-title {
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }

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

    .about-section-title .title-bottom {
        font-size: 28px;
    }

    .about-section-text {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .about-intro {
        padding: 40px 0 50px;
    }

    .about-intro-title {
        margin-bottom: 25px;
    }

    .about-intro-title .title-top {
        font-size: 20px;
    }

    .about-intro-title .title-bottom {
        font-size: 26px;
    }

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

    .about-section {
        margin-top: 35px;
    }

    .about-section-title {
        margin-bottom: 20px;
    }

    .about-section-title .title-top {
        font-size: 18px;
    }

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

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

.rooms-page {
    background-color: #fff;
    padding: 220px 0 80px;
    overflow-x: hidden;
}

.rooms-page .container {
    padding-right: 70px;
    padding-left: 70px;
}

@media (max-width: 991px) {
    .rooms-page {
        padding-top: 160px;
    }

    .rooms-page .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .rooms-page {
        padding-top: 140px;
    }

    .rooms-page .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.rooms-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.8;
}

.rooms-intro p {
    margin: 0 0 12px;
}

.rooms-intro p:last-child {
    margin-bottom: 0;
}

.rooms-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
}

.room-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-right: 70px;
}

.room-item.is-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 70px;
}

.room-item.is-reverse .room-item-content {
    margin-left: 0;
    margin-right: -80px;
}

.room-item-image {
    flex: 1;
    line-height: 0;
    min-width: 0;
}

.room-item-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.room-item-content {
    flex: 0 0 500px;
    max-width: 500px;
    background-color: #f3f3f2;
    padding: 40px 45px;
    margin-left: -80px;
    align-self: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.room-item-title {
    color: #7599dd;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadee3;
}

.room-item-subtitle {
    margin: -8px 0 22px;
    padding: 0;
    line-height: 1;
}

.room-item-nickname {
    display: inline-block;
    background: #7599dd;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    box-shadow: 0 4px 10px rgba(117, 153, 221, 0.25);
}

.room-item-features {
    list-style: disc;
    padding-left: 22px;
    margin: 0 0 28px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.75;
}

.room-item-features li {
    margin-bottom: 6px;
}

.room-item-features li:last-child {
    margin-bottom: 0;
}

.room-item-features li strong {
    color: #222;
    font-weight: 700;
}

.room-item-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
}

.room-btn {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 14px 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    cursor: pointer;
    border: none;
}

.room-btn.room-btn-gallery {
    background-color: #e0e6f2;
    color: #4a4a4a;
}

.room-btn.room-btn-gallery:hover {
    background-color: #7599dd;
    color: #fff;
}

.room-btn.room-btn-reserve {
    background-color: #f3b5b4;
    color: #fff;
}

.room-btn.room-btn-reserve:hover {
    background-color: #c86670;
    color: #fff;
}

.room-gallery-hidden {
    display: none !important;
}

@media (max-width: 991px) {
    .rooms-page {
        padding: 140px 0 60px;
    }

    .rooms-intro {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .room-item,
    .room-item.is-reverse {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .room-item .room-item-content,
    .room-item.is-reverse .room-item-content {
        flex: 0 0 auto;
        max-width: 100%;
        width: 92%;
        margin: -40px auto 0;
        padding: 30px 25px;
    }

    .room-item-image img {
        height: 380px;
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .room-item-content {
        width: 100% !important;
        margin: -20px 0 0 !important;
        padding: 25px 20px !important;
    }

    .room-item-title {
        font-size: 22px;
    }

    .room-item-buttons {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .room-item-buttons .room-btn {
        width: 100%;
    }

    .room-item-image img {
        height: 280px;
        min-height: 0;
    }
}

.gallery-page {
    background-color: #fff;
    padding: 60px 0 80px;
}

.gallery-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e4ed;
}

.gallery-tab {
    background-color: transparent;
    border: 1px solid #d6dbe7;
    color: #4a4a4a;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 14px 34px;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.gallery-tab:hover {
    background-color: #f2f4fa;
}

.gallery-tab.is-active {
    background-color: #7599dd;
    border-color: #7599dd;
    color: #fff;
}

.gallery-panel {
    display: none;
}

.gallery-panel.is-active {
    display: block;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
    cursor: zoom-in;
}

.gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center center;
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all .3s ease;
}

.gallery-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(59, 107, 183, 0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    z-index: 1;
}

.gallery-item:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}

.gallery-item:hover:before {
    background-color: rgba(59, 107, 183, 0.25);
}

@media (max-width: 1200px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .gallery-item img {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .gallery-page {
        padding: 50px 0 60px;
    }

    .gallery-tabs {
        gap: 12px;
    }

    .gallery-tab {
        padding: 12px 22px;
        font-size: 14px;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .gallery-item img {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .gallery-page {
        padding: 40px 0 50px;
    }

    .gallery-tabs {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .gallery-tab {
        width: 100%;
        padding: 11px 16px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .gallery-item img {
        height: 140px;
    }
}

.contact-hero {
    position: relative;
    width: 100%;
    background-color: #e9ecef;
    min-height: 520px;
    padding: 60px 0;
}

.contact-hero-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.contact-hero-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.contact-hero-card {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: 60px;
    width: 100%;
    max-width: 420px;
    background-color: #fff;
    padding: 30px 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-hero-card-title {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.contact-hero-card-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-hero-card-list li {
    position: relative;
    padding: 10px 0 10px 28px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5;
}

.contact-hero-card-list li i {
    position: absolute;
    left: 0;
    top: 13px;
    color: #366092;
    font-size: 14px;
    width: 18px;
    text-align: center;
}

.contact-hero-card-list li a {
    color: #366092;
    text-decoration: none;
    transition: color .3s ease;
}

.contact-hero-card-list li a:hover {
    color: #1e2f5c;
}

.contact-hero-card-list li span {
    color: #4a4a4a;
}

.contact-directions {
    background-color: #fff;
    padding: 70px 0 90px;
    text-align: center;
}

.contact-directions-title {
    color: #8a8a8a;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0 0 30px;
}

.contact-directions-text {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.9;
    max-width: 960px;
    margin: 0 auto;
}

.contact-directions-text p {
    margin: 0 0 16px;
}

.contact-directions-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .contact-hero {
        min-height: 0;
        padding: 0;
    }

    .contact-hero-map {
        position: relative;
        height: 380px;
    }

    .contact-hero-card {
        margin: -80px 20px 0;
        max-width: none;
        padding: 25px 28px;
    }

    .contact-directions {
        padding: 50px 0 60px;
    }

    .contact-directions-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .contact-hero-map {
        height: 300px;
    }

    .contact-hero-card {
        margin: -60px 12px 0;
        padding: 22px 20px;
    }

    .contact-hero-card-title {
        font-size: 19px;
    }

    .contact-hero-card-list li {
        font-size: 13px;
    }

    .contact-directions {
        padding: 40px 0 50px;
    }

    .contact-directions-title {
        font-size: 22px;
    }

    .contact-directions-text {
        font-size: 14px;
        text-align: left;
    }
}

.contact-form-section {
    width: 100%;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-form-side {
    background-color: #eef1f6;
    padding: 70px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 530px;
}

.contact-form-title {
    color: #222;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 40px;
}

.contact-form-wrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.contact-form-wrap .wpcf7 {
    width: 100%;
}

.contact-form-wrap .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    width: 100%;
}

.contact-form-wrap .wpcf7-form>p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact-form-wrap .wpcf7-form>p.cf7-half {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.contact-form-wrap .wpcf7-form>p.cf7-full {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.contact-form-wrap .hidden-fields-container {
    display: none;
}

.contact-form-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.contact-form-wrap .wpcf7-form>p>.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap input[type="email"],
.contact-form-wrap textarea {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    font-family: inherit;
    outline: none;
    box-sizing: border-box;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.contact-form-wrap input[type="text"]:focus,
.contact-form-wrap input[type="tel"]:focus,
.contact-form-wrap input[type="email"]:focus,
.contact-form-wrap textarea:focus {
    border-color: #366092;
    box-shadow: 0 0 0 3px rgba(54, 96, 146, 0.12);
}

.contact-form-wrap textarea {
    height: 120px;
    resize: vertical;
    display: block;
}

.contact-form-wrap input[type="submit"],
.contact-form-wrap .wpcf7-submit {
    width: 100%;
    background-color: #e89aa3;
    color: #fff;
    border: 0;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color .3s ease;
}

.contact-form-wrap input[type="submit"]:hover,
.contact-form-wrap .wpcf7-submit:hover {
    background-color: #d98691;
}

.contact-form-wrap .wpcf7-spinner {
    display: none;
}

.contact-form-wrap .wpcf7-not-valid-tip {
    color: #d9534f;
    font-size: 12px;
    margin-top: 4px;
}

.contact-form-wrap .wpcf7-response-output {
    grid-column: -1;
}

.contact-image-side {
    position: relative;
    overflow: hidden;
    line-height: 0;
    height: 530px;
}

.contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

@media (max-width: 991px) {
    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-side {
        padding: 50px 30px;
    }

    .contact-form-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .contact-image-side {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .contact-form-side {
        padding: 40px 18px;
    }

    .contact-form-title {
        font-size: 22px;
    }

    .contact-form-wrap .wpcf7-form {
        gap: 12px;
    }

    .contact-form-wrap .wpcf7-form>p.cf7-half {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-image-side {
        height: 260px;
    }
}

.contact-bank-section {
    background-color: #fff;
    padding: 80px 0 100px;
}

.contact-bank-title {
    color: #e89aa3;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 50px;
    text-transform: uppercase;
}

.contact-bank-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bank-card {
    border: 1px solid #7e9fde;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.bank-row {
    display: grid;
    grid-template-columns: 40% 60%;
    border-bottom: 1px solid #7e9fde;
    min-height: 68px;
}

.bank-row:last-child {
    border-bottom: 0;
}

.bank-row-label {
    padding: 14px 16px;
    color: #7e9fde;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #7e9fde;
}

.bank-row-value {
    padding: 14px 16px;
    color: #7e9fde;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-break: break-word;
}

@media (max-width: 1200px) {
    .contact-bank-grid {
        gap: 20px;
    }

    .bank-row-label,
    .bank-row-value {
        padding: 12px 10px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .contact-bank-section {
        padding: 60px 0 70px;
    }

    .contact-bank-title {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .contact-bank-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 520px;
        margin: 0 auto;
    }

    .bank-row-label,
    .bank-row-value {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .contact-bank-section {
        padding: 45px 0 55px;
    }

    .contact-bank-title {
        font-size: 19px;
        letter-spacing: 1px;
    }

    .bank-row {
        min-height: 56px;
    }

    .bank-row-label,
    .bank-row-value {
        padding: 10px 12px;
        font-size: 12px;
    }
}

.site-footer {
    background-color: #e0e6f2;
    background-image: url('https://kurabiyeotel.ajans360.net/dacegug/2026/04/footer-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    padding: 70px 0 30px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    z-index: 9999;
}

.site-footer-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 0;
}

.footer-col-brand {
    flex: 1.2;
}

.footer-col-menu {
    flex: 1.6;
    min-width: 340px;
}

.footer-col-social {
    flex: 0.9;
    margin-left: 10%;
}

.footer-col-awards {
    flex: 1.1;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 0;
}

.footer-logo .custom-logo,
.footer-logo img {
    max-height: 85px;
    width: auto;
    display: block;
}

.footer-col-brand p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 12px;
    color: #4a4a4a;
}

.footer-col-brand p i {
    color: #3b6bb7;
    font-size: 14px;
    margin-top: 4px;
    flex-shrink: 0;
}

.footer-col-brand p a {
    color: #4a4a4a;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.footer-col-brand p a:hover {
    color: #3b6bb7;
}

.footer-col-brand .footer-phones {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.footer-col-brand .footer-phones a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
}

.footer-menu-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 18px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .footer-menu-list {
        display: none;
    }
}

.footer-menu-list li {
    flex-shrink: 0;
}

.footer-menu-list li a {
    color: #3b6bb7;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.footer-menu-list li a:hover {
    color: #2c5089;
}

.footer-heading {
    color: #3b6bb7;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
}

.footer-directions {
    color: #4a4a4a;
    font-size: 13.5px;
    line-height: 1.8;
    margin: 0 0 10px;
}

.footer-more {
    color: #3b6bb7;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.footer-more:hover {
    color: #2c5089;
    text-decoration: underline;
}

.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 991px) {
    .footer-social {
        flex-direction: row;
    }
}

.footer-social li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.footer-social li a i {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #3b6bb7;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .footer-social li a span {
        display: none;
    }
}

.footer-social li a:hover {
    color: #3b6bb7;
}

.footer-social li a:hover i {
    background-color: #2f5490;
}

.footer-awards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.footer-awards li {
    line-height: 0;
}

.footer-awards li img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 110px;
}

.site-footer {
    padding-bottom: 0;
}

.site-footer-bottom {
    background-color: #c7d0e2;
    margin-top: 40px;
    padding: 16px 0;
}

.site-footer-bottom .site-footer-bottom-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    min-height: 34px;
}

.site-footer-bottom .footer-copyright {
    margin: 0;
    color: #4a4a4a;
    font-size: 13px;
}

@media (max-width: 1200px) {
    .site-footer-inner {
        gap: 30px;
    }

    .footer-awards li img {
        max-width: 90px;
    }
}

@media (max-width: 991px) {
    .site-footer {
        padding: 50px 0 0px;
    }

    .site-footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px 30px;
    }

    .footer-col {
        flex: 0 0 calc(35%);
        max-width: calc(35%);
    }

    .footer-menu-list {
        gap: 14px;
        flex-wrap: wrap;
    }

    .footer-menu-list li a {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .site-footer-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
    }

    .footer-col {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .footer-awards {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-awards li img {
        max-width: 100%;
    }

    .site-footer-bottom {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .site-footer-bottom .ajans-logo {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}