@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;500;600;700&family=Lora:wght@300;400;700&display=swap");

body {
    font-size: 16px;
    color: #26282b;
    font-family: "Libre Baskerville", serif;
}

p {
    font-size: 16px;
    line-height:
        32px;
    font-family: "Libre Baskerville", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lora", serif;
}

.font-alatsi {
    font-family: "Lora", serif;
}

.font-red-hat {
    font-family: "Libre Baskerville", serif;
}

.position-relative {
    position:
        relative;
}

.fa-phone {
    transform: rotate(90deg);
}

.text-white {
    color: #ffffff !important;
}

.paragraph {
    font-size:
        16px;
    line-height: 32px;
}

.section-padding {
    padding: 100px 0;
}

.section-padding-medium {
    padding: 80px 0;
}

.section-padding-small {
    padding: 60px 0;
}

.spacer-20 {
    display: block;
    width: 100%;
    height: 20px;
}

.spacer-30 {
    display: block;
    width: 100%;
    height: 30px;
}

.spacer-40 {
    display: block;
    width: 100%;
    height: 40px;
}

.spacer-50 {
    display: block;
    width: 100%;
    height: 50px;
}

.spacer-60 {
    display: block;
    width: 100%;
    height: 60px;
}

.spacer-70 {
    display: block;
    width: 100%;
    height: 70px;
}

.spacer-80 {
    display: block;
    width: 100%;
    height: 80px;
}

.spacer-90 {
    display: block;
    width: 100%;
    height: 90px;
}

.spacer-100 {
    display: block;
    width: 100%;
    height: 100px;
}

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

.bg-white {
    background: #ffffff;
}

.bg-1 {
    background: #fff4ed;
}

.bg-1 {
    background: #fff4ed;
}

.bg-light-50 {
    background: #dbc4b691;
}

.bg-img-parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-geo-orange-outline {
    text-decoration: none;
    font-family: "Libre Baskerville", serif;
    border: 2px solid #ab917e;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    color: #ab917e;
    padding: 12px 25px;
    font-size: 14px;
    border-radius: 0 !important;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.btn-geo-orange-outline span {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ab917e;
    display: inline-block;
    margin-left: 4px;
}

/* video banner style - COMMENTED OUT FOR HERO CAROUSEL */
/*
.bg-video-wrap { position: relative; display: grid; place-items: center; height: 70vh; width: 100%; margin: 0 0;
background: #ccc; } video { filter: saturate(2); position: absolute; z-index: 0; object-fit: cover; width: 100%; height:
100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .overlay { width: 100%; height: 100%; position: absolute;
top: 0; left: 0; background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
background-size: 3px 3px; z-index: 2; opacity: 0.02; } */
/* video banner style end */
.page-lines {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page-lines .col-line {
    padding: 0;
    height: 100%;
}

.page-lines .line {
    position: absolute;
    left: -5px;
    width: 1px;
    height: 100%;
    background-color: #f5f5f5;
}

.page-lines .col-line:last-child .line:last-child {
    left: auto;
    right: 0;
}

.page-lines .col-line:nth-child(2) .line:last-child {
    left: 5px;
    right: 0;
}

/* btn orange-black */
.geo-btn-1 {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #ab917e;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    border: 1.5px solid #ab917e;
    font-weight: 500;
    padding: 14px 35px 14px 25px;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    transition: all 0.3s;
}

.geo-btn-1:hover {
    color: #6f5d53;
    transition: all 0.3s;
}

.geo-btn-1::before,
.geo-btn-1::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ab917e;
}

.geo-btn-1 span::before,
.geo-btn-1 span::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ab917e;
}

.geo-btn-1:hover::before,
.geo-btn-1:hover::after {
    width: 100%;
}

.geo-btn-1:hover span::before,
.geo-btn-1:hover span::after {
    height: 100%;
}

.btn-2::before,
.btn-2::after {
    transition-delay: 0s;
}

.btn-2 span::before,
.btn-2 span::after {
    transition-delay: 0.2s;
}

.btn-2::before {
    right: 0;
    top: 0;
}

.btn-2::after {
    left: 0;
    bottom: 0;
}

.btn-2 span::before {
    left: 0;
    top: 0;
}

.btn-2 span::after {
    right: 0;
    bottom: 0;
}

.btn-2:hover::before,
.btn-2:hover::after {
    transition-delay: 0.2s;
}

.btn-2:hover span::before,
.btn-2:hover span::after {
    transition-delay: 0s;
}

.btn-2 .triangle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ab917e;
    display: inline-block;
    margin-left: 6px;
    transition: all 0.3s;
    top: 18px;
    right: 23px;
}

.btn-2:hover.btn-2 .triangle {
    margin-left: 6px;
    top: 18px;
    right: 19px;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #6f5d53;
    display:
        inline-block;
    transition: all 0.3s;
}

/* btn orange-black end */
/* btn orange-white */
.geo-btn-2 {
    display:
        inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    padding: 12px 25px;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    transition: all 0.3s ease;
    text-decoration: none !important;
    overflow: hidden;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 1px;
}

.geo-btn-2,
.geo-btn-2:hover,
.geo-btn-2:active,
.geo-btn-2:focus {
    text-decoration: none !important;
}

.geo-btn-2:hover {
    background: rgba(171, 145, 126, 0.9);
    border-color: #ab917e;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.geo-btn-2:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Focus state for better
accessibility */
.geo-btn-2:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(171, 145, 126, 0.3);
    text-decoration: none !important;
}

/* Smooth hover effects */
.geo-btn-2 {
    transition: all 0.3s ease;
}

.btn-3::before,
.btn-3::after {
    transition-delay: 0s;
}

.btn-3 span::before,
.btn-3 span::after {
    transition-delay: 0.2s;
}

.btn-3::before {
    right: 0;
    top: 0;
}

.btn-3::after {
    left: 0;
    bottom: 0;
}

.btn-3 span::before {
    left: 0;
    top: 0;
}

.btn-3 span::after {
    right: 0;
    bottom: 0;
}

.btn-3:hover::before,
.btn-3:hover::after {
    transition-delay: 0.2s;
}

.btn-3:hover span::before,
.btn-3:hover span::after {
    transition-delay: 0s;
}

.btn-3 .triangle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ab917e;
    display: inline-block;
    margin-left:
        6px;
    transition: all 0.3s;
    top: 18px;
    right: 23px;
}

.btn-3:hover.btn-3 .triangle {
    margin-left: 6px;
    top: 18px;
    right:
        19px;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ffffff;
    display:
        inline-block;
    transition: all 0.3s;
}

/* btn orange-white end */
/* btn dark-navy */
.geo-btn-3 {
    display: inline-block;
    position: relative;
    background: #6f5d53;
    border: none;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid #6f5d53;
    font-weight: 500;
    padding: 14px 35px 14px 25px;
    text-transform: uppercase;
    font-family: "Libre
 Baskerville", serif; transition: all 0.3s; } .geo-btn-3:hover { color: #ffffff; background: #000000; transition: all
 0.3s;
}

.geo-btn-3::before,
.geo-btn-3::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ab917e;
}

.geo-btn-3 span::before,
.geo-btn-3 span::after {
    content: "";
    width: 2px;
    height:
        0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ab917e;
}

.geo-btn-3:hover::before,
.geo-btn-3:hover::after {
    width: 100%;
}

.geo-btn-3:hover span::before,
.geo-btn-3:hover span::after {
    height: 100%;
}

.btn-4::before,
.btn-4::after {
    transition-delay: 0s;
}

.btn-4 span::before,
.btn-4 span::after {
    transition-delay:
        0.2s;
}

.btn-4::before {
    right: 0;
    top: 0;
}

.btn-4::after {
    left: 0;
    bottom: 0;
}

.btn-4 span::before {
    left: 0;
    top:
        0;
}

.btn-4 span::after {
    right: 0;
    bottom: 0;
}

.btn-4:hover::before,
.btn-4:hover::after {
    transition-delay: 0.2s;
}

.btn-4:hover span::before,
.btn-4:hover span::after {
    transition-delay: 0s;
}

.btn-4 .triangle {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ffffff;
    display:
        inline-block;
    margin-left: 6px;
    transition: all 0.3s;
    top: 18px;
    right: 23px;
}

.btn-4:hover.btn-4 .triangle {
    margin-left: 6px;
    top: 18px;
    right: 19px;
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ffffff;
    display: inline-block;
    transition: all 0.3s;
}

/* btn dark-navy end */
.section-title {
    color: #6f5d53;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    font-family: "Lora", serif;
    text-transform:
        uppercase;
}

.section-title span {
    color: #ab917e;
}

.section-title-white {
    color: #ffffff;
    font-weight: 400;
    font-size:
        44px;
    line-height: 60px;
    font-family: "Lora", serif;
    text-transform: uppercase;
}

.section-title-white span {
    color:
        #ab917e;
}

.medium-title {
    color: #1c1d1f;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-transform:
        capitalize;
}

#home_video {
    width: 100%;
    height: auto;
}

.border-light-top-1 {
    border-top: 1px solid rgb(220 220 220 / 12%);
}

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

/* header style */
.main_header_area {
    background: #fff;
}

.header_area {
    height: auto;
    background-color: transparent;
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s;
}

.header_area.header-fixed {
    height: auto;
    background-color: #ffffff;
    position: fixed;
    transition: all 0.3s;
    box-shadow: 0px 2px 7px -2px #0000001c;
}

.navigation {
    /* width: 100%; height: 70px; display:
table; position: relative; font-family: 'Open Sans', serif; background-color: transparent;*/
    width: 100%;
    height: 90px;
    display: flex;
    position: relative;
    font-family: "Open Sans", serif;
    background-color: transparent;
    align-items: center;
    justify-content: space-between;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
    padding: 12px 0;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top:
        -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height:
        100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color:
        #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.nav-menu>li>a {
    /*height: 70px; padding: 26px 15px; display: inline-block; text-decoration: none;
font-size: 14px; color: #343a40; transition: color 0.3s, background 0.3s;*/
    height: auto;
    padding: 20px 15px;
    display:
        inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu>li>a span {
    padding: 15px 20px;
    border: 1px solid #ab917e;
    color: #ab917e;
    background: #ffffff;
    transition: all 0.3s;
}

.nav-menu>li>a span:hover {
    padding: 15px 20px;
    border: 1px solid #6f5d53;
    color: #ffffff;
    background: #6f5d53;
    transition: all 0.3s;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #ab917e;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float:
        none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size:
        14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height:
        44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #ab917e #ab917e transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow:
        hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width:
        70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color:
        #ab917e;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display:
        table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color:
        #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top:
        10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
    width:
        100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 14px;
    color: #343a40;
    background-color:
        #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #ab917e;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform:
        rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform:
        rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #ab917e #ab917e transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width:
        100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform:
        rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform:
        rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display:
        block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top:
        15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width:
        91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display:
        block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size:
        14px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 14px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 14px;
}

.megamenu-list>li>a:hover {
    background-color: #ab917e;
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu>li>a {
    color: #474747;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    font-family: "Lora", serif;
}

.nav-dropdown>li>a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #ab917e;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%;
    }
}

/*
header style end */
.top-ftr-col {
    padding: 35px 30px;
    background: #6f5d53;
    display: flex;
    align-items: center;
    /* <--
This centers children vertically */
    justify-content: start;
}

.top-ftr-col .icon-col {
    display: inline-block;
    padding-right: 25px;
    border-right: 1px solid rgba(171, 145, 126, 0.36);
}

.top-ftr-col .ftr-content {
    padding-left:
        25px;
    display: inline-block;
}

.top-ftr-col .icon-col img {
    min-width: 80px;
    max-width: 80px;
    height: auto;
}

.ftr-content p {
    font-family: "Lora", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff4ed;
}

.ftr-content h4 {
    font-family: "Lora", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff4ed;
}

.about-img {
    position: absolute;
    right: 0;
    top: 60px;
    min-width: 52%;
    max-width: 52%;
    height: 513px;
    display: block;
}

.about-content {
    position: relative;
}

.about-content:before {
    content: "";
    /* background-image: url("../images/about-bg.png"); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 380px;
    height: 300px;
    display: block;
    z-index: 0;
}

.key-feature-col {
    min-height: 527px;
    max-height: 527px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:
        relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.key-feature-col:hover {
    filter: grayscale(100%);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.key-feature-col .key-feature-text {
    position: absolute;
    bottom:
        0;
    left: 0;
    width: 45%;
    background: #ffffff;
    padding: 30px 30px;
}

.key-feature-col .key-feature-text h1 {
    font-style:
        normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

.key-feature-content:before {
    content: "";
    /* background-image: url("../images/key-features-bg.png"); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10px;
    right: -80px;
    width: 430px;
    height: 450px;
    display: block;
    z-index: 0;
}

.key-feature-content {
    padding: 70px 0;
}

.facilities-col {
    padding: 35px 20px;
    border: 1px solid #404040;
    text-align: center;
    margin-bottom: 20px;
    background-color: transparent;
    transition:
        background-color 0.4s;
}

.facilities-col:hover {
    background-color: rgb(219, 196, 182, 0.16);
    cursor: pointer;
    transition: background-color 0.4s;
    border-color: #6f5d53;
}

.facilities-col img {
    min-width: 60px;
    max-width: 60px;
}

.facilities-col h4 {
    font-family: "Libre Baskerville", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.section-top-banner {
    background:
        gainsboro;
    padding: 110px 0 20px 0;
}

.top-banner-ul {
    list-style: none;
    padding-left: 0;
}

.top-banner-ul li {
    margin-right: 7px;
    list-style: none;
    font-size: 13px;
    display: inline-block;
    color: #ffffff;
}

.top-banner-ul li a {
    font-size: 13px;
    color: #ffffff;
    transition: all 0.3s;
}

.top-banner-ul li a:hover {
    text-decoration: none;
    opacity:
        0.7;
    transition: all 0.3s;
}

.top-banner-ul li a.active {
    color: #ab917e;
    transition: all 0.3s;
}

/* testimonial style
*/
.section-testimonial {
    padding: 90px 0 180px 0;
}

.testimonial-img-col {
    min-height: 495px;
    max-height: 495px;
}

.testimonial-slide-col {
    margin-top: 50px;
    background: #fff4ed;
    padding: 50px 60px;
    min-height: 495px;
}

.testim {
    display: block;
    width: 100%;
    /*position: absolute; top: 50%; -webkit-transform: translatey(-50%); -moz-transform:
translatey(-50%); -ms-transform: translatey(-50%); -o-transform: translatey(-50%); transform: translatey(-50%);*/
}

.testim .wrap {
    position: relative;
    width: 100%;
    /*max-width: 1020px;*/
    margin: auto;
    min-height: 180px;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #9f9f9f;
    cursor: pointer;
    font-size: 2em;
    bottom: -165px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform:
        translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 22222222;
    background: #ffffff;
    padding: 20px 10px;
    width: 50px;
    height: 70px;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ab917e;
}

.testim .arrow.left {
    right: -10px;
    -webkit-text-stroke: 2px #fff;
    text-align: center;
}

.testim .arrow.right {
    right: -60px;
    -webkit-text-stroke: 2px #fff;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index:
        3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ab917e;
    border-color: #ab917e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale 0.5s ease-in-out forwards;
    -moz-animation: testim-scale 0.5s ease-in-out forwards;
    -ms-animation: testim-scale 0.5s ease-in-out forwards;
    -o-animation: testim-scale 0.5s ease-in-out forwards;
    animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: left;
    position:
        absolute;
    top: 0;
    left: 0;
    padding: 0 0 20px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height:
        100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    margin: 20px 0 0 0;
    font-style: normal;
    font-weight:
        400;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
}

.testim .cont div h4 {
    margin: 5px 0 15px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color:
        #000000;
}

.testim .cont div p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color:
        #26282b;
    width: 100%;
    margin: auto;
}

.testim .cont div.active h4 {
    -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
    -moz-animation: testim-content-in 0.5s ease-in-out forwards;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation: testim-content-in 0.5s ease-in-out forwards;
    animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
    -moz-animation: testim-content-in 0.4s ease-in-out forwards;
    -ms-animation: testim-content-in 0.4s ease-in-out forwards;
    -o-animation: testim-content-in 0.4s ease-in-out forwards;
    animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
    -moz-animation:
        testim-content-in 0.5s ease-in-out forwards;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation:
        testim-content-in 0.5s ease-in-out forwards;
    animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h4 {
    -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
    -moz-animation: testim-content-in 0.5s ease-in-out forwards;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation: testim-content-in 0.5s ease-in-out forwards;
    animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
    -moz-animation: testim-content-out 0.4s ease-in-out forwards;
    -ms-animation: testim-content-out 0.4s ease-in-out forwards;
    -o-animation: testim-content-out 0.4s ease-in-out forwards;
    animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation:
        testim-content-out 0.5s ease-in-out forwards;
    -moz-animation: testim-content-out 0.5s ease-in-out forwards;
    -ms-animation: testim-content-out 0.5s ease-in-out forwards;
    -o-animation: testim-content-out 0.5s ease-in-out forwards;
    animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow:
            0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow:
            0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ab917e;
        box-shadow: 0px 0px 10px 5px #ab917e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ab917e;
        box-shadow: 0px 0px 0px 0px #ab917e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow:
            0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ab917e;
        box-shadow:
            0px 0px 10px 5px #ab917e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ab917e;
        box-shadow: 0px 0px 0px 0px #ab917e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ab917e;
        box-shadow: 0px 0px 10px 5px #ab917e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ab917e;
        box-shadow: 0px 0px 0px 0px #ab917e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ab917e;
        box-shadow: 0px 0px 10px 5px #ab917e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ab917e;
        box-shadow: 0px 0px 0px 0px #ab917e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ab917e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ab917e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform:
            translateY(100%);
    }

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

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

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

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

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

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

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

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

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

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity:
            1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

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

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform:
            scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform:
            scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform:
            scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity:
            0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform:
            scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform:
            scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

    .testim .arrow.left {
        right: 10px;
        -webkit-text-stroke: 2px #fff;
        text-align: center;
    }

    .testim .arrow.right {
        right: -35px;
        -webkit-text-stroke: 2px #fff;
    }

    .testim .wrap {
        position: relative;
        width: 100%;
        /* max-width: 1020px; */
        margin: auto;
        min-height: 250px;
    }
}

/*
testimonial style end */
.section-call-to-action {
    padding: 80px 0;
}

.section-call-to-action h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-call-to-action p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.section-attraction-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-height: 340px;
    max-height: 340px;
    overflow: hidden;
}

.attraction-col {
    min-height: 455px;
    max-height:
        455px;
    position: relative;
    transition: all 0.5s;
}

.attraction-col:hover {
    cursor: pointer;
    transition: all 0.5s;
    /*filter: grayscale(100%);*/
}

.attraction-col:hover .attraction-content {
    top: 70%;
    transition: top 0.5s;
}

.attraction-content {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
    transition:
        all 0.5s;
}

.attraction-content h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.attraction-content h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

[data-slick] {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

[data-slick] .slick-slide {
    min-height: 430px;
    max-height: 430px;
    overflow: hidden;
}

[data-slick] img {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    transition: all 500ms ease-in-out;
    transform: scale(1.25, 1.25);
}

[data-slick] .slick-active img {
    transform: scale(1, 1);
}

.slick-prev,
.slick-next {
    display: block;
    width: 70px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.slick-prev {
    right: 70px;
}

.img-prev.slick-arrow {
    padding: 10px;
    background:
        gainsboro;
    display: block;
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: 0;
}

.img-prev.slick-arrow {
    padding:
        10px;
    background: #ffffff;
    display: block;
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: 0;
    width: 45px;
    line-height: 40px;
    text-align: center;
    height: 65px;
}

.img-next.slick-arrow {
    padding: 10px;
    background: #ffffff;
    display: block !important;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 45px;
    line-height: 40px;
    text-align: center;
    height: 65px;
}

.img-next.slick-arrow:hover,
.img-prev.slick-arrow:hover {
    cursor: pointer;
}

.img-next.slick-arrow img,
.img-prev.slick-arrow img {
    width: 10px;
    height: 18px;
    margin: auto;
}

.room-home-col {
    margin: 40px 0;
}

.room-detail-title {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #6f5d53;
}

.room-detail-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #26282b;
}

.room-price-col {
    display: inline-block;
    padding: 12px 50px 12px 15px;
    border: 1px solid #ab917e;
    border-left: 4px solid #ab917e;
}

.room-price-col h4 {
    font-style: normal;
    font-weight: 400;
    font-size:
        16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
}

.room-price-col h4 span {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ab917e;
}

.team-section-img {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 55%;
    height: 100%;
}

.team-content-col {
    position: relative;
    left: 0px;
    padding: 50px 80px 50px 80px;
    background: #ffffff;
    display: block;
    width: 100%;
    box-shadow: 0px 2px 42px -6px #2020200f;
}

.founder-img-col {
    transform: rotate(0deg);
    margin-top: 40px;
}

.founder-img {
    position: relative;
}

.tape {
    position: absolute;
    top: -20px;
    left: 36%;
    min-width: 70px;
    height: auto;
    max-width:
        70px;
    opacity: 0.5;
}

.founder-name {
    position: relative;
}

.founder-name h4 {
    font-size: 18px;
    text-transform:
        uppercase;
    text-align: center;
    padding: 15px;
    z-index: 2;
    position: relative;
}

.founder-name-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

/* gallery */
/* gallery */
.demo-gallery>ul {
    margin-bottom: 0;
    padding-left: 0;
}

.demo-gallery>ul>li {
    margin-bottom: 10px;
    /*width: 180px;*/
    display: inline-block;
    /*margin-right:
15px;*/
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    border: 0 solid #fff;
    border-radius: 0;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    box-shadow: 1px 1px 4px 1px #0000002b;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition:
        -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform:
        scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1,
            1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position:
        absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition:
        -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform:
        scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform:
        scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color:
        rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position:
        absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

/* gallery end */
/* gallery end */
.contact-form-col {
    display: inline-block !important;
    height: 100%;
    width: 100%;
    background: #fff4ed;
    padding: 35px 45px;
}

iframe {
    float: left;
}

.contact-form-col label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.contact-form-col .form-control {
    display:
        block !important;
    width: 100% !important;
    height: auto;
    padding: 14px 15px !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #2a2a2a;
    background-color: #ffffff8c !important;
    background-image: none;
    border: 1px solid #dbc4b6 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition:
        border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.contact-form-col .form-control::placeholder {
    color: #d0d0d0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox
*/
input[type="number"] {
    -moz-appearance: textfield;
}

/* footer style */
.section-footer {
    padding: 0 0 30px 0;
    position: relative;
}

.footer-title {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
}

.title-line {
    position: relative;
    left: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 3px;
    background: #ffffff;
    margin: 15px 0 20px 0;
}

.title-line:after {
    position: absolute;
    display: block;
    content: "";
    left: 30px;
    top: 1px;
    background: #ffffff;
    width:
        60px;
    height: 1px;
}

.footer-list {
    list-style: none;
    padding-left: 0px;
}

.footer-list li {
    list-style: none;
}

.footer-list li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    opacity: 1;
    text-decoration:
        none;
    transition: all 0.3s;
    text-transform: capitalize;
}

.footer-list li a:hover {
    opacity: 1;
    color: #ab917e;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-rights {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 25px 0 0 0;
    opacity: 0.7;
}

.footer-social {
    list-style: none;
    padding-left: 0;
}

.footer-social li {
    display:
        inline-block;
    margin-right: 25px;
}

.footer-social li a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    transition:
        all 0.3s;
}

.footer-social li a:hover {
    color: #ab917e;
    font-weight: 400;
    transition: all 0.3s;
}

.ftr-mail {
    color:
        #fff;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.4;
    transition: all 0.3s;
}

.ftr-maila:hover {
    color: #fff;
    font-weight: 400;
    opacity: 1;
    transition: all 0.3s;
}

.ftr-mail-link {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.4;
    transition: all 0.3s;
}

.ftr-mail-link:hover {
    color: #fff;
    font-weight: 400;
    opacity: 1;
    transition: all 0.3s;
    text-decoration: none !important;
}

.footer-term-link {
    list-style: none;
    padding-left: 0 !important;
}

.footer-term-link li {
    list-style: none;
    display: inline-block;
    margin-left: 5px;
    color: #ffffff;
}

.footer-term-link {
    padding: 25px 0 0 0;
}

.footer-term-link li a {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    transition: all 0.3s;
}

.footer-term-link li a:hover {
    text-decoration: none !important;
    opacity: 1;
    transition: all 0.3s;
}

.footer-contact-outer {
    width: 100%;
    background: #6f5d53;
    padding: 30px 0;
    position: relative;
    margin-bottom: 40px;
}

.footer-contact-col {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    z-index: 1;
}

.footer-contact-col-inner {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:
        center;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
}

.footer-contact-col-inner:nth-child(2) {
    border-right:
        1px dashed rgba(255, 255, 255, 0.12);
    border-left: 1px dashed rgba(255, 255, 255, 0.12);
}

.footer-contact-icon {
    width:
        100%;
    display: block;
    text-align: center;
}

.footer-contact-col h4 {
    font-style: normal;
    font-weight: 400;
    font-size:
        14px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}

/* footer style end */
/* Footer telephone and email link
styles */
.footer-contact-col-inner {
    cursor: pointer;
}

.footer-contact-col-inner h4 a {
    color: inherit !important;
    text-decoration: none !important;
}

.footer-contact-col-inner h4 a:hover {
    text-decoration: none !important;
}

/* Hero
Carousel Styles */
.hero-carousel {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

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

.hero-slide {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(111, 93, 83, 0.3) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-inner {
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0 20px;
}

.hero-title {
    font-family: "Lora", serif;
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-title span {
    color: #ab917e;
}

.hero-subtitle {
    font-family: "Libre
 Baskerville", serif; font-size: 1.5rem; line-height: 1.6; margin-bottom: 2.5rem; opacity: 0.95; text-shadow: 1px 1px 2px
 rgba(0, 0, 0, 0.2);
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap:
        wrap;
}

/* Hero Navigation Arrows */
.hero-nav-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 4;
    pointer-events: none;
}

.hero-prev-arrow,
.hero-next-arrow {
    position: absolute;
    top: 0;
    width:
        60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius:
        50%;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-prev-arrow {
    left: 30px;
}

.hero-next-arrow {
    right: 30px;
}

.hero-prev-arrow:hover,
.hero-next-arrow:hover {
    background: rgba(171, 145, 126, 0.8);
    border-color:
        #ab917e;
    color: #ffffff;
    transform: scale(1.1);
}

.hero-prev-arrow:focus,
.hero-next-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(171, 145, 126, 0.5);
}

/* Hero Dots - Custom Styling */
.hero-carousel .hero-dots-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    text-align: center;
    margin: 0;
    padding:
        10px 0;
    line-height: 1;
    pointer-events: none;
}

/* Custom Dots Styling */
.hero-carousel .slick-dots.hero-dots-custom {
    position: relative;
    display: inline-block !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: center !important;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    pointer-events: auto;
}

.hero-carousel .slick-dots.hero-dots-custom li {
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 8px !important;
    padding: 0 !important;
    width: 12px !important;
    height:
        12px !important;
    float: none !important;
}

.hero-carousel .slick-dots.hero-dots-custom li button {
    position: relative;
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer !important;
    outline: none !important;
    -webkit-tap-highlight-color:
        transparent;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.hero-carousel .slick-dots.hero-dots-custom li button:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width:
        12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    text-indent: -9999px;
}

.hero-carousel .slick-dots.hero-dots-custom li.slick-active button:before {
    background: #ab917e !important;
    border-color: #ab917e !important;
    transform: scale(1.2) !important;
    opacity: 1 !important;
}

.hero-carousel .slick-dots.hero-dots-custom li:hover button:before {
    background: rgba(171, 145, 126, 0.7) !important;
    border-color: #ab917e !important;
    opacity: 1 !important;
}

/* Animation Classes */
.hero-content .animated {
    opacity: 0;
    transform: translateY(30px);
}

.hero-content .animated.fadeInUp {
    animation: fadeInUp 1s ease forwards;
}

.hero-content .animated.fadeInLeft {
    animation: fadeInLeft 1s ease forwards;
}

.hero-content .animated.fadeInRight {
    animation: fadeInRight 1s ease forwards;
}

.hero-content .animated[data-delay="0.3s"] {
    animation-delay: 0.3s;
}

.hero-content .animated[data-delay="0.6s"] {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

@keyframes fadeInRight {
    from {
        opacity:
            0;
        transform: translateX(30px);
    }

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

/* Responsive Design */
@media (min-width: 993px) {
    .hero-title {
        font-size: 5rem;
    }

    .hero-subtitle {
        font-size: 1.75rem;
    }

    .hero-prev-arrow,
    .hero-next-arrow {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }

    .hero-prev-arrow {
        left: 20px;
    }

    .hero-next-arrow {
        right: 20px;
    }
}

@media (max-width: 992px) {
    .hero-carousel {
        height: 80vh;
        min-height: 500px;
    }

    .hero-slide {
        height:
            80vh;
        min-height: 500px;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-buttons .geo-btn-1,
    .hero-buttons .geo-btn-2 {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .hero-carousel {
        height: 60vh;
        min-height: 450px;
    }

    .hero-slide {
        height: 60vh;
        min-height: 450px;
    }

    .hero-title {
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .hero-content-inner {
        padding: 0 15px;
    }

    .hero-prev-arrow,
    .hero-next-arrow {
        width: 45px;
        height: 45px;
        font-size:
            0.9rem;
    }

    .hero-prev-arrow {
        left: 15px;
    }

    .hero-next-arrow {
        right: 15px;
    }

    .hero-carousel .hero-dots-container {
        bottom: 20px;
    }

    .hero-carousel .slick-dots.hero-dots-custom li,
    .hero-carousel .slick-dots.hero-dots-custom li button,
    .hero-carousel .slick-dots.hero-dots-custom li button:before {
        width: 10px !important;
        height: 10px !important;
    }
}

@media (max-width: 767px) {
    .hero-buttons {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .hero-carousel {
        height: 60vh;
        min-height: 400px;
    }

    .hero-slide {
        height: 60vh;
        min-height: 400px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .hero-buttons {
        gap: 0.8rem;
    }

    .hero-prev-arrow,
    .hero-next-arrow {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }

    .hero-prev-arrow {
        left: 10px;
    }

    .hero-next-arrow {
        right: 10px;
    }

    .hero-carousel .hero-dots-container {
        bottom: 15px;
    }

    .hero-carousel .slick-dots.hero-dots-custom {
        gap:
            6px;
    }

    .hero-carousel .slick-dots.hero-dots-custom li {
        margin: 0 6px !important;
    }

    .hero-carousel .slick-dots.hero-dots-custom li,
    .hero-carousel .slick-dots.hero-dots-custom li button,
    .hero-carousel .slick-dots.hero-dots-custom li button:before {
        width: 8px !important;
        height: 8px !important;
    }
}

/* Remove old video
banner styles */
/* video banner style */
/* .bg-video-wrap { position: relative; display: grid; place-items: center;
height: 70vh; width: 100%; margin: 0 0; background: #ccc; } video { filter: saturate(2); position: absolute; z-index: 0;
object-fit: cover; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } .overlay { width:
100%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3)
50%, rgba(0, 0, 0, 0.7) 50%); background-size: 3px 3px; z-index: 2; opacity: 0.02; } */
/* video banner style end */
/*
Additional Hero Carousel Improvements */
/* Accessibility improvements */
.hero-prev-arrow:focus,
.hero-next-arrow:focus {
    outline: 2px solid #ab917e;
    outline-offset: 3px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .hero-content .animated {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .hero-slider {
        transition: none !important;
    }
}

/* Very small screens (below 400px) */
@media (max-width: 400px) {
    .hero-carousel {
        height: 50vh;
        min-height: 350px;
    }

    .hero-slide {
        height: 50vh;
        min-height: 350px;
    }

    .hero-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .hero-content-inner {
        padding: 0 10px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }

    .hero-buttons .geo-btn-1,
    .hero-buttons .geo-btn-2 {
        font-size: 13px;
        padding: 12px 30px 12px 20px;
    }

    .hero-prev-arrow,
    .hero-next-arrow {
        width: 35px;
        height:
            35px;
        font-size: 0.7rem;
    }

    .hero-prev-arrow {
        left: 5px;
    }

    .hero-next-arrow {
        right: 5px;
    }

    .hero-dots-container {
        bottom: 10px;
    }

    .hero-dots {
        gap: 6px;
    }

    .hero-dots li {
        width: 6px;
        height: 6px;
    }
}

/* Performance improvements */
.hero-slide-img img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering:
        crisp-edges;
}

/* Loading state */
.hero-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:
        100%;
    height: 100%;
    background: linear-gradient(135deg, #f5f5f5 0%, #eeeeee 100%);
    z-index: 0;
    opacity: 0;
    transition:
        opacity 0.3s ease;
}

.hero-carousel.loading::before {
    opacity: 1;
    z-index: 10;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .hero-overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .hero-title,
    .hero-subtitle {
        text-shadow:
            2px 2px 4px rgba(0, 0, 0, 0.8);
    }

    .hero-prev-arrow,
    .hero-next-arrow {
        background: rgba(0, 0, 0, 0.8);
        border-color:
            #ffffff;
    }

    .hero-dots li {
        background: rgba(255, 255, 255, 0.8);
        border-color: #ffffff;
    }
}

.facilities-col-fac img {
    filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(330deg) brightness(90%) contrast(90%);
}