/*!
Theme Name: The ART of Luxury Villas Child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: art-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #83cdcc;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #fff;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

html {
  overflow-x: hidden;
}

body {
  /*   overflow-x: hidden; */
  line-height: 1.5;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  font-family: "Montserrat" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Times Newer Roman" !important;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-image: url(/wp-content/uploads/2020/10/404.jpg);
  background-size: cover;
}

.not_found_inner {
  max-width: 69.5%;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  margin: 30px 0;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 500px !important;
  margin: 25px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
#primary-menu {
  text-align: center;
  margin: 0;
}

/* #primary-menu li {
  display: inline-block;
  padding: 0 10px;
}
#primary-menu li a {
  padding: 10px 0;
  color: #000;
} */
/* .menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}
#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}
#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}
#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}
#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}
.menu-toggle {
  display: none;
} */

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: block !important;
  height: auto !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background-color: #000;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
}

#mm #primary-menu a:hover {
  background-color: #0b204d;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}

.woocommerce td.product-name a:hover {
  color: #0b204d;
}

input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}

.coupon .button {
  height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}

.actions button {
  height: 45px;
}

.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}

.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}

a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 17px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
  border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}

.qib-container button {
  cursor: pointer;
}

.woocommerce-shipping-destination {
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}

input[type="radio"]::before {
  background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: rgba(84, 84, 84, 0.8);
}

.input-radio::after,
input[type="radio"]::after {
  border-radius: 50%;
}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}

.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}

#calc_shipping_city_field {
  margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}

#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
  vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

#order_comments {
  height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

.woocommerce-error {
  border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  margin-top: 8px !important;
  font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce-message a {
  margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  margin-bottom: 40px;
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}

#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}

.tinv-wishlist .product-action {
  width: 165px;
}

#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}

.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}

.select-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 400px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}

.woocommerce-account .addresses .title h3 {
  position: relative;
}

.woocommerce-privacy-policy-text a {
  color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}

.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}

.lost_password a {
  color: #252525 !important;
}

.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-info::before {
  color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}

.woocommerce form .form-row .required {
  color: #0b204d;
}

a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}

h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}

ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}

.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}

.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}

.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}

.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}

.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: -10px !important;
}

/* Woo Commerce End Here */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

/*=============================================== Header Start ===============================================*/
.menu-div-wrapper {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 4 31 / 100%);
  z-index: 2;
}

header#masthead {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 15px 0px;
  z-index: 2;
}

header#masthead:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 374px;
  background: linear-gradient(180deg, rgba(0, 4, 31, 0) 0%, #00041f 126.1%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

header#masthead .row {
  align-items: center;
}

header#masthead .flex_box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 60px;
}

.head_btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  position: relative;
  z-index: 0;
}

.head_btn a svg {
  margin-left: 10px;
}

.head_btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  transition: 0.5s all ease;
  z-index: -1;
}

.head_btn a svg,
.head_btn a svg path,
.header-right-menu a svg circle,
.row.menu-row-1 .menu-close-div a svg circle,
.row.menu-row-1 .menu-close-div a svg path {
  transition: 0.5s all ease;
}

.head_btn a:hover {
  color: #000;
}

.head_btn a:hover:before {
  width: 100%;
}

.head_btn a:hover svg,
.head_btn a:hover svg path {
  stroke: #000;
}

header#masthead .flex_box .header-right-menu a {
  display: flex;
  align-items: center;
  gap: 20px;
}

header#masthead .flex_box .header-right-menu a span {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
}

header#masthead .flex_box .header-right-menu a:hover svg circle {
  fill: #83cdcc;
}

header#masthead .flex_box .header-right-menu a:hover svg path {
  fill: #fff;
}

.row.menu-row-1 {
  margin-top: 40px;
  padding: 0 80px;
}

.row.menu-row-1 .menu-close-div {
  text-align: right;
  width: 100%;
}

.men .head_btn {
  display: none;
}

.menu-left-info {
  width: 10%;
}

.menu-left-info h2 {
  font-family: "Montserrat" !important;
  writing-mode: vertical-rl;
  margin: 0;
  font-weight: 500;
  font-size: 120px;
  line-height: 130px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff;
  transform: rotate(180deg);
}

.green {
  color: #83cdcc;
}

.men {
  width: 80%;
}

.men ul li {
  position: relative;
}

.men ul li a {
  font-weight: 300;
  font-size: 24px;
  line-height: 74px;
  color: #ffffff;
}

.men ul li a:hover,
.men ul li.current-menu-item a {
  color: #83cdcc;
  font-weight: 500;
}

li.about_arrow {
  position: relative;
}

li.about_arrow>a {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

li.about_arrow i {
  position: static;
  margin-left: 8px;
  font-size: 24px;
  transition: 0.3s ease;
  color: #83cdcc;
  display: inline-flex;
  align-items: center;
}

li.about_arrow i:before,
li.menu-item:not(.about_arrow)>a i:before {
  transition: 0.5s ease;
  font-family: fontawesome;
  font-style: normal;
  font-weight: 500;
}

ul.sub-menu {
  display: none;
}

.men ul#primary-menu>li:not(:last-child) {
  margin-bottom: 20px;
}

ul.sub-menu li a {
  font-size: 20px;
  line-height: 40px;
}

.men ul li.active i {
  transform: rotate(180deg);
}

.row.menu-row-1 .menu-close-div a:hover svg circle {
  fill: #fff;
}

.men ul#primary-menu>li.menu-item:not(.about_arrow)>a svg {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all ease;
}

.men ul#primary-menu>li.menu-item:not(.about_arrow)>a:hover svg,
.men ul#primary-menu>li.menu-item:not(.about_arrow).current-menu-item a svg {
  visibility: visible;
  opacity: 1;
  margin-left: 10px;
}

html.overflow-hidden {
  overflow: hidden;
}

/*=============================================== Header End ===============================================*/

/*=============================================== Home Start ===============================================*/
.hero_video_sec {
  position: absolute !important;
  top: 0;
  left: 0 !important;
}

.hero_video_sec video {
  height: 500px !important;
}

.hero_sec {
  margin-top: 90px;
  padding-top: 350px;
  padding-bottom: 70px;
}

.hero_sec:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 475px;
  background: linear-gradient(180deg,
      rgba(102, 102, 102, 0) 0%,
      rgba(0, 0, 0, 0.75) 100%);
}

.hero_sec h1 {
  font-weight: 700 !important;
  font-size: 65px;
  line-height: 70px;
  color: #ffffff !important;
  margin-bottom: 40px;
  position: relative;
}

.hero_sec h1 span {
  color: #83cdcc !important;
}

.hero_sec h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 95px;
  height: 3px;
  background: #83cdcc;
}

.hero_sec .para20 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

.hero_sec .right-col {
  align-items: end;
}

.hero_sec .right-col .image {
  width: 156px;
  height: 156px;
  margin-left: auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.hero_sec .right-col .image:before {
  content: "";
  background: url(/wp-content/uploads/2026/02/rotating_img.svg);
  width: 138px;
  height: 138px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 10000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 10000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 10000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Chrome, Edge, Safari */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Firefox (already minimal UI) */
input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}

.availabilty_box {
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  width: 82%;
}

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

.availabilty_box form .box {
  display: flex;
  align-items: center;
  gap: 30px;
}

.availabilty_box form .box .inn {
  display: flex;
  gap: 7px;
  padding: 16px;
  width: 100%;
}

.availabilty_box form .box .inn .info {
  position: relative;
  width: 100%;
}

.availabilty_box form .box .inn .icon {
  padding-top: 4px;
}

.availabilty_box form .box .inn .custom-arrows {
  position: absolute;
  right: 5px;
  top: 65%;
  transform: translateY(-40%);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.availabilty_box form .box .inn .arrow {
  all: unset;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 10px;
  padding: 0;
  color: #00041f;
}

.availabilty_box form .box_btn {
  width: 40%;
}

.availabilty_box form .box_btn button,
.trip_detail_box button.book-btn,
.blue_btn a {
  all: unset;
  width: 100%;
  background: #83cdcc;
  padding: 18px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #00041f;
  border: 1px solid #83cdcc;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.availabilty_box form .box_btn button:before,
.trip_detail_box button.book-btn::before,
.blue_btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: -1;
}

.availabilty_box form .box_btn button:hover:before,
.trip_detail_box button.book-btn:hover::before,
.blue_btn a:hover::before {
  width: 100%;
}

.availabilty_box form .box .info label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
  margin-bottom: 6px;
}

.availabilty_box form .box .info input {
  width: 100%;
  background: url(/wp-content/uploads/2026/02/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 7px;
  opacity: 0.8;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #00041f;
  border: none;
  filter: contrast(0) brightness(0.8);
  position: relative;
  outline: 0;
  cursor: pointer;
}

.availabilty_box form .box .inn:last-child .info input,
.villa_sec2 .availabilty_box.book_stay form .box .inn:last-child .info input {
  background: none;
  filter: none;
}

.availabilty_box form .box .info select {
  appearance: none;
}

.availabilty_box.book_stay .inn:nth-child(1) .info:before {
  content: "_";
  color: #fff;
  right: -22px;
  bottom: 10px;
  position: absolute;
}

.villa_sec2 .availabilty_box.book_stay form .box .info input {
  background: url(/wp-content/uploads/2026/03/calender-img.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 95% 3px;
  padding: 5px 10px;
}

.heading h2 {
  font-weight: 400 !important;
  font-size: 55px;
  line-height: 63px;
  color: #00041f !important;
}

.heading h2 span {
  color: #b97f2b !important;
}

.para p,
.listing ul li span {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #00041f;
}

.home_sec2 {
  padding: 100px 0px;
}

.home_sec2 .heading h2 {
  margin-bottom: 15px;
}

.home_sec2 .para p {
  margin-bottom: 0 !important;
}

.home_villa_sec {
  margin: 50px 0;
  overflow: hidden;
  padding-bottom: 70px;
  margin-bottom: 0 !important;
}

.home_villa_sec ul.slick-dots {
  bottom: 20px;
}

.home_villa_sec .slick-list {
  margin: auto;
  width: 97%;
  overflow: visible;
}

.home_villa_sec .box {
  margin: 0 10px;
}

.home_villa_sec .box .img {
  position: relative;
}

.home_villa_sec .box .img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
}

.home_villa_sec .box .img .content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

.home_villa_sec .box .img .content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.home_villa_sec .box .img .content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: auto;
  height: 48px;
}

.home_villa_sec .box .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #000 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.content_btn a {
  all: unset;
  position: relative;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #00041f !important;
  font-family: "Montserrat" !important;
  cursor: pointer;
  border: 1px solid #83cdcc;
  display: inline-block;
  background: transparent !important;
  padding: 17.5px 52px;
  padding-right: 72px;
  border-radius: 100px;
  background-image: url(/wp-content/uploads/2026/02/arrow_right.svg) !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  background-position: calc(100% - 50px) 50% !important;
}

.content_btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #83cdcc;
  border-radius: 30px;
  transition: 0.3s all ease;
  z-index: -1;
}

.content_btn a:hover:before {
  width: 100%;
}

.home_sec3 {
  margin-bottom: 100px;
}

.home_sec3 .inner {
  margin: 50px 0px;
}

.home_sec3 .inner .box {
  height: 490px;
  align-items: end;
  justify-content: right;
  transition: 0.5s all ease;
}

.home_sec3 .inner .box .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 75%;
  overflow: hidden;
}

.home_sec3 .inner .box>div {
  background: #fff;
  width: 350px;
  height: 360px;
  position: static;
  padding: 40px 25px;
  transition: 0.5s all ease;
}

.home_sec3 .inner .box .img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.5s all ease;
}

.home_sec3 .inner>div {
  gap: 20px;
}

.home_sec3 .inner .box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-transform: capitalize;
  color: #00041f;
  font-family: "Montserrat" !important;
  margin-bottom: 10px;
  transition: 0.5s all ease;
}

.home_sec3 .inner .box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #00041f;
  transition: 0.5s all ease;
}

.home_sec3 .inner .box ul li svg {
  fill: #83cdcc;
  transition: 0.5s all ease;
}

.home_sec3 .inner .box ul li span.elementor-icon-list-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #00041f;
  font-family: "Montserrat" !important;
  padding-left: 10px;
  transition: 0.5s all ease;
}

.home_sec3 .inner .box ul li:not(:last-child) {
  margin-bottom: 10px;
}

.home_sec3 .inner .box:hover>div {
  background: #00041f;
}

.home_sec3 .inner .box:hover h3,
.home_sec3 .inner .box:hover p,
.home_sec3 .inner .box:hover ul li span.elementor-icon-list-text {
  color: #fff !important;
}

.home_sec3 .inner .box:hover ul li svg {
  fill: #fff;
}

.home_sec3 .inner .box:hover .img img {
  transform: scale(1.1);
}

.home_sec4,
.home_sec5,
.home_sec6,
.home_sec7,
.home_sec8,
.home_sec9 {
  padding: 100px 0px;
}

.home_sec4 .box {
  background: rgb(0 4 31 / 90%);
  text-align: center;
  padding: 60px;
  position: relative;
}

.home_sec4 .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2026/02/gradient_border.png);
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-size: 95% 95%;
}

.home_sec4 .box .heading h2 {
  line-height: 100%;
  color: #fff !important;
  width: 90%;
  margin: auto;
}

.home_sec4 .box .para {
  margin: 30px 0;
}

.home_sec4 .box .para p {
  color: #fff;
  line-height: 40px;
  font-family: "Montserrat" !important;
  width: 100%;
  margin: 0 auto !important;
  font-size: 24px;
}

.content_btn1 a {
  all: unset;
  position: relative;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #00041f !important;
  font-family: "Montserrat" !important;
  cursor: pointer;
  border: 1px solid #83cdcc;
  display: inline-block;
  background: #fff !important;
  padding: 18px 60px;
  padding-right: 80px;
  border-radius: 100px;
  overflow: hidden;
}

.content_btn1 a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #83cdcc;
  border-radius: 30px;
  transition: 0.3s all ease;
}

.content_btn1 a>span {
  position: relative;
}

.content_btn1 a>span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background-image: url(/wp-content/uploads/2026/02/arrow_right.svg) !important;
  background-repeat: no-repeat !important;
  transition: 0.3s all ease;
  z-index: 0;
  right: -25px;
  bottom: 0;
  top: -1px;
  margin: auto;
}

.content_btn1 a:hover:before {
  width: 100%;
}

.home_sec5::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  background-image: url(/wp-content/uploads/2026/02/home_amenities_bg.png) !important;
  background-repeat: no-repeat !important;
  top: 0;
  background-size: cover;
  background-position: bottom;
}

.home_sec5 .inner_box .elementor-widget-wrap.elementor-element-populated,
.home_sec5.exp_sec1 .amenitiess_box {
  column-gap: 15px !important;
  margin: 40px 0px;
}

.home_sec5.exp_sec1 .amenitiess_box {
  padding-bottom: 40px;
}

.home_sec5.exp_sec1 .amenitiess_box ul.slick-dots {
  bottom: 0px;
}

.home_sec5 .inner_box .box,
.amenitiess_box .box {
  max-width: 19% !important;
  position: relative;
  height: 100%;
  transition: 0.5s ease !important;
  margin: 0 !important;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 25px;
}

.home_sec5 .inner_box .box p {
  display: none;
}

.home_sec5 .inner_box .box figure.elementor-image-box-img,
.amenitiess_box .box .icon {
  width: 80px !important;
  min-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto !important;
  margin-bottom: 15px !important;
  border-radius: 50%;
  background: #fff;
}

.home_sec5 .inner_box .box figure.elementor-image-box-img img,
.amenitiess_box .box .icon img {
  transition: 0.5s all ease;
}

.home_sec5 .inner_box .box h3,
.amenitiess_box .box h3 {
  font-family: "Montserrat" !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #00041f;
  margin: 0;
  height: 52px;
}

.home_sec5 .inner_box .box:hover,
.amenitiess_box .box:hover {
  background: #00041f;
}

.home_sec5 .inner_box .box:hover figure.elementor-image-box-img img,
.amenitiess_box .box:hover .icon img {
  transform: scale(0.8);
}

.home_sec5 .inner_box .box:hover h3,
.amenitiess_box .box:hover h3 {
  color: #fff;
  font-weight: bold;
}

.home_sec6 .heading h2 {
  color: #fff !important;
  font-size: 70px;
  line-height: 80px;
}

.home_sec6::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 435px;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 4, 31, 0) 0%, #00041f 84.91%);
  transform: rotate(180deg);
}

.home_sec6::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 184px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 4, 31, 0) 0%, #00041f 84.91%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.home_sec6 .inner_box {
  width: 50% !important;
  margin-top: 50px;
  z-index: 1;
}

.home_sec6 .inner_box .elementor-widget-wrap.elementor-element-populated {
  gap: 20px !important;
  display: grid;
  grid-template-columns: 48% 48%;
}

.home_sec6 .inner_box .box {
  width: 100%;
  position: relative;
  height: 100%;
  transition: 0.5s ease !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  padding: 25px;
  display: flex;
  align-items: center;
}

.home_sec6 .inner_box .box h3 {
  font-family: "Montserrat" !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  text-transform: capitalize;
  color: #ffffff;
}

.home_sec6 .inner_box .box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.home_sec6 .inner_box .box:hover {
  background-color: #fff;
}

.home_sec6 .inner_box .box:hover h3,
.home_sec6 .inner_box .box:hover p {
  color: #00041f;
}

.home_sec7 .tabs_box {
  margin-top: 50px;
}

.home_sec7 .tabs_box .elementor-tab-title {
  padding: 0;
  font-family: "Montserrat" !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #e2e2e2;
  transition: 0.5s all ease;
  position: relative;
  pointer-events: none;
}

body .home_sec7 .tabs_box .elementor-tabs-wrapper .elementor-tab-title:before,
.home_sec7 .tabs_box .elementor-tab-mobile-title:before {
  content: "" !important;
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px !important;
  height: 3px !important;
  background: #83cdcc;
  transition: 0.5s all ease;
  right: unset;
  transform: none !important;
}

body .home_sec7 .tabs_box .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before {
  width: 60px !important;
}

.home_sec7 .tabs_box .elementor-tabs-wrapper:not(:last-child) .elementor-tab-title {
  margin-bottom: 40px;
}

.home_sec7 .tabs_box .elementor-tab-title.elementor-active {
  padding-left: 70px !important;
  color: #83cdcc;
}

.home_sec7 .tabs_box .elementor-tabs {
  align-items: center;
}

.home_sec7 .tabs_box .elementor-tabs .elementor-tab-content {
  padding: 0 !important;
}

.home_sec7 .tabs_box .elementor-tabs .elementor-tab-content img {
  width: 100%;
  height: 455px;
  object-fit: cover;
}

.home_sec8 {
  background: linear-gradient(180deg, #f2f2f2 0%, #ffffff 100%);
}

.home_sec9 {
  background-color: #00041f;
  overflow: hidden;
}

.home_sec9 .heading h2,
.home_sec9 .para p {
  color: #fff !important;
}

.home_sec9 .para {
  margin: 30px 0px !important;
}

.home_sec9 .para p {
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  width: 90%;
}

.home_sec9>div,
.home_sec9 .right-col,
.home_sec9 .right-col>div {
  position: static !important;
}

.home_sec9 .right-col .img {
  position: absolute;
  right: 0;
  width: 50%;
  text-align: right;
  top: 0;
}

.home_sec9 .right-col .img img {
  width: 100%;
  object-fit: cover;
  height: 615px;
}

footer#colophon {
  background: url(/wp-content/uploads/2026/02/Footer_lines.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

footer#colophon:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(331.82deg,
      rgba(255, 255, 255, 0) 1.79%,
      #ffffff 54.33%,
      rgba(255, 255, 255, 0) 102.91%);
  transform: rotate(180deg);
}

.footer {
  padding: 90px 0;
}

.footer h2.widget-title {
  font-family: "Montserrat" !important;
  font-weight: 500;
  font-size: 20.0261px;
  line-height: 30px;
  color: #83cdcc;
  margin-bottom: 20px;
}

.footer1 {
  text-align: center;
}

ul.social_links {
  margin: 0;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

ul.social_links li a {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00041f;
  border-radius: 100px;
}

ul.social_links li a:hover {
  background: #83cdcc;
}

.footer2 ul {
  margin-bottom: 0;
}

.footer2 ul li:not(:last-child) {
  margin-bottom: 25px;
}

.footer2 ul li a,
.info_box a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #00041f;
}

.footer2 ul li a:hover,
.info_box a:hover,
.copyrights ul li a:hover,
.footer2 ul li.current-menu-item a,
.copyrights ul li.current-menu-item a {
  color: #83cdcc;
}

.info_box {
  margin-bottom: 30px;
}

.info_box.last {
  margin-bottom: 0;
}

.info_box h3 {
  font-family: "Montserrat" !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #83cdcc;
  margin: 0;
}

.footer4 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #00041f;
}

.footer4 input#input_1_1 {
  border: 1px solid #00041f;
  border-radius: 100px;
  padding: 0px 20px;
  box-shadow: none;
  outline: 0 !important;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  height: 40px !important;
  color: #00041f;
}

.footer4 .gform_footer {
  margin-top: 15px;
}

.gform_footer input#gform_submit_button_1,
.gform_footer input#gform_submit_button_2 {
  all: unset;
  cursor: pointer;
  background: #83cdcc;
  border-radius: 100px;
  padding: 12px 25px;
  padding-right: 45px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #00041f;
  background-image: url(/wp-content/uploads/2026/02/arrow_right.svg) !important;
  background-repeat: no-repeat;
  background-position: 80% 16px;
  background-size: 12px;
  transition: 0.5s all ease;
  border: 1px solid #83cdcc;
}

.gform_footer input#gform_submit_button_1:hover,
.gform_footer input#gform_submit_button_2:hover {
  background-color: transparent;
}

div#gform_wrapper_1 .validation_message,
div#gform_wrapper_2 .validation_message {
  display: none;
}

#gform_ajax_spinner_1,
#gform_ajax_spinner_2,
.gfield_validation_message,
div#gform_1_validation_container,
div#gform_2_validation_container,
span.gfield_required {
  display: none !important;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: 1px solid #c02b0a !important;
}

div#gform_confirmation_message_1,
div#gform_confirmation_message_2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #00041f;
  text-align: center;
  border: 1px solid #83cdcc;
  padding: 10px;
}

.copyrights .row {
  border-top: 1px solid #e3e3e3;
  padding: 20px 0px;
  align-items: center;
}

p.copyright {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #00041f;
}

p.copyright a {
  font-weight: 600;
  color: #83cdcc;
  text-transform: uppercase;
}

p.copyright a:hover {
  color: #00041f;
}

.copyrights .row h2.widget-title {
  display: none;
}

.copyrights ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  margin: 0;
}

.copyrights ul li {
  margin: 0 !important;
  position: relative;
}

.copyrights ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #00041f;
}

.copyrights ul li:not(:last-child):before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #83cdcc;
}

/*=============================================== Home End ===============================================*/

/*=============================================== The Vill Start ===============================================*/

header.entry-header h1.entry-title {
  display: none;
}

.inner_banner,
.inner_banner>div {
  height: 600px;
  padding-bottom: 80px;
}

.inner_banner h2 {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-bottom: 15px;
}

.inner_banner h1 {
  font-weight: 700 !important;
  font-size: 65px;
  line-height: 70px;
  color: #ffffff !important;
  position: relative;
}

.inner_banner h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  height: 3px;
  background: #83cdcc;
}

.villa_sec1,
.villa_sec2 .left_box,
.villa_sec3,
.exp_sec3,
.gallery_sec1,
.contact_sec1,
.single_booking_sec,
.checkout_sec,
.policy_sec {
  padding: 100px 0;
}

.villa_sec1 .heading h2 {
  margin-bottom: 15px;
}

.villa_sec1 .para {
  width: 82%;
  margin: auto;
}

.villa_sec1 .inner {
  margin-top: 30px;
}

.villa_sec1 .box {
  overflow: hidden;
}

.villa_sec1 .box .elementor-image-box-wrapper figure.elementor-image-box-img {
  position: relative;
}

.villa_sec1 .inner .box figure.elementor-image-box-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #000 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.villa_sec1 .box .elementor-image-box-wrapper,
.villa_sec1 .box .elementor-image-box-wrapper figure {
  width: 100%;
  height: 495px;
}

.villa_sec1 .inner .box figure.elementor-image-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.villa_sec1 .inner .box .elementor-image-box-content {
  position: absolute;
  bottom: -96px;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  transition: 0.5s all ease-in-out;
}

.villa_sec1 .inner .box .elementor-image-box-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  transition: 0.5s all ease-in-out;
}

.villa_sec1 .inner .box .elementor-image-box-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  height: 96px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.villa_sec1 .box .elementor-image-box-wrapper:hover .elementor-image-box-content {
  bottom: 50px;
}

.villa_sec1 .box .elementor-image-box-wrapper:hover .elementor-image-box-content p {
  visibility: visible;
  opacity: 1;
}

.villa_sec2 .heading h2 {
  color: #fff !important;
  font-size: 44px;
  line-height: 60px;
}

.villa_sec2 .left_box>div {
  box-shadow: 0px 4px 45px rgba(58, 62, 74, 0.1);
  padding: 45px 40px !important;
  position: relative;
}

.villa_sec2 .left_box>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00041f;
}

.villa_sec2 .para p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.villa_sec2 .video_box {
  position: absolute;
  right: 0;
  width: 60% !important;
  z-index: -1;
  height: 100%;
}

.villa_sec2 .video_box>div,
.villa_sec2 .video_box video {
  height: 100%;
  width: 100%;
}

.villa_sec2 .right_box>div {
  padding: 0 !important;
}

.villa_sec2>div,
.villa_sec2 .right_box,
.villa_sec2 .right_box>div {
  position: static !important;
}

.villa_sec2 .availabilty_box {
  all: unset;
}

.villa_sec2 .availabilty_box form {
  flex-direction: column;
}

.villa_sec2 .availabilty_box form .box {
  all: unset;
}

.villa_sec2 .availabilty_box form .box .inn:not(:last-child) {
  width: 49%;
  display: inline-flex;
}

.villa_sec2 .availabilty_box form .box .info label,
.villa_sec2 .availabilty_box form .box .inn .arrow {
  color: #fff;
}

.villa_sec2 .availabilty_box form .box .info input,
.villa_sec2 .availabilty_box form .box .info select {
  color: #fff;
  opacity: 1;
  filter: contrast(0) brightness(10);
  border-bottom: 1px solid;
  padding: 5px 0;
  background-position: 100% 10px;
}

.villa_sec2 .availabilty_box form .box .inn .icon svg {
  fill: #fff;
}

.villa_sec2 .availabilty_box form .box .inn:last-child .icon svg path {
  fill: #fff;
}

.villa_sec2 .availabilty_box form .box .inn .info {
  width: 100%;
  position: relative;
}

.villa_sec2 .availabilty_box form .box_btn {
  width: 50%;
}

.villa_sec3 .para p {
  margin-bottom: 0;
}

.villa_sec_comfort {
  margin: 50px 0px;
  overflow: hidden;
}

.villa_sec_comfort .slick-list {
  margin: 0px -10px;
  width: 78%;
  overflow: visible;
  padding: 0 10px;
}

.villa_sec_comfort .slick-list .box {
  margin: 0 10px;
}

.villa_sec_comfort .box .img {
  position: relative;
  overflow: hidden;
  height: 350px;
  transition: 0.5s all ease;
}

.villa_sec_comfort .box .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  transition: 0.5s all ease;
}

.villa_sec_comfort .box .img>img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}

.villa_sec_comfort .box .content {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 18px;
  transition: 0.5s all ease;
}

.villa_sec_comfort .box .content h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #00041f;
}

.villa_sec_comfort .box .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #00041f;
  margin: 0;
  height: 84px;
}

.villa_sec_comfort .box .img:hover::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  border: 1px solid #e9e9e9;
}

.villa_sec_comfort .box .img:hover .content h3,
.villa_sec_comfort .box .img:hover .content p {
  color: #fff;
}

.villa_sec_comfort .box .img:hover .icon {
  opacity: 0;
}

.villa_sec_comfort .box .img:hover .content {
  bottom: 30px;
}

.villa_sec4,
.exp_sec4 {
  padding-bottom: 100px;
}

.villa_sec4 .left_col {
  margin-top: 40px;
}

.villa_sec4 .heading h2 {
  margin-bottom: 25px;
}

.villa_sec4 .img1 img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.villa_sec4 .img2 {
  margin-bottom: 40px !important;
}

.villa_sec4 .img2 img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}

.villa_sec4 .right_col {
  padding-left: 25px;
}

.listing ul {
  padding-left: 25px;
  margin-bottom: 30px !important;
}

.listing ul li {
  align-items: start !important;
}

.listing ul li span {
  font-weight: 400 !important;
  color: #00041f !important;
  font-family: "Montserrat" !important;
}

.listing ul li span.elementor-icon-list-icon svg {
  fill: #00041f !important;
  width: 4px;
  position: relative;
  top: 8px;
}

/*=============================================== The Vill End ===============================================*/

/*=============================================== Experiences Start ===============================================*/

.home_sec5.exp_sec1 .inner_box .box {
  height: 207px;
}

.home_sec5.exp_sec1::before {
  display: none;
}

.home_sec5.exp_sec1 .slick-list {
  margin: 0px -10px;
  width: 88%;
  overflow: visible;
}

.home_sec5.exp_sec1 .slick-list .box {
  margin: 0 10px !important;
}

ul.slick-dots {
  bottom: -40px;
  text-align: center;
  left: 0px;
}

ul.slick-dots li button:before {
  height: 10px;
  width: 10px;
  background: #cfcfcf;
  opacity: 1;
  color: transparent !important;
}

ul.slick-dots li,
ul.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  overflow: hidden;
}

ul.slick-dots li.slick-active,
ul.slick-dots li.slick-active button:before {
  width: 30px;
  background: #83cdcc;
}

.home_sec5.exp_sec1 .inner_box .elementor-widget-wrap.elementor-element-populated {
  margin-bottom: 0 !important;
}

/* .exp_sec2 {
  padding-top: 20px;
} */
.exp_sec2 .heading h2,
.exp_sec3 .heading h2,
.exp_sec4 .heading h2,
.gallery_sec1 .heading h2,
.contact_sec1 .heading h2,
.contact_sec2 .heading h2 {
  margin-bottom: 15px;
}

.exp_sec2 .para p,
.exp_sec3 .para p,
.exp_sec4 .para p,
.gallery_sec1 .para p,
.contact_sec1 .para p,
.contact_sec2 .para p {
  margin: 0;
}

.exp_sec_occasions {
  margin-top: 50px;
}

.exp_sec_occasions .box {
  position: relative;
  overflow: hidden;
}

.exp_sec_occasions .box .img {
  position: relative;
}

.exp_sec_occasions .box .img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.exp_sec_occasions .box .content {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 50px;
  margin: auto;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.9);
  height: max-content;
  width: 40%;
}

.exp_sec_occasions .box .content h3 {
  font-family: "Montserrat" !important;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  text-transform: capitalize;
  color: #00041f;
  margin-bottom: 15px;
}

.exp_sec_occasions .box .content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #00041f;
  padding-right: 60px;
  margin: 0;
}

button.slick-arrow {
  width: 40px;
  height: 40px;
  background: #83cdcc !important;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #83cdcc;
  transition: 0.5s all ease;
}

button.slick-arrow::before {
  content: "";
  background: url(/wp-content/uploads/2026/02/arrow_right.svg);
  width: 15px;
  display: block;
  height: 11px;
}

button.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}

button.slick-arrow.slick-next {
  right: -20px;
}

button.slick-arrow.slick-prev {
  left: -20px;
  z-index: 1;
}

button.slick-arrow:hover {
  background: #fff !important;
}

.exp_sec3 .inner {
  margin-top: 50px;
}

.exp_sec3 .inner .elementor-widget-wrap.elementor-element-populated ul.slick-dots {
  bottom: 0px;
}

.exp_sec3 .box figure.elementor-image-box-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.exp_sec3 .box .elementor-image-box-content h3 {
  font-family: "Montserrat" !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #00041f;
  margin-bottom: 10px;
}

.exp_sec3 .box .elementor-image-box-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #00041f;
}

.exp_sec3 .slick-list {
  margin: 0px -15px;
  width: 90%;
  overflow: visible;
}

.exp_sec3 .slick-list .box {
  margin: 0 15px !important;
}

.exp_sec4 .villa_sec_comfort .box .content p {
  height: 112px;
}

.exp_sec4 .slick-list {
  padding-bottom: 40px;
}

.exp_sec4 ul.slick-dots {
  bottom: 0px;
}

/*=============================================== Experiences End ===============================================*/

/*=============================================== Gallery Start ===============================================*/

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.gallery_sec1 ul.nav.nav-tabs.gallery_tabs {
  margin-top: 25px;
  border: none;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.gallery_sec1 .gallery_tabs .slider {
  display: inline-block;
  width: 0px;
  height: 100%;
  background-color: #83cdcc;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
  border-radius: 100px;
  z-index: -1;
}

.gallery_sec1 .gallery_tabs li a {
  background: transparent;
  border-radius: 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
}

.gallery_sec1 .gallery_tabs li.active:nth-child(2) a {
  background: #83cdcc;
}

.gallery_sec1 .tab-content-text {
  margin: 40px 0px;
}

.gallery_sec1 .tab-content-text p {
  margin: 0;
  text-align: center;
  padding: 25px 0px;
  background: #00041f;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

.gallery_sec1 .tab-pane.active {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 250px;
  gap: 30px;
  grid-auto-flow: dense;
}

.gallery_sec1 .gallery_item:nth-of-type(6n + 2),
.gallery_sec1 .gallery_item:nth-of-type(6n + 4),
.gallery_sec1 .gallery_item:nth-of-type(6n + 5) {
  grid-row: span 2;
}

.gallery_sec1 .gallery_item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/*=============================================== Gallery End ===============================================*/

/*=============================================== Contact Start ===============================================*/

.contact_sec1 .inner {
  margin-top: 50px;
}

.contact_sec1 .right_col>div {
  background: #00041f;
  padding: 40px !important;
}

.contact_sec1 .right_col .heading h2 {
  color: #fff !important;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 30px;
}

.contact_sec1 .right_col .gform_body input,
.contact_sec1 .right_col textarea,
.contact_sec1 .right_col select {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  height: 70px !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.contact_sec1 .right_col select {
  padding: 25px 10px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><polyline points='6,9 12,15 18,9' fill='none' stroke='%2383CDCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 26px !important;
  padding-right: 35px !important;
}

.contact_sec1 .right_col select option {
  color: #b97f2b !important;
}

div#gform_fields_2 {
  gap: 30px !important;
  row-gap: 10px !important;
}

.contact_sec1 .right_col textarea {
  height: 112px !important;
  resize: none;
  min-block-size: auto !important;
}

.contact_sec1 .left_col>div {
  padding: 0 10px !important;
}

.contact_sec1 .left_col img {
  width: 100%;
  height: 600px !important;
  object-fit: cover;
}

.gform_wrapper#gform_wrapper_2 .gfield_error [aria-invalid="true"] {
  border: none !important;
  border-bottom: 1px solid #c02b0a !important;
}

.gform_footer input#gform_submit_button_2 {
  padding: 17.5px 50px;
  padding-right: 75px;
  font-size: 14px;
  line-height: 28px;
  background-position: 80% 25px;
  background-size: 16px;
}

.gform_footer input#gform_submit_button_2:hover {
  background-color: #fff !important;
}

div#gform_confirmation_message_2 {
  color: #fff;
  font-size: 16px;
}

.contact_sec1 .gform_footer {
  margin-top: 30px !important;
}

.contact_sec2 iframe {
  height: 600px !important;
  margin-top: 50px !important;
}

/*=============================================== Contact End ===============================================*/

/*=============================================== Villa Booking Detail Page Start ===============================================*/

.single-bookyourvilla header#masthead:before,
.page-template-checkout header#masthead:before,
.page-id-671 header#masthead:before {
  display: none;
}

.single_banner {
  background: #00041f;
}

.single_banner>div {
  display: flex;
  align-items: end;
  padding-bottom: 80px;
  height: 300px;
}

.single_banner p#breadcrumbs,
.single_banner p#breadcrumbs a {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
}

.single_banner p#breadcrumbs>span {
  display: flex;
  gap: 15px;
}

.single_banner p#breadcrumbs a:hover {
  color: #83cdcc;
}

.single_booking_sec .slider-main {
  margin-bottom: 15px;
}

.main-slide-item img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.single_booking_sec .gallery-container {
  overflow: hidden;
}

.single_booking_sec .gallery-container button.slick-arrow.slick-next {
  right: 15px;
}

.single_booking_sec .gallery-container button.slick-arrow.slick-prev {
  left: 15px;
}

.single_booking_sec .gallery-container button.slick-arrow {
  background: #00000099 !important;
  border-color: transparent;
  width: 44px;
  height: 44px;
}

.single_booking_sec .gallery-container button.slick-arrow:before {
  content: "\f054";
  background-image: none !important;
  font-family: fontawesome;
  width: auto;
  height: auto;
  font-size: 14px;
  opacity: 1;
  right: -1px;
  position: relative;
}

.single_booking_sec .gallery-container button.slick-arrow:hover {
  background: #83cdcc !important;
}

.single_booking_sec .gallery-container button.slick-arrow.slick-prev:before {
  left: -1px;
  right: unset;
}

.single_booking_sec .slider-main ul.slick-dots {
  bottom: 8px;
}

.single_booking_sec .slider-main ul.slick-dots li,
.single_booking_sec .slider-main ul.slick-dots li button {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}

.single_booking_sec .slider-main ul.slick-dots li button:before {
  color: #fff !important;
  opacity: 0.4;
}

.single_booking_sec .slider-main ul.slick-dots li.slick-active,
.single_booking_sec .slider-main ul.slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

.slider-main-wrapper .slider-counter {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.single_booking_sec .slider-nav img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.single_booking_sec .slider-nav .slick-list {
  margin: 0px -4px;
  width: 90%;
  overflow: visible;
  padding: 0 15px;
}

.single_booking_sec .slider-nav .slick-list .nav-slide-item {
  margin: 0 4px;
}

.single_booking_sec .slider-nav {
  position: relative;
}

.single_booking_sec .slider-nav:before,
.single_booking_sec .slider-nav:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 16px;
  height: 100%;
  background: #ffffff;
  z-index: 1;
  top: 0;
}

.single_booking_sec .slider-nav:after {
  right: 0;
  left: unset;
}

.single_booking_sec .slider-nav button.slick-arrow {
  background: #fff !important;
  border-color: transparent;
  width: 28px;
  height: 28px;
  box-shadow: 0px 3px 21px rgba(156, 163, 175, 0.3);
  border-radius: 112px;
}

.single_booking_sec .slider-nav button.slick-arrow:before {
  color: #000 !important;
  font-size: 10px;
}

.single_booking_sec .slider-nav button.slick-arrow.slick-prev {
  left: 5px;
}

.single_booking_sec .slider-nav button.slick-arrow.slick-next {
  right: 5px;
  z-index: 2;
}

.single_booking_sec .slider-nav button.slick-arrow:hover:before {
  color: #fff !important;
}

.single_booking_sec .content_box,
.amenities_box,
.listing_box,
.location_box {
  margin-top: 30px;
  border: 1px solid #e2e5e9;
  padding: 20px;
}

.single_booking_sec .content_box .inn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.single_booking_sec .content_box .inn h1 {
  margin: 0;
  font-family: "Montserrat" !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #00041f;
  text-transform: uppercase;
}

.single_booking_sec .content_box .inn .price_box p {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #83cdcc;
  margin: 0;
}

.single_booking_sec .content_box .inn .price_box p sub {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
  bottom: 3px;
}

.single_booking_sec .content_box ul {
  margin: 0;
  padding-left: 20px;
}

.single_booking_sec .content_box ul li {
  font-family: "Montserrat" !important;
  list-style: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #00041f;
}

.amenities_box h2,
.listing_box h2,
.location_box h2,
.trip_detail_box h2 {
  font-family: "Montserrat" !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00041f;
  margin: 0;
}

.amenitiess_box,
.exp_sec3 .inner .elementor-widget-wrap.elementor-element-populated {
  overflow: hidden;
}

.amenities_box .amenitiess_box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.amenities_box .amenitiess_box .box {
  max-width: 18.7%;
  width: 18.7%;
  text-align: center;
  background: #f4f4f4;
  padding: 10px 11px;
}

.amenities_box .amenitiess_box .box .icon {
  all: unset;
  margin-bottom: 6px !important;
  display: block;
}

.amenities_box .amenitiess_box .box .icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  transform: none !important;
}

.amenities_box .amenitiess_box .box h3 {
  font-family: "Montserrat" !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #00041f;
  text-transform: none;
  height: 60px;
}

.amenities_box .amenitiess_box .box h3 br {
  display: none;
}

.listing_box ul {
  margin: 0;
  margin-top: 20px;
}

.listing_box ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
  display: flex;
  align-items: center;
  gap: 12px;
}

.listing_box ul li:not(:last-child) {
  margin-bottom: 20px;
}

.location_box h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: "Montserrat" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #00041f;
}

.location_box iframe {
  width: 100%;
  height: 270px;
}

.trip_detail_box {
  position: sticky;
  top: 0px;
  box-shadow: 0px 20px 45px rgba(73, 73, 73, 0.08);
  padding: 20px;
  background: #ffffff;
  margin-top: 20px;
}

.trip_detail_box h2 {
  margin-bottom: 15px;
}

.trip_detail_box .input-group {
  margin-bottom: 20px;
}

.trip_detail_box label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
  width: 100%;
}

.trip_detail_box .date-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.trip_detail_box input,
.trip_detail_box select {
  width: 100%;
  background: url(/wp-content/uploads/2026/02/trip_date.svg);
  background-repeat: no-repeat;
  background-position: 95% 15px;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #00041f;
  border: none;
  position: relative;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #e2e6e9;
}

.trip_detail_box select,
.trip_detail_box .input-group input#number {
  background: none !important;
  outline: 0 !important;
}

.trip_detail_box .input-group .custom-arrows {
  position: absolute;
  right: 5px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.trip_detail_box .input-group .custom-arrows .arrow {
  all: unset;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 12px;
  padding: 0;
  color: #00041f;
}

.trip_detail_box small {
  color: #444;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.trip_detail_box .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
}

.trip_detail_box .price-row span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
}

.trip_detail_box .price-row strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
}

.trip_detail_box .total-row {
  background: #efefef;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  margin: 20px 0;
}

.trip_detail_box .total-row span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
}

.trip_detail_box .total-row span.total-amount {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.trip_detail_box button.book-btn,
.blue_btn a {
  padding: 10px 0px;
}

.trip_detail_box p.policy-text {
  margin: 0;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #00041f;
}

.trip_detail_box p.policy-text a {
  text-decoration-line: underline !important;
  font-weight: 600;
  color: #00041f;
}

.trip_detail_box p.policy-text a:hover {
  color: #83cdcc;
}

.trip_detail_box .promotion-section {
  margin: 16px 0 18px;
  padding: 0;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: #ffffff;
}

.trip_detail_box .promotion-section__toggle {
  all: unset;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
  cursor: pointer;
}

.trip_detail_box .promotion-section__toggle-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.trip_detail_box .promotion-section__toggle-title {
  font-family: "Montserrat" !important;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #00041f;
}

.trip_detail_box .promotion-section__toggle-subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #6d7585;
}

.trip_detail_box .promotion-section__toggle-applied {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #4b9f9e;
}

.trip_detail_box .promotion-section__toggle-applied strong {
  font-weight: 600;
  color: #00041f;
}

.trip_detail_box .promotion-section__toggle-applied.is-hidden {
  display: none;
}

.trip_detail_box .promotion-section__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #6d7585;
  border-bottom: 2px solid #6d7585;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.trip_detail_box .promotion-section.is-open .promotion-section__toggle-icon {
  transform: rotate(225deg);
}

.trip_detail_box .promotion-section__body {
  padding: 2px 10px 10px;
  overflow: hidden;
  max-height: 380px;
  opacity: 1;
  transition: max-height 0.24s ease, opacity 0.2s ease;
}

.trip_detail_box .promotion-section__body.is-hidden {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.trip_detail_box .promotion-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.trip_detail_box .promotion-section__eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  font-family: "Montserrat" !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #83cdcc;
}

.trip_detail_box .promotion-section__header h3 {
  margin: 0;
  font-family: "Montserrat" !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #00041f;
}

.trip_detail_box .promotion-section__note {
  max-width: 128px;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #6d7585;
}

.trip_detail_box .promotion-section__editor.is-hidden,
.trip_detail_box .promotion-section__applied.is-hidden {
  display: none;
}

.trip_detail_box .promotion-section__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trip_detail_box .promotion-section__controls input#promotion-code {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #e2e6e9;
  border-radius: 0;
  padding: 10px 4px;
  cursor: text;
  background-image: none !important;
  font-family: "Montserrat" !important;
  font-size: 14px;
  line-height: 17px;
  color: #00041f;
}

.trip_detail_box .promotion-section__controls input#promotion-code::placeholder {
  color: #7c8392;
}

.trip_detail_box .promotion-section__controls input#promotion-code:focus {
  border-bottom-color: #c8d1d8;
}

button#apply-promo-btn {
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  min-width: 80px;
  width: unset;
}

.trip_detail_box .promotion-section__feedback {
  margin: 12px 2px 0;
  font-size: 12px;
  line-height: 16px;
  color: #6d7585;
}

.trip_detail_box .promotion-section__feedback:empty {
  display: none;
}

.trip_detail_box .promotion-section__feedback.is-success {
  color: #4b9f9e;
}

.trip_detail_box .promotion-section__feedback.is-warning {
  color: #8a6a2d;
}

.trip_detail_box .promotion-section__feedback.is-error {
  color: #b45b5b;
}

.trip_detail_box .promotion-section__applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e2e6e9;
}

.trip_detail_box .promotion-section__applied-label {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6d7585;
}

.trip_detail_box .promotion-section__applied-meta strong {
  display: block;
  font-family: "Montserrat" !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #00041f;
}

.trip_detail_box .promotion-section__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trip_detail_box .promotion-section__action-btn {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-family: "Montserrat" !important;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #00041f;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.trip_detail_box .promotion-section__action-btn:hover {
  color: #83cdcc;
}

.trip_detail_box .promotion-section__action-btn--remove {
  color: #00041f;
}

.trip_detail_box .promotion-section__action-btn--remove:hover {
  color: #83cdcc;
}

.trip_detail_box .price-row.price-row-promotion {
  align-items: flex-start;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.trip_detail_box .price-row .promotion-copy {
  display: flex !important;
  flex-direction: column;
  gap: 3px;
}

.trip_detail_box .price-row .promotion-copy span {
  font-weight: 400;
}

.trip_detail_box .price-row .promotion-copy small {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
  color: #6d7585;
}

.trip_detail_box .price-row.price-row-promotion strong {
  color: #00041f;
}

.exp_sec3 .inner .elementor-widget-wrap.elementor-element-populated {
  padding-bottom: 30px;
}

/*=============================================== Villa Booking Detail Page End ===============================================*/

/*=============================================== Checkout Page Start ===============================================*/

.checkout_sec h1 {
  font-family: "Montserrat" !important;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #00041f;
}

.checkout_sec .left_box {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #e2e5e9;
  padding: 20px;
}

.checkout_sec .left_box h2 {
  font-family: "Montserrat" !important;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00041f;
}

.checkout_sec .left_box .inn {
  margin-top: 20px;
}

.checkout_sec .left_box .inn .box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.checkout_sec .left_box .inn .group {
  width: 100%;
  margin-bottom: 20px;
}

.checkout_sec .left_box .group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00041f;
  display: block;
  margin-bottom: 8px;
}

.checkout_sec .left_box .group label span {
  color: #ff3d3f;
}

.checkout_sec .left_box .group input,
.checkout_sec .left_box .group textarea,
.checkout_sec .left_box .group select {
  background: #ffffff;
  border: 1px solid #e2e6e9;
  border-radius: 100px;
  padding: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #00041f;
  font-family: "Montserrat" !important;
  width: 100%;
  outline: 0;
}

.checkout_sec .left_box .group textarea {
  resize: none;
  height: 80px;
  border-radius: 12px;
}

.checkout_sec .left_box .inn .caption_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  background: #efefef;
  border-radius: 8px;
  padding: 12px;
  gap: 10px;
}

.checkout_sec .price-row .promotion-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checkout_sec .price-row .promotion-copy span {
  font-weight: 400;
}

.checkout_sec .price-row .promotion-copy small {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #6d7585;
}

.checkout_sec .price-row.price-row-promotion strong {
  color: #00041f;
}

.checkout_sec .left_box .inn .caption_box p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #00041f;
}

.checkout_sec .left_box .group select {
  appearance: none;
  cursor: pointer;
  background: url(/wp-content/uploads/2026/02/light_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% 15px;
}

.agree_box {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  position: relative;
}

.agree_box p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #00041f;
}

.agree_box p a {
  color: #b97f2b;
}

.agree_box p a:hover {
  color: #83cdcc;
}

@media (max-width: 767px) {

  .trip_detail_box .promotion-section__header,
  .trip_detail_box .promotion-section__controls,
  .trip_detail_box .promotion-section__applied,
  .trip_detail_box .promotion-section__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .trip_detail_box .promotion-section__toggle {
    padding: 14px 16px;
  }

  .trip_detail_box .promotion-section__body {
    padding: 0 16px 16px;
  }

  .trip_detail_box .promotion-section__note {
    max-width: none;
    text-align: left;
  }

  .trip_detail_box .promotion-section__apply-btn,
  .trip_detail_box .promotion-section__action-btn {
    width: 100%;
  }
}

.agree_box input {
  margin-top: 6px;
}

/* Container for the checkbox */
.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  user-select: none;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-top: 6px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  pointer-events: none;
}

/* Create the custom blue box */
.checkmark {
  height: 20px;
  width: 20px;
  background-color: #0066c0;
  /* The blue color from your image */
  border-radius: 4px;
  /* Slightly rounded corners */
  position: relative;
  transition: background-color 0.2s;
}

/* Create the checkmark (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Show the checkmark when the checkbox is checked */
.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Optional: Grey out the box when unchecked */
.custom-checkbox input:not(:checked)~.checkmark {
  background: #ffffff;
  border: 1.2px solid #e2e6e9;
  border-radius: 4.8px;
}

div#BookingConfirmed .modal-content .modal-body {
  background: #fff;
  text-align: center;
  padding: 40px;
}

div#BookingConfirmed .content {
  margin: 25px 0px;
}

div#BookingConfirmed .content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #00041f;
  font-family: "Montserrat" !important;
}

div#BookingConfirmed .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #00041f;
}

.blue_btn a:hover {
  color: #00041f;
}

div#BookingConfirmed {
  pointer-events: none;
}

/*=============================================== Checkout Page End ===============================================*/
.policy_sec h2 {
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 29px;
  color: #00041f !important;
  margin-bottom: 20px;
}

.policy_sec p,
.policy_sec a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #00041f;
}

.policy_sec a:hover {
  color: #83cdcc;
}

.listing1 ul li {
  align-items: start !important;
}

.listing1 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.listing1 ul li span {
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
  color: #00041f !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.thankyou_sec {
  padding: 300px 0;
  width: 50%;
  margin: auto;
  z-index: 99;
  position: relative;
}

.availabilty_box {
  padding: 7px 20px 7px;
}

.box_btn {
  padding-top: 0px;
}

/* media queries */

@media (max-width: 1800px) {
  .menu-left-info h2 {
    font-size: 100px;
    line-height: 110px;
  }

  .row.menu-row-1 {
    margin-top: 30px;
  }

  .men ul#primary-menu>li:not(:last-child) {
    margin-bottom: 15px;
  }

  .inner_banner,
  .inner_banner>div {
    height: 500px;
  }

  header#masthead:before {
    height: 280px;
  }

  .amenitiess_box .box h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    height: 50px;
  }

  .availabilty_box {
    padding: 0px 20px 15px;
  }

}

@media (max-width: 1440px) {
  .menu-left-info h2 {
    font-size: 70px;
    line-height: 80px;
  }

  .men ul li a {
    line-height: 60px;
  }

  .amenitiess_box .box h3 {
    height: 72px;
  }

  #villa-booking-form {
    height: 446px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
  }

  #villa-booking-form::-webkit-scrollbar {
    width: 4px;
  }

  .availabilty_box {
    padding: 0px 20px 15px;
  }
}

@media (max-width: 1300px) {
  .menu-div-inner .row.menu-row.align-items-center {
    height: 80vh;
  }

  .amenitiess_box .box h3 {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 980px !important;
  }

  .hero_sec .para20 p br,
  .home_villa_sec .box .img .content p br,
  .home_sec9 .para p br {
    display: none;
  }

  .hero_sec h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .hero_sec .para20 p {
    font-size: 15px;
  }

  .availabilty_box form,
  .availabilty_box form .box {
    gap: 15px;
  }

  .availabilty_box form .box .inn {
    padding: 10px;
  }

  .availabilty_box form .box .info label {
    font-size: 14px;
  }

  .availabilty_box form .box_btn button,
  .trip_detail_box button.book-btn,
  .blue_btn a {
    padding: 12px 0px;
  }

  .hero_sec {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .availabilty_box form .box_btn button {
    font-size: 13px;
    gap: 5px;
  }

  .availabilty_box form .box_btn button svg {
    width: 14px;
  }

  .hero_sec .right-col .image {
    width: 146px;
    height: 146px;
  }

  .hero_sec .right-col .image:before {
    width: 128px;
    height: 128px;
  }

  .home_villa_sec .box .img img {
    height: 350px;
  }

  .home_villa_sec .box .img .content p {
    font-size: 16px;
    padding: 0px 15px;
    height: 72px;
  }

  .home_villa_sec .box .img .content h3 {
    font-size: 26px;
    line-height: 26px;
  }

  .home_villa_sec .slick-list {
    width: 95%;
  }

  .home_villa_sec,
  .home_sec3 .inner,
  .home_sec5 .inner_box .elementor-widget-wrap.elementor-element-populated,
  .home_sec5.exp_sec1 .amenitiess_box {
    margin: 30px 0;
  }

  .heading h2 {
    font-size: 45px;
    line-height: 53px;
  }

  .para p,
  .listing ul li span {
    font-size: 16px;
    line-height: 28px;
  }

  .home_sec2,
  .home_sec4,
  .home_sec5,
  .home_sec6,
  .home_sec7,
  .home_sec8,
  .home_sec9,
  .footer,
  .villa_sec1,
  .villa_sec2 .left_box,
  .villa_sec3,
  .exp_sec3,
  .gallery_sec1,
  .contact_sec1,
  .single_booking_sec,
  .checkout_sec,
  .policy_sec {
    padding: 60px 0px;
  }

  .villa_sec4 {
    padding-bottom: 60px;
  }

  .exp_sec4 {
    padding-bottom: 40px;
  }

  .home_sec3 {
    margin-bottom: 70px;
  }

  .home_sec3 .inner>div {
    gap: 0px;
  }

  .home_sec3 .inner .box>div {
    width: 330px;
    height: 325px;
    margin-right: 15px;
    padding: 20px 15px;
  }

  .home_sec3 .inner .box .img img {
    height: 400px;
  }

  .home_sec4 .box {
    width: 50% !important;
    margin-left: auto;
  }

  .home_sec4 .box .para p {
    font-size: 20px;
    line-height: 36px;
  }

  .content_btn a,
  .content_btn1 a {
    padding: 12px 52px;
    padding-right: 72px;
  }

  .home_sec5 .inner_box .box,
  .amenitiess_box .box {
    max-width: 18.7% !important;
  }

  .home_sec5 .inner_box .box h3,
  .amenitiess_box .box h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .home_sec5::before {
    height: 260px;
  }

  .home_sec6 .heading h2 {
    font-size: 55px;
    line-height: 65px;
  }

  .home_sec6 .inner_box .elementor-widget-wrap.elementor-element-populated {
    gap: 15px !important;
  }

  .home_sec6 .inner_box .box {
    padding: 15px;
  }

  .home_sec6 .inner_box .box h3 {
    font-size: 20px;
    line-height: 34px;
  }

  .home_sec6 .inner_box .box p {
    font-size: 16px;
  }

  .home_sec6 .inner_box,
  .home_sec7 .tabs_box {
    margin-top: 30px;
  }

  .home_sec7 .tabs_box .elementor-tab-title {
    font-size: 30px;
  }

  .home_sec7 .tabs_box .elementor-tabs .elementor-tab-content img {
    height: 400px;
  }

  .home_sec9 .para p {
    font-size: 18px;
    line-height: 28px;
  }

  .home_sec9 .right-col .img img {
    height: 460px;
  }

  .home_sec9 .para {
    margin: 20px 0px !important;
  }

  .footer2 ul li a,
  .info_box a {
    font-size: 14px;
    line-height: 28px;
  }

  p.copyright {
    font-size: 14px;
  }

  .copyrights .row {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .copyrights .row>div {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .copyrights ul {
    justify-content: center;
  }

  .inner_banner h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .villa_sec1 .box .elementor-image-box-wrapper,
  .villa_sec1 .box .elementor-image-box-wrapper figure {
    height: 370px;
  }

  .villa_sec1 .inner .box .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .villa_sec4 .img1 img {
    height: 600px;
  }

  .amenitiess_box .box h3 {
    font-size: 15px;
  }

  .exp_sec_occasions .box .content {
    width: 45%;
  }

  .exp_sec_occasions .box .content h3 {
    font-size: 30px;
  }

  .exp_sec_occasions .box .content p {
    padding-right: 25px;
  }

  .exp_sec_occasions .box .img img {
    height: 450px;
  }

  .exp_sec_occasions {
    margin-top: 30px;
  }

  .exp_sec3 .inner {
    margin-top: 20px;
  }

  .contact_sec2 iframe {
    height: 350px !important;
    margin-top: 30px !important;
  }

  .main-slide-item img {
    height: 400px;
  }

  .trip_detail_box .date-row {
    flex-direction: column;
    gap: 5px;
  }

  .trip_detail_box .price-row span,
  .trip_detail_box .price-row strong {
    font-size: 14px;
    line-height: 18px;
  }

  .trip_detail_box select,
  input.no-icon {
    font-size: 12px;
  }

  .single_booking_sec .content_box .inn h1,
  .checkout_sec h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .single_booking_sec .content_box .inn .price_box p {
    font-size: 24px;
  }

  .amenities_box h2,
  .listing_box h2,
  .location_box h2,
  .trip_detail_box h2,
  .checkout_sec .left_box h2 {
    font-size: 22px;
    line-height: 27px;
  }

  .amenities_box .amenitiess_box .box {
    max-width: 100% !important;
    width: 23.3%;
  }

  .single_booking_sec .content_box ul li,
  .listing_box ul li {
    font-size: 14px;
    line-height: 28px;
  }

  .listing_box ul li svg {
    min-width: 16px;
    width: 16px;
  }

  .listing_box ul li {
    gap: 8px;
  }

  .single_booking_sec .content_box,
  .amenities_box,
  .listing_box,
  .location_box,
  .checkout_sec .left_box {
    margin-top: 20px;
    padding: 10px;
  }

  .checkout_sec .left_box .inn .caption_box p {
    font-size: 12px;
    line-height: 16px;
  }

  .checkout_sec .left_box .inn .caption_box svg {
    min-width: 16px;
    width: 16px;
  }
}


@media (max-width: 991px) {
  .availabilty_box form .box_btn button {
    font-size: 12px;
  }

  .availabilty_box form .box .info label {
    font-size: 13px;
  }

  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 740px !important;
  }

  header#masthead .flex_box {
    gap: 30px;
  }

  .site-branding img {
    width: 100%;
  }

  .menu-div-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .row.menu-row-1 {
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-div-inner .row.menu-row.align-items-center {
    height: auto;
  }

  .menu-left-info h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .men ul li a {
    line-height: 40px;
  }

  .hero_sec {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .hero_sec h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .hero_sec h1:before {
    bottom: -10px;
  }

  .hero_sec .para20 p {
    font-size: 14px;
    line-height: 22px;
  }

  .availabilty_box {
    width: 100%;
  }

  .availabilty_box form .box .inn {
    padding: 0px 10px;
  }

  .hero_sec .right-col .image:before {
    width: 118px;
    height: 118px;
  }

  .hero_sec .right-col .image {
    width: 136px;
    height: 136px;
  }

  .heading h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .home_villa_sec .box .img .content h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .home_villa_sec .box .img img {
    height: 300px;
  }

  .home_villa_sec .box .img .content p {
    font-size: 14px;
    padding: 0px 10px;
    height: 72px;
  }

  .home_sec3 .inner .box .img img {
    height: 350px;
  }

  .home_sec4 .box {
    width: 60% !important;
    margin-left: auto;
    padding: 40px;
  }

  .home_sec4 .box .para {
    margin: 15px 0;
  }

  .home_sec4 .box .para p {
    font-size: 18px;
    line-height: 30px;
  }

  .home_sec5 .inner_box .box,
  .amenitiess_box .box {
    max-width: 18.3% !important;
    padding: 8px;
  }

  .home_sec5 .inner_box .box figure.elementor-image-box-img,
  .amenitiess_box .box .icon {
    width: 60px !important;
    min-width: 60px;
    height: 60px;
  }

  .home_sec5 .inner_box .box h3,
  .amenitiess_box .box h3 {
    font-size: 14px;
    line-height: 24px;
  }

  .home_sec6 .heading h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .home_sec6 .inner_box {
    width: 70% !important;
  }

  .home_sec7 .tabs_box .elementor-tab-title {
    font-size: 23px;
  }

  body .home_sec7 .tabs_box .elementor-tabs-wrapper .elementor-tab-title.elementor-active:before,
  .home_sec7 .tabs_box .elementor-tab-mobile-title.elementor-active:before {
    width: 40px !important;
  }

  .home_sec7 .tabs_box .elementor-tab-title.elementor-active {
    padding-left: 50px !important;
  }

  .home_sec7 .tabs_box .elementor-tabs .elementor-tab-content img {
    height: 350px;
  }

  .home_sec7 .tabs_box .elementor-tabs-wrapper:not(:last-child) .elementor-tab-title {
    margin-bottom: 20px;
  }

  .home_sec9 .para p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }

  .home_sec9 .right-col .img img {
    height: 430px;
  }

  .footer {
    padding: 50px 0px;
  }

  .footer2,
  .footer3,
  .footer4 {
    text-align: center;
  }

  .footer .row>div:nth-child(2),
  .footer .row>div:nth-child(3) {
    width: 50%;
    margin: 30px 0px;
  }

  .gform_footer input#gform_submit_button_1 {
    margin: auto;
  }

  .footer4 {
    width: 70%;
    margin: auto;
  }

  header#masthead:before {
    height: 200px;
  }

  .inner_banner,
  .inner_banner>div {
    height: 400px;
    padding-bottom: 40px;
  }

  .inner_banner h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .villa_sec1 .box .elementor-image-box-wrapper,
  .villa_sec1 .box .elementor-image-box-wrapper figure {
    height: 280px;
  }

  .villa_sec1 .inner .box .elementor-image-box-content h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .villa_sec1 .inner .box .elementor-image-box-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .villa_sec1 .inner .box .elementor-image-box-content {
    width: 95%;
  }

  .villa_sec2 .heading h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .villa_sec2 .left_box>div {
    padding: 25px 20px !important;
  }

  .villa_sec2 .para p {
    font-size: 14px;
    line-height: 22px;
  }

  .villa_sec2 .availabilty_box form .box .inn:last-child {
    margin-top: 10px;
  }

  .villa_sec2 .availabilty_box form .box_btn {
    width: 60%;
  }

  .villa_sec2 .availabilty_box.book_stay form .box .info input {
    background-size: 20px;
    background-position: 95% 4px;
  }

  .villa_sec_comfort {
    margin: 30px 0px;
  }

  .villa_sec_comfort .slick-list {
    width: 90%;
  }

  .villa_sec_comfort .box .content h3 {
    font-size: 20px;
  }

  .villa_sec_comfort .box .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .villa_sec_comfort .box .img {
    height: 300px;
  }

  .villa_sec4 .img2 {
    margin-bottom: 20px !important;
  }

  .content_btn a,
  .content_btn1 a {
    padding: 12px 42px;
    padding-right: 72px;
  }

  .villa_sec4 .right_col {
    padding-left: 15px;
  }

  .gallery_sec1 .tab-pane.active {
    grid-auto-rows: 170px;
    gap: 20px;
  }

  .gallery_sec1 .gallery_tabs li a,
  .gallery_sec1 .tab-content-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .gallery_sec1 .tab-content-text p {
    padding: 15px 0px;
  }

  .amenitiess_box .box h3 {
    height: 48px;
  }

  .exp_sec_occasions .box .content {
    width: 50%;
    padding: 40px 20px;
  }

  .exp_sec_occasions .box .content h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .exp_sec_occasions .box .content p {
    font-size: 20px;
    line-height: 30px;
    padding-right: 15px;
  }

  .exp_sec_occasions .box .img img {
    height: 350px;
  }

  .exp_sec3 .box figure.elementor-image-box-img img {
    height: 220px;
  }

  .exp_sec3 .box .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .exp_sec3 .box .elementor-image-box-content p {
    font-size: 14px;
    line-height: 26px;
  }

  .contact_sec1 .right_col .heading h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 10px;
  }

  .contact_sec1 .right_col>div {
    padding: 15px !important;
  }

  .contact_sec1 .right_col .gform_body .gfield--width-half {
    grid-column: 1 / -1;
  }

  .contact_sec1 .right_col .gform_body input,
  .contact_sec1 .right_col select {
    height: 50px !important;
    padding: 12px 10px;
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .gform_footer input#gform_submit_button_2 {
    padding: 12px 50px;
    padding-right: 65px;
    background-position: 83% 20px;
  }

  .contact_sec1 .left_col img {
    height: 510px !important;
  }

  .contact_sec1 p br {
    display: none;
  }

  .single_booking_sec .col-md-8,
  .single_booking_sec .col-md-4,
  .checkout_sec .col-md-8,
  .checkout_sec .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .trip_detail_box {
    position: relative;
    margin-top: 50px;
    box-shadow: 0px 0px 45px rgba(73, 73, 73, 0.08);
  }

  #villa-booking-form {
    height: auto;
    padding: 0;
  }

  .trip_detail_box .date-row {
    flex-direction: row;
    gap: 10px;
  }

  .single_banner>div {
    padding-bottom: 40px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .home_villa_sec.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }

  .home_villa_sec .slick-list {
    width: 100%;
  }

  .men .head_btn {
    display: block;
  }

  .men .head_btn a {
    margin: auto;
  }

  .men .head_btn {
    text-align: center;
    margin-top: 20px;
  }

  header#masthead .head_btn {
    display: none;
  }

  .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 540px !important;
  }

  header#masthead .row .col-md-2 {
    width: 50%;
  }

  header#masthead .row .col-md-10 {
    width: 50%;
  }

  header#masthead .flex_box .header-right-menu a span {
    font-size: 14px;
    line-height: 26px;
  }

  header#masthead .flex_box .header-right-menu a svg,
  .row.menu-row-1 .menu-close-div a svg {
    width: 40px;
    height: 40px;
  }

  header#masthead .flex_box .header-right-menu a {
    gap: 10px;
  }

  header#masthead .flex_box {
    gap: 20px;
  }

  .head_btn a {
    padding: 10px 5px;
    font-size: 12px;
  }

  .head_btn a svg {
    margin-left: 5px;
    width: 10px;
  }

  header#masthead {
    padding: 5px 0px;
  }

  .row.menu-row-1 {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0 40px;
  }

  .men ul li a {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .men ul li a svg {
    width: 14px;
  }

  .menu-left-info h2 {
    font-size: 40px;
    line-height: 70px;
  }

  .men ul#primary-menu>li:not(:last-child) {
    margin-bottom: 10px;
  }

  .hero_sec h1 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .hero_sec .para20 p {
    margin: 0;
  }

  .hero_sec .elementor-inner-section .elementor-container {
    flex-direction: column-reverse;
  }

  .hero_sec .right-col .image {
    width: 86px;
    height: 86px;
  }

  .hero_sec .right-col .image:before {
    width: 76px;
    height: 76px;
  }

  .hero_sec {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .availabilty_box form,
  .availabilty_box form .box {
    flex-direction: column;
  }

  .home_sec2 {
    margin-top: 350px;
  }

  .availabilty_box form .box_btn {
    width: 100%;
  }

  .availabilty_box {
    position: absolute;
    top: 70px;
    border-radius: 30px;
    padding: 20px;
  }

  .hero_sec .elementor-col-50>div {
    padding: 0 10px !important;
  }

  .hero_video_sec video {
    height: 350px !important;
  }

  br {
    display: none;
  }

  .home_sec2,
  .home_sec4,
  .home_sec5,
  .home_sec6,
  .home_sec7,
  .home_sec8,
  .home_sec9,
  .footer,
  .villa_sec1,
  .villa_sec2 .left_box,
  .villa_sec3,
  .exp_sec3,
  .gallery_sec1,
  .contact_sec1,
  .single_booking_sec,
  .checkout_sec,
  .policy_sec {
    padding: 40px 0px;
  }

  .home_sec2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .para p,
  .listing ul li span {
    font-size: 15px;
    line-height: 27px;
  }

  .home_villa_sec .box .img .content p {
    font-size: 14px;
    padding: 0px 5px;
    height: 72px;
  }

  .home_villa_sec .box .img .content h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .home_sec3 .inner .box>div {
    margin-right: 0;
  }

  .home_sec3 .inner>div {
    gap: 30px;
  }

  .home_sec3 .inner .box .img {
    width: 85%;
  }

  .home_sec3 .inner .box .img img {
    height: 400px;
  }

  .home_sec3 {
    margin-bottom: 40px;
  }

  .home_sec4 .box {
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
  }

  .home_sec4 .box .para p {
    font-size: 16px;
    line-height: 28px;
  }

  .home_sec5 .inner_box .box,
  .amenitiess_box .box {
    max-width: 100% !important;
    padding: 20px;
    height: auto;
  }

  .home_sec5 .inner_box .box h3,
  .amenitiess_box .box h3 {
    height: auto;
  }

  .home_sec5 .inner_box .box:not(:last-child),
  .amenitiess_box .box:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .home_sec5 .inner_box .box figure.elementor-image-box-img,
  .amenitiess_box .box .icon {
    width: 80px !important;
    min-width: 80px;
    height: 80px;
  }

  .home_sec6 .heading h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }

  .home_sec6 .inner_box {
    width: 100% !important;
  }

  .home_sec6 .inner_box .box h3 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .home_sec6 .inner_box .box p {
    font-size: 16px;
    text-align: center;
  }

  .home_sec6 .inner_box .box .elementor-image-box-wrapper {
    text-align: center !important;
  }

  .home_sec6 .inner_box .box img {
    height: 42px;
  }

  .home_sec7 .tabs_box .elementor-tabs .elementor-tab-content img {
    height: 300px;
  }

  .home_sec7 .tabs_box .elementor-tab-mobile-title {
    margin-bottom: 20px;
  }

  .home_sec6 .inner_box .elementor-widget-wrap.elementor-element-populated {
    grid-template-columns: auto;
  }

  .home_sec6 .inner_box .box {
    justify-content: center;
  }

  .home_sec6 .inner_box .box figure.elementor-image-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home_sec9 .right-col .img {
    width: 100%;
  }

  .home_sec9 .right-col .img img {
    height: 300px;
  }

  .home_sec9 {
    padding-bottom: 20px;
  }

  .home_sec9 .heading h2 {
    margin-top: 295px;
  }

  .home_sec9 .heading h2,
  .home_sec9 .para p,
  .home_sec9 .content_btn1 {
    text-align: center;
  }

  .footer .row>div:nth-child(2),
  .footer .row>div:nth-child(3) {
    width: 100%;
    margin: 20px 0px;
  }

  .footer1 {
    margin-bottom: 20px;
  }

  .footer2 ul li a,
  .info_box a {
    font-size: 16px;
    line-height: 30px;
  }

  .footer4 {
    width: 100%;
    margin: auto;
  }

  .footer h2.widget-title {
    margin-bottom: 10px;
  }

  .copyrights ul {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 0;
  }

  .copyrights .row {
    padding: 10px 0;
  }

  .copyrights ul li:not(:last-child):before {
    right: 0;
    width: 100%;
    height: 1px;
    top: 30px;
    display: none;
  }

  header#masthead:before {
    height: 150px;
  }

  .inner_banner h1:before {
    bottom: -7px;
    height: 2px;
  }

  .inner_banner h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .inner_banner h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .inner_banner,
  .inner_banner>div {
    height: 380px;
    padding-bottom: 30px;
  }

  .villa_sec1 .inner {
    margin-top: 0px;
  }

  .villa_sec1 .inner .box .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .villa_sec1 .inner .box .elementor-image-box-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .villa_sec1 .box .elementor-image-box-wrapper:hover .elementor-image-box-content {
    bottom: 20px;
  }

  .villa_sec1 .box .elementor-image-box-wrapper,
  .villa_sec1 .box .elementor-image-box-wrapper figure {
    height: 300px;
  }

  .villa_sec2 .left_box {
    padding: 0;
  }

  .villa_sec2 .video_box>div,
  .villa_sec2 .video_box video {
    height: 300px;
    width: 100%;
  }

  .villa_sec2 .video_box {
    width: 100% !important;
    position: relative;
  }

  .villa_sec2>div {
    flex-direction: column-reverse;
  }

  .villa_sec2 .left_box>div {
    padding: 30px 15px !important;
  }

  .villa_sec2 .availabilty_box form .box_btn {
    width: 70%;
  }

  .villa_sec_comfort .slick-list {
    width: 98%;
  }

  .villa_sec_comfort .box .content {
    padding: 0px 10px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 70px !important;
  }

  .villa_sec4 .heading h2 {
    text-align: center;
    margin-bottom: 15px;
  }

  .villa_sec4 .img1 img {
    height: 300px;
  }

  .villa_sec4 .right_col {
    padding-left: 0;
  }

  .villa_sec4 .img2 img {
    height: 300px;
  }

  .listing ul li span.elementor-icon-list-icon svg {
    top: 6px;
  }

  .villa_sec4 .left_col {
    margin-top: -10px;
  }

  .gallery_sec1 .tab-content-text {
    margin: 20px 0px;
  }

  .gallery_sec1 ul.nav.nav-tabs.gallery_tabs {
    flex-direction: column;
    gap: 10px;
  }

  .gallery_sec1 .tab-content-text p {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .gallery_sec1 .tab-pane.active {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 15px;
  }

  .home_sec5.exp_sec1 .slick-list {
    width: 100%;
    margin: 0;
  }

  .amenitiess_box .box h3 {
    height: 72px;
  }

  .home_sec5.exp_sec1 .amenitiess_box {
    margin-bottom: 30px !important;
  }

  .exp_sec_occasions .box .content {
    width: 80%;
    padding: 20px 10px;
    right: 0;
    left: 0;
    top: unset;
    bottom: 20px;
    text-align: center;
  }

  .exp_sec_occasions .box .content h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .exp_sec_occasions .box .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .exp_sec_occasions .box .img img {
    height: 300px;
  }

  button.slick-arrow.slick-prev {
    left: -5px;
  }

  button.slick-arrow {
    width: 30px;
    height: 30px;
  }

  button.slick-arrow.slick-next {
    right: -5px;
  }

  .exp_sec_occasions.slick-dotted.slick-slider,
  .exp_sec3 .inner .elementor-widget-wrap.elementor-element-populated {
    margin-bottom: 30px !important;
  }

  .exp_sec3 .slick-list {
    margin: 0px;
    width: 100%;
    overflow: visible;
  }

  .exp_sec3 .slick-list .box {
    margin: 0px 5px !important;
  }

  .contact_sec1 .inner {
    margin-top: 30px;
  }

  .contact_sec1 .left_col>div {
    padding: 0 !important;
  }

  .contact_sec1 .left_col img {
    height: auto !important;
  }

  .contact_sec1 .inner>div {
    gap: 30px;
  }

  div#gform_fields_2 {
    gap: 0px !important;
    row-gap: 10px !important;
  }

  .contact_sec1 .right_col>div {
    padding: 20px !important;
  }

  .single_banner p#breadcrumbs>span {
    flex-wrap: wrap;
    row-gap: 5px;
  }

  .single_banner p#breadcrumbs,
  .single_banner p#breadcrumbs a {
    font-size: 16px;
    line-height: 28px;
  }

  .single_booking_sec .gallery-container button.slick-arrow.slick-prev {
    left: 5px;
  }

  .single_booking_sec .gallery-container button.slick-arrow {
    width: 34px;
    height: 34px;
  }

  .single_booking_sec .gallery-container button.slick-arrow.slick-next {
    right: 5px;
  }

  .slider-main-wrapper .slider-counter {
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }

  .slider-main-wrapper .slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 30px !important;
  }

  .single_booking_sec .slider-nav button.slick-arrow {
    width: 28px;
    height: 28px;
  }

  .single_booking_sec .slider-nav .slick-list {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .single_booking_sec .slider-nav:before,
  .single_booking_sec .slider-nav:after {
    display: none;
  }

  .single_booking_sec .slider-nav button.slick-arrow.slick-next {
    right: 0px;
  }

  .single_booking_sec .slider-nav button.slick-arrow.slick-prev {
    left: 0;
  }

  .slider-nav.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 40px !important;
  }

  .single_booking_sec .content_box,
  .amenities_box,
  .listing_box,
  .location_box,
  .checkout_sec .left_box {
    margin-top: 30px;
  }

  .single_booking_sec .content_box .inn {
    flex-direction: column;
    row-gap: 15px;
    align-items: start;
    margin-bottom: 10px;
  }

  .single_booking_sec .content_box .inn h1,
  .checkout_sec h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .amenities_box h2,
  .listing_box h2,
  .location_box h2,
  .trip_detail_box h2,
  .checkout_sec .left_box h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .amenities_box .amenitiess_box .box {
    width: 48%;
    margin-bottom: 0px !important;
  }

  .listing_box ul li svg {
    position: relative;
    top: 5px;
  }

  .listing_box ul li {
    align-items: flex-start;
  }

  .listing_box ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .location_box h3 {
    font-size: 14px;
    line-height: 22px;
  }

  .trip_detail_box .date-row {
    flex-direction: column;
    gap: 5px;
  }

  .trip_detail_box select {
    font-size: 14px;
    padding-left: 5px;
  }

  .trip_detail_box button.book-btn {
    width: 98%;
    margin: auto;
  }

  .main-slide-item img {
    height: 300px;
  }

  .checkout_sec .left_box .inn .box {
    flex-direction: column;
    gap: 0;
  }

  .checkout_sec .left_box .inn .caption_box {
    align-items: self-start;
  }

  .policy_sec h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .policy_sec p {
    font-size: 16px;
    line-height: 26px;
  }

  .mb-40 {
    margin-bottom: 20px !important;
  }

  .gallery_sec1 .gallery_tabs .slider {
    display: none;
  }

  .gallery_sec1 .gallery_tabs li.active a {
    background: #83cdcc;
  }
}

@media (min-width: 575px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}