@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap&subset=cyrillic,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=devanagari,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css?family=Prata&display=swap&subset=cyrillic,cyrillic-ext,vietnamese");
body {
    font-family: "Poppins", sans-serif;
}


p {
    font-family: "Poppins", sans-serif;
    color: #777777;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

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

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

a {
    text-decoration: none;
    transition: 0.6s;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title span {
    font-size: 14px;
    color: #58386d;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title h3 {
    font-size: 36px;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
}

.section-title h3::before {
    content: "";
    position: absolute;
    background-color: #58386d;
    height: 3px;
    width: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

button:focus {
    outline: 0;
}

.bg-color {
    background-color: rgba(245, 245, 245, 0.6431372549);
}

/*================================================
Preloader Area CSS
=================================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #be598c;
    top: 0;
    left: 0;
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

.preloader .box {
    width: 100%;
    height: 100%;
    background: #ffffff;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
}

@keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}

/*================================================
Navbar CSS
=================================================*/

.overtop-mobile-nav {
    display: none;
}

.overtop-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #be598c;
}

.navbar-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    background-color: transparent;
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    max-width: 100% !important;
}

.is-sticky .overtop-nav::before {
    display: none;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-tagline {
    font-size: 15px;
    font-weight: 600;
    color: #662f8f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-transform: bold;
    white-space: nowrap;
}

.overtop-mobile-nav .logo-tagline {
    display: block;
    font-size: 9px;
    margin-top: 3px;
}

.overtop-nav {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    transition: all 0.5s;
    max-width: 1140px;
    margin: auto;
}

.overtop-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    height: 100%;
    background-color: rgba(245, 247, 250, 0.7215686275);
    z-index: -1;
    width: 1180px !important;
    margin: auto;
    transition: all 0.05s;
    height: 105px;
}

.overtop-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.overtop-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.overtop-nav .navbar .navbar-nav {
    margin-left: auto;
}

.overtop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.overtop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14.4px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
}

.overtop-nav .navbar .navbar-nav .nav-item a:hover,
.overtop-nav .navbar .navbar-nav .nav-item a:focus,
.overtop-nav .navbar .navbar-nav .nav-item a.active {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item a i {
    margin-left: 0;
    font-size: 12px;
}

.overtop-nav .navbar .navbar-nav .nav-item:hover a,
.overtop-nav .navbar .navbar-nav .nav-item:focus a,
.overtop-nav .navbar .navbar-nav .nav-item.active a {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
    position: relative;
    padding: 0;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #be598c;
    transition: 0.6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.overtop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.others-options .appoinment-btn {
    margin-top: 5px;
}

.others-options .appoinment-btn .appoinment-btn-one {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #58386d;
    color: #ffffff;
    background-color: #58386d;
    font-size: 15px;
    line-height: normal;
}

.others-options .appoinment-btn .appoinment-btn-one:hover {
    background-color: #ffffff;
    color: #58386d;
    transition: 0.6s;
    text-decoration: none;
}

.others-options i::before {
    font-size: 18px;
    margin-right: 5px;
}

/* ===============================
   Banner Area
=================================*/
.banner-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 230px;
}

/* Background Video */
.banner-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}


/* ========================= */
/* 📱 Mobile Styles */
/* ========================= */

@media (max-width: 426px) {

    .banner-area {
        height: 250px;
        padding: 0;
              padding-bottom: 200px;
        padding-top: 80px !important;

    }

    .banner-bg-video {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    /* Hide text if needed */
    .banner-item,
    .main-banner-content {
        display: none;
    }


}   

/* ===============================
   Main Banner Content
=================================*/
.main-banner-content {
    text-align: center;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.main-banner-content span {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.main-banner-content h1 {
    font-size: 90px;
    color: #ffffff;
    max-width: 700px;
    margin: auto;
}

.main-banner-content p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    margin: 18px 0 14px 0;
}

.main-banner-content p::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35%;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* ===============================
   Video Button Section
=================================*/
.banner-video {
    position: relative;
}

.banner-video .video-btn {
    position: absolute;
    bottom: -90px;
    left: -170px;
    right: 0;
    text-align: center;
    margin-top: 0;
}

.banner-video .video-btn a {
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background: #bdb2ab;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px;
}

.banner-video .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #bdb2ab;
}

.banner-video .video-btn a:hover {
    color: #bdb2ab;
    background: #ffffff;
    transition: 0.6s;
    text-decoration: none;
}

.banner-video .video-btn i {
    font-weight: 900;
}

.banner-video .video-btn i::before {
    font-size: 45px;
}

/* ===============================
   Discover Button
=================================*/
.banner-video .discover-btn {
    position: absolute;
    text-align: center;
    left: 15%;
    right: 0;
    top: 30px;
}

.banner-video .discover-btn .discover-btn-one {
    display: inline-block;
    padding: 14px 30px;
    background-color: #58386d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #58386d;
    transition: 0.6s;
}

.banner-video .discover-btn .discover-btn-one:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

/* ===============================
   Ripple Animation
=================================*/
@keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}


/*===============================================
About Section CSS
=================================================*/

.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1;
}

.about-content {
    padding-right: 20px;
}

.about-content span {
    font-size: 14px;
    color: #58386d;
    text-transform: uppercase;
    font-weight: 600;
}

.about-content h3 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 40px 0;
    position: relative;
    padding-bottom: 25px;
}

.about-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #58386d;
    bottom: 0;
}

.about-content p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    margin: 0 0 0 0;
}

.about-content .about-btn {
    margin-top: 30px;
}

.about-content .about-btn .about-btn-one {
    display: inline-block;
    color: #58386d;
    font-weight: 500;
    transition: 0.6s;
}

.about-content .about-btn .about-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.about-content .about-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #58386d;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px;
}

.no-padding {
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.about-image {
    margin-bottom: 22px;
}

.about-image:last-child {
    margin-bottom: 0;
}

.about-image img {
    width: 100%;
}


/*================================================
Video Section CSS
=================================================*/

.video-section {
    background-image: url(../../assets/img/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-bottom: 200px;
}

.video-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    z-index: -1;
    opacity: 0.7;
}

.video-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
}

.video-title h3 {
    font-size: 35px;
    margin: 0 0 0 0;
    text-transform: capitalize;
    position: relative;
    color: #ffffff;
}

.video-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 0px;
}

.video-content .video-btn a {
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background: #58386d;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px;
}

.video-content .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #58386d;
}

.video-content .video-btn a:hover {
    color: #bdb2ab;
    background: #ffffff;
    transition: 0.6s;
    text-decoration: none;
}

.video-content .video-btn i {
    font-weight: 900;
}

.video-content .video-btn i::before {
    font-size: 45px;
}

@keyframes ripple {
    0%,
    35% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
/*================================================
Memory Section CSS
=================================================*/

.memory-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.memory-item {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

.memory-item::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: #58386d;
    top: -20px;
    left: -20px;
}

.memory-item::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: #58386d;
    top: -5px;
    left: -34px;
    transform: rotate(90deg);
}

.memory-item .memory-content span {
    font-size: 14px;
    color: #58386d;
    text-transform: uppercase;
    font-weight: 600;
}

.memory-item .memory-content h2 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 40px 0;
    position: relative;
    padding-bottom: 25px;
}

.memory-item .memory-content h2::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #58386d;
    bottom: 0;
}

.memory-item .memory-content p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    margin: 0 0 0 0;
}

.memory-item .memory-btn {
    margin-top: 20px;
}

.memory-item .memory-btn .memory-btn-one {
    display: inline-block;
    color: #58386d;
    font-weight: 500;
    transition: 0.6s;
}

.memory-item .memory-btn .memory-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.memory-item .memory-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #58386d;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px;
}

.memory-image img {
    position: relative;
    left: -60px;
    max-width: 120%;
}

.dot-image {
    position: relative;
}

.dot-image img {
    position: absolute;
    top: -200px;
    left: -28px;
}



/*================================================
Contact-info Section CSS
=================================================*/

.contact-info-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-box {
    text-align: center;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    transition: 0.6s;
}

.contact-box h4 {
    font-size: 20px;
    color: #241f1f;
    margin: 20px 0 15px 0;
    transition: 0.6s;
}

.contact-box p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
}

.contact-box a {
    color: #777777;
    transition: 0.6s;
}

.contact-box a:hover {
    text-decoration: none;
    color: #58386d;
}

.contact-box .icon i {
    color: #58386d;
}

.contact-box .icon i::before {
    font-size: 40px;
    line-height: normal;
}

.contact-box:hover {
    background-color: #be598c;
}

.contact-box:hover i {
    color: #ffffff;
}

.contact-box:hover h4 {
    color: #ffffff;
}

.contact-box:hover a {
    color: #fff;
}

/*================================================
Contact Section CSS
=================================================*/

.contact-section {
    padding-bottom: 100px;
}

.map-area iframe {
    width: 100%;
    height: 525px;
    border: none;
}

.contactForm .form-group {
    margin-bottom: 15px;
}

.contactForm .form-group .form-control {
    height: 60px;
    color: #999797 !important;
    border: 1px solid #f2eeee;
    background-color: #f2eeee;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    padding: 10px 20px;
}

.contactForm .form-group .form-control:focus {
    background-color: #fff;
    border-color: #58386d;
    outline: 0;
    box-shadow: none;
}

.contactForm .form-group textarea.form-control {
    border: 1px solid #f2eeee;
    border-radius: 0;
    height: 260px;
}

.contactForm .send-btn {
    text-align: center;
}

.contactForm .send-btn .send-btn-one {
    display: inline-block;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 500;
    background-color: #58386d;
    border: 1px solid #be598c;
    color: #fff;
    transition: 0.6s;
}

.contactForm .send-btn .send-btn-one:hover {
    background-color: #ffffff;
    color: #be598c;
}

.contactForm .send-btn label {
    margin-bottom: 0;
}

.contactForm .send-btn .comment-form-cookies-consent {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.contactForm .send-btn input[type=checkbox],
.contactForm .send-btn input[type=radio] {
    position: relative;
    top: 2px;
}

/*================================================
Newsletter Style CSS
=================================================*/

.newsletter-section {
    padding-bottom: 100px;
    padding-top: 0;
    position: relative;
}

.newsletter-title {
    margin-bottom: 40px;
    text-align: center;
}

.newsletter-title h2 {
    font-size: 36px;
    color: #222222;
    margin: 0px 0 15px 0;
}

.newsletter-title p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.newsletterForm {
    margin-top: 0px;
    max-width: 750px;
    margin: auto;
    position: relative;
}

.newsletterForm .form-control {
    background: transparent;
    border: 1px solid #e7edf4;
    background-color: #e7edf4;
    border-radius: 0px;
    height: 60px;
}

.newsletterForm .form-control:focus {
    border: 1px solid #58386d;
    background-color: #ffffff;
    outline: 0;
    box-shadow: none;
}

.newsletterForm .newsletter-btn-one {
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 30px;
    border: none;
    background-color: #58386d;
    color: #fff;
    border: 1px solid #58386d;
    transition: 0.6s;
}

.newsletterForm .newsletter-btn-one:hover {
    background-color: transparent;
    border: 1px solid #58386d;
    color: #58386d;
    text-decoration: none;
}

.newsletterForm .comment-form-cookies-consent {
    text-align: center;
    margin: 30px 0 0 0;
}

.newsletterForm label {
    margin-bottom: 0;
}

.newsletterForm #validator-newsletter {
    margin-top: 10px;
    font-size: 14px;
    color: #dc3545 !important;
    text-align: center;
}

/*================================================
Blog Page Style CSS
=================================================*/

.blog-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-page-section .blog-item {
    margin-bottom: 20px;
}

.blog-page-section .blog-item .blog-content {
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 25px 20px;
    max-width: 380px;
    margin: auto;
    position: relative;
    margin-top: -60px;
}

.blog-page-section .blog-item .blog-content .blog-list {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-page-section .blog-item .blog-content .blog-list li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #aeabab;
    margin-right: 25px;
}

.blog-page-section .blog-item .blog-content .blog-list li:last-child {
    margin-right: 0;
}

.blog-page-section .blog-item .blog-content .blog-list i {
    margin-right: 4px;
}

.blog-page-section .blog-item .blog-content .blog-list i::before {
    font-size: 14px;
}

.blog-page-section .blog-item .blog-content h3 {
    font-size: 24px;
    color: #000000;
    margin: 10px 0 12px 0;
    line-height: normal;
    cursor: pointer;
}

.blog-page-section .blog-item .blog-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 0 0;
}

.blog-page-section .blog-item .blog-content .blog-btn {
    margin-top: 16px;
}

.blog-page-section .blog-item .blog-content .blog-btn .blog-btn-one {
    display: inline-block;
    color: #58386d;
    font-weight: 500;
    transition: 0.6s;
}

.blog-page-section .blog-item .blog-content .blog-btn .blog-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.blog-page-section .blog-item .blog-content .blog-btn .blog-btn-one i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #58386d;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px;
}

.pagination-area {
    margin-top: 20px;
    text-align: center;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 40px;
    color: #000000;
    box-shadow: 0 2px 10px 0 #d8dde6;
    transition: 0.6s;
    font-size: 16px;
    font-weight: 600;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: #58386d;
    color: #ffffff;
    box-shadow: unset;
    text-decoration: none;
}

/*================================================
Single Blog Style CSS
=================================================*/

.single-blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-details {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.blog-details .article-img {
    position: relative;
}

.blog-details .article-img img {
    width: 100%;
}

.blog-details .article-content {
    padding: 30px 25px;
}

.blog-details .article-content h3 {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 30px;
    margin-top: 14px;
}

.blog-details .article-content p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    line-height: 28px;
}

.blog-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f8fbf9;
    padding: 30px;
    padding-left: 100px;
    position: relative;
}

.blog-details .article-content .blockquote p {
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 700;
    color: #413e3e;
}

.blog-details .article-content .blockquote i {
    position: absolute;
    left: 30px;
}

.blog-details .article-content .blockquote i::before {
    font-size: 50px;
    color: #58386d;
    line-height: normal;
}

.blog-details .article-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details .article-content .blog-list {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-details .article-content .blog-list li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #aeabab;
    margin-right: 25px;
}

.blog-details .article-content .blog-list li:last-child {
    margin-right: 0;
}

.blog-details .article-content .blog-list i {
    margin-right: 4px;
    font-size: 14px;
}

.post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-controls-buttons .controls-left {
    float: left;
}

.post-controls-buttons .controls-right {
    float: right;
}

.post-controls-buttons div a {
    border: 1px solid #eeeeee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    color: #06131e;
    transition: 0.6s;
}

.post-controls-buttons div a:hover,
.post-controls-buttons div a:focus {
    color: #ffffff;
    background: #58386d;
    border-color: #58386d;
    text-decoration: none;
}

.post-comments {
    padding: 30px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-comments h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.post-comments .single-comment {
    position: relative;
    padding-left: 95px;
    margin-top: 30px;
}

.post-comments .single-comment .comment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
}

.post-comments .single-comment .comment-img img {
    border-radius: 50%;
}

.post-comments .single-comment .comment-content h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.post-comments .single-comment .comment-content span {
    color: #141414;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.post-comments .single-comment .comment-content p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px;
}

.post-comments .single-comment .comment-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #141414;
}

.post-comments .single-comment.left-m {
    margin-left: 85px;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget.widget-search {
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    padding: 20px;
}

.sidebar .widget.widget-search form {
    position: relative;
}

.sidebar .widget.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #be598c;
    outline: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    width: 60px;
}

.sidebar .widget.widget-search form .form-control {
    height: 50px;
    padding: 16px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: transparent;
    border-bottom: 1px solid #b5b4b4;
}

.sidebar .widget.widget-search form .form-control:focus {
    box-shadow: none;
    border: 1px solid #be598c;
}

.sidebar .widget h3,
.sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
}

.sidebar .widget h3 span,
.sidebar .widget .widget-title span {
    z-index: 2;
    position: relative;
}

.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar .widget.widget-categories {
    padding: 20px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-categories ul {
    padding-left: 0;
}

.sidebar .widget.widget-categories ul li {
    position: relative;
    border-top: 1px solid #eeeeee;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.sidebar .widget.widget-categories ul li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget-categories ul li a {
    color: #aca8a2;
    transition: 0.6s;
}

.sidebar .widget.widget-categories ul li a:hover {
    color: #58386d;
    text-decoration: none;
}

.sidebar .widget.widget-categories ul li i {
    color: #aca8a2;
    margin-right: 5px;
}

.sidebar .widget.widget-categories ul li i::before {
    font-size: 15px;
}

.sidebar .widget.widget-recent-entries {
    padding: 25px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-recent-entries ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
}

.sidebar .widget.widget-recent-entries ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget.widget-recent-entries ul li a {
    display: block;
}

.sidebar .widget.widget-recent-entries ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 85px;
    height: 65px;
}

.sidebar .widget.widget-recent-entries ul li h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    font-family: "Open Sans", sans-serif;
}

.sidebar .widget.widget-recent-entries ul li a {
    color: #172841;
    transition: 0.6s;
}

.sidebar .widget.widget-recent-entries ul li a:hover {
    color: #58386d;
    text-decoration: none;
}

.sidebar .widget.widget-recent-entries ul li p {
    color: #6084a4;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.sidebar .widget.widget-tag-cloud {
    padding: 20px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-tag-cloud .tagcloud a {
    font-size: 14px !important;
    border: 1px dashed #be598c;
    padding: 10px 24px;
    color: #495057;
    display: inline-block;
    background: transparent;
    margin: 5px;
    transition: 0.6s;
    font-weight: 500;
}

.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
    background: #be598c;
    color: #ffffff;
    text-decoration: none;
}

.sidebar .widget.widget-map .widget-map-area iframe {
    width: 100%;
    height: 600px;
    border: none;
}

/*================================================
Reply Section CSS
=================================================*/

.reply-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f0f5f2;
    line-height: 1;
}

.leave-a-reply {
    text-align: center;
}

.leave-a-reply .reply-content {
    margin-bottom: 50px;
}

.leave-a-reply .reply-content h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.leave-a-reply .form-group {
    margin-bottom: 15px;
}

.leave-a-reply .form-group .form-control {
    height: 60px;
    padding: 10px 20px;
    font-size: 14px;
    border: unset;
    border-radius: 2px;
    color: #818992;
    transition: 0.5s;
}

.leave-a-reply .form-group .form-control:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

.leave-a-reply .form-group textarea.form-control {
    height: 200px !important;
}

.leave-a-reply .send-btn {
    margin-top: 10px;
}

.leave-a-reply .send-btn .send-btn-one {
    display: inline-block;
    padding: 16px 40px;
    background-color: #58386d;
    color: #ffffff;
    border: 1px solid #58386d;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.leave-a-reply .send-btn .send-btn-one:hover {
    background-color: #ffffff;
    color: #58386d;
    text-decoration: none;
    transition: 0.6s;
}

/*================================================
Room Page Section CSS
=================================================*/

.room-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.room-page-section .room-item {
    margin-bottom: 30px;
}

.room-page-section .room-item .room-content {
    background-color: #ffffff;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
}

.room-page-section .room-item .room-content h3 {
    font-size: 22px;
    color: #000000;
    margin: 0 0 18px 0;
}

.room-page-section .room-item .room-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
    line-height: 25px;
}

.room-page-section .room-item .room-content .room-btn {
    margin-top: 20px;
}

.room-page-section .room-item .room-content .room-btn .room-btn-one {
    display: inline-block;
    color: #565656;
    font-weight: 500;
    transition: 6s;
}

.room-page-section .room-item .room-content .room-btn .room-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.room-page-section .room-item .room-content .room-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #58386d;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px;
}

.room-page-section .room-item .room-image .night-btn {
    position: relative;
}

.room-page-section .room-item .room-image .night-btn .default-btn-one {
    background-color: #58386d;
    border: 1px solid #58386d;
    display: inline-block;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    right: 15px;
}

.room-page-section .room-item .room-image .night-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #be598c;
    color: #ffffff;
    transition: 0.6s;
}

/*================================================
Single Room Section CSS
=================================================*/

.single-room-section {
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1;
}

.image-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: 3px solid #ffffff !important;
    border-radius: 50px !important;
}

.image-slider .owl-prev:hover {
    background-color: #58386d !important;
    border: 3px solid #58386d !important;
    color: #ffffff !important;
    transition: 0.6s;
}

.image-slider .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: 3px solid #ffffff !important;
    border-radius: 50px !important;
}

.image-slider .owl-next:hover {
    background-color: #58386d !important;
    border: 3px solid #58386d !important;
    color: #ffffff !important;
    transition: 0.6s;
}

.image-slider .owl-nav {
    margin-top: 0;
}

.image-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.image-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.image-list li:last-child {
    margin-right: 0;
}

.single-room-content {
    margin-top: 30px;
}

.single-room-content h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 900;
    position: relative;
    margin: 0 0 18px 0;
}

.single-room-content p {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 0 0;
}

.single-room-content .star-list {
    padding-left: 0;
    margin-bottom: 10px;
}

.single-room-content .star-list li {
    display: inline-block;
    list-style-type: none;
    color: #e4b719;
}

.single-room-sidebar .single-room-map .single-room-map-area iframe {
    width: 100%;
    height: 240px;
    border: none;
}

.single-leave-reply {
    padding: 25px 20px;
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-bottom: 30px;
}

.single-leave-reply .reply-content {
    text-align: center;
    margin-bottom: 0;
}

.single-leave-reply .reply-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.single-leave-reply .form-group {
    position: relative;
    margin-bottom: 20px;
}

.single-leave-reply .form-group .form-control {
    height: 50px;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    color: #818992;
    transition: 0.5s;
    width: 100%;
}

.single-leave-reply .form-group .form-control:focus {
    border-color: #58386d;
    outline: 0;
    box-shadow: none;
}

.single-leave-reply .form-group i {
    color: #b2b1b1;
    position: absolute;
    bottom: 15px;
    right: 16px;
}

.single-leave-reply .form-group i::before {
    font-size: 15px;
    line-height: normal;
}

.single-leave-reply .form-group textarea.form-control {
    height: 100px !important;
}

.single-leave-reply .form-group label {
    font-size: 14px;
    color: #818992;
    margin-bottom: 10px;
}

.single-leave-reply .form-group .nice-select {
    float: unset;
}

.single-leave-reply .form-group .nice-select .list {
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    height: 200px;
}

.single-leave-reply .form-group select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 14px);
}

.single-leave-reply .send-btn {
    margin-top: 10px;
    text-align: center;
}

.single-leave-reply .send-btn .send-btn-one {
    display: inline-block;
    padding: 16px 40px;
    background-color: #58386d;
    color: #ffffff;
    border: 1px solid #58386d;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

.single-leave-reply .send-btn .send-btn-one:hover {
    background-color: #ffffff;
    color: #58386d;
    text-decoration: none;
    transition: 0.6s;
}

/*================================================
Popular Room Section CSS
=================================================*/

.popular-room-section {
    padding-bottom: 100px;
    line-height: 1;
}

.popular-room-section .popular-slider {
    position: relative;
}

.popular-room-section .popular-slider .room-item {
    margin: 10px;
}

.popular-room-section .popular-slider .room-item .room-content {
    background-color: #ffffff;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    border: 1px solid #f3f3f3;
}

.popular-room-section .popular-slider .room-item .room-content h3 {
    font-size: 22px;
    color: #000000;
    margin: 0 0 18px 0;
}

.popular-room-section .popular-slider .room-item .room-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
    line-height: 25px;
}

.popular-room-section .popular-slider .room-item .room-content .room-btn {
    margin-top: 20px;
}

.popular-room-section .popular-slider .room-item .room-content .room-btn .room-btn-one {
    display: inline-block;
    color: #565656;
    font-weight: 500;
    transition: 6s;
}

.popular-room-section .popular-slider .room-item .room-content .room-btn .room-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
}

.popular-room-section .popular-slider .room-item .room-content .room-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #58386d;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px;
}

.popular-room-section .popular-slider .room-item .room-image .night-btn {
    position: relative;
}

.popular-room-section .popular-slider .room-item .room-image .night-btn .default-btn-one {
    background-color: #58386d;
    border: 1px solid #58386d;
    display: inline-block;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    right: 15px;
}

.popular-room-section .popular-slider .room-item .room-image .night-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #be598c;
    color: #ffffff;
    transition: 0.6s;
}

.popular-room-section .popular-slider .owl-prev {
    position: absolute;
    left: -6%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 20px !important;
    background-color: #be598c !important;
    color: #ffffff !important;
    border: 3px solid #be598c !important;
    border-radius: 50px !important;
}

.popular-room-section .popular-slider .owl-prev:hover {
    background-color: #ffffff !important;
    color: #be598c !important;
    transition: 0.6s;
}

.popular-room-section .popular-slider .owl-next {
    position: absolute;
    right: -6%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 20px !important;
    background-color: #be598c !important;
    color: #ffffff !important;
    border: 3px solid #be598c !important;
    border-radius: 50px !important;
}

.popular-room-section .popular-slider .owl-next:hover {
    background-color: #ffffff !important;
    color: #be598c !important;
    transition: 0.6s;
}

.popular-room-section .popular-slider .owl-nav {
    margin-top: 0;
}

.popular-content {
    margin-bottom: 40px;
}

.popular-content h3 {
    font-size: 25px;
    color: #000000;
    position: relative;
    margin: 0 0 0 0;
}

/*================================================
Reservation Section CSS
=================================================*/

.reservation-section {
    padding-top: 70px;
    padding-bottom: 65px;
}

.reservation-content {
    background-color: #58386d;
    padding: 30px;
    text-align: center;
    position: relative;
    max-width: 220px;
    margin: auto;
    transition: 0.6s;
}

.reservation-content::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 70px;
    background: #cccccc;
    right: -70px;
    top: 65px;
}

.reservation-content h3 {
    font-size: 24px;
    color: #ffffff;
    margin: -10px 0 14px 0;
    transition: 0.6s;
}

.reservation-content h4 {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 0 0;
    transition: 0.6s;
}

.reservation-content:hover {
    background-color: #f2eeee;
}

.reservation-content:hover h3 {
    color: #58386d;
}

.reservation-content:hover h4 {
    color: #58386d;
}

.reservation-text {
    background-color: #58386d;
    padding: 30px;
    text-align: center;
    position: relative;
    max-width: 220px;
    margin: auto;
    transition: 0.6s;
}

.reservation-text h3 {
    font-size: 24px;
    color: #ffffff;
    margin: -10px 0 14px 0;
    transition: 0.6s;
}

.reservation-text h4 {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 0 0;
    transition: 0.6s;
}

.reservation-text:hover {
    background-color: #f2eeee;
}

.reservation-text:hover h3 {
    color: #58386d;
}

.reservation-text:hover h4 {
    color: #58386d;
}

/*================================================
Reservation Details Section CSS
=================================================*/

.reservation-details-section {
    padding-bottom: 100px;
}

.reservation-details-content {
    margin-top: 30px;
}

.reservation-details-content h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 900;
    position: relative;
    margin: 0 0 18px 0;
}

.reservation-details-content p {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 0 0;
}

.reservation-details-content .star-list {
    padding-left: 0;
    margin-bottom: 10px;
}

.reservation-details-content .star-list li {
    display: inline-block;
    list-style-type: none;
    color: #e4b719;
}

.reservation-sidebar .reservation-sidebar-content {
    padding-left: 20px;
}

.reservation-sidebar .reservation-sidebar-content .widget-title span {
    font-size: 20px;
    color: #5c5a5a;
    font-weight: 900;
}

.reservation-sidebar .reservation-sidebar-content .reservation-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
}

.reservation-sidebar .reservation-sidebar-content .reservation-list li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.reservation-sidebar .reservation-sidebar-content .reservation-list li:first-child {
    padding-top: 0;
}

.reservation-sidebar .reservation-sidebar-content .reservation-list i {
    font-size: 16px;
    color: #5c5a5a;
    margin-right: 6px;
}

.reservation-sidebar .reservation-sidebar-content .reservation-list a {
    color: #5c5a5a;
    text-decoration: none;
}

.reservation-support {
    text-align: center;
    padding: 50px 25px;
    background-color: #f5f8f9;
    margin-top: 40px;
}

.reservation-support h3 {
    font-size: 20px;
    color: #5c5a5a;
    font-weight: 900;
    margin: 0 0 16px 0;
}

.reservation-support p {
    font-size: 14px;
    color: #777777;
    margin: 0 0 25px 0;
    line-height: 28px;
}

.reservation-support .support-btn-one {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #58386d;
    color: #ffffff;
    background-color: #58386d;
    font-size: 15px;
    line-height: normal;
}

.reservation-support .support-btn-one:hover {
    background-color: #ffffff;
    color: #58386d;
    transition: 0.6s;
    text-decoration: none;
}

/*================================================
Services Page Section CSS
=================================================*/

.services-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*================================================
Gallery Page Style CSS
=================================================*/

.gallery-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.gallery-page-section .filter-menu {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-page-section .filter-menu li {
    border: none;
    background: #f4f4f4;
    padding: 10px 24px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 30px;
    color: #828893;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

.gallery-page-section .filter-menu li:hover {
    background: #58386d;
    color: #ffffff;
    transition: 0.6s;
}

.gallery-page-section .filter-menu .filter.active {
    color: #ffffff;
    background-color: #58386d;
}

.gallery-page-section .single-work {
    margin-bottom: 30px;
}

.gallery-page-section .single-work .work-image {
    display: block;
    position: relative;
}

.gallery-page-section .single-work .work-image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.gallery-page-section .single-work .work-image:hover::before,
.gallery-page-section .single-work .work-image:focus::before {
    height: 100%;
    background-color: rgba(195, 161, 101, 0.7176470588);
}

.gallery-page-section .single-work .work-image .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    color: #ffffff;
    margin-top: 0;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
}

.gallery-page-section .single-work .work-image .popup-btn:hover {
    text-decoration: none;
}

.gallery-page-section .single-work .work-image:hover .popup-btn,
.gallery-page-section .single-work .work-image:focus .popup-btn {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
}

.gallery-page-section .gallery-btn {
    margin-top: 30px;
    text-align: center;
}

.gallery-page-section .gallery-btn .gallery-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #58386d;
    color: #ffffff;
    border: 1px solid #58386d;
    font-size: 16px;
    font-weight: 600;
}

.gallery-page-section .gallery-btn .gallery-btn-one:hover {
    background-color: #ffffff;
    color: #58386d;
    text-decoration: none;
    transition: 0.6s;
}

/*================================================
Faq Section CSS
=================================================*/

.faq-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-area .text-danger {
    position: unset;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.faq-accordion {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 50px;
    background: #ffffff;
    border-radius: 5px;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    display: block;
    padding: 12px 20px 12px 53px;
    text-decoration: none;
    color: #000000;
    position: relative;
    border-bottom: 1px solid #ffffff;
    background: #f5f9ff;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #58386d;
    color: #ffffff;
}

.faq-accordion .accordion .accordion-item .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 14px;
}

.faq-accordion .accordion .accordion-item .accordion-title.active {
    border-bottom-color: #e1e1e1;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f078";
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    position: relative;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 0 0;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block;
}

.faq-contact {
    margin-top: 45px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 50px;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
}

.faq-contact h3 {
    margin-bottom: 25px;
    font-size: 25px;
}

.faq-contact form .form-control {
    height: 50px;
    border: 1px solid #eeeeee;
    background-color: transparent;
    border-radius: 0;
    transition: 0.5s;
    color: #141414;
    line-height: initial;
    padding-left: 14px;
    font-size: 14px;
}

.faq-contact form .form-control:focus {
    border-color: #58386d;
    outline: 0;
    box-shadow: none !important;
}

.faq-contact form textarea {
    padding-top: 14px;
    height: 200px !important;
}

.faq-contact form .faq-btn .faq-btn-one {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #58386d;
    color: #ffffff;
    background-color: #58386d;
    font-size: 15px;
    transition: 0.6s;
}

.faq-contact form .faq-btn .faq-btn-one:hover {
    background-color: #ffffff;
    color: #58386d;
}

.text-danger {
    position: unset;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
}

/*================================================
404 Error Area CSS
=================================================*/

.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}

.error-content h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 18px;
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px;
    line-height: 30px;
}

.error-content .default-btn-one {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #58386d;
    color: #ffffff;
    background-color: #58386d;
    font-size: 15px;
    transition: 0.6s;
}

.error-content .default-btn-one:hover {
    background-color: #ffffff;
    color: #58386d;
    text-decoration: none;
}

/*================================================
Coming Soon Area CSS
=================================================*/

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../../assets/img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-area::before {
    z-index: -1;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
}

.coming-soon-area .social-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px;
}

.coming-soon-area .social-list li {
    display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.coming-soon-area .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f45a43;
    border: 1px solid #f45a43;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block;
}

.coming-soon-area .social-list li a:hover {
    background-color: transparent;
    color: #f45a43;
    transition: 0.6s;
}

.coming-soon-content {
    text-align: center;
    max-width: 820px;
    margin: -80px auto 0;
}

.coming-soon-content h1 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700;
}

.coming-soon-content p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    max-width: 620px;
    line-height: 30px;
}

.coming-soon-content form {
    position: relative;
    margin: 35px auto 55px;
    max-width: 520px;
}

.coming-soon-content form .email-input {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 15px 25px;
    outline: 0 !important;
    background: #F1F2F3;
}

.coming-soon-content form .submit-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 50px;
    background: #f45a43;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    width: 130px;
    outline: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.6s;
    font-size: 14px;
    font-weight: 600;
}

.coming-soon-content form .submit-btn:hover,
.coming-soon-content form .submit-btn:focus {
    background-color: #ff3547;
}

.coming-soon-content #timer div {
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: #ff3547;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    padding-top: 18px;
    font-size: 40px;
    font-weight: 700;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -4px;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
}

/*================================================
Footer Section CSS
=================================================*/

.check-area {
    background-color: #f8f9fb;
    padding-top: 100px;
    padding-bottom: 100px;
}

/*================================================
Footer Section CSS
=================================================*/

.footer-section {
    background-image: url(../../assets/img/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.footer-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.6;
}

.fooetr-item {
    text-align: center;
}

.fooetr-item .footer-text p {
    font-size: 14px;
    color: #b3adad;
    line-height: 26px;
    margin: 0 0 0 0;
    width:80%;
    text-align: justify;
    padding-left: 50px;
}

.fooetr-item ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 20px;
}

.fooetr-item ul li {
    display: inline-block;
    color: #b3adad;
    margin-right: 10px;
}

.fooetr-item ul li:last-child {
    margin-right: 0;
}

.fooetr-item ul li span {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px;
}

.fooetr-item ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    font-size: 12.5px;
    border: 1px solid #716f6f;
}

.fooetr-item ul li a:hover {
    background-color: #58386d;
    color: #ffffff;
    border-color: #58386d;
    transition: 0.6s;
}

.fooetr-item .footer-logo {
    margin-bottom: 30px;
}

.footer-content {
    margin-bottom: 70px;
}

.footer-content h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 0 0;
}

.footer-info {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-info li {
    color: #b3adad;
    font-size: 14px;
    list-style-type: none;
    padding-bottom: 20px;
    cursor: pointer;
}

.footer-info li:last-child {
    padding-bottom: 0;
}

.footer-info li a {
    color: #b3adad;
}

.footer-info i {
    margin-right: 4px;
}

.footer-list {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-list li {
    font-size: 14px;
    list-style-type: none;
    padding-bottom: 12px;
}

.footer-list li:last-child {
    padding-bottom: 0;
}

.footer-list li a {
    color: #b3adad;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #58386d;
    transition: 0.6s;
}

/*================================================
Footer-bottom Section CSS
=================================================*/

.footer-bottom-section {
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
}

.footer-bottom-section::before {
    content: "";
    position: absolute;
    background-color: #58386d;
    height: 1px;
    width: 90%;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-bottom-content {
    text-align: left;
}

.footer-bottom-content p {
    font-size: 14px;
    color: #c3c0c0;
    margin: 0 0 0 0;
}

.footer-bottom-content p a {
    color: #ffffff;
}

.footer-bottom-content p a:hover {
    color: #58386d;
}

.footer-bottom-links {
    text-align: right;
}

.footer-bottom-links p {
    font-size: 14px;
    margin: 0 0 0 0;
}

.footer-bottom-links a {
    color: #c3c0c0;
    transition: 0.6s;
}

.footer-bottom-links a:hover {
    text-decoration: none;
    color: #58386d;
}


.text-danger {
    color: #dc3545 !important;
    text-align: center;
    position: unset;
    margin-top: 20px;
}

.list-unstyled {
    color: #dc3545 !important;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
}

/*# sourceMappingURL=style.css.map */

.contact-box{
    height: 230px;
}



/* back to top button */

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ffffff;
    background-color: #662f8f;
    border: 0;
}

.back-to-top:focus,
.back-to-top:hover {
    color: #ffffff;
    background-color: #662f8f;
}


/* social-media icons */


.social {
    position: fixed ;
    top: 160px;
    left: 10px;
    z-index: 1;
    width: 5%;
  }
  .social a:hover,
  .social a:focus {
      color: #000;
      text-decoration: none; 
  }
  a{
    color: #000;
    font-size: 15px;
  }
  .social ul {
    padding: 0;
    transform: translate(-270px, 0);
  }
  .social ul li:hover i {
    transition: transform 0.5s;
  }
  .social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 295px;
    text-align: right;
    padding: 8px 4px 7px 4px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
  }
  
  .social ul li:hover {
    transform: translate(110px, 0) !important;
    background: rgba(255, 255, 255, 0.4);
  }
  
  .social ul li:hover a {
    color: #000 !important;
  }
  
  .social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding:3px 4px 1px 5px;
    border-radius: 50%;
    width: 17px;
    height: 22px;
    font-size: 15px;
    transition: transform 0.5s; 
  }
  
  .social ul li:hover i {
    transform: rotate(180deg) !important;
  }

  @media (max-width:640px){
    .social ul li i {
        margin-left: 10px;
        color: #000;
        background: #fff;
        padding: 5px;
        border-radius: 50%;
        width: 15px !important;
        height: 15px !important;
        font-size: 16px;
        transition: transform 0.5s; 
      }
      .social ul li {
        display: block;
        margin: 3px;
        background: rgba(0, 0, 0, 0.36);
        width: 280px;
        text-align: right;
        padding: 6px 2px 6px 4px;
        border-radius: 0 30px 30px 0;
        transition: all 1s;
      }
      .social {
        position: fixed ;
        top: 140px;
        left: 15px;
        z-index: 999;
      }
     
  }

  @media (max-width:991px){
    .social ul li i {
        margin-left: 10px;
        color: #000;
        background: #fff;
        padding: 3px 4px 3px 4px;
        border-radius: 50%;
        width: 15px !important;
        height: 20px !important;
        font-size: 15px;
        transition: transform 0.5s; 
      }
      .social ul li {
        display: block;
        margin: 3px;
        background: rgba(0, 0, 0, 0.36);
        width: 280px;
        text-align: right;
        padding: 6px 2px 6px 4px;
        border-radius: 0 30px 30px 0;
        transition: all 1s;
      }
      .social {
        position: fixed ;
        top: 140px;
        left: 15px;
        z-index: 999;
      }
  }


/* social media icons */
  



/* !!!!!!!!!!!!!!!!!!!!! whats app sticky icons!!!!!!!!!!!!!!!!!! */
.whatsapp-icon {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #059212;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
    transition: transform 0.3s;
  }
  
  .whatsapp-icon img {
    width: 60%; 
    height: auto; 
  }
  
  .whatsapp-icon:hover {
    transform: scale(1.1);
  }
/*  phone-icon*/
  .phone-icon {
    position: fixed;
    bottom: 120px;
    right: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #662f8f;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
    transition: transform 0.3s;
  }



  .phone-icon:hover {
    transform: scale(1.1);
  }
  
  
  
   

.service-section {
    padding: 80px 0;
    background: #f9f7ff;
}

.course-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 25px rgba(102, 47, 143, 0.2);
}

.course-icon {
    font-size: 48px;
    color: #662f8f;
    margin-bottom: 20px;
}

.course-card h4 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.course-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.cta-box {
    border-radius: 10px;
    background: #f0f0f0;
}

.cta-box h3 {
    color: #662f8f;
    font-weight: 700;
}

.cta-box p {
    color: #666;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    color: #333;
    margin-bottom: 12px;
    font-size: 16px;
}

.benefits-list i {
    color: #662f8f;
    margin-right: 10px;
}

/* Enhanced Room Cards Styling */
.rooms-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 0;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #662f8f 0%, #e91e63 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.room-card-enhanced {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.room-card-enhanced:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(102, 47, 143, 0.2);
}

.room-card-enhanced.premium {
    border: 2px solid #ffc107;
    background: linear-gradient(135deg, #fffb00 0%, #ffffff 100%);
    position: relative;
}

.room-card-enhanced.premium::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #ffc107, #ff6b6b);
    border-radius: 15px;
    opacity: 0.1;
    z-index: -1;
}

.room-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #662f8f 0%, #8b3fa0 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 10;
    letter-spacing: 0.5px;
}

.room-badge.premium-badge {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #333;
}

.room-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.room-card-enhanced:hover .room-img {
    transform: scale(1.05);
}

.room-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.room-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #662f8f 0%, #8b3fa0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
}

.room-card-enhanced.premium .room-icon {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: white;
}

.room-name {
    font-family: "Playfair Display", serif;
    color: #333;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.room-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.room-amenities {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    flex-grow: 1;
}

.amenities-title {
    color: #333;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.amenities-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenities-list li {
    color: #666;
    font-size: 13px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.amenities-list i {
    color: #662f8f;
    margin-right: 10px;
    font-size: 14px;
    min-width: 18px;
}

.room-card-enhanced.premium .amenities-list i {
    color: #ffc107;
}

.room-pricing {
    margin-bottom: 15px;
    text-align: center;
}

.price-label {
    display: block;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.price {
    color: #662f8f;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    font-family: "Playfair Display", serif;
}

.room-card-enhanced.premium .price {
    color: #ff9800;
}

.price small {
    font-size: 14px;
    color: #999;
}

.room-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.btn-primary-room,
.btn-whatsapp-room {
    flex: 1;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn-primary-room {
    background: linear-gradient(135deg, #662f8f 0%, #8b3fa0 100%);
    color: white;
}

.btn-primary-room:hover {
    background: linear-gradient(135deg, #8b3fa0 0%, #a8509a 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 47, 143, 0.3);
    color: white;
}

.btn-whatsapp-room {
    background: #25D366;
    color: white;
}

.btn-whatsapp-room:hover {
    background: #1ead50;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
    color: white;
}

/* Room Info Section */
.room-info-section {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.room-info-section h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}

.info-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 150px;
}

.info-item:hover {
    background: linear-gradient(135deg, #662f8f15 0%, #e91e6315 100%);
    transform: translateY(-5px);
}

.info-item i {
    font-size: 32px;
    color: #662f8f;
    margin-bottom: 15px;
}

.info-item h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.info-item p {
    color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .rooms-section {
        padding: 40px 0;
    }

    .room-info {
        padding: 20px;
    }

    .room-name {
        font-size: 20px;
    }

    .price {
        font-size: 24px;
    }

    .room-actions {
        flex-direction: column;
    }

    .btn-primary-room,
    .btn-whatsapp-room {
        width: 100%;
    }

    .room-info-section {
        padding: 25px;
    }

    .room-info-section h3 {
        font-size: 22px;
    }

    .info-item {
        margin-bottom: 15px;
    }

    .amenities-list li {
        font-size: 12px;
    }
}