/*
 Theme Name: Twenty Sixteen Child
 Template: twentysixteen
*/


/* header */
.accomodations_slide img {
    height: 550px;
    object-fit: cover;
}
.no_offer h4{
	font-size: 30px;
}
.spa-swiper .swiper-slide img{
	height: 350px;
}
.hotels-pg .our_hotel_content img{
	height: 250px;
}
.home #our-hotels .slider-text-box p {
    color: #fff !important;
}
.single-highlights .section-title h4 {
    color: #000;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
	margin-bottom: 50px;
}
.single-highlights .section-title h4::after {
    display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}
.info-title h5 strong {
    color: #fff !important;
}
.section-title h4{
	 font-family: "Outfit", sans-serif;
	font-size: 55px !important;
}
h3.main-title, h3.main-title-black {
	font-size: 20px !important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-transform: capitalize;
}
h3.main-title::after{
	display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}
 h3.main-title-black::after {
	display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #fff;
}
.searcheng .search_section img {
    filter: brightness(0) invert(1);
}
.hotels .img-fluid {
    height: 260px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.hotels {
    border-radius: 10px;
    background: #435249;
      height: 100%;
	 margin: 0 10px;
}
.hotels .slider-text-box {
    padding: 20px;
}
.hotels .hl-text{
	 padding: 20px;
}
.hotels .hl-text h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.accomodation{
	background: #000;
}
.hl-text p{
	color:#fff;
}
.hotels .slider-text-box a {
    text-decoration: none;
}
.hotels h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.slider-text-box p{
	color: #fff;
}
.hotels .btn.btn-primary.more-btn{
/* 	padding: 9px 17px; */
	font-size: 14px;
} 
.home .booking-form {
    background: #000;
    padding: 35px 20px;
    margin: 0 auto;
}
.hotels-locations .booking-form {
    background: #000;
    padding: 35px 20px;
    margin: 0 auto;
}
.home .booking-form .d-flex {
    display: flex !important;
    justify-content: center;
    gap: 15px;
}
.hotels-locations .booking-form .d-flex {
    display: flex !important;
    justify-content: center;
    gap: 15px;
}
.home .booking-form .promo {
    filter: brightness(0) invert(1);
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
}
.hotels-locations .booking-form .promo {
    filter: brightness(0) invert(1);
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
}
.home .booking-form .flex-item {
    text-align: left;
}
.hotels-locations .booking-form .flex-item {
    text-align: left;
}
.hotels-locations .booking-form {
    background: #000;
    padding: 35px 20px;
    margin: 0;
    width: 100%;
}
.booking-form .flex-item label {
    color: #fff;
    padding-bottom: 10px;
}
.booking-form .form-control{
	color: #fff;
}
.form-select{
	color: #fff !important;
}
.home .booking-form .flex-item .form-select, .home .booking-form input, .hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item input {
    border-radius: 0;
    height: 17px;
	width: 163px !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0px !important;
}
.hotels-locations .booking-form .flex-item .form-select, .hotels-locations .booking-form input, .hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item input {
    border-radius: 0;
    height: 17px;
	width: 163px !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0px !important;
}
.hotels-locations .booking-form  .form-select{
	font-size: 9px;
}
.home .booking-form  .form-select{
	font-size: 10.1px;
}
.home .booking-form option {
    color: #000;
    font-size: 15px;
}
.hotels-locations .booking-form option {
    color: #000;
    font-size: 15px;
}
.home .booking-form .flex-item {
    background: #435249;
    padding: 10px 10px 10px 13px;
    border-radius: 3px;
}
.hotels-locations .booking-form .flex-item {
    background: #435249;
    padding: 10px 10px 10px 13px;
    border-radius: 3px;
}
.home .booking-form .form-control{
	border: none ;
	padding: 0px !important;
}
.hotels-locations .booking-form .form-control{
	border: none ;
	padding: 0px !important;
}
.home .booking-form .btn-primary {
    color: #fff;
    background-color: transparent;
    border: none;
    background: #435249;
    padding: 10px 31px 10px 24px;
    border-radius: 3px;
    height: 100%;
}
.hotels-locations .booking-form .btn-primary {
    color: #fff;
    background-color: transparent;
    border: none;
    background: #435249;
    padding: 10px 31px 10px 24px;
    border-radius: 3px;
    height: 100%;
}
.home .booking-form .btn-primary:hover{
	background-color: transparent;
}
.hotels-locations .booking-form .btn-primary:hover{
	background-color: transparent;
}
.home .booking-form .booking-btn{
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hotels-locations .booking-form .booking-btn{
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery a.btn-gallery .img-fluid {
    height: 277px;
}

.row.service-box {
    
    margin-bottom: 10px;
    align-items: center;
}
.row.service-box h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}
.service-box .col-lg-4{
	height: 100%;
}
.our_main_hotel {
    height: auto !important;
}
.row.service-box p{
	color: #fff;
}
.row.service-box .col-lg-6.col-md-12.col-12.image-column.order-lg-1.order-md-1.order-1 {
    padding: 0px !important;
}
.row.service-box .col-lg-6.col-md-12.col-12.image-column.order-lg-2.order-md-1.order-1 {
    padding: 0px !important;
}
.row.service-box .content {
    padding: 20px;
}
.col-lg-3.col-md-12.col-12.other_section {
    display: none;
}
.row.adventure-box {
    background: #4d4d4a;
    margin-bottom: 10px;
    align-items: center;
}
.row.adventure-box .col-lg-6.col-md-6.col-12order-lg-1.order-md-1.order-1 {
    padding: 0px !important;
}
.row.adventure-box .col-lg-6.col-md-6.col-12order-lg-2.order-md-2.order-2 {
    padding: 0px !important;
}
.row.adventure-box a{
	text-decoration: none;
} 
.row.adventure-box p{
	color: #fff;
}
.row.adventure-box h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
}
h2.travel_title {
	 font-family: Outfit, sans-serif;
    font-size: 55px !important;
    color: #212529;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

 h2.travel_title::after {
    display: block;
    content: '';
    height: 6px;
    width: 26px;
	background: #00000033;
}
h2.contact_sec::after{
	display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}
.services-template-default h5.mb-3 {
    text-transform: capitalize;
}
.other-services h5.mb-3 {
    text-transform: capitalize;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}
.home .form-select{
	 filter: brightness(0) invert(1);
}
.home input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
}
.hotels-locations input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
}
.hotels-locations .booking-form .flex-item .form-select, .hotels-locations .booking-form input, .hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item input{
	    filter: brightness(0) invert(1)
}
.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #435249;
    color: #fff;
    position: relative;
}

.language_section {
    font-size: 20px;
}

/* .menu_bar button#menu-toggle {
    display: none;
} */

.menu_bar ul#menu-main-menu {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    list-style: none;
    margin: 0px;
}

.menu_bar a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.menu_bar ul li .sub-menu li {
    width: 33.33%;
    float: left;
}

/* .menu_bar {
    background: goldenrod;
} */
.card {
    margin-top: 27px;
}

select.gt_selector.notranslate {
    padding: 12px 0;
    border-radius: 5px;
    font-size: 16px;
    background: transparent;
    color: #fff;
    border: none;
    width: 74px;
}

option {
    color: #000;
    font-size: 15px;
}

.search_section a.btn-primary {
    background: transparent;
    border: none;
}

.search_section a.btn-primary:hover {
    border: none !important;
}

.search_section a.btn-primary:focus {
    border: none !important;
    box-shadow: 0 0 0 0 transparent !important;
    outline: transparent;
}

/* .search_section {
    position: relative;
} */

.search-popup {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 315px;
    z-index: 9999;
}

.main-navigation a:hover {
    color: #fff;
}

/* .search-popup .card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
} */
.nav_part {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

button#menu-toggle {
    display: none;
}

button.dropdown-toggle {
    border: none;
    background: transparent;
    color: #fff;
}

.menu-item:hover ul.sub-menu {
    display: block;
}

ul.sub-menu {
    display: none;
}

ul#menu-main-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
    margin: 0;
}

.site-header-menu a {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    text-decoration: none !important;
    padding: 27px 0;
}

/* Parent menu li */
.primary-menu li {
    position: relative;
}

/* Submenu (hidden by default) */
.primary-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 600px;
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    list-style: none;
    top: 50px !important;
    padding: 10px 10px;
}

.primary-menu .sub-menu li a:hover {
    background: #000 !important;
    color: #fff;
}

/* Submenu items */
.primary-menu .sub-menu li {
    width: 100%;
}

.primary-menu .sub-menu li a {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

/* Hover show */
.primary-menu li:hover>.sub-menu {
    display: block;
}

/* Hover effects */
.primary-menu .sub-menu li a:hover {
    background: #f3f3f3;
}

a.page-numbers:focus {
    border: 1px solid #A57C37 !important;
}

.searcheng {
    display: flex;
    align-items: center;
    gap: 20px;
}

.searchpar .search_section img {
    filter: brightness(0) invert(1);
}

/* footer */
footer .footer-bottom {
    background: #000;
}

footer img.img-fluid {
    width: 100%;
}
.col-lg-3.col-md-12.col-12.other_section {
    display: none;
}
footer .footer-bottom .corporate-site ul {
    column-count: 2;
    gap: 108px;
}

footer .footer-bottom .footer-first-sec {
    width: 25%;
}

footer .footer-bottom .footer-menu-sec p {
   font-weight: 500;
    font-size: 21px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #fff;
}

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

footer .footer-bottom ul li {
    list-style: none;
    color: #fff;
    font-family: 'Helvetica' !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

footer .footer-bottom ul li a {
    font-family: 'Helvetica' !important;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}

.footer-menu-sec ol {
    padding-left: 5px !important;
}

footer .footer-bottom .row {
    display: flex;
    justify-content: center;

}

.mobile-pos {
    width: 65% !important;
}

footer .copyright-sec {
    background: #000;
    padding: 24px 130px;
    border-top: 1px solid #4d4d4a;
	display: flex;
    justify-content: center;
    align-items: center;
}

footer .copyright-sec p {
    color: #fff;
    margin-bottom: 0;
   
}
footer .copyright-sec a {
    font-family: 'Helvetica' !important;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
footer .copyright-sec ul {
    display: flex;
    gap: 20px;
	margin: 0px;
}
footer .copyright-sec li {
    list-style: none;
}

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

.footer-img div {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.footer-menu-sec .row {
    display: flex;
    justify-content: space-around !important;
}

footer .footer-bottom .social-icon i {
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 50%;
    border: 2px solid;
    padding: 10px 10px;
}

footer .footer-bottom .social-icon i.fa-facebook-f {
    padding: 10px 14px !important;
}

footer .footer-bottom ul ol li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    color: #fff;
    padding-right: 5px;
    font-size: 14px;
}

/* banner-section */
 .home .banner-section .banner-pos {
    background: #00000052;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 50px;
} 
.banner-slider .swiper-slide{
	height: 500px;
}

/*  .home .banner-section .banner-pos .banner-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}  */

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.banner-text h1 {
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 400;
}

.btn.btn-primary.more-btn {
    text-transform: capitalize;
    line-height: 17px;
    border: 1px solid #4d4d4a;
/*     border-radius: 5px;
    padding: 11px 18px; */
    color: #000;
    text-decoration: none;
    background: #fff;
}
/* .btn.btn-primary.more-btn:hover{
	background: #435249;
	color: #fff;
	border: 1px solid;
} */

.home .banner-section .banner-pos .banner-text h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 24px;
    height: 5px;
    background: white;
    opacity: 0.8;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0px);
    transition: opacity 0.3s;
    z-index: 10;
}

section#why-us {
    background: #e8e8e8;
}

.choose-us .section-title h4 {
    margin-bottom: 0px;
    font-size: 40px;
	color: #000;
}

 .choose-us .img-fluid {
    height: auto;
    width: 26%;
}

.choose-us h3.main-title {
    font-size: 23px;
    margin-bottom: 70px;
    text-transform: capitalize;
	color: #000;
	
}

.choose-us img.img-fluid {
   filter: brightness(0) invert(0);
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    top: -42px;
    left: 50% !important;
    transform: translate(-50%);
    box-shadow: 0 0px 7px 0px #ffffff24;
    object-fit: cover;
}

.choose-us .my-4 {
    margin-top: 1rem !important;
    margin-bottom: 0.8rem !important;
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
}

.choose-us .why_choose_content {
    background: transparent;
    margin: 0 6px;
    padding: 30px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-us p.cu-text {
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.row.why_choose_section:nth-of-type(2),
.row.why_choose_section:last-of-type {
    border-radius: 50px 0 !important;
}

section#our-hotels {
    padding: 60px 0;
    background: #000;
}

.hotels-section .section-title h4 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
}

.hotels-section h3.main-title-black {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.hotels-slider .swiper-slide {
    border-radius: 20px;
    background: #fff;
    height: 610px;
}

.hotels-slider .slider-text-box.text-center {
    padding: 30px 20px 20px 20px;
}

.hotels-slider .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0px;
    height: 303.54px;
    width: 100%;
}

.hotels-slider .slider-text-box a {
    color: #A57C37;
    text-decoration: none;
    font-weight: 400;
}

section#promotion {
    background: #e8e8e8;
}

.packages .section-title h4 {
    font-size: 40px;
    color: #000;
	text-transform: capitalize;
}

.packages h3.main-title {
    font-size: 23px;
    text-transform: capitalize;
    color: #000;
}

/* .packages .section-title h4::before {
    content: "";
    width: 127px;
    height: 2px;
    background: #A57C37;
} */

.packages ul.nav.nav-tabs.justify-content-center {
    gap: 5px;
    margin-top: 50px;
	border: none;
}
.promotion_text {
    padding: 0 20px 20px;
}
.promotion_text h6{
	color: #435249 !important;
}
.packages li.nav-item .active {
    color: #fff !important;
    background-color: #435249;
   
    text-transform: capitalize;
}

.packages li.nav-item .nav-link {
    color: #000;
     border-radius: 10px;
    text-transform: capitalize;
	box-shadow: 0 0px 7px 0px #0000001a
}

.highlights {
    /* padding: 70px 0px; */
    padding-top: 70px;
}

.highlights .section-title h4 {
    text-transform: capitalize;
    font-size: 40px;
    color: #fff;
   
}
.btn.btn-primary{
	margin: 0 auto;
}


.highlights h3.main-title-black {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.counted {
    display: flex;
    align-items: center;
    padding: 30px !important;
}

.counted h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
}

.counted p {
    color: #fff;
}

.journey img {
   
	width: 100%;
}
/* .journey .hotels{
	margin-right: 15px;
} */
.highlights {
    background: #000;
}
a.btn.btn-secondary.explore-btn {
     text-transform: capitalize;
    font-size: 17px;
    line-height: 17px;
    border: 1px solid #4d4d4a;
    border-radius: 100px;
    color: #4d4d4a;
    text-decoration: none;
    background: #fff;
}

/* a.btn.btn-secondary.explore-btn:hover {
   border: 1px solid #fff;
    background: #435249;
    color: #fff;
} */
.highlights .hl-sec {
    margin-bottom: 20px;
   
}

section.video-section.section-pt {
    background-image: url("https://rankupmybusiness.com/aureumpalacehotel/wp-content/uploads/2025/11/hotel4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 180px 0;
}

section.video-section.section-pt:before {
    opacity: .8;
    background-color: #0f1013;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* z-index: -1; */
}

.video-wrap2 .discount-wrapp {
    display: inline-block;
}

.video-wrap2.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount-wrapp {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    z-index: 2;
}

.discount-wrapp .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.anim {
    animation: spin 10s infinite alternate-reverse;
}

.video-wrap2 .discount-wrapp .discount-tag {
    z-index: -1;
}

.discount-wrapp .play-btn>i {
    --icon-size: 90px;
    font-size: 30px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(5px);
    border-radius: 48px;
    color: #fff;
}

.play-btn>i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: #ffffff;
    color: #bf930f;
    font-size: 42px;
    border-radius: 50%;
    z-index: 1;
    transition: all ease .4s;
}

.discount-tag {
    display: inline-block;
    border-radius: 50%;
    z-index: 1;
    font-size: 13px;
    font-family: var(--body-font);
    font-weight: 500;
    color: var(--title-color);
    text-align: center;
    margin-left: -50px;
    position: relative;
    top: 10px;
}

.discount-tag span {
    min-height: 90px;
    position: absolute;
    left: 25px;
    top: 0;
    text-transform: uppercase;
    transform-origin: bottom center;
    transform: rotate(var(--rotate-letter));
}

.modal-content {
    background: transparent !important;
    border: none !important;
}

.btn-close {
    filter: brightness(0) invert(1) !important;
}

.modal-header {
    border: none !important;
}

.banner-section span.swiper-pagination-bullet {
    height: 6px;
    width: 24px;
    border-radius: 0px;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4d4d4a !important;
    width: 36px !important;
}

.hotel-slider-prev,
.hotel-slider-next {
    display: none !important;
}

.pcg-text img {
       width: 100%;
    height: stretch;
}

.pcg-text {
   padding: 10px;
    border: 1px solid #4d4d4a;
    height: 100%;
    background: #435249;
    border-radius: 10px;
}
.promotion_section .pcg-text{
	 padding: 0px;
	border: none;
	background: #fff;
}
.promotion_section .pcg-text img {
    border-radius: 10px;
}
.pcg-text h6 {
    font-size: 20px;
    color: #435249;
    margin-top: 20px;
}

.pcg-text p {
    text-align: left;
    color: #435249;
	    margin-top: 30px;
	    padding-bottom: 30px;
    border-bottom: 1px solid #435249;
}
.promotion_text a{
	margin-top: 13px;
}
.promotion_section {
    height: 100%;
}
.banner-section .btn.btn-primary.more-btn{
	margin: 0px !important;
}
.btn{
	    margin-top: 20px !important;
    padding: 10px 18px !important;
    border-radius: 100 !important;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center;
	gap: 5px;
	width: 170px;
	font-size: 17px;
	 transition: all 0.2s ease;
}
.form-control:focus {
    box-shadow: none !important;
}
.form-select:focus{
	 box-shadow: none !important;
}
.btn.btn-primary{
	border-radius: 100px;
}
.btn::before{
   content: "";
/*     position: absolute !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    left: -4px !important;
    bottom: -4px !important;
    border-left-width: 4px !important;
    border-top: 0px;
    border-right: 0px;
    border-bottom-width: 4px !important;
    border-style: solid !important;
    border-color: #000 !important; */
	background-image: url('https://rankupmybusiness.com/aureumpalacehotel/wp-content/uploads/2026/01/arrow-elbow-down-right.png');
	display: block;
	    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size: contain;
	
	
}
.btn:hover{
	 transform: scale(1.1);
}
.text-center.why_choose_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}




section.about-contact-section .contact-text i:hover {
    background: #A57C37;
    color: #000;
    border: 1px solid transparent;
}

.tab-pane {
    margin-top: 50px;
}

.about_title_section .section-title h4 {
    color: #000;
}

section.about-contact-section .about-bg,
section.about-contact-section .contact-bg {
    padding: 30px 0px 70px !important;

}


section.about-contact-section .contact-bg {
    background: #000;
}

.about-contact-section .about-bg h3,
section.about-contact-section .contact-bg h3 {
    text-transform: capitalize;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.about-contact-section .contact-bg h3 {
    color: #fff;
    margin-bottom: 0px;
    padding: 23px 0px 40px !important;
    display: flex;
    justify-content: flex-start;
}


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

.contact-form .btn.btn-primary.more-btn {
    margin-top: 22px;
}

.about-contact-section .about-bg h3::before,
section.about-contact-section .contact-text p {
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.about-bg a {
    border: 2px solid #fff !important;
}

section.about-contact-section .contact-text p {
    color: #fff;

}

section.about-contact-section .contact-text i {
    color: #A57C37;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px 12px;
    margin-right: 20px;
}

section.about-contact-section .contact-text span {
    color: #fff;
    text-decoration: none;


}
.contact_tab {
    border-bottom: 1px solid #A57C37;
    display: flex;
    padding: 25px;
}



.contact_tab p {
    margin: 0px;
}

.mobile_details {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.contact-bg .btn.btn-primary.more-btn {
    display: none;
}

.contact-text a {
    color: #fff;
    text-decoration: none;
}

.home section#our-brands {
    background: #435249;
}

section#our-brands h3.main-title-black {
  	 color: #fff;
 	font-family: "Outfit", sans-serif;
    font-size: 55px !important;
	text-transform: capitalize;
	 margin-bottom: 40px;
}

.home section#our-brands img.img-fluid {
    border-radius: 7px;
    border: 1px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 0 7px;
}
a.btn.btn-secondary.more-btn{
	text-transform: capitalize;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #4d4d4a;
    color: #4d4d4a;
    text-decoration: none;
    background: #fff;
}
/* a.btn.btn-secondary.more-btn:hover{
	 border: 1px solid #fff;
    background: #435249;
    color: #fff;
} */
.modal-content {
    width: auto !important;
}

section#about-us {
    background: #000;
}


span.screen-reader-text {
    display: none;
}

.search-submit span.screen-reader-text {
    display: block !important;
    border: 0;
    /* clip-path: inset(50%); */
    height: auto;
    margin: 0px 0 0 0;
    overflow: hidden;
    padding: 0;
    position: unset;
    width: auto;
    word-wrap: normal !important;
    font-size: 16px;
    color: #4d4d4a !important;
    clip-path: inherit;
}

.search_section form.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

button.search-submit {

    color: #fff !important;
    background: #fff;
    padding: 2px 8px;
	border: 1px solid #4d4d4a;
}

/* why_us */

.info-box {
    border: 1px solid #A57C37;
    border-radius: 30px;
}

.info-box:hover {
    box-shadow: 0px 0 5px 0px rgb(0 0 0 / 25%);
    border-color: transparent;
    transition: .5s ease;
}

.information {
    margin-bottom: 30px;
}

/* malikha lodge */
.hotels-locations .banner-section .banner-pos {
    position: relative;
}

.hotels-locations .banner-section .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100% !important;
}

.hotels-locations .banner-section .banner-pos .banner-text h4 {
    margin-bottom: 28px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
}

.hotels-locations .banner-text h1 {
    font-size: 44px;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.hotels-locations .banner-section .banner-pos .banner-text .booking-form {
    background: #0000009e;
    padding: 20px;
}

.hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item {
    text-align: left;
}

.hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item label {
    color: #FFFFFF;
    padding-bottom: 10px;
}

.hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item .form-select,
.hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item input {
    border-radius: 0;
    height: 52px;
}

.form-select {
   
    line-height: 10px !important;
   
    background-size: 16px 13px !important;
   background-position: right 2px center !important;
}

.hotels-locations section#about-us img {
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 0 7px;
}

.hotels-locations section#about-us {
    background: #fcfcfc;
}
.accomodation .section-title h4{
	color: #fff !important;
}
.accomodation h3.main-title-black{
	color: #fff !important;
}
.hotels-locations .section-title h4 {
    color: #000;
    text-transform: capitalize;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
} 
.gallery .section-title h4::after {
    display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
	margin-bottom: 50px;
}
.hotels-locations .banner-pos img{
   height: 400px;
    object-fit: fill;	
}
.section-pt {
    padding: 70px 0;
}

section#facilities {
    padding: 70px 0;
}
section#facilities .section-title h4{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
	margin-bottom: 50px;
}
section#facilities .section-title h4::after {
    display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}


.hotels-locations .putao {
        background: #fff;
    margin-bottom: 20px;
 
}
section#gallery {
    background: #e8e8e8;
}
.putao .col-lg-6.col-12.order-2.text-right.hl-pos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
    /* font-size: 26px; */
}
section#activities h3.main-title{
	margin-bottom: 50px;
}
.single-services h4 {
    color: #000;
	text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
}

/* .section-title h4::before {
    content: "";
    width: 127px;
    height: 2px;
    background: #A57C37;
	display: block;
} */

.hotels-locations h3.main-title-black {
    color: #212529;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.hotels-locations .accomodation {
    background: #000;
}

.hotels-locations .accomodation .acmd-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

h2.content-hover-title {
    color: #A57C37;
    /* text-align: center; */
    text-decoration: none !important;
    outline: none;
    font-size: 19px;
    text-transform: capitalize !important;
}

/* blog */
.taxo-packages .card {
    border: 1px solid #000 !important;
    height: 100%;
}

.taxo-packages .card-body {
    text-align: left !important;
}

a h5.card-title {
    color: #435249;

}

.taxo-packages .card-body a {
    text-decoration: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #A57C37 !important;
}

.accodomation-swiper .swiper-wrapper .swiper-slide {
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 16px 9px;
    height: 625px !important;
}

.accodomation-swiper .swiper-button-next,
.accodomation-swiper .swiper-button-prev {
    background: #faf4f4 !important;
}

.accodomation-swiper img.acco-btn {
    filter: brightness(0) invert(1);
}

/* .facilities-slider .swiper-button-next, .facilities-slider .swiper-button-prev {
     background: #A57C37 !important;
    position: unset;
    border-radius: 50%;
    margin-top: 20px !important;
} */
img.acco-btn.prev-btn {
    rotate: 180deg;
}

img.acco-btn {
    width: 50px;
    border-radius: 50%;
    padding: 10px;
}

.accodomation-swiper-hotel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
    gap: 14px;
}

.swiper-button-next-hotel,
.swiper-button-prev-hotel {
    background: #fff;
    position: unset;
    border-radius: 50%;
}

.swiper-button-prev-hotel {
    rotate: 180deg;
}

img.acco-btn-hotel {
    width: 50px;
    padding: 10px;
}

.hotels-locations .accomodation .swiper-slide img {
    height: 290px;
    width: 100%;
}

.hotels-locations .services .content:hover .hotels-locations .services .content-details h2 {
    display: block;
    color: #fff;
}

.hotels-locations section#packages {
    background: #e8e8e8;
}

.hotels-locations section#destination {
    background: #000;
    color: #fff;
}
section#destination .section-title h4{
	color: #fff;
}
section#destination h3.main-title-black{
	color: #fff;
}
.putao .hl-text {
    color: #fff;
    padding: 20px 10px;
}

.gallery-title {
    padding: 10px;
	  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    z-index: 10000;
}

a.btn-gallery {
        color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.gallery-title h5 {
    font-weight: 400;
    margin: 0px;
    font-size: 24px;
    text-transform: uppercase;
	color: #fff;
	position: relative;
	 z-index: 10000;
	text-align: center;
}
.single-accomodation h2{
	text-transform: capitalize;
}
.hotels-locations a.btn-gallery::after{
	  position: fixed;
	content: '';
	display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* black transparent */
  z-index: 1000;
	border-radius: 35px;
}
.hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item {
    align-content: end;
}

.hotels-locations button.btn.btn-primary {
    border-color: #A57C37;
    background-color: #A57C37;
/*     border-radius: 0px;
    padding: 13px 15px; */
}

a.btn-gallery:hover {
    color: #fff;
}

.single div#primary {
    padding: 0 90px;
}

header.entry-header h1.entry-title {
    font-weight: 300;
    color: #A57C37;
}

.hotels-locations .scroll-down {
    margin-bottom: 56px;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 30px;
}

.hotels-locations .scroll-down::before {
    animation: scrollDownAnimation 2s infinite;
    background-color: #fff;
    border-radius: 100%;
    content: '';
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 6px;
}

.hotels-locations .services .content-details h2 {
    color: #000;
}

.hotels-locations .services .content-hover-title {
    line-height: 45px;
}

.hotels-locations .services .content {
    position: relative;
    margin: auto;
}
.swiper.facilities-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 10px;
}
.hotels-locations .about-hotel .full-content {
    display: none;
}

.swiper.accodomation-swiper.swiper-initialized {
    padding: 0 20px 20px !important;
}

.destinations img {
    display: none;
}

@keyframes scrollDownAnimation {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(18.9371px);
    }
}

.hotels-locations h6 {
    text-transform: capitalize;
    margin: 20px 0;
	    color: #fff;
}

.facilities-slider a {
    display: flex;
    justify-content: center;
    align-items: center;
}

i.fa.fa-plus-square {
    display: none;
}

#destination{
    position: relative;
}
#destination .swiper-button-next, #destination .swiper-button-prev {
    background: #0f0f0fcf;
}
#destination .swiper-button-next svg, #destination .swiper-button-prev svg {
    fill: #fff !important;
}
#destination .swiper-button-next svg path , #destination .swiper-button-prev svg path {
    fill: #fff;
}

input.search-field {
    border: 1px solid #4d4d4a !important
}

.acmd-text h3 {
    text-transform: capitalize;
    font-weight: 500;
   font-size: 20px;
    color: #435249;
    margin-bottom: 20px;
    text-align: center;
}

.acmd-text p {
    text-align: center;
}

.putao .col-lg-6.col-12.order-1.text-left.hl-pos {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.home .banner-section .banner-pos img {
    opacity: .2;
}

.hotels-locations .services .content .content-overlay {
/*     background: rgba(0, 0, 0, 0.7); */
/*     position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; */
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hotels-locations .services .content:hover .content-overlay {
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}

.facilities-slider img {
    width: 100%;
	    height: 353px;
    object-fit: cover;
}

.hotels-locations .services .content {
    position: relative;
    width: 100%;
   
}

.hotels-locations .services .content a {
    display: block;
    position: relative;
	text-decoration: none;
	box-shadow: 0 0px 7px 0px #00000024;
    padding: 10px;
}

.hotels-locations .services .content-hover-title {
    color: #fff;
        font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 29px;
    text-align: center;
}

/* Text hidden by default */
.hotels-locations .services .content-details {
    transition: 0.4s ease;
}


.hotels-locations .services .content-details {
/*     position: absolute; */
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    bottom: 20px;
    left: 50%;
/*     opacity: 0; */
/*     -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); */
/*     transform: translateX(-50%); */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* .hotels-locations .services .content:hover .content-details {
    opacity: 1;
} */

.destination-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hotels-locations .destinations .destination-slider .slider-text-box {
    background: #435249;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    padding: 50px 50px 65px 50px;
    position: relative;
    height: 400px;
}

.hotels-locations .destinations .destination-slider .slider-text-box h4 {
    font-size: 26px;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
}

.hotels-locations .destinations .destination-slider .slider-text-box p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
section.about_banner {
    background: #000;
}
.hotels-locations .destinations .destination-slider a {
    text-decoration: none;
}

/* about */
section.our-story h3.main-title-black {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 0px;
    text-transform: capitalize;
}
section.our-story h3.main-title-black::after{
	display: none;
}
section.our-story {
    background: #e8e8e8;
    padding: 120px 100px;
}

section.our-story .section-title h4 {
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
}

section.our-story p {
    text-align: left !important;
    text-align: left !important;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}

section.vision-mission .section-title h4 {
    color: #000;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: capitalize;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

section.vision-mission {
    padding: 120px 0;
}

.vision h4 strong{
    font-size: 28px;
    margin-top: 20px;
	color: #fff !important;
}

.mission h4 strong {
    font-size: 28px;
    margin-top: 20px;
	color: #fff !important;
}

section.testi-section .section-title h4 {
    color: #000;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 10px;
}

section.testi-section .section-title h4::before {
    content: "";
    flex: 1;
    height: 2px;
    max-width: 127px;
    background: #A57C37;
}

section.testi-section h3.main-title {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-transform: capitalize;
}

section.testi-section {
    display: none;
}

.about_banner img {
    width: 100%;
    border-radius: 50px;
}

.counter {
    display: none;
}

.about_title {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
}

.about_title_section p {
    text-align: left !important;
}

.about_title h2 {
    font-size: 40px;
}

section.vision-mission .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

section.vision-mission .row .vision,
section.vision-mission .row .mission {
    height: 100%;
}

.vision,
.mission {
    border-radius: 20px;
    border: 1px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 16px 16px;
    height: 185px !important;
}

.about_section {
    padding-top: 120px !important;
}

.about_section .row {
    display: flex;
    align-content: center;
}

/* contact */
.contact-info h4 {
    font-size: 35px;
    font-weight: 400;
    color: #A57C37;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.flex-item.contact_icon i {
    background: #e8e8e8;
    color: #A57C37;
    padding: 13px;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.flex-item.contact_icon i:hover {
    background: #A57C37;
    color: #000;
}

/* .btn.btn-primary.more-btn:hover {
    border: 2px solid #000;
    color: #000;
    background: #fff;

} */

.contact-info .d-flex {
    display: flex !important;
    align-items: center;
    border: 1px solid #fffbeb;
    padding: 20px;
    border-radius: 24px;
    transition: box-shadow 0.3s ease;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    background: #fffbeb;
}

.contact-info .d-flex:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 7%);
    border-radius: 24px;
}

.contact-info .d-flex:hover .flex-item.contact_icon i {
    background: #A57C37;
    color: #000;
}

.flex-item.contact_icon i.fa-map-marker {
    padding: 13px 16px !important;
}

.contact-info p {
    margin-bottom: 18px !important;

}

.reservation-text {
    background: #A57C37;
    color: #fff;
    border-radius: 16px;
    padding: 20px;
}

.reservation-text .flex-item h5 {
    color: #fff;
}

.contact-pg .contact-info .d-flex .flex-item a {
    color: #A57C37;
    text-decoration: none;
}

.contact-pg .contact-info .d-flex .flex-item p {
    margin-bottom: 0px !important;
}

.contact-info h5 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;

}

.contact-pg h5 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 400;

    color: #A57C37;
    text-align: left;
    

}

.contact-info h5 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;

    color: #A57C37;
}

.contact_form_section {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.contact-pg .contact-form .wpcf7-text {
    font-family: 'Helvetica';
    height: 50px;
    width: 100%;
    border: none;
    border: 1px solid #d1d5dc;
    padding: 10px;
    border-radius: 10px;
}

.contact-pg .contact-form textarea {
    width: 100%;
    font-family: 'Helvetica';
    border: 1px solid #d1d5dc;
    padding: 10px;
    border-radius: 10px;
}

.contact-pg .reservation-form {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.contact-pg .reservation-form h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
}

.contact-pg .reservation-form h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    color: #000;
}

.contact-pg .reservation-form .contact-booking-form .hotel-form input,
.contact-pg .reservation-form .contact-booking-form .hotel-form select {
    height: 56px;
    border-radius: 0;
}

.contact-pg .reservation-form .contact-booking-form .hotel-form .form-group .form-control {
    margin-bottom: 24px;
	
}

.form-control {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    margin-top: 0px;
    border-radius: 5px !important;
}

section.contact-reservation-form {
    padding-bottom: 70px;
}

.reservation-text i {
    background: #e8e8e8;
    color: #A57C37;
    padding: 13px;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.contact-pg .reservation-form .contact-booking-form .hotel-form .form-group {
    margin-bottom: 24px;
}

aside.cards {
    border-radius: 10px;
}

img.brand_btn.prev-btn {
    rotate: 180deg;
}

img.brand_btn {
    width: 50px;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}


.brand_swiper_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.modal-dialog {
    max-width: 730px !important;
    margin: 1.75rem auto;
}

.hotels-pg .main-hotels h4 {
    color: #000;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-family: "Outfit", sans-serif;
    font-size: 55px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.hotels-pg .main-hotels h4::after{
	display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}
.hotels-pg .main-hotels a {
    text-decoration: none;
}

.hotels-pg .main-hotels h3 {
    color: #000;
    margin: 10px 0 15px;
	font-size: 22px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
.hotels-pg .main-hotels .img-fluid {
    border-radius: 20px;
}

.hotels-pg section#our-hotels {
    background: #fff;
}

.hotels-pg .hotels-section .section-title h4 {
    color: #000;
    margin-bottom: 25px;
    text-transform: capitalize;
	font-family: "Outfit", sans-serif;
    font-size: 55px !important;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hotels-pg .hotels-section .section-title h4::after {
    display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}
.hotels-pg section#our-hotels a {
    text-decoration: none;
}

.hotels-pg section#our-hotels .slider-text-box h4 {
        color: #000;
    margin: 16px 0 15px;
    font-size: 22px;
}
.our_hotel_content p {
    color: #435249;
    margin-top: 40px;
	margin-bottom: 20px !important;
}
.contact-info {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.gallerySwiper img {
    height: 313px !important;
}

.empty {
    display: none;
}

.spa-pg .section-title h4 {
    color: #A57C37;
    text-transform: capitalize;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.spa-pg h3.main-title-black.text-center {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.blogs a {
    text-decoration: none;
}

.blogs h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #d1d5dc;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-bottom: 27px;
}

.contact-info i {
    background: #e8e8e8;
    color: #A57C37;
    padding: 13px;
    border-radius: 50%;
    margin-bottom: 29px;
    transition: transform 0.3s ease;
}

.contact-info i.fa.fa-map-marker {
    padding: 13px 15px !important;
}

.reservation-text .res-pos .text p {
    margin: 23px 0;
}

.brand-story h4 {
    font-size: 35px;
    font-weight: 400;
    color: #A57C37;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.brand-story .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.brand-story .img-fluid {
    border-radius: 65px 0;
}

.terms-conditions h5 strong {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    /* border-bottom: 1px solid; */
    padding-bottom: 10px;
}

section#highlight .row .counted {
    padding: 20px !important;
}

.fact-sheet h6 strong {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    text-transform: uppercase;
    color: #A57C37;
}

.fact_section {
    column-count: 2;
}

.row.info-title {
    padding: 30px;
    background: #435249;
    border-radius: 30px 30px 0 0px;
    margin: 0px;
    color: #fff;
    border-bottom: 1px solid;
}
.info-title .site-content strong {
    color: #fff !important;
}
.info-title h6 {
	color: #fff;
}
.info-content p {
    color: #fff;
}
.info-title img {
    filter: brightness(0) invert(1);
}

.col-12.info-content {
    padding: 30px;
	    background: #435249;
}
.col-12.info-content h6{
	color: #fff;
}
.info-box{
	  background: #435249;
}
.card-body .d-flex.hr {
    display: none !important;
}


.ac2-section {
    background-color: #f9f9f9;
    padding: 80px 30px;
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, sans-serif;
}

.ac2-container {
    margin: 0 auto;
    background: linear-gradient(to right, #000000 50%, #435249 50%);
    border: 1px solid #f0f0f0;
    padding: 70px 80px 60px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    position: relative;
    box-sizing: border-box;
}

.ac2-text a {
    color: #fff;
    text-decoration: none;
}

.ac2-text a:hover {
    color: #A57C37;
}

/* center vertical line */
.ac2-divider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #f0e5d0;
    transform: translateX(-50%);
}

/* circle on line */
.ac2-divider-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #8e532a;
    border: 8px solid #ffffff;
    box-shadow: 0 0 0 2px #4d4d4a;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* columns */
.ac2-col {
    flex: 1;
    position: relative;
    z-index: 1;
}

.ac2-left {
    padding-right: 40px;
}

.ac2-right {
    padding-left: 40px;
}

/* small label row */
.ac2-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: #fff;
}

.ac2-dot {
    width: 8px;
    height: 8px;
    background-color: #b5ada5;
    border-radius: 2px;
}

/* headings */
.ac2-heading {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 40px;
    margin: 0 0 16px;
    color: #fff;
}
.base_detail p{
	color:#fff;
}
/* underline below heading */
.ac2-underline {
    display: block;
    width: 70px;
    height: 3px;
    background-color: #b5ada5;
    margin-bottom: 30px;
}

/* normal text */
.ac2-text {
    font-size: 15px;
    line-height: 1.8;
    color: #fff;
    margin: 0 0 15px;
}

/* stats bottom left */
.ac2-stats {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.ac2-stat-number {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 32px;
    color: #fff;
}

.ac2-stat-label {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
}

/* contact items */
.ac2-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 26px;
}

.ac2-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
    flex-shrink: 0;
}

.ac2-icon {
    font-size: 20px;
}

.ac2-contact-content {
    flex: 1;
}

.ac2-contact-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 4px;
}

/* email link */
.ac2-link {
    color: #c79c45;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.ac2-link:hover {
    border-color: #c79c45;
}

/* button */
.ac2-btn {
    margin-top: 20px;
    padding: 14px 9px;
    border-radius: 100px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 9px;
    width: 40%;
    filter: brightness(0) invert(1);
}
.ac2-btn::before {
    content: "";
    background-image: url(https://rankupmybusiness.com/aureumpalacehotel/wp-content/uploads/2026/01/arrow-elbow-down-right.png);
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ac2-btn:hover {
    border: 1px solid #fff;
    transform: scale(1.1);
}

.ac2-container a {
    text-decoration: none;
}

.sidebar-sticky {
    position: sticky;
    top: 2rem;
    /* same as top-8 */
}


.luxury-card {
    background: #A57C37;
    border-radius: 1rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    /* p-8 */
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.luxury-card-header {
    margin-bottom: 1.5rem;
    /* mb-6 */
}

.stars {
    display: flex;
    gap: 0.25rem;
    /* space-x-1 */
    margin-bottom: 1rem;
    /* mb-4 */
}

.stars .star {
    width: 1.25rem;
    /* w-5 */
    height: 1.25rem;
    /* h-5 */
    display: inline-flex;
}

.stars .star svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    stroke: #ffffff;
}

/* Title & Text */
.luxury-card-title {
    margin-bottom: 1rem;
    /* mb-4 */
    font-size: 1.25rem;
    font-weight: 600;
}

.luxury-card-text {
    color: #fef3c7;
    /* text-amber-50-ish */
    line-height: 1.6;
    font-size: 0.95rem;
}


.luxury-card-body {
    border-top: 1px solid rgba(252, 211, 77, 0.7);
    /* border-amber-400 */
    padding-top: 1.5rem;
    /* pt-6 */
    margin-top: 1rem;
}


.room-features {
    margin-bottom: 1.5rem;
}

.section-label {
    color: #fde68a;
    /* text-amber-100 */
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

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

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fffbeb;
    /* text-amber-50 */
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.icon-check {
    width: 1rem;
    /* w-4 */
    height: 1rem;
    /* h-4 */
    display: inline-flex;
}

.icon-check svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
}

/* Reservation box */
.reservation-box {
    margin-top: 1.5rem;
    /* mt-6 */
    background: rgba(255, 255, 255, 0.12);
    /* bg-white/10 */
    backdrop-filter: blur(10px);
    /* backdrop-blur-sm */
    border-radius: 0.75rem;
    /* rounded-xl */
    padding: 1rem;
    /* p-4 */
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.reservation-icon {
    width: 3rem;
    /* w-12 */
    height: 3rem;
    /* h-12 */
    border-radius: 999px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-icon svg {
    width: 1.5rem;
    /* w-6 */
    height: 1.5rem;
    /* h-6 */
    stroke: #d97706;
    /* text-amber-600 */
}

.reservation-content {
    display: flex;
    flex-direction: column;
}

.reservation-label {
    color: #fde68a;
    /* text-amber-100 */
    font-size: 0.85rem;
    margin-bottom: 0.15rem;
}

.reservation-phone {
    color: #ffffff;
    font-weight: 500;
}

.single .sidebar .row {
    background: #435249;
    border: none;
    margin: 0 0 10px 0;
    padding: 11px;
    border-radius: 0px;
    align-items: center;
}
.sidebar h6 {
	color: #fff;
}
.single .sidebar .row a {
    text-decoration: none;
}

.single .sidebar .row h5 {
   color: #fff;
    font-size: 17px;
}

.img-fluid {
    color: #000;
}

.blogs img {
    display: none;
}

.brand_section {
    box-shadow: 0 0px 14px 0px #0000001a;
    padding: 91px 30px;
    border-radius: 0px 65px;
}

.fact_sec {
    box-shadow: 0 0px 14px 0px #0000001a;
    padding: 18px 20px;
    border-radius: 15px;
    margin-bottom: 15px;

}

.our-brands .img-fluid {
    border-radius: 65px 0;
}

.brand-box {
    box-shadow: 0 0px 14px 0px #0000001a;
    padding: 30px 30px 45px;
    border-radius: 0px 65px;
    height: 389px;
}

.terms {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
	background: #435249;
}

.terms h5 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 11px;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.brand-box a {
    text-decoration: none;
}

.brand-box h5 {
    color: #A57C37;
}

.our-brands .row {
    margin-bottom: 0 !important
}

.adv-content a {
    text-decoration: none;
}

.adv-content h5 {
    font-size: 30px;
    font-weight: 600;
    color: #12241a;
    padding-bottom: 15px;
}

.adv-content .adv-btn {
    width: 100%;
    padding: 16px 32px !important;
    border: 2px solid #A57C37;
    background: #fff !important;
    color: #12241a !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    margin-top: 20px;
}

.adv-content .adv-btn:hover {
    background: #A57C37 !important;
    border: 2px solid transparent !important;
}

.adv-content p {
    color: #654d38;
    font-size: 17px;
}

.adding {
    margin-bottom: 25px;
    border-radius: 16px !important;
    box-shadow: 0 0px 14px 0px #0000001a;
	height: 100%;
    background: #fff;
}

.news-section .news-cat span {
    background: #435249;
    opacity: 0.7;
    padding: 6px 10px;
    position: relative;
    top: 32px;
    left: 32px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.news-section a {
    text-decoration: none;
}

.page-numbers.current {
    color: #435249;
    border: 1px solid #435249;
}

.page-numbers {
    border: 1px solid #435249;
    padding: 10px 17px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

h5.news-excerpt {
    font-size: 23px;
    font-weight: 500;
    color: #000;
	margin-top: 20px;
}

a.page-numbers:hover {
    color: #000;
}

.post-type-archive-adventure {
    background: #faf7f2;
}

.adv-content {
    background: #fff;
    padding: 32px;
    border-radius: 0 0 16px 16px;
}

section.adventure .img-fluid {
    width: 100%;
    border-radius: 1rem 1rem 0rem 0rem;
    height: 350px;
    object-fit: cover;
}

.news_img {
    position: relative;
}

.news-cat {
    position: absolute;
    top: 0;
}

.news_img .img-fluid {
    border-radius: 1rem 1rem 0rem 0rem;
    height: 278px;
    width: 100%;
    object-fit: cover;
}

/* .news_content {
    background: #faf7f2;
    padding: 15px;
    border-radius: 0 0 16px 16px;
} */

/* .news-btn {
    width: 100%;
    padding: 16px 32px !important;
    border: 2px solid #A57C37;
    background: #fff !important;
    color: #12241a !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    margin-top: 20px;
} */

.news-btn:hover {
    background: #A57C37 !important;
    border: 2px solid transparent !important;
}

/* .news_sec {
    height: 560px;
    border-radius: 16px !important;
    box-shadow: 0 0px 14px 0px #0000001a;
    background: #faf7f2;
} */

.single-news img.img-fluid {
    border-radius: 10px;
    margin-top: 25px;
}

.single-news .news-content p a {
    color: #435249 !important;
    font-weight: 700;
}

.single-news h4 {
    font-family: "Lato", Sans-serif;
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #23282D;
    margin-bottom: 15px;
	text-transform: capitalize;
}

.text-muted {
    /* color: #6c757d !important; */
    color: #725A22 !important;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.dashicons {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}

.single-packages h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #23282D;
    margin-bottom: 30px;
	text-transform: capitalize;
}

.single-packages .sidebar ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.single-packages .sidebar ul a {
    width: 93%;
}

.single-packages .img-fluid {
    border-radius: 10px;
	width: 100% !important;
}

.single-accomodation img {
    border-radius: 10px;
}

.single-accomodation .sidebar {
   box-shadow: 0 0px 14px 0px #0000001a;
    padding: 30px;
    border-radius: 15px;
    background: #435249;
}

.single-accomodation .form-group label {
    color: #fff;
    margin: 5px 0 6px !important;
}

.single-accomodation .booking-form .hotel-form button {
    margin-top: 20px !important;
}

.single-accomodation .booking-form .hotel-form .form-select {
    margin-top: 10px;
}

.other-rooms-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 0px;
    background: #435249;
}

.other-rooms-slider .swiper-slide a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
.other-rooms-slider .swiper-slide a.btn{
	margin-bottom: 20px;
}
.other-rooms h4{
	color: #000 !important;
	font-family: "Outfit", sans-serif;
    font-size: 55px !important;	
	text-transform: capitalize;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.other-rooms h4::after {
    display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}
.single-accomodation .room-amenities .d-flex {
    border: 1px solid #435249;
    padding: 20px;
    border-radius: 0px;
    transition: .3s ease;
    height: 113px;
    align-items: center;
    justify-content: center;
    color: #435249;
}

.single-accomodation .room-amenities .ra-text {
    color: #808080;
}

.single-services h3 {
   color: #212529;
    font-size: 36px;
    font-weight: 400;
	margin-bottom: 50px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.single-services h3::after{
	    display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}

/* .single-services h3::before {
    content: "";
    width: 127px;
    height: 2px;
    background: #A57C37;
} */

.single-services.section-pd {
    padding: 50px 0 !important;
}

.single-services .ex-service-text h5 {
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
}

.col-6.order-2.ex-service-pos {
    align-items: center;
    display: flex;
}

.single-es-services-slider img.img-fluid {
    height: 340px;
    object-fit: cover;
    width: 100%;
}

.swiper-pagination-single-services span.swiper-pagination-bullet {
    height: 6px;
    width: 24px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border-radius: 0px;
}
.services h3::before{
	content: "";
    width: 127px;
    height: 2px;
    background: #A57C37;
}
.gallery h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.gallery h3::before{
	content: "";
    width: 177px;
    height: 2px;
    background: #A57C37;
}
/* .single-es-services-slider img{
	border-radius: 50px;
} */
.single-highlights h5 {
   color: #000;
    text-transform: capitalize;
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-size: 55px !important;
}
.single-highlights h5::after {
   display: block;
    content: '';
    height: 6px;
    width: 26px;
    background: #00000033;
}
.services h3{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.error-pg h1 {
    font-size: 220px;
    color: #cac9c9;
}
.error-pg h2 {
    margin-top: -146px;
}
.error-pg p.text-center {
    margin-top: 82px;
}
.category .news-section .news-cat span{
	position: relative;
    top: 216px;
}
.sidebar .row .col-4 a img{
     height: 90px;
    width: 90px !important;
    border-radius: 50%;
}
.other-hotels-text h6 {
  color: #fff;
    font-size: 17px;
	text-transform: capitalize;
}
 .hotelsss .img-fluid {
    height: 90px;
    width: 90px;
	 border-radius: 50%;
} 
.single-hotels h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #23282D;
    margin-bottom: 30px;
	text-transform: capitalize;
}
.hotelsss a {
    gap: 20px;
    display: flex;
} 
.d-flex.other-hotels-text {
    display: flex;
    flex-direction: column !important;
	width: 100%;
}
.hotels-sidebar .jstars-filled {
    color: #fff !important;
}
.hotels-sidebar .jstars-empty {
    color: #000 !important;
}
.recreations-template-default .sidebar .row .ol-12.mb-4 img{
	height: 90px;
    width: 90px;
    margin-top: 0px;
    border-radius: 50%;
}
.recreations-template-default .sidebar .row a{
	gap: 20px;
    display: flex;
	
}
.recreations-template-default .jstars-filled {
    color: #fff !important;
}
.recreations-template-default .jstars-empty {
    color: #000 !important;
}
.prev-next a{
	text-transform: capitalize;
}
.col-sm-6.order-1 {
    align-content: center;
	background: #4d4d4a;
	color: #fff;
	padding: 0px !important;
}
.col-sm-6.order-1.ex-service-pos h5{
	color: #fff;
}
.col-sm-6.order-2.ex-service-pos h5{
	color: #fff;
}
.col-sm-6.order-3 h5{
	color: #fff;
}
.col-sm-6.order-2.ex-service-pos {
    align-items: center;
    display: flex;
	background: #4d4d4a;
	color: #fff;
	
    /* margin-top: 50px; */
}
.col-sm-6.order-4{
	 margin-top: 50px;
	padding: 0px;
}
.col-sm-6.order-3 {
    align-items: center;
    display: flex;
    background: #4d4d4a;
    color: #fff;
    margin-top: 50px;
}
.single-packagesdd p{
	margin: 0px;
	color: #000;
    font-size: 13px;
}
.sidebar p{
	color: #fff !important;
}
.single-hotels h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #23282D;
    margin-bottom: 30px !important;
    text-transform: capitalize;
}
.table-striped tbody{
	color: #fff;
}
.table-striped tbody td{
	color: #fff;
}
.other-services {
    display: grid;
    gap: 20px;
    margin-top: 50px;
    grid-template-columns: auto auto auto auto;
}
.servouter {
    box-shadow: 0 0px 14px 0px #0000001a;
    padding: 30px;
    border-radius: 15px;
}
.single-services p {
    margin-top: 20px;
}
h6 {
    color: #A57C37;
    text-transform: capitalize;
    font-size: 20px;
}
.single-services .container .row .mb-3 p {
    margin-top: 0px;
}
.date_section {
    box-shadow: 0 0px 14px 0px #0000001a;
    padding: 30px;
    border-radius: 15px;
	    margin-bottom: 13px;
}
.date_section h5 {
    color: #435249;
    text-transform: capitalize;
    font-size: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.date_section h5::before{
	display: none;
}
.our_hotel_content {
    height: 100%;
    border: 2px solid #435249;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0px 7px 0px #ffffff24;
}
.parent_terms {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
#our-hotels .slider-text-box p {
    color: #435249 !important;
}
/* Responsive tweak */
@media (max-width: 640px) {
    .luxury-card {
        padding: 1.5rem;
    }
}

.reservation-phone a {
    color: #fff !important;
    text-decoration: none;
}


















/* responsive */
@media (max-width: 1024px) {
    .ac2-container {
        padding: 50px 30px 40px;
        gap: 40px;
    }

    .ac2-heading {
        font-size: 34px;
    }
}

@media (max-width: 900px) {
    .ac2-container {
        flex-direction: column;
        padding: 40px 24px 30px;
    }

    .ac2-divider-line,
    .ac2-divider-circle {
        display: none;
    }

    .ac2-left,
    .ac2-right {
        padding: 0;
    }

    .ac2-stats {
        margin-bottom: 10px;
    }
}






@media (max-width:767px) {
	.btn{
		width: auto;
	}
	   .home .highlights .section-title h4 {
        margin-top: 0px;
    }
	  .home #highlight .row {
        gap: 0px !important;
    }
	    .home #highlight .journey {
        gap: 20px !important;
    }
	h2.travel_title{
		font-size: 30px;
		margin-bottom: 20px;
		gap: 5px;
	}
	.primary-menu .sub-menu{
		background: #000 !important;
	}
	.col-sm-6.order-3{
		margin: 30px 0 0 0 !important;
	}
	.col-sm-6.order-4{
		margin: 0px !important;
	}
	
	body .order-4 {
    order: 3 !important;
}
	section.vision-mission .section-title h4::before{
		display: none !important;
	}
	    .single-services h3 {
        text-transform: capitalize;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 25px;
    }
	.other-services {
    grid-template-columns: auto;
}
	.single-highlights h5{
		font-size: 37px !important;
		text-align: center;
	}
	.single-highlights h5::before{
		width: 85px;
	}
	.single-hotels h3{
		font-size: 25px;
	}
	.prev-next.mb-5{
		 margin-bottom: 10px !important;
	}
	.other-hotels-text h6{
		font-size: 16px;
	}
	.d-flex.other-hotels-text {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    
    justify-content: center;
}
/* 	.sidebar .row .col-4 a img {
    height: 76px;
} */
	.single-packages .img-fluid{
		border-radius: 0px;
	}
	.single .sidebar .row h5{
		font-size: 16px;
	}
	.sidebar p{
		font-size: 14px;
	}
	.col-sm-6.order-2.ex-service-pos{
		padding: 40px 30px;
	}
	.col-sm-6.order-4.ex-service-pos {
		margin: 0px;
		padding: 40px 30px;
	}
	.row.order-section {
    padding: 0 10px;
}
	.single-services h4 {
		font-size:15px;
	}
	.single-services h4::before {
		width: 80px;
	}
	.single-services h3 {
		    text-transform: capitalize;
    font-weight: 600;
    font-size: 36px;
	}
	
	.single-news h4{
		font-size: 25px !important;
	}
	.single-packages h3 {
		font-size: 25px !important;
	}
	    .single .sidebar .row {
        display: flex;
        align-items: center;       
		margin: 10px 0px;
    }
	       .news-pd h6 {
        text-align: left;
        margin-left: 34px;
    }
    .single-services .section-pt {
        padding: 30px 0;
    }

    .single-services .ex-service-text h5 {
        font-size: 30px;
        margin-top: 10px;
    }

    .sidebar {
        padding: 20px 0;
    }

    .news_sec {
        height: auto;
    }

    .adventure {
        padding: 50px 0 0 0 !important;
    }

    section.adventure .img-fluid {
        height: auto !important;
    }

    .adv-content h5 {
        font-size: 27px;
        padding-bottom: 0px;
    }

    .adv-content {
        padding: 18px;
    }

    h5.news-excerpt {
        font-size: 24px;
    }

    .our-brands .row {
        gap: 20px;
        margin-bottom: 25px !important;
    }

    .brand-box {
        height: auto;
    }

    .col-12.info-content {
        padding: 20px;
    }

    .row.info-title {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .info-box .col-lg-3.col-md-6.col-12 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .info-box .col-lg-9.col-md-6.col-12 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .info-title img {
        width: 75%;
    }

    .blogs h4 {
        margin-bottom: 0px;
    }

    .blogs {
        padding: 10px 0 !important;
    }

    .blogs h4 {
        font-size: 20px;
        line-height: 23px;
    }

    .contact-pg .contact-form {
        padding: 9px;
    }

    .contact-pg h5 {
        margin-bottom: 0px;
    }

    .contact-info i {
        margin-bottom: 0px;
    }

    .transition-shadow {
        padding: 14px !important;
    }

    .ac2-section {
        padding: 32px 0px;
    }

    .ac2-container {
        padding: 0px;
        gap: 10px;
       background: transparent !important;
    }

    .ac2-left {
        padding: 20px 13px;
        background: #000;
    }

    .ac2-right {
        padding: 20px 13px 33px;
	    background: #435249;
    }

    .hotels-locations h3.main-title-black {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .fact_section {
        column-count: 1;
    }

    .brand-story h4 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .brand-story .img-fluid {
        border-radius: 30px 0px;
        margin-bottom: 15px;
    }

    .brand-story {
        padding: 30px 0 0 0 !important;
    }

    .brand_section {
        padding: 17px 15px;
        border-radius: 0px 30px;
    }

    .modal-dialog-centered {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo_section {
        width: 20%;
    }

    .home .banner-section .banner-pos .banner-text h4 {
            margin-bottom: 0px;
        font-size: 26px;
    }

    .banner-text h1 {
        font-size: 20px;
        line-height: 19px;
        margin-bottom: 23px;
		display: none;
    }


    .banner-slider .banner-pos img {
        height: 230px;
    }


    .section-pd {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .choose-us h3.main-title {
        font-size: 30px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .hotels-section h3.main-title-black {
        font-size: 25px;
        margin-bottom: 30px;
    }

    section.video-section.section-pt {
        padding: 50px 0;
    }

    section.about-contact-section .contact-bg {
        display: flex;
        flex-direction: column;
    }

    section.about-contact-section .contact-bg h3 {
        width: 100%;
        padding: 40px 50px !important;
    }

    section.about-contact-section .contact-text {
        width: 100%;
    }

    .contact_tab {
        width: 100%;
    }

    section.about-contact-section .contact-text {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        gap: 20px;
    }

    .menu-main-menu-container {
        display: none;
    }

    .hotels-slider .img-fluid {
        height: 176px;
    }

    .hotels-slider .slider-text-box.text-center {
        padding: 20px;
    }

    .hotels-slider .slider-text-box p {
        margin-bottom: 20px !important;
    }

    .promotion_section .pcg-main-color-bg {
        margin-bottom: 20px;
    }

    .tab-pane {
        margin-top: 30px;
    }

    .highlights h3.main-title-black {
        font-size: 25px;
        margin-bottom: 28px;
    }

    .highlights {
        padding-top: 35px;
    }

    section.about-contact-section .about-bg,
    section.about-contact-section .contact-bg {
        padding: 30px 20px !important;
    }

    .choose-us .why_choose_content {
        margin-bottom: 50px;
    }

    .hotels-slider .swiper-slide {
        height: auto !important;
    }

    .packages ul.nav.nav-tabs.justify-content-center {
        margin-top: 20px;
    }

    section#highlight {
        padding: 0px !important;
    }

    section.about-contact-section .contact-bg h3 {
        padding: 0px 25px !important;
    }

    footer .footer-bottom .row {
        display: block !important;
    }

    footer .footer-bottom .footer-first-sec {
        width: 100%;
    }

    section.about-contact-section .contact-text {
        gap: 0px;
    }

    section.about-contact-section .contact-text p {
        display: flex;
        align-items: center !important;
        justify-content: flex-start;
    }

    .modal-dialog {
        max-width: 100% !important;
    }

    iframe {
        border: 0;
        width: 100%;
    }

    .footer-menu-sec {
        padding: 30px 0 0px 30px !important;
    }

    footer .copyright-sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	padding: 10px 38px;
    }

    .top_header {
        padding: 7px 10px !important;
    }

    .mobile-pos {
        width: 100% !important;
    }

 
	footer .copyright-sec p{
		margin-top: 15px;
}

    /* contact-us */

    .contact-info .d-flex {
        display: flex !important;
        align-items: flex-start;
        padding: 15px;
        border-radius: 15px;
    }

    /* .contact-info p {
        margin-bottom: 0px !important;
    } */

    .contact-info h5 {
        font-size: 13px;
    }

    .transition-shadow {
        margin-top: 20px;
    }

    .contact-pg .reservation-form {
        margin-top: 20px;
    }

    .contact-pg section.first-section {
        padding: 25px 0;
    }

    /* about-us */
    .about_section {
        padding-top: 40px !important;
    }

    .about_banner img {
        border-radius: 15px;
    }

    .about_title {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .about-pg {
        padding: 0 15px;
    }

    section.our-story {
        background: #e8e8e8;
        padding: 30px 15px;
    }

    section.vision-mission {
        padding: 20px 0;
    }

    section.vision-mission .section-title h4 {
        font-size: 30px;
        margin-bottom: 30px;
		
    }

    .vision,
    .mission {
        height: auto !important;
    }

    .mission {
        margin: 25px 0;
    }

    .contact-pg .contact_form_section {
        border-radius: 0px !important;
        box-shadow: 0 4px 10px rgb(0 0 0 / 0%) !important;
    }

    /* menu */
    ul#menu-main-menu {
        list-style: none;
        display: flex;
        gap: 10px;
        padding: 0;
        margin: 0 0 30px;
    }

    .toggled-on .menu-main-menu-container {
        display: block;
    }

    button#menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: #000;
        border: none;
    }

    ul.sub-menu li {
        width: 100% !important;
        float: none;
    }

    ul.sub-menu {
        position: unset !important;
        display: none;
    }

    div#site-header-menu {
        position: absolute;
        background: #000;
        z-index: 999;
        width: 100%;
        left: 0;
        padding: 0 20px;
        top: 80px !important;
    }

    ul#menu-main-menu {
        flex-direction: column;
    }

    .primary-menu li {
        position: relative;
		 padding: 10px 0 0px !important;
    }

    button#menu-toggle .bar {
        width: 28px;
        height: 3px;
        background: #A57C37;
    }

    .primary-menu .sub-menu li a {
        color: #fff;
    }

    .sub-menu li {
        float: left;
        width: 100% !important;
        padding-left: 0;

    }

    ul.sub-menu.toggled-on {
        display: block !important;
    }

    .primary-menu li:hover>.sub-menu {
        display: none;
        background: #000;
    }
	footer .footer-bottom .corporate-site ul {
    column-count: 1;
    gap: 0px;
}

    /* hotel-page */
    .hotels-locations .banner-section .banner-pos .banner-text .booking-form {
        background: transparent;
        padding: 0px;
    }

    .hotels-locations .banner-section .banner-pos .banner-text h4 {
        margin-bottom: 20px;
        line-height: 29px;
		font-size: 20px;
    }

    .hotels-locations .banner-section .banner-text {
        position: absolute;
        top: 53%;
        left: 50%;
    }

    .hotels-locations .banner-text h1 {
        font-size: 33px;
        line-height: 0px;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 35px;
        margin-top: 14px;
    }

    .hotels-locations .scroll-down {
        display: none;
    }

    .hotels-locations h6 {
        display: none;
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .page-template-template-highlight section#highlight {
        padding: 20px 0 0 0;
    }
	.packages h3.main-title {
    font-size: 25px;
}  
	.counted h5 {
    font-size: 27px;
}
	.highlights .section-title h4{
		margin-top: 40px;
	}
	section.gallery.list-gallery.section-pt {
    padding: 50px 0 0 0;
}
	.spa-pg{
		padding-bottom: 0px !important;
	}
	section#facilities {
    padding: 50px 0;
}
	.error-pg h1 {
    font-size: 185px;
}
	.error-pg h2 {
    margin-top: -123px;
}
	.section-pd.error-pg {
		padding-bottom: 70px;
}
	.hotels-locations .destinations .destination-slider .slider-text-box{
		height: auto;
	}
	.gallery a.btn-gallery .img-fluid {
    height: auto;
}
	.swiper-backface-hidden .swiper-slide {
    width: 100% !important;
    backface-visibility: hidden;
    transform: translateZ(0);
    background-size: 100% 100% !important;
    height: 237px;
    background-repeat: no-repeat !important;
}
	.home .booking-form .flex-item .form-select, .home .booking-form input, .hotels-locations .banner-section .banner-pos .banner-text .booking-form .flex-item input{
		width: 100% !important;
	}
	.home .booking-form .form-select {
    font-size: 15px;
}
	.section-title h4 {
    font-size: 37px !important;
}
	h3.main-title {
    font-size: 20px !important;
}
	.pcg-text{
		margin: 0px !important;
	}
	.why_choose_btn .btn.btn-primary.more-btn {
    margin-top: -58px !important;
}
	section#our-brands h3.main-title-black {
    font-size: 37px !important;
    margin-bottom: 0px;
}
	footer .copyright-sec ul {
    display: flex;
    gap: 30px;
    margin: 7px 0 0 0;
padding: 0px; 
}
	.hotels-pg .main-hotels h4, .hotels-pg .hotels-section .section-title h4 {
		font-size: 37px !important;
	}
	.our_hotel_content p {
    margin-top: 22px;
    margin-bottom: 9px !important;
}
	.hotels-locations .banner-pos img {
		height: 100%;
	}
	section#facilities .section-title h4{
		    margin-bottom: 0px;
	}
	.hotels-locations .accomodation .swiper-slide img {
		height: auto;
	}
	.accodomation-swiper .swiper-wrapper .swiper-slide{
		height: 545px !important;
	}
	.single-highlights .section-title h4 {
    margin-bottom: 22px;
}
	.gallery-title {
		top: 38%;
	}
	.hotels-locations .destinations .destination-slider .slider-text-box{
		height: 400px !important;
	}
	.gallerySwiper img {
		border-radius: 10%; !important}
	
	.brands-slider .swiper-backface-hidden .swiper-slide {
    text-align: center;
}
	.hotels-pg .our_hotel_content img{
	height: auto !important;
}
	.spa-swiper .swiper-slide img{
	height: auto;
}
	
}