@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.dm-sans-<uniquifier> {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #313131;
  background: #f6f7f8;
}
a {color: #d1b15a; text-decoration: none;}
a:hover {color: #d1b15a; text-decoration: none;}
p {color: #7c7c7c; font-weight: normal; font-size: 14px; line-height: 26px; text-align: justify; letter-spacing: .1em;}
ul, li {list-style: none; padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6 { font-family: 'DM Sans', sans-serif; letter-spacing: .1em;}

section {padding: 50px 0; overflow: hidden;}

/* Header */

.main-add {padding: 0; position: relative;}
.header-add {position: fixed;left: 0; top: 0; width: 100%; background: rgba(255,255,255,0.8); z-index: 999;}
.header-add.tca-header {position: absolute;}
.header-add .logo {text-align: left; margin:15px 0 10px 0;}
.header-add .logo a {outline: none;}
.header-add .logo a img {width: 140px;}

.right-view {float: right; padding: 10px 0 10px 0;}
.right-view .author-icon {display: flex; align-items: center; float: left;}
.right-view .author-icon .icon {width: 38px; height: 38px; line-height: 38px; text-align: center; background-color: #d1b15a; text-align: center; color: #fff; border-radius: 50%; position: relative;}
.right-view .author-icon .icon::before {position: absolute; top: 50%; left: 50%; right: 0; bottom: 0; width: 45px; height: 45px; border-radius: 50%; border: 1px solid #d1b15a; content: ""; transform: translate(-50%, -50%);}
.right-view .author-icon .icon a {position: relative; z-index: 1; color: #fff; display: block;}
.right-view .author-icon .content {margin: 0 0 0 15px;}
.right-view .author-icon .content span {font-size: 14px; font-weight: 400; font-family: 'DM Sans', sans-serif; color: #262423;}
.right-view .author-icon .content h5 {font-weight: 600; margin: 0; color: #262423;}
.right-view .author-icon .content h5 a {color: #262423; font-weight: 400; line-height: 26px; font-size: 15px; font-family: 'DM Sans', sans-serif;}
.right-view .whatsapp-link {float: right; margin: 5px 20px 0 20px;}
.right-view .whatsapp-link .icon-whatsapp {width: 38px; height: 38px; line-height: 38px; text-align: center; background-color: #d1b15a; text-align: center; color: #fff; border-radius: 50%; position: relative;}
.right-view .whatsapp-link .icon-whatsapp::before {position: absolute; top: 50%; left: 50%; right: 0; bottom: 0; width: 45px; height: 45px; border-radius: 50%; border: 1px solid #d1b15a; content: ""; transform: translate(-50%, -50%);}
.right-view .whatsapp-link a {color: #fff; font-size: 22px; position: relative; z-index: 1; display: block;}
.right-view .whatsapp-link a i {font-weight: 500;}
.book-link-btn {float: right; margin: 3px 0 0 0;}
.book-link-btn a {margin: 0px 0 0 0px; border: 1px solid #d1b15a; background: #fff; color: #d1b15a; border-radius: 2px; padding: 12px 15px; text-transform: uppercase; font-size: 13px; font-weight: 500; letter-spacing: 1px; font-family: 'DM Sans', sans-serif;}
.book-link-btn a:hover {border: 1px solid #d1b15a; background: #d1b15a; color: #fff;}

/* End Header */

.topbar {background: #222; color: #d1b15a; text-align: center; padding: 8px 16px; font-size: 13px; letter-spacing: 1px;}
.topbar a { color: #d1b15a; text-decoration: none;}
.hero-content {position: relative; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 0 50px; max-width: 100%;}
.hero-badge {display: inline-flex; align-items: center; gap: 8px; background: #d1b15a; color: white; padding: 6px 16px; border-radius: 2px; font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; width: fit-content; margin-bottom: 18px; animation: fadeUp 0.8s ease both;}
.hero-0km {font-family: 'Cormorant Garamond', serif; font-size: 50px; font-weight: 700; color: #fff; line-height: 1; animation: fadeUp 0.8s 0.1s ease both;}
.hero-0km span { color: #d1b15a;}
.hero-sub {font-size: 22px; color: rgba(255,255,255,0.9); font-family: 'Cormorant Garamond', serif; font-style: italic; margin: 10px 0 24px; animation: fadeUp 0.8s 0.2s ease both;}
.hero-text {font-size: 16px; color: rgba(255,255,255,0.9); margin: 5px 0 24px; animation: fadeUp 0.8s 0.2s ease both;}

/* CTA pills */
.hero-cta-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; animation: fadeUp 0.8s 0.3s ease both;}
.pill {background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.35); color: white; padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 500; backdrop-filter: blur(4px); display: flex; align-items: center; gap: 6px;}
.pill .icon {font-size: 15px;}
.hero-buttons {display: flex; gap: 14px; animation: fadeUp 0.8s 0.4s ease both;}
.hero-buttons .btn-primary {background: #d1b15a; color: #fff; padding: 14px 32px; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 15px; transition: transform 0.2s, background 0.2s; display: inline-block;}
.hero-buttons .btn-primary:hover {background: #d1b15a; transform: translateY(-2px); }
.hero-buttons .btn-secondary {background: transparent; color: white; padding: 14px 32px; border-radius: 4px; text-decoration: none; font-weight: 500; font-size: 15px; border: 2px solid rgba(255,255,255,0.6); transition: background 0.2s; display: inline-block;}
.hero-buttons .btn-secondary:hover { background: rgba(255,255,255,0.1); }
.features-strip {background: #d1b15a; display: flex; overflow: hidden; position: relative;}
.features-track { display: flex; gap: 0; animation: ticker 22s linear infinite; white-space: nowrap;}
.ft-item {color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; padding: 14px 36px; border-right: 1px solid rgba(255,255,255,0.3); display: flex; align-items: center; gap: 8px; flex-shrink: 0;}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Start Hero */

.banner-add {position: relative;}
.banner-wraper-add {position: relative;}
.banner-wraper-add:after {content: ''; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.banner-wraper-add img {width: 100%;}
.banner-wraper-add img.add-sm-mobile {display: none;}

.banner-add .banner-fixed-content {position: absolute; top: 20%; width: 100%; padding: 0 50px; z-index: 1;}
.banner-fixed-content .banner-wraper-content {background: rgba(0,0,0,0.5); padding: 30px; height: 100%; margin-right: 0px; position: relative;}
.banner-fixed-content .banner-wraper-content h4 {font-size: 14px; line-height: 22px; font-weight: 400; font-family: 'DM Sans', sans-serif; letter-spacing: .1em; margin: 0 0 10px 0; padding: 5px 20px; border-radius: 15px; background: #fff; color: #d1b15a; display: inline-block;}
.banner-fixed-content .banner-wraper-content h1 {font-size: 28px; line-height: 38px; font-weight: 400; font-family: 'DM Sans', sans-serif; letter-spacing: .1em; margin: 0 0 5px 0; padding: 0; color: #fff;}
.banner-fixed-content .banner-wraper-content h1 span {color: #d1b15a;}
.banner-fixed-content .banner-wraper-content h6 {font-size: 16px; line-height: 24px; font-weight: 400; color: #fff; font-family: 'DM Sans', sans-serif; text-align: justify; letter-spacing: .1em; margin: 0 0 10px 0;}
.banner-fixed-content .banner-wraper-content p {font-size: 14px; line-height: 24px; font-weight: 400; color: #fff; font-family: 'DM Sans', sans-serif; text-align: justify; letter-spacing: .1em; margin: 0 0 10px 0;}
.banner-wraper-content .resort-booking {margin: 15px 0 0px 0;}
.banner-wraper-content .resort-booking ul {margin: 0; padding: 0; list-style: none;}
.banner-wraper-content .resort-booking ul li {margin: 0 5px 0 0; padding: 0; display: inline-block; text-align: center;}
.banner-wraper-content .resort-booking ul li a {font-size: 14px; line-height: 22px; font-weight: 400; font-family: 'DM Sans', sans-serif; letter-spacing: .1em; margin: 0 0px; padding: 5px 20px; border-radius: 20px; background: #d1b15a; color: #fff;}

.banner-wraper-content .resort-amenities {margin: 0 0 0px 0;}
.banner-wraper-content .resort-amenities ul {margin: 0; padding: 0; list-style: none;}
.banner-wraper-content .resort-amenities ul li {margin: 0; padding: 0px 5px; display: inline-block; text-align: center;}
.banner-wraper-content .resort-amenities ul li:nth-last-child(1) {border-right: 0;}
.banner-wraper-content .resort-amenities ul li span {font-size: 14px; line-height: 26px; font-weight: 300; color: #d1b15a; font-family: 'DM Sans', sans-serif;}
.banner-wraper-content .resort-amenities ul li p {font-size: 14px; line-height: 24px; font-weight: 300; color: #fff; margin: 0; font-family: 'DM Sans', sans-serif;}
.banner-fixed-content .banner-wraper-form {}
.banner-fixed-content .banner-wraper-form .banner-fixed-content .banner-wraper-form .resort-form {margin: 0; border-radius: 0;}
.banner-fixed-content .banner-wraper-form .resort-form { background: rgba(255,255,255,0.9); padding: 20px; border-radius: 5px; margin-top: 20px;}
.banner-fixed-content .banner-wraper-form .resort-form h4 { font-weight: 600; font-size: 22px; color: #d1b15a; margin: 10px 0 10px 0;}
.banner-fixed-content .banner-wraper-form .resort-form label.form-label {font-size: 14px; color: #313131; font-weight: 500; margin: 0px 0 5px 0;}
.banner-fixed-content .banner-wraper-form .resort-form input.form-control { margin: 0 0 15px 0; border-color: #ccc; background: none; font-size: 14px;}
.banner-fixed-content .banner-wraper-form .resort-form select.form-control {margin: 0 0 15px 0; border-color: #ccc; background: none; font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--bs-body-color);}
.banner-fixed-content .banner-wraper-form .resort-form select.form-select {margin: 0 0 15px 0; border-color: #ccc; font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--bs-body-color); width: 100%; background: none; background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none); background-repeat: no-repeat; background-position: right .75rem center; background-size: 16px 12px; border: var(--bs-border-width) solid var(--bs-border-color);}
.banner-fixed-content .banner-wraper-form .resort-form textarea.form-control {margin: 0 0 5px 0; border-color: #ccc; background: none; font-size: 14px;}
.banner-fixed-content .banner-wraper-form .resort-form .form-group label {font-size: 14px;}
.banner-fixed-content .banner-wraper-form .resort-form .btn-bottom {display: inline-block; width: 100%;}
.banner-fixed-content .banner-wraper-form .resort-form .btn-bottom button {margin: 10px 0 0 0px; border: 2px solid #d1b15a; background: #d1b15a; color: #fff; border-radius: 5px; padding: 5px 15px; text-transform: uppercase; font-size: 13px; font-weight: 500; letter-spacing: 1px; float: left;}
.banner-fixed-content .banner-wraper-form .resort-form .btn-bottom a.btn-1 {margin: 18px 0 0 0px; color: #d1b15a; padding: 0; text-transform: uppercase; font-size: 13px; font-weight: 500; letter-spacing: 1px; float: right;}
.banner-fixed-content .banner-wraper-form .resort-form .btn-bottom a.btn-1 i {font-size: 16px; line-height: 22px;}
.banner-fixed-content .banner-wraper-form .resort-form .php-email-form .loading {display: none; text-align: center; padding: 15px;}
.banner-fixed-content .banner-wraper-form .resort-form .php-email-form .error-message {display: none; color: #313131; text-align: left; padding: 15px 0; font-weight: 600; font-size: 0px;}
.banner-fixed-content .banner-wraper-form .resort-form .php-email-form .error-message p {font-weight: 600; font-size: 16px;}
.banner-fixed-content .banner-wraper-form .resort-form .php-email-form .sent-message {display: none; color: #313131; text-align: center; padding: 15px 0; font-weight: 600;}

.rating-wraper {position: absolute; bottom: 0; width: 100%; z-index: 1;}
.rating-wraper .resort-rating {float: right; background: rgba(0,0,0,0.6); margin: 0 0 0px 0;}
.rating-wraper .resort-rating ul {margin: 0; padding: 0; list-style: none;}
.rating-wraper .resort-rating ul li {margin: 0; padding: 20px 20px; border-right: 1px solid #555; display: inline-block; text-align: center;}
.rating-wraper .resort-rating ul li:nth-last-child(1) {border-right: 0;}
.rating-wraper .resort-rating ul li span {font-size: 24px; line-height: 36px; font-weight: 600; color: #d1b15a; font-family: 'DM Sans', sans-serif;}
.rating-wraper .resort-rating ul li p {font-size: 14px; line-height: 24px; font-weight: 400; color: #fff; margin: 0; font-family: 'DM Sans', sans-serif;}
.rating-wraper .resort-usp {float: left; background: rgba(0,0,0,0.8); margin: 0 0 0px 0; position: absolute; bottom: 0px;}
.rating-wraper .resort-usp ul {margin: 0; padding: 0; list-style: none;}
.rating-wraper .resort-usp ul li {margin: 0; padding: 5px 15px; border-right: 1px solid #555; display: inline-block; text-align: center;}
.rating-wraper .resort-usp ul li:nth-last-child(1) {border-right: 0;}
.rating-wraper .resort-usp ul li span {font-size: 14px; line-height: 26px; font-weight: 400; color: #d1b15a; font-family: 'DM Sans', sans-serif;}
.rating-wraper .resort-usp ul li p {font-size: 14px; line-height: 24px; font-weight: 400; color: #fff; margin: 0; font-family: 'DM Sans', sans-serif;}

/* End Hero */

.add-padding {padding: 50px;}

.add-intro-reviews {display: none;}

.add-page-title {margin: 0 0 20px 0;}
.add-page-title span {font-size: 14px; font-family: 'DM Sans', sans-serif; font-weight: 300; color: #d1b15a; text-transform: uppercase;}
.add-page-title h3 {position: relative; margin: 0 0 0px 0; padding: 0 0 0px 0; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 22px; line-height: 34px; letter-spacing: .2em;}
.add-page-title h4 {position: relative; margin: 0 0 0px 0; padding: 0 0 0px 0; font-family: 'DM Sans', sans-serif; font-weight: 500; color: #d1b15a; font-size: 14px; line-height: 24px; letter-spacing: .2em;}
.add-page-title p {font-size: 14px; font-family: 'DM Sans', sans-serif; font-weight: 300; color: #262423;}

/* Start USP */

.amenities-add-page {background: #fdf6e8;}
.amenities-add-page .author-icon {display: flex; align-items: start; border-right: 1px solid #f3e3c7; padding: 20px 0 20px 20px;}
.amenities-add-page .author-icon.last-author {border-right: 0;}
.amenities-add-page .author-icon .icon {width: 48px; min-width: 48px; height: 48px; line-height: 48px; text-align: center; background-color: #d1b15a; text-align: center; color: #fff; border-radius: 50%; position: relative;}
.amenities-add-page .author-icon .icon::before {position: absolute; top: 50%; left: 50%; right: 0; bottom: 0; width: 55px; height: 55px; border-radius: 50%; border: 1px solid #d1b15a; content: ""; transform: translate(-50%, -50%);}
.amenities-add-page .author-icon .icon img {width: 30px;}
.amenities-add-page .author-icon .content {margin: 0 0 0 15px;}
.amenities-add-page .author-icon .content p {font-size: 13px; font-weight: 400; font-family: 'DM Sans', sans-serif; color: #7c7c7c; text-align: left; margin: 0; line-height: 20px;}
.amenities-add-page .author-icon .content h5 {color: #262423; font-weight: 500; line-height: 20px; font-size: 13px; font-family: 'DM Sans', sans-serif; margin: 0;}
.amenities-add-page-smview {display: none;}

/* End USP */

/* Start Room */

.accommodation_add {background: #fff; padding: 50px;}
.accommodation_add .calling-btn {float: right;}
.accommodation_add .calling-btn a {font-weight: 500; font-size: 14px; line-height: 24px; font-family: 'DM Sans', sans-serif; border: 1px solid #d1b15a; background: #d1b15a; padding: 8px 20px; margin: 15px 0 0 5px; color: #262423; border-radius: 20px; display: inline-block;}

.accommodation_add {}
.accommodation_add .room-box {box-shadow: 0 2px 5px #f2f2f2; border: 1px solid #dfdfdf;}
.accommodation_add .room-image {}
.accommodation_add .room-image img {width: 100%;}
.accommodation_add .room-box .room-content {background: #fff; padding: 20px 15px; margin: 0px 0 0 0px; position: relative; z-index: 1;}
.accommodation_add .room-box.dholavira-room-wrape .room-content {box-shadow: none; border: 0px solid #dfdfdf;}
.accommodation_add .room-box .room-content .add-resort-loction {font-size: 13px; line-height: 22px; font-family: 'DM Sans', sans-serif; text-align: left; margin: 0 0 0px 0; color: #7c7c7c;}
.accommodation_add .room-box .room-content h4 {text-align: left; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 16px; line-height: 28px; margin: 0 0px 0px 0px; color: #262423;}
.accommodation_add .room-box .room-content h4 a {color: #262423;}
.accommodation_add .room-box .room-content p {font-size: 13px; line-height: 22px; font-family: 'DM Sans', sans-serif; text-align: justify; margin: 0 0 15px 0;}
.accommodation_add .booking-price {display: inline-block; width: 100%;}
.accommodation_add .booking-price .pricing-wraper {float: left; margin-right: 10px;}
.accommodation_add .booking-price .pricing-wraper label {font-size: 14px; line-height: 22px; color: #7c7c7c; font-weight: 300; font-family: 'DM Sans', sans-serif; text-align: left; margin: 0 0 0px 0;}
.accommodation_add .booking-price .pricing-wraper h5 {font-size: 16px; line-height: 26px; color: #262423; font-weight: 600; font-family: 'DM Sans', sans-serif; text-align: left; margin: 0 0 0px 0;}
.accommodation_add .booking-price .pricing-wraper h5 span {font-size: 14px; line-height: 22px; color: #7c7c7c; font-weight: 300; font-family: 'DM Sans', sans-serif; text-align: left; margin: 0 0 0px 0;}
.accommodation_add .booking-price .bookingnow-wraper {float: right;}
.accommodation_add .booking-price .bookingnow-wraper a {font-weight: 500; font-size: 14px; line-height: 24px; font-family: 'DM Sans', sans-serif; border: 1px solid #d1b15a; background: #d1b15a; padding: 8px 20px; margin: 10px 0 0 0; color: #262423; border-radius: 20px; display: block;}
.accommodation_add .room-amenities {border-bottom: 1px solid #dfdfdf; padding: 0 0 20px 0; margin: 0 0 20px 0;}
.accommodation_add .room-amenities ul.amenities-list {margin: 0; padding: 0;}
.accommodation_add .room-amenities ul.amenities-list li {margin: 0 2px 5px 0; padding: 3px 8px; display: inline-block; background: #fdf4ec; border: 1px solid #d1b15a; border-radius: 15px; font-size: 12px; line-height: 20px; color: #7c7c7c; font-family: 'DM Sans', sans-serif;}
.accommodation_add .resort-popup .resort-form {margin-top: 0;}

/* End Room */

/* Start Gallery */
.resort-gallery-section {background: #fff;}
.gallery .gallery-swiper {overflow: hidden;}
.gallery .gallery-item {overflow: hidden; border-right: 3px solid #f6f7f8; border-bottom: 3px solid #f6f7f8;}
.gallery .gallery-item.position-relative {}
.gallery .gallery-item.position-relative a.gallery-lightbox {position: relative; display: block;}
.gallery .gallery-item.position-relative a.gallery-lightbox .gallery-overlay {position: absolute; z-index: 99999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); text-align: center;}
.gallery .gallery-item.position-relative a.gallery-lightbox .gallery-overlay span {top: 45%; position: relative; font-size: 28px; color: #fff;}
.gallery .gallery-item img {transition: all ease-in-out 0.4s;}
.gallery .gallery-item:hover img {transform: scale(1.1);}

/* End Gallery */

/* Start Amenities */

.amenities-addpage {background: #faf5ef;}
.amenities-addpage {}
.amenities-addpage .inner-box {background: #fffef9; border-radius: 15px; margin: 0 0 20px 0; border: 1px solid #efede2;}
.amenities-addpage .inner-box .smview-image-box {}
.amenities-addpage .inner-box .smview-image-box img {border-radius:  15px 15px 0 0; width: 100%;}
.amenities-addpage .inner-box .content-box {padding: 15px;}
.amenities-addpage .inner-box .content-box h3 {text-align: left; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 16px; line-height: 28px; margin: 0 0px 0px 0px; color: #262423;}
.amenities-addpage .inner-box .content-box p {font-size: 13px; line-height: 22px; font-family: 'DM Sans', sans-serif; text-align: justify; margin: 0 0 15px 0;}

/* End Amenities */

/* Start ATTRACTIONS */
.attractions_wraper {background: #fff;}
.attractions_wraper .swiper-container.attractions-swiper {overflow: hidden; position: relative; z-index: 99;}
.add-attractions {}
.add-attractions .attractions-box {border-radius: 10px; margin: 0 0 20px 0; border: 1px solid #efede2;}
.add-attractions .attractions-box .attractions-image {}
.add-attractions .attractions-box .attractions-image img {border-radius:  10px 10px 0 0;}
.add-attractions .attractions-box .attractions-content {padding: 10px;}
.add-attractions .attractions-box .attractions-content h4 {text-align: left; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 14px; line-height: 28px; margin: 0 0px 0px 0px; color: #262423;}
.add-attractions .attractions-box .attractions-content p {font-size: 13px; line-height: 22px; font-family: 'DM Sans', sans-serif; text-align: justify; margin: 0 0 0px 0;}

/* END ATTRACTIONS  */

/* Start Reviews  */
.add-reviews {background: #faf5ef;}
.add-review-title {margin: 20px 0;}
.add-review-title ul {margin: 0; padding: 0; list-style: none;}
.add-review-title ul li {margin: 0 20px 0 0; padding: 0 20px 0 0; display: inline-block; border-right:1px solid #ccc;}
.add-review-title ul li:nth-last-child(1) {border-right:0px solid #ccc;}
.add-review-title ul li h5 {margin: 0 0 0px 0; padding: 0 0 0px 0; font-family: 'DM Sans', sans-serif; font-weight: 900; font-size: 28px; line-height: 28px; letter-spacing: .2em;}
.add-review-title ul li span {margin: 0; padding: 0;}
.add-review-title ul li span img {height: 10px;}
.add-review-title ul li p {font-size: 15px; line-height: 22px; font-family: 'DM Sans', sans-serif; font-weight: 500; text-align: left; margin: 0 0 15px 0;}
.travellers-swiper {overflow: hidden; position: relative; z-index: 99;}
.travellers-swiper .travellers-content {background: none; box-shadow: none; padding: 20px 20px; border: 1px dashed #dfdfdf; margin: 0px 10px; position: relative; z-index: 9; text-align: center; display: block;}
.travellers-swiper .quotes-content { box-shadow: 0 2px 10px #f2f2f2; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; margin: 0 auto 10px auto;}
.travellers-swiper .quotes-content img {width: 24px;}
.travellers-swiper .travellers-content span {margin: 0 0 5px 0; display: block;}
.travellers-swiper .travellers-content span img {height: 12px;}
.add-reviews .travellers-content {background: #fffef9; border-radius: 15px; margin: 0 0 20px 0; border: 1px solid #efede2; text-align: left; width: 100%;}
.add-reviews .travellers-content .quotes-content {position: absolute; right: 15px; top: 0px; box-shadow: none;}
.add-reviews .travellers-content .quotes-content img {opacity: 0.5;}
.add-reviews .travellers-content p {font-size: 13px; line-height: 22px; font-family: 'DM Sans', sans-serif; text-align: left; margin: 0 0 15px 0; min-height: 70px;}
.add-reviews .author-icon {display: flex; align-items: center;}
.add-reviews .author-icon .icon {width: 40px; height: 40px; line-height: 40px; text-align: center; background-color: #d1b15a; text-align: center; color: #fff; border-radius: 50%; position: relative;}
.add-reviews .author-icon .icon span {color: #262423; font-weight: 500; line-height: 40px; font-size: 14px; font-family: 'DM Sans', sans-serif;}
.add-reviews .author-icon .content {margin: 0 0 0 15px;}
.add-reviews .author-icon .content p {font-size: 13px; font-weight: 400; font-family: 'DM Sans', sans-serif; color: #7c7c7c; text-align: left; margin: 0;}
.add-reviews .author-icon .content h5 {color: #262423; font-weight: 500; line-height: 20px; font-size: 13px; font-family: 'DM Sans', sans-serif; margin: 0;}
/* END Reviews  */


/* Start FAQs  */
.add-footer {background: #fff;}
.add-contact-ft {}
.add-contact-ft .add-ft-box {text-align: center; background: #fffef9; border-radius: 15px; padding: 40px 20px; margin: 0 0 20px 0; border: 1px solid #efede2;}
.add-contact-ft .add-ft-box h4 {text-align: left; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 16px; line-height: 28px; margin: 0 0px 0px 0px; color: #262423; text-align: center;}
.add-contact-ft .add-ft-box p {font-size: 13px; line-height: 22px; font-family: 'DM Sans', sans-serif; text-align: justify; margin: 0 0 15px 0; text-align: center;}
.add-contact-ft .add-ft-box ul {margin: 0; padding: 0; list-style: none;}
.add-contact-ft .add-ft-box ul li {margin: 0 5px; padding: 0; display: inline-block;}
.add-contact-ft .add-ft-box ul li a {font-weight: 500; font-size: 14px; line-height: 24px; font-family: 'DM Sans', sans-serif; border: 1px solid #d1b15a; background: #d1b15a; padding: 8px 20px; margin: 10px 0 0 0; color: #262423; border-radius: 20px; display: block;}

.default-title {}
.default-title h4 { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 18px; line-height: 30px; color: #262423; margin: 0 0 20px 0; padding: 0px 0px 5px 0px; text-align: left; position: relative;}
.default-title h4:after {content: ""; width: 60px; height: 1px; display: block; background: #d1b15a; position: absolute; left: 0; bottom: 0px;}
.resort-faq-items {margin: 30px 0 20px 0;}
.resort-acc-default {}
.resort-acc-default .wt-panel {box-shadow: 0 2px 10px #f2f2f2; margin: 0 0 15px 0;}
.resort-acc-default .wt-panel .acod-head {border: 1px solid #ececec;}
.resort-acc-default .wt-panel .acod-head h5 {margin: 0;}
.resort-acc-default .wt-panel .acod-head h5 a {padding: 15px 20px; color: #262423; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: normal; display: block;}
.resort-acc-default .wt-panel .resort-faq-content {padding: 15px;}
.resort-acc-default .wt-panel .resort-faq-content p {margin: 0; font-family: 'DM Sans', sans-serif; letter-spacing: .1em; font-size: 14px; font-weight: 400; color: #7c7c7c; line-height: 26px; text-align: justify;}
.resort-acc-default .wt-panel .resort-faq-content p b {font-weight: 700;}
.resort-acc-default .wt-panel .resort-faq-content ul {margin: 0; padding: 0;}
.resort-acc-default .wt-panel .resort-faq-content ul li {margin: 0; padding: 0; font-family: 'DM Sans', sans-serif; letter-spacing: .1em; font-size: 14px; font-weight: 400; color: #7c7c7c; line-height: 26px; text-align: justify;}

/* END FAQs  */


/* Start Footer  */
#footer {background: #fff; padding: 0 0 20px 0; color: #fff; font-size: 15px; position: relative;}
#footer .footer-top {border-bottom: 1px solid #f6f7f8; padding: 60px 0 0px 0; position: relative; z-index: 9;}
#footer .footer-top .footer-info {margin-bottom: 30px;}
#footer .footer-top .footer-info h3 {font-size: 24px; margin: 0 0 20px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: normal; text-transform: uppercase;}
#footer .footer-top .footer-info p {font-size: 16px; line-height: 24px; margin-bottom: 10px; color: #313131;}
#footer .footer-top .social-links a {font-size: 18px; display: inline-block; background: #d1b15a; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s;}
#footer .footer-top .social-links a:hover {background: #28251f; color: #fff; text-decoration: none;}
#footer .footer-top h4 { font-size: 16px; font-family: 'DM Sans', sans-serif; font-weight: 500; color: #d1b15a; position: relative; padding-bottom: 12px;}
#footer .our-contactinfo{border-bottom:0px solid #f6f7f8; padding-bottom: 0px; padding-top: 0px;}
#footer .our-contactinfo .cont-info h5 {color: #d1b15a; font-family: 'DM Sans', sans-serif; font-size: 16px;}
#footer .our-contactinfo .cont-info h6 {color: #7c7c7c; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; margin: 5px 0 5px 0;}
#footer .our-contactinfo .cont-info p { margin: 0 0 5px 0; display: flex; vertical-align: top; font-size: 14px; font-weight: 400; color: #7c7c7c;}
#footer .our-contactinfo .cont-info p.ft-address {padding-right: 50px; text-align: left; margin: 0 0 15px 0;}
#footer .our-contactinfo .cont-info p i {margin: 5px 10px 0 0;}
#footer .our-contactinfo .cont-info p i.fa {font-size: 12px; margin: 8px 5px 0 0;}
#footer .our-contactinfo .cont-info p a {vertical-align: top; font-size: 14px; font-weight: 400; color: #7c7c7c; cursor: pointer;}
#footer .our-contactinfo .cont-info p a:hover {color: #d1b15a;}
.cont-info a span {color: #313131;} 

#footer .footer-top .footer-links {margin-bottom: 30px;}
#footer .footer-top .footer-links ul {list-style: none; padding: 0; margin: 0;}
#footer .footer-top .footer-links ul i {padding-right: 2px; color: #d1b15a; font-size: 18px; line-height: 1;}
#footer .footer-top .footer-links ul i.fa {padding-right: 5px; color: #d1b15a; font-size: 10px; line-height: 1;}
#footer .footer-top .footer-links ul li {padding: 6px 0; display: flex; align-items: center;}
#footer .footer-top .footer-links ul li:first-child { padding-top: 0;}
#footer .footer-top .footer-links ul li { color: #7c7c7c; font-size: 14px;}
#footer .footer-top .footer-links ul a {color: #7c7c7c; transition: 0.3s; display: inline-block; line-height: 1.2; font-size: 14px;}
#footer .footer-top .footer-links ul a:hover {color: #d1b15a;}
#footer .footer-top .footer-links.sm-link {display: none;}
#footer .copyright { text-align: left; padding-top: 30px; position: relative; z-index: 9; color: #313131; font-size: 13px;}
#footer .credits { padding-top: 10px; text-align: center; font-size: 13px; color: #313131;}
#footer .social-links{text-align: right; padding-top: 20px;} 
#footer .social-links h4{display: inline-block; color: #222; font-weight: 500; font-size: 14px; margin-right: 15px; font-family: 'DM Sans', sans-serif;}
#footer .social-links a {font-size: 24px; display: inline-block; background: #fff; color: #d1b15a; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 46px; height: 46px; transition: 0.3s;}
#footer  .social-links a:hover {background: #28251f; color: #fff; text-decoration: none;}
/* END Footer  */

/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/

.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 30px; bottom: 100px; z-index: 996; width: 44px; height: 44px; border-radius: 50px; transition: all 0.4s; border: 2px solid #d1b15a;}
.back-to-top i {font-size: 28px; color: #d1b15a; line-height: 0;}
.back-to-top i.fa {font-size: 22px;}
.back-to-top:hover {background: #f6f7f8; color: #313131;}
.back-to-top:hover i {color: #444444;}
.back-to-top.active {visibility: visible; opacity: 1;}

.whatsapp-img { position: fixed; bottom: 95px; z-index: 9999; left: 15px;}
.call-img {position: fixed; bottom: 40px; z-index: 9999; left: 15px;}
.whatsapp-img a img {width: 40px; position: absolute; left: 5px; top: 0px; right: 0; bottom: 0; margin: auto;}
.call-img a img {width: 40px; position: absolute; left: 5px; top: 0px; right: 0; bottom: 0; margin: auto;}


/* Responsive */
@media only screen and (max-width: 1280px) {
.banner-add .banner-fixed-content {padding: 0 20px;}
}
@media only screen and (max-width: 1280px) {
.hero-0km {
  font-size: 40px;
}
}
@media only screen and (max-width: 1100px) {
.rating-wraper .resort-rating ul li {padding: 6px 8px;}
.rating-wraper {display: none;}
}
@media only screen and (max-width: 991px) {
.add-page {background: #fff;}
.banner-add .banner-fixed-content {position: relative; top: 0; margin-top: 0; padding: 0;}
.banner-fixed-content .banner-wraper-form {margin-top: 40px;}
.banner-fixed-content .banner-wraper-content {display: none; padding: 10px;}
.banner-wraper-add:after {background: rgba(0, 0, 0, 0.2);}
.banner-fixed-content .banner-wraper-content h1 {font-size: 18px; line-height: 30px; margin: 0 0 10px 0;}
.banner-fixed-content .banner-wraper-content p {display: none;}
.banner-wraper-content .resort-amenities {margin: 0 0 0px 0; position: relative; bottom: 0; left: 0;}
.banner-wraper-content .resort-amenities ul li {display: block;}
.banner-wraper-content .resort-amenities ul li p {display: block;}    
.rating-wraper .resort-usp {display: none;}
.rating-wraper .resort-rating {float: none; background: rgba(0, 0, 0, 0.6); margin: 0 0 15px 0; text-align: center;}
.add-padding {padding: 20px 5px;}
.amenities-add-page .col {flex: 1 0 50%;}
.amenities-add-page .author-icon {border-right: 0;}
.add-page-title h3 {font-size: 18px; line-height: 28px; margin: 5px 0;}
.add-page-title p {text-align: left;}
.accommodation_add .room-box {margin-bottom: 15px;}
.right-view .author-icon {margin-top: 5px;}
.right-view .author-icon .content {display: none;}
.banner-fixed-content .banner-wraper-form .resort-form {margin: 0 0 20px 0; border-radius: 0; background: #fff; box-shadow: 0 2px 5px #f2f2f2;}
.footer-logo {margin: 0 0 20px 0;}
#footer .our-contactinfo .cont-info p {margin: 0 0 10px 0;}
.footer-logo {margin: 0 0 20px 0;}
#footer .our-contactinfo .cont-info p {margin: 0 0 10px 0;}
#footer .our-newsletter .newsletter p {margin-bottom: 5px;}
.banner-add .banner-fixed-content.hero-fixed-content {
  margin-top: -270px;
}
.hero-sub {
  margin: 10px 0;
}
.hero-cta-pills {
  margin-bottom: 15px;
}
.pill {
  padding: 5px 15px;
}
.hero-buttons .btn-primary {
  padding: 8px 10px;
  line-height: 25px;
}
.hero-buttons .btn-secondary {
  padding: 8px 10px;
  line-height: 25px;
}
}

@media only screen and (max-width: 767px) {
section {padding: 20px 0;}
.resortpage-sm .banner-fixed-content .banner-wraper-form .resort-form h4 {text-align: center; font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 400; line-height: 28px; margin: 0px 0 10px 0;}
.banner-wraper-add img.add-sm-desk {display: none;}
.banner-wraper-add img.add-sm-mobile {display: block;}
.book-link-btn a {padding: 8px 10px;}
.right-view .whatsapp-link {margin: 0 5px 0 5px;}
.right-view .whatsapp-link .icon-whatsapp {width: 36px; height: 36px; line-height: 36px;}
.right-view .whatsapp-link a {font-size: 18px;}
.right-view .whatsapp-link .icon-whatsapp::before {display: none;} 
.right-view .author-icon {margin: 0;}   
.right-view .author-icon .icon {width: 36px; height: 36px; line-height: 36px;}
.right-view .author-icon .icon::before {display: none;}
.right-view .author-icon .icon a {font-size: 14px;}
.add-rgt-view.right-view .author-icon .icon {width: 30px; height: 30px; line-height: 30px; background: #fff;}
.add-rgt-view.right-view .author-icon .icon a {font-size: 12px; color: #d1b15a;}
.add-rgt-view.right-view .whatsapp-link .icon-whatsapp {width: 30px; height: 30px; line-height: 30px; background: #fff;}
.add-rgt-view.right-view .whatsapp-link .icon-whatsapp a {font-size: 16px; color: #d1b15a;}
.add-rgt-view.right-view .book-link-btn a {padding: 6px 10px; border-radius: 20px; font-size: 12px; font-weight: 400; border: 0;}
.accommodation_add .calling-btn {float: left;}
.accommodation_add .calling-btn a {margin: 0 0 15px 0; background: none; border: 0; padding: 0;}
#footer {padding-bottom: 50px;}
#footer .copyright {text-align: center; padding-top: 20px;}
#footer .social-links {text-align: center;}
#footer .social-links h4 {display: none;}
}
@media only screen and (max-width: 575px) {
.amenities-add-page {display: none;}
.add-intro-reviews {display: block; padding: 0;}
.add-intro-reviews .ota-content h5 {font-size: 15px; margin: 15px 0 5px 0; font-weight: 400;}
.add-intro-reviews .ota-wrap {text-align: center;}
.add-intro-reviews .ota-wrap ul {display: block; text-align: center;}
.add-intro-reviews .ota-wrap ul li {width: 48%; display: inline-block; padding-right: 0;}
.add-intro-reviews .ota-wrap span {font-size: 18px; font-weight: 600;}
.add-intro-reviews .ota-wrap p {font-size: 13px; text-align: center;}
.add-intro-reviews .ota-wrap .ota-logo {height: auto; margin: 0 0 10px 0;}
.add-intro-reviews .ota-wrap .ota-logo img {width: 80px;}
.gallery .gallery-item.position-relative a.gallery-lightbox .gallery-overlay span {top: 32%; position: relative; font-size: 16px; color: #fff;}
.amenities-addpage .row {margin-right: -5px; margin-left: -5px;}
.amenities-addpage .col-6 {padding-right: 1px; padding-left: 1px;}
.amenities-addpage .inner-box {position: relative; border-radius: 0; margin: 0 0 2px 0;}
.amenities-addpage .inner-box .smview-image-box {margin: 0;}
.amenities-addpage .inner-box .smview-image-box img {border-radius: 0px 0px 0 0;} 
.amenities-addpage .inner-box .content-box {padding: 0; position: absolute; bottom: 0; left: 0px; width: 100%; padding: 2px 5px; background: -webkit-linear-gradient(90deg, rgba(14,19,31,0.5) 0%, rgba(0,0,0,0.0) 30%);}
.amenities-addpage .inner-box .content-box h3 {font-weight: 400; font-size: 12px; line-height: 16px; margin: 0 0px 0px 0px; color: #fff;}
.amenities-addpage .inner-box .content-box p {display: none;}
.add-attractions .attractions-box {position: relative;}
.add-attractions .attractions-box .attractions-content {padding: 10px; position: absolute; bottom: 0; left: 0px; width: 100%; padding: 2px 5px; background: -webkit-linear-gradient(90deg, rgba(14, 19, 31, 0.5) 0%, rgba(0, 0, 0, 0.0) 30%);}
.add-attractions .attractions-box .attractions-content h4 {font-weight: 400; font-size: 13px; line-height: 18px; margin: 0 0px 0px 0px; color: #fff;}
.add-attractions .attractions-box .attractions-content p {color: #fff; font-size: 12px;}
.add-reviews .add-review-title {display: none;}
.add-contact-ft .add-ft-box {padding: 10px 10px; margin: 0 0 0px 0;}
.add-contact-ft .add-ft-box p {margin-bottom: 0;}    
.add-contact-ft .add-ft-box ul li a {padding: 5px 10px;}
.add-footer .resort-acc-default .wt-panel {margin: 0 0 10px 0;}
.add-footer .resort-acc-default .wt-panel .acod-head h5 a {padding: 10px;}
.add-footer .resort-acc-default .wt-panel .resort-faq-content {padding: 10px;}
.add-footer .resort-acc-default .wt-panel .resort-faq-content p {font-size: 13px; line-height: 22px;}
.footer-logo img {width: 100px;}
#footer .footer-top .footer-links {margin-top: 20px; display: none;}
.smview-icon {display: none;}

.hero-content {
    padding: 0 0px;
    margin-top: -120px;
}
.banner-add .banner-fixed-content.hero-fixed-content {
    margin-top: -100%;
}
.hero-0km {
    font-size: 30px;
}
.topbar a {
  display: block;
}
.gallery .gallery-item.position-relative a.gallery-lightbox .gallery-overlay span {
    top: 32%;
    position: relative;
    font-size: 16px;
    color: #fff;
}

}