:root {
  --blue: #1e90ff;
  --white: #ffffff;
  --primary-color: #480a06;
  --secondary-color: #a05427;
  --tertiary-color: #faa20d;
  --bg-adventure-color: #f8f5f0;
}

.bg-adventurecolor {
  background-color: var(--bg-adventure-color);
}

.color-secondary {
  color: var(--secondary-color);
}

body {
  font-family: "Montserrat", sans-serif !important;
  background-image: url("../images/Home/bg-pattern-img2.jpg");
  background-repeat: repeat-x repeat-y;
}

/**font-size-classes*/

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fw-500 {
  font-weight: 500;
}

/* Margins */
.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mt200 {
  margin-top: 200px;
}

/** button css*/

.btn-type-1 {
  background-color: var(--secondary-color) !important;
}

.navbar-brand {
  max-width: 140px;
}

header {
  position: relative;
}

.bg-header {
  background-color: rgba(255, 255, 255, 0.6);
}

header .container {
  z-index: 11;
  position: relative;
}

header:before {
  content: "Art of Dunes Camp";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  font-weight: 600;
  opacity: 0.45;
  font-family: "Oswald", sans-serif;
  z-index: 11;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  text-transform: capitalize;
}

/* Circular logo styling */
/* Container reset */
.navbar-brand {
  max-width: none !important; /* Overrides existing max-width restriction */
}

/* Circular Logo Container */
.logo-wrapper {
  width: 90px;
  height: 90px;
  min-width: 70px; /* Prevents shrinking on smaller screens */
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid var(--tertiary-color); /* #faa20d */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Hotel Name Styling */
.brand-text {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color); /* #480a06 */
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

/* Responsive adjustment for small screens */
@media (max-width: 767px) {
  .logo-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  
  .brand-text {
    font-size: 16px;
  }
}

.hero-slider {
  position: relative;
  z-index: 1;
  margin-top: -194px;
  max-height: 700px;
  overflow: hidden;
}

li.nav-item {
  margin-left: 6px;
}

li.nav-item .nav-link {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

li.nav-item:first-child {
  margin-left: 0;
}

a.dropdown-item{
  font-size: 14px;
  text-transform: uppercase;
}

.hero-section-slider {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  position: absolute;
  background-color: rgba(250, 164, 15, 0.7);
  color: var(--white);
  z-index: 1;
  padding: 10px 20px;
  margin-top: 80px;
}

.section-padding {
  padding-top: 75px;
  padding-bottom: 35px;
}

/*about-css*/

.about-images img {
  border-radius: 6px;
  border: 4px solid var(--tertiary-color);
}

.c-line-center {
  width: 60px;
  height: 3px;
  background-color: var(--tertiary-color);
  margin: 0 auto 30px auto;
}

.c-theme-bg {
  background: var(--tertiary-color) !important;
}

/*accomodation-css*/
.ph-no {
  color: #fff !important;
  font-weight: bold;
}

.hotel-name {
  font-size: 28px !important;
}

.right-border {
  border-right: 1px solid #e1e1e1;
}

.mt100 {
  margin-top: 100px;
}

.parallax-effect #parallax-image {
  height: 400px;
}

.content .box-icon .circle {
  float: none;
  margin: 0 35%;
}

.room-features {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}

.room-features i.fa.fa-check-circle:before {
  color: var(--secondary-color);
}

.content .box-icon .circle {
  padding: 12px;
}

.box-icon {
  margin: 0 auto;
}

.parallax-effect h4 {
  text-align: center;
}

.box-icon i {
  height: 15px;
}

.nav a {
  font-size: 14px;
  font-weight: bold;
}

.curved {
  border-radius: 5px;
}

.hover-img {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.thumb {
  height: 120px;
}

.hover-img img {
  max-width: 100%;

  -moz-transition: all 8s;
  -webkit-transition: all 8s;
  transition: all 8s;
}

.hover-img:hover img {
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.abt-hotel {
  font-size: 15px;
  text-align: justify;
}

#current-weather {
  background-color: #ed8323;
  color: #fff;
  padding: 10px;
  height: 430px;
}

.quick-pay {
  padding: 8px !important;
  margin: 24px 0 0 0 !important;
  color: #fff !important;
}

.is-sticky .shrink .quick-pay {
  padding: 8px !important;
  margin: 14px 0 0 0 !important;
  color: #fff !important;
}

#CDSWIDSSP {
  width: 263px !important;
}

#CDSWIDSSP .widSSPData {
  height: 430px !important;
}

.table.table-striped td {
  padding: 6px;
  line-height: 2.5em;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

.txt-align-justify {
  text-align: justify;
}

footer {
  color: #fff;
}

footer h4 {
  color: #ed8323;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ed8323;
  text-decoration: none;
}

footer {
  margin-top: 40px;
}

.parallax-effect #parallax-pagetitle-static {
  height: 80px;
}

header #logo {
  height: 82px;
}

.navbar.shrink #logo {
  padding: 0px 60px 10px 0;
  height: 82px;
}

header #logo #default-logo {
  height: 82px;
}

.no-bar {
  border-top: 0px;
}

.no-footer-top {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  header #logo {
    height: auto !important;
  }

  .pull-left-responsive {
    float: none !important;
  }

  .caption {
    margin: 0 0 0 -20% !important;
  }

  .hotel-name {
    font-size: 16px !important;
  }

  #reservation-form .fa.infield {
    margin-top: 10px !important;
  }

  .parallax-effect .content h3 {
    font-size: 28px;
  }

  .content .box-icon .circle {
    margin: 0px 25%;
  }

  .send-enq {
    clear: both;
  }

  .mt-res-10 {
    margin-top: 10px;
  }

  #CDSWIDSSP {
    width: 100% !important;
  }

  .reservation-vertical h2 {
    font-size: 18px;
  }

  .parallax-effect .content {
    padding: 15px 0 0 0;
  }

  .my-input {
    position: relative;
    background: transparent;
  }
}

@media (max-width: 767px) {
  #top-header {
    display: block;
  }

  #top-header .pull-right {
    float: none !important;
  }

  header #logo {
    height: auto !important;
  }

  .pull-left-responsive {
    float: none !important;
  }

  .caption {
    margin: 0 0 0 -20% !important;
  }

  .hotel-name {
    font-size: 16px !important;
  }

  #reservation-form .fa.infield {
    margin-top: 10px !important;
  }

  .parallax-effect .content h3 {
    font-size: 28px;
  }

  .content .box-icon .circle {
    margin: 0px 25%;
  }

  .send-enq {
    clear: both;
  }

  .mt-res-10 {
    margin-top: 10px;
  }

  #CDSWIDSSP {
    width: 100% !important;
  }

  .reservation-vertical h2 {
    font-size: 18px;
  }

  .parallax-effect .content {
    padding: 15px 0 0 0;
  }

  .my-input {
    position: relative;
    background: transparent;
  }

  header #logo #default-logo {
    height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  header #logo #default-logo {
    height: 50px;
  }
}

-------------------------------------------------- */

/* Items */
#top-header,
#top-header a {
  background: #ec1d23;
  color: #939393;
  font-size: 13px;
}

#top-header a:hover,
#top-header .th-text .th-item .btn-group .btn-default:hover {
  color: #fff;
  text-decoration: none;
}

#top-header i {
  font-size: 14px;
  padding-right: 5px;
}

#top-header .th-text {
  padding: 10px 0;
  font-size: 11px;
}

#top-header .th-text .th-item {
  margin: 0;
  padding: 0;
}

#top-header .th-text .th-item {
  display: inline-block;
  padding: 0 10px;
  line-height: 10px;
  border-right: 1px solid #3c3c3c;
}

#top-header .th-text .th-item:first-child {
  padding-left: 0;
}

#top-header .th-text .th-item:last-child {
  border-right: none;
}

/* Language Dropdown */
#top-header .th-text .th-item .btn-group {
  z-index: 9999;
  margin-top: -6px;
}

#top-header .th-text .th-item .btn-group .btn-default {
  color: inherit;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  font-size: 11px;
  background: none;
  /* FF3.6+ */
  filter: none;
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}

#top-header .th-text .th-item .btn-group:hover {
  color: #fff;
}

#top-header .th-text .th-item .btn-group ul.dropdown-menu {
  font-size: 11px;
  background-color: #272727;
  padding: 0;
  line-height: 20px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 12px;
}

#top-header .th-text .th-item .btn-group .btn-default span.caret {
  margin-left: 5px;
  margin-top: -4px;
}

#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #939393;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover {
  color: #fff;
}

/* Social Icons */
#top-header .th-text .th-item .social-icons i {
  padding-right: 10px;
}

/* Retina Logo */
header #logo #retina-logo {
  display: none;
}

/* Header

/* Reservation Form
-------------------------------------------------- */
#reservation-form {
  margin-top: -60px;
}

/* Vertical */
#reservation-form .reservation-horizontal,
#reservation-form .reservation-vertical,
#contact-form .contact-vertical {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  padding: 30px 30px;
  z-index: 9999;
  background-color: #fff;
}

#reservation-form .reservation-vertical h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

#reservation-form .reservation-vertical h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

/* Price */
#reservation-form .price {
  padding: 10px 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px;
  display: block;
  border: 1px dashed #ebebeb;
}

#reservation-form .price h4 {
  color: #333;
  padding-right: 5px;
}

#reservation-form .price span {
  color: #979797;
  font-weight: normal;
  padding-left: 5px;
  font-size: 11px;
}

/* Horizontal */
.form-inline .form-control {
  width: 100%;
}

#reservation-form .reservation-horizontal .col-sm-1,
#reservation-form .reservation-horizontal .col-sm-2,
#reservation-form .reservation-horizontal .col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

#reservation-form .form-inline select.form-control {
  width: 100% !important;
}

#reservation-form .form-inline .form-group {
  width: 100%;
}

/* Icons */
#reservation-form .popover-icon i {
  color: #9f9f9f;
  font-size: 18px;
}

#reservation-form .fa.infield {
  position: absolute;
  float: right;
  right: 57px;
  margin-top: 35px;
  font-size: 14px;
}

#reservation-form .form-inline .fa.infield {
  position: absolute;
  float: right;
  right: 18.84px;
  font-size: 14px;
  top: 0;
  width: 15px;
}

/* Button */
#reservation-form .col-sm-2 button {
  margin-top: 25px;
}

/* Guests */
#reservation-form .guests-select {
  z-index: 100;
  cursor: pointer;
}

#reservation-form .guests-select .guests {
  margin-top: -261px;
  width: 200px;
  height: auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  z-index: 500;
  background-color: #fff;
  position: absolute;
  padding: 20px;
  cursor: default !important;
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 0.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
}

#reservation-form .form-inline .guests-select .form-group {
  padding-bottom: 15px;
}

/* Datepicker*/
#reservation-form .hasDatepicker {
  cursor: pointer;
  font-weight: normal;
}

/* Error Message */
.error_message {
  color: #f00;
}

#error {
  display: none;
}

/* Rooms
-------------------------------------------------- */
/* Room Thumbnails */
.room-thumb {
  height: 265px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
  box-shadow: 0 2px 0 0 #e0e0e0;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 5000;
}

.room-thumb img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.room-thumb .mask {
  width: 356px;
  height: 281px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.room-thumb img {
  display: block;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.room-thumb .main {
  border-bottom: 1px solid #ebebeb;
}

.room-thumb .main h5 {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding: 10px 0 0 20px;
  display: inline-block;
}

.room-thumb .main .price {
  display: inline;
  float: right;
  font-size: 18px;
  font-weight: bold;
  height: 55px;
  padding: 6px 25px;
  border-top: none;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.room-thumb .main .price span {
  display: block;
  color: #979797;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}

.room-thumb .content {
  position: relative;
  padding: 20px;
  text-align: left;
}

.room-thumb .content button {
  margin-top: 5px;
}

.room-thumb .content p {
  margin-bottom: 5px;
}

.room-thumb .content p span {
  font-weight: bold;
  display: block;
}

.room-thumb .content i {
  padding-right: 5px;
}

.room-thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.room-thumb .mask {
  background-color: #fff;
  -webkit-transform: translateY(228px);
  -moz-transform: translateY(228px);
  -o-transform: translateY(228px);
  -ms-transform: translateY(228px);
  transform: translateY(228px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.room-thumb:hover .mask {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.room-thumb:hover img {
  -webkit-transform: translateY(-228px);
  -moz-transform: translateY(-228px);
  -o-transform: translateY(-228px);
  -ms-transform: translateY(-228px);
  transform: translateY(-228px);
}

/* Room List */
.room-list {
  margin-top: -60px;
  margin-bottom: -60px;
}

.room-list .room-thumb {
  margin-bottom: 60px;
}

/* USP's
-------------------------------------------------- */
.usp {
  text-align: center;
}

/* Circle */
.box-icon .circle {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 30px;
  display: table;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  float: left;
  border: 1px solid;
}

.usp .box-icon .circle {
  float: none;
}

.box-icon .circle:hover i {
  color: #fff;
  animation-name: swing;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  text-decoration: none;
  -webkit-animation-name: swing;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: swing;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
}

/* Icon */
.box-icon i {
  width: 20px;
  height: 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.usp a {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.box-icon a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Blog
-------------------------------------------------- */
/* Article */
.blog article {
  border-bottom: 2px solid #ccc;
  padding: 0 0 50px 0;
  margin-bottom: 50px;
}

/* Meta */
article .meta {
  z-index: 1;
}

article .meta-date {
  display: inline-block;
  color: #fff;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  z-index: 9;
  padding: 6px 16px;
  margin: 20px 0 0 0;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  height: 50px;
  width: 50px;
  line-height: 17px;
  text-align: center;
}

article .meta-date span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

article .meta-author,
.meta-category,
.meta-comments {
  font-size: 12px;
  padding: 0px 0 10px 0;
  display: inline-block;
  color: #979797;
  margin-right: 20px;
}

/* Content */
article h2 {
  margin-bottom: 5px;
}

article i {
  padding: 0 10px 0 0;
}

article p.intro {
  padding-bottom: 10px;
}

article iframe {
  width: 100%;
  border: none;
}

article .video-format {
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

article .video-format iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* Blog Author */
.blog-author {
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  margin-top: -50px;
}

.blog-author img {
  float: left;
  margin: 13px 17px 15px 0;
  border: 1px solid;
}

.blog-author p {
  margin: 18px 0 0 0;
}

/* Blog Comments */
.comment {
  margin: 20px 0 0 0;
  padding-bottom: 20px;
}

.comment p {
  margin: 0;
  padding: 0 20px 0 20px;
}

.comment .avatar {
  display: block;
  float: left;
  padding: 18px;
}

.comment .avatar img {
  border: 1px solid;
}

.comment-text .author {
  position: relative;
  padding: 15px 0 0 0;
}

.comment-text .author .name {
  float: left;
  font-weight: bold;
}

.comment-text .author .name:after {
  padding: 0 5px 0 5px;
  color: #ddd;
  content: "|";
  font-weight: normal;
}

.comment-text .text {
  min-height: 35px;
}

.comment .reply-button {
  position: relative;
  z-index: 10;
  float: right;
  padding: 5px 10px 5px 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.reply {
  position: relative;
  margin-left: 40px;
}

.comment .reply-button:hover {
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reply-line {
  float: left;
  margin-left: 20px;
  width: 20px;
  height: 65px;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.send-comment {
  margin-top: 40px;
}

/* Aside
-------------------------------------------------- */
/* Headings */
aside h3:first-of-type {
  margin-top: 0;
}

aside h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px solid;
}

/* Widget */
aside .widget {
  margin-bottom: 50px;
}

/*	Widget: Tags */
aside .widget .tags {
  padding-top: 5px;
}

aside .widget .tags a {
  position: relative;
  display: inline-block;
  margin: 8px 5px 0 0;
  padding: 2px 6px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .widget .tags a:hover {
  background-color: #000;
}

/* Widget: List Styles */
aside .widget ul {
  margin-top: -10px;
  list-style-type: none;
}

aside .widget ul a {
  display: list-item;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #272727;
  text-decoration: none;
}

aside .widget ul.arrow li a:before {
  margin-right: 10px;
  content: "»";
  vertical-align: text-bottom;
  font-size: 12px;
}

aside .widget ul a:hover {
  position: relative;
}

aside .widget ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
}

aside .widget ul li .badge {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Widget: Latest News */
aside .widget .news-thumb {
  float: left;
}

aside .widget .news-thumb img {
  border: 3px solid #ccc;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

aside .widget .news-thumb img:hover {
  opacity: 0.7;
}

aside .widget .news-content h4 {
  padding-top: 2px;
}

aside .widget .news-content a {
  padding: 0;
}

aside .widget .news-content span a {
  color: #ccc;
  font-size: 12px;
}

/* Pages
-------------------------------------------------- */
/* 404 Error page*/
.error-404 {
  text-align: center;
}

.error-404 h2 {
  color: #f5f5f5;
  text-align: center;
  font-size: 200px;
  padding: 30px 0 30px;
}

/* Fontawesome Page */
.fontawesome-icon-list {
  position: relative;
  padding-top: 20px;
}

.fontawesome-icon-list ul li {
  display: inline-block;
  float: left;
  margin: 0;
  width: 270px;
}

.fontawesome-icon-list ul li .fa {
  font-size: 20px;
  width: 20px;
  margin: 0 10px 40px 0;
}

/* Gallery */
.gallery a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

.gallery a i,
.gallery-slider a i {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 80%;
  left: 50%;
  display: block;
  margin: -22px 0 0 -22px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.gallery a:hover i,
.gallery-slider a:hover i {
  top: 45%;
  opacity: 1;
  transform: translateY(20);
}

.gallery a:hover i,
.gallery-slider a:hover i {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Bootstrap Components
-------------------------------------------------- */
/* Image styles */
.img-thumbnail {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* Nav Tabs */
.nav-tabs {
  border-bottom: 1px solid #ebebeb;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  padding: 15px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-tabs > li > a:hover {
  border: 1px solid #ebebeb;
  background: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-bottom-color: transparent;
}

.tab-content {
  padding: 20px;
}

/* Nav Pills */
.nav-pills {
  margin-top: 30px;
}

.nav-pills > li > a {
  color: #5e5e5e;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Call To Action */
#call-to-action {
  position: relative;
  height: 100%;
  margin-bottom: -100px;
}

#call-to-action h1,
#call-to-action h2,
#call-to-action h3,
#call-to-action h4,
#call-to-action h5,
#call-to-action h6 {
  color: #fff;
}

#call-to-action h2 {
  margin: 43px 0;
}

#call-to-action .btn {
  margin: 35px 0;
}

/* Breadcrumb */
.breadcrumb {
  padding: 0;
  margin: 30px 0 20px 0;
  list-style: none;
  background-color: transparent;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #bdbdbd;
  content: "/\00a0";
}

.breadcrumb > li a {
  color: #fff;
  padding: 3px 5px;
  text-decoration: underline;
}

.breadcrumb > .active {
  color: #fff;
}

/* Popover */
.popover-icon {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.popover {
  font-size: 12px;
  color: #5e5e5e;
}

/* Table */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}

table i {
  padding-right: 5px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background: none;
}

/* Panel */
.panel-default {
  border: 1px solid #ebebeb;
}

.panel-default > .panel-heading {
  border-bottom: 1px solid #ebebeb;
}

/* Pagination */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff !important;
  cursor: default;
  border-color: #ccc;
}

/* Badge */
.badge {
  background: #ccc;
}

/* Blockquote */
blockquote {
  margin: 30px 0;
}

blockquote span {
  color: #ccc;
}

/* Alerts */
.alert-success {
  color: #408c1f;
  background-color: #f1ffe0;
  border-color: #c2e5b3;
}

.alert-info {
  color: #1f659a;
  background-color: #d0efff;
  border-color: #a4d3f6;
}

.alert-warning {
  color: #d29128;
  background-color: #fff4e0;
  border-color: #f3dfb6;
}

.alert-danger {
  color: #bd2323;
  background-color: #fadfdf;
  border-color: #f1b7c1;
}

/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
#ui-datepicker-div {
  padding: 20px !important;
}

#ui-datepicker-div,
.ui-datepicker-title {
  color: #5e5e5e !important;
}

.ui-widget-content {
  -webkit-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px !important;
  border: 1px solid #ebebeb !important;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  margin-top: -3px;
}

.ui-widget-header {
  background: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 2px solid !important;
  border-left: none !important;
}

.ui-datepicker-header {
  -webkit-border-radius: 0 0 0 0 !important;
  border-radius: 0 0 0 0 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none !important;
  border: 1px solid #e1e1e1 !important;
}

.ui-datepicker table {
  margin: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: none !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid !important;
}

/* Sticky */
.navbar {
  width: 100%;
}

/* Owl Gallery */
#owl-gallery {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#owl-gallery .item {
  margin: 0;
}

#owl-gallery .item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#owl-gallery .item img:hover {
  opacity: 0.5;
}

/* Owl Reviews */
#owl-reviews {
  padding: 0 70px;
}

#owl-reviews img {
  margin-bottom: 20px;
  border: 1px solid;
}

#owl-reviews .text-balloon {
  display: inline-block;
  border: 1px solid #ebebeb;
  padding: 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  margin: 0 10px 10px 8px;
}

#owl-reviews .text-balloon:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 14px;
  top: 30px;
  border-top: 7px solid;
  border-bottom: 7px solid;
  border-right: 10px solid;
  border-color: #fff #ebebeb transparent transparent;
}

#owl-reviews .text-balloon:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 16px;
  top: 30px;
  border-top: 6px solid;
  border-bottom: 6px solid;
  border-right: 10px solid;
  border-color: transparent #fff transparent transparent;
}

#owl-reviews .text-balloon span {
  display: block;
  padding-top: 5px;
}

.standard-slider .owl-theme .owl-controls .owl-buttons div {
  border: 1px solid;
}

.testimonials .owl-theme .owl-controls .owl-buttons div,
.standard-slider .owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 10px;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  border: 1px solid;
}

.testimonials .owl-theme .owl-controls .owl-buttons div i,
.standard-slider .owl-theme .owl-controls .owl-buttons div i {
  width: 35px;
  height: 35px;
  text-align: center;
}

.testimonials .owl-theme .owl-controls .owl-buttons div:hover i,
.standard-slider .owl-theme .owl-controls .owl-buttons div:hover i {
  color: #fff;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 35%;
  left: 0;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 35%;
  right: 20px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i,
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i {
  animation-name: fadeOutLeft;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: fadeOutLeft;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next:hover i,
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover i {
  animation-name: fadeOutRight;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: fadeOutRight;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev i,
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev i {
  padding-right: 3px;
  padding-right: 0;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next i,
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next i {
  padding-left: 3px;
  padding-right: 0;
}

/* Owl Slider */
.standard-slider.room-slider #owl-standard {
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.standard-slider.room-slider,
.standard-slider.room-slider img {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.standard-slider .owl-theme .owl-controls .owl-buttons div {
  border: 1px solid;
}

.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 40%;
  left: 20px;
}

.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 40%;
  right: 20px;
}

/* Parallax */
.parallax-effect {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
  position: relative;
}

.parallax-effect h1,
.parallax-effect h2,
.parallax-effect h3,
.parallax-effect h4,
.parallax-effect h5,
.parallax-effect h6 {
  color: #fff;
}

.parallax-effect #parallax-image {
  color: #fff;
  height: 300px;
  margin: 0;
  padding: 0;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.parallax-effect .color-overlay {
  position: relative;
  height: 100%;
}

.parallax-effect .content {
  padding: 50px 0 0 0;
}

.parallax-effect .content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.parallax-effect .content p {
  font-size: 24px;
}

.parallax-effect .content button {
  margin-top: 50px;
}

.parallax-effect #parallax-pagetitle {
  margin-top: -1px;
  color: #fff;
  height: 140px;
  padding: 0;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

/* Revolution Slider */
.revolution-slider {
  padding-bottom: 1px;
  background: #fff;
  margin-top: 0;
  border-bottom: 1px solid;
}

.revolution-slider .bannercontainer {
  width: 100%;
  position: relative;
  padding: 0;
  background: #272727;
}

.revolution-slider .banner {
  width: 100%;
  position: relative;
  z-index: 0;
}

.revolution-slider .tp-caption.revolution-hotel.bigtext {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.revolution-slider .tp-caption.revolution-hotel.bigtext span {
  letter-spacing: -3px;
}

.revolution-slider .tp-caption.revolution-hotel.bigtext span i {
  font-size: 0.5em;
  vertical-align: middle;
}

.revolution-slider .tp-caption.revolution-hotel.smalltext {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

/* Waypoints */
.appear {
  opacity: 0;
}

.animated {
  opacity: 1;
}

/* Go-Top Button */
#go-top {
  position: fixed;
  float: right;
  right: 44px;
  bottom: 44px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 10px;
  background-color: #fff;
  opacity: 0.75;
  border: 1px solid;
}

#go-top:hover {
  border-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#go-top i {
  width: 27px;
  text-align: center;
}

#go-top:hover i {
  color: #fff;
}

#go-top:hover i {
  animation-name: fadeOutUp;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: fadeOutUp;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}

/* Isotope */
/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* Disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
  margin: 0 -1px;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Gmap */
#map {
  width: 100%;
  height: 300px;
  overflow: visible !important;
  border: 1px solid;
  margin-top: -1px;
}

#map img {
  max-width: none !important;
}

.btn-read-more {
  background-color: var(--secondary-color) !important;
  border: none !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
}

/*best-camp-block*/

section.bg-camp .best-camp-block {
  position: relative;
  background-attachment: fixed;
  background-position: top center;
  background-image: url("../images/Home/best-camp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

section.bg-camp .best-camp-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

section.bg-camp .best-camp-block h2 {
  position: absolute;
  color: var(--white);
  z-index: 1;
}

/** travel-packages*/

section.best-camp .header {
  margin-bottom: 55px;
}

section.best-camp .header h1 {
  font-weight: 800;
  font-size: 3rem;
  margin: 5px -5px 15px;
}

section.best-camp .header span {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #471aa0;
}

section.best-camp .header p {
  max-width: min(40ch, 98%);
  line-height: 1.6;
  color: #565656;
}

section.best-camp .item {
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

section.best-camp .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

section.best-camp .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 28px 25px;
  color: #fff;
  background: #020024;
  background: linear-gradient(0deg, #020024 0%, #000032a1 3%, #17d9ff00 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

section.best-camp .item .overlay span {
  background: rgba(255, 255, 255, 0.25);
  /* backdrop-filter: blur(4px); */
  -webkit-backdrop-filter: blur(4px);
  border-radius: 60px;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

section.best-camp .item .overlay > div h2 {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

section.best-camp .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.best-camp .owl-nav span {
  font-size: 30px;
  padding: 0 20px;
}

section.best-camp .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -3%;
  background-color: var(--tertiary-color) !important;
}

section.best-camp .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -3%;
  background-color: var(--tertiary-color) !important;
}

/* 
section.best-camp .owl-nav button {
  background: #fff !important;
  width: 45px;
  height: 45px;
  font-size: 25px !important;
  box-shadow: 0px 0px 17px #00000005;
  border-radius: 50%;
} */

/* section.best-camp .owl-nav button:nth-of-type(1) {
  margin-right: 13px;
} */

/**activity-images*/

.outdoor-activites-block a:hover{
  color: var(--white);
  text-decoration: none;
}  

.outdoor-activites-block {
  overflow: hidden;

}

.outdoor-activites-block  .outdoor-activites-img{
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
}

.outdoor-activites-block:hover .outdoor-activites-img{
  transform: scale(1.06);
  opacity: 0.6;
}
  
.outdoor-activites-img {
  position: relative;
  background-size: 300px;
  border-color: 4px solid var(--tertiary-color);
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 30px 0;
  -webkit-transition: 0.2 all ease-in;
  -moz-transition: 0.2 all ease-in;
  -o-transition: 0.2 all ease-in;
  -ms-transition: 0.2 all ease-in;
}

.outdoor-activites-block .outdoor-activites-img h4 {
  position: absolute;
  font-family: "Pacifico", cursive;
  background: orange;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 20px;
  color: #000;
}

.outdoor-activites-block {
  overflow: hidden;
}

.activity-1 {
  background-image: url("../images/Home/boating-img.jpg");
}

.activity-2 {
  background-image: url("../images/Home/cultural-show.jpeg");
}

.activity-3 {
  background-image: url("../images/Home/jeep-safari.jpg");
}

.activity-4 {
  background-image: url("../images/Home/puppet-show.webp");
}

.activity-5 {
  background-image: url("../images/Home/quad-biking.jpg");
}

.activity-6 {
  background-image: url("../images/Home/shopping-img.jpg");
}

.activity-7 {
  background-image: url("../images/Home/thrillopilia-img.jpg");
}

.activity-8 {
  background-image: url("../images/Home/camel-safari.jpg");
}

footer {
  background-color: var(--primary-color);
}

.footer-list-2 .footer-list-link img {
 max-width: 40px;
}

.footer-list-2 .footer-list-item{
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-list-2 .header-list-link img {
  max-width: 30px;
}

/** why-jaisalmer-css*/

.footer-logo img {
  max-width: 126px;
}

.why-jaisalmer-showcase {
  position: relative;
  z-index: 2;
  clear: both;
}
.why-jaisalmer-info {
  position: relative;
  z-index: 10;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.bg-fixed-1 {
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

.bg-fixed-2 {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.why-jaisalmer-info p {
  margin-bottom: 0;
  max-width: 600px;
}

.why-jaisalmer-block {
  background-size: cover;
  background-attachment: fixed;
  background-position: right;
  height: 100%;
  min-height: 400px;
}

.why-jaisalmer-bg-1 {
  background-image: url("../images/WhyJaisalmer/gadisagar.png");
}

.why-jaisalmer-bg-2 {
  background-image: url("../images/WhyJaisalmer/bada-bagh.jpg");
}

.why-jaisalmer-bg-3 {
  background-image: url("../images/WhyJaisalmer/Jain-temple.jpg");
}

.why-jaisalmer-bg-4 {
  background-image: url("../images/kuldhara.jpg");
}

.why-jaisalmer-bg-tanot {
  background-image: url("../images/WhyJaisalmer/tanot-mata-mandir.jpg");
}
.why-jaisalmer-bg-5 {
  background-image: url("../images/WhyJaisalmer/patwa-haveli.jpg");
}

.why-jaisalmer-bg-6 {
  background-image: url("../images/WhyJaisalmer/rajkumari-ratnawati-school.png");
}

.why-jaisalmer-bg-7 {
  background-image: url("../images/WhyJaisalmer/");
}

.why-jaisalmer-bg-8 {
  background-image: url("../images/WhyJaisalmer/jaisalmer-fort.jpg");
}


.events-bg{
  background-image: url("../images/WhyJaisalmer/jaisalmer-bg.jpg");
}


.events-bg-1{
  background-image: url("../images/events/Honymoon.jpeg");
  background-position: 500px 700px;
}

.events-bg-2{
  background-image: url("../images/Home/education-tour.jpg");
  background-position: right;
}

.events-bg-3{
  background-image: url(../images/events/pre-wedding.jpg);
  background-position: 500px 1300px;
}

.events-bg-4{
  background-image: url(../images/Home/adshoot-jaisalmer.jpeg);
  background-position: -700px -150px;
  background-repeat:no-repeat;
}

.events-bg-5{
  background-image: url(../images/events/Jaisalmer-birthday.jpg);
  background-repeat:no-repeat;
}

.social-connect {
  position: fixed;
  bottom: 50px;
  right: 50px;
}

.amenties-block {
  height: 100px;
  width: 100px;
  margin: auto;
  line-height: 5.75;
  display: inline-block;
  border: 2px dotted #000;
  border-radius: 14px;
}

.amenties-block img {
  width: 50px;
}

/**contact sugna*/
.call-sugna-desert-safari .reservation {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-orientation: sideways;
  margin: 0;
  position: fixed;
  top: 0;
  left: 40px;
  height: 50%;
  z-index: 11;
}

.call-sugna-desert-safari .reservation a {
  text-decoration: none;
  color: var(--primary-color);
}

.call-sugna-desert-safari .reservation .icon {
  position: absolute;
  left: -1px;
  top: -50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 100%;
  z-index: 111;
  transform: rotate(90deg);
}

.call-sugna-desert-safari .reservation .icon i {
  font-size: 25px;
}

.call-sugna-desert-safari .reservation .call {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 12px;
  line-height: 1.75em;
  margin-top: 15px;
}

.call-sugna-desert-safari .reservation .call span {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #f26522;
  letter-spacing: 1px;
}

.page-header-bg {
  position: relative;
  background-size: cover;
  min-height: 550px;
  background-position: center;
  margin-top: -203px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
  padding-left: 190px;
}

.page-header-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.adventures-bg {
  background-image: url("../images/adventures/quad-biking.jpg");
}

.contact-bg{
  background-image: url('../images/Home/contact-bg.jpg');
}

.gallery-bg{
  background-image: url('../images/Gallery/activities-wallpaper-hd.jpg')  ;
}

.why-jaisalmer-bg {
  background-image: url("../images/WhyJaisalmer/why-jaiasalmer.jpg");
}

.camel-safari-bg {
  background-image: url("../images/adventures/camel.jpeg");
}

.quad-biking-bg {
  background-image: url("../images/adventures/quad-biking.jpg");
}

.jeep-safari-bg {
  background-image: url("../images/adventures/jeep-safari.jpg");
}

.parasailing-bg {
  background-image: url("../images/adventures/paragliding.jpg");
}

.page-header-bg h3 {
  z-index: 1;
  color: var(--white);
}

.adventure-image {
  background-size: cover;
  max-width: 600px;
  min-height: 450px;
}

/** packages-bg */

.package-header-bg{
  position: relative;
  background-size: cover;
  min-height: 550px;
  background-position: center;
  margin-top: -203px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
  padding-left: 190px;
}

.package-bg{
  background-image: url('../images/About/Camp_3.jpg');
}

.package-header-bg h3{
  z-index: 11;
  color: var(--white);
}

.packages-list .packages-list-item{
  margin-top: 15px;
  font-size: 14px;
}

.section-padding.packages .owl-nav{
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-padding.packages .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  background-color: var(--tertiary-color) !important;
}

.section-padding.packages .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  background-color: var(--tertiary-color) !important;
}

.section-padding.packages .owl-nav span {
  font-size: 30px;
  padding: 0 20px;
}

ul.packages-list {
  overflow-y: auto;
  max-height: 363px;
}

.package-detail-carousel img {
  max-height: 400px;
  object-fit: cover;
}

/** gallery-css */

.g-map{
  min-height: 500px;
}

.gallery-block img{
  width: 400px;
  height: 300px;
  object-fit: cover;
}

/**contact-form-css*/

.section-title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0 0 35px;
}

.sec-pad {
  padding: 30px 0 0;
}

.contact-sec {
  align-items: center;
  display: flex;
  background-color: var(--bg-adventure-color) ;
}

.contact-sec .contact-ul li,
.contact-ul b {
  font-size: 20px;
  margin: 10px 0;
  
}

.contact-sec .contact-ul li{
  display: flex;
  align-items:  center;
}

.contact-sec .contact-ul i {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
}

.contact-sec .contact-ul li a:hover {
  color: #f93;
  text-decoration: var(--secondary-color);
}

.contact-sec .contact-ul li i {
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}


.contact-detail span {
  width: 400px;
  display: flex;
  justify-content: center;
}
.contact-detail span a {
  font-size: 20px;
  padding: 6px 12px;
  color: #000;
  border-radius: 50%;
  margin: 0px 5px;
}



.contact-detail span .twitter {
  color: #00acee;
  border: 3px solid #00acee;
}
.contact-detail span .twitter:hover {
  color: #fff;
  background-color: #00acee;
}

form.contFrm {
  margin: auto;
}

form.contFrm .inptFld::placeholder{
  font-size: 14px;
}

.inptFld {
  width: 100%;
  height: 50px;
  border: 0;
  margin: 0 0 30px;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
}

textarea.inptFld{
  min-height: 100px;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid #f93;
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
} 
.inptBtn {
  height: 50px;
  border: 0;
  background: var(--secondary-color);
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

.about-images{
  grid-gap: 4px;
  display: flex;
  flex-direction: column;
}

.about-images > img{
  
  height: 225px;
  object-fit: cover;
} 

/* Responsive css Start */

/*media-query-css*/


@media screen and (max-width: 1367px) {
  .hero-content {
   margin-top: 150px;
  }

  .hero-slider{
    max-height: 620px;
  }
}


@media (max-width: 991px) {

  
  .hero-section-slider{
    align-items: flex-end;
  }

  .sec-pad {
    padding: 20px 0 0px;
  }

  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 18px;
  }

  .contact-sec .contact-ul i {
    font-size: 14px;
    padding: 6px;
    margin-right: 6px;
  }

  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }

  .call-sugna-desert-safari .reservation{
    display: none;
  }

}




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

  
  .nav-mobile {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .btn-mobile {
    top: 5px;
    right: 170px;
    position: fixed;
  }

  .navbar-brand {
    max-width: 90px;
  }

  .bg-header {
    background-color: rgba(255, 255, 255, 1);
  }

  .hero-slider {
    max-height: 462px;
  }

  header:before{
    top: 0;
    left: 0%;
    font-size: 50px;
    padding: 0 33px;
    text-align: center;
  }

  .page-header-bg{
    padding-bottom: 3px;
    padding-left: 20px;
    margin-top: 50px;
    min-height: 250px;
  }

  .page-header-bg h3{
    font-size: 16px;
  }

  .navbar-collapse {
    background-color: rgba(255, 255, 255, 1);
    margin-top: 42px;
  }

  .hero-content {
    margin-top: 60px;
  }

  .hero-content h3 {
    font-size: 18px;
  }

  .hero-slider {
    margin-top: 0;
  }

  .section-padding {
    padding-top: 40px;
  }

  .bg-fixed-1,
  .bg-fixed-2 {
    clip-path: polygon(0 0%, 0% 0%, 0% 0%, 0% 0%);
  }

  .hero-image img {
    min-height: 463px;
    object-fit: cover;
  }

  .outdoor-activites-img {
    height: 160px;
    padding: 10px 0;
  }

  .outdoor-activites-img h4 {
    font-size: 14px;
    padding: 5px 10px;
  }

  section.bg-camp .best-camp-block {
    height: 280px;
  }
  .contact-detail span {
    width: auto;
  }
  .contact-detail span a {
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px 20px;
  }

  /**why-jaisalmer-css*/

  .why-jaisalmer-block{
    min-height: 250px;
  }

  .why-jaisalmer-info{
    padding: 0 20px;
    min-height: 350px;
  }

  .why-jaisalmer-info h2{
    font-size: 24px;
  }

  .why-jaisalmer-info p{
    font-size: 14px;
  }

  /**package-css*/

  .package-header-bg{
    padding-bottom: 3px;
    padding-left: 20px;
    margin-top: 50px;
    min-height: 250px;
  }

  .package-header-bg h3{
    font-size: 16px;
  }

  .about-images > img{
    height: 136px;
  }
    
}



@media (max-width: 575px) {

  .header-list-2 .header-list-link img{
    max-width: 24px;
  }

  .section-title {
    font-size: 26px;
    font-weight: 500;
  }
  .contact-sec {
    border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
  }

  .contact-sec .contact-ul i {
    border: none;
  }
  .inptFld {
    height: 36px;
    margin: 0 0 8px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 16px;
  }
}










/* ==========================================================================
   HEADER & NAVIGATION FIXES
   ========================================================================== */

.site-header {
  position: relative;
  width: 100%;
  background-color: #111111;
}

/* Top Bar Styling */
.top-bar {
  background-color: rgba(15, 15, 15, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-logo {
  max-height: 55px;
  width: auto;
  object-fit: contain;
}

.social-links img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0.9;
}

.social-links img:hover {
  transform: translateY(-2px);
  opacity: 1;
}

/* Navbar Styling */
.site-nav {
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(212, 163, 89, 0.3);
  padding: 0.5rem 0;
}

.site-nav .nav-link {
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.6rem 1rem !important;
  transition: color 0.3s ease;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  color: #d4a359 !important; /* Gold accent color */
}

/* Dropdown Menu Styling */
.site-nav .dropdown-menu {
  background-color: #1a1a1a;
  border: 1px solid #d4a359;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.site-nav .dropdown-item {
  color: #ffffff;
  font-size: 0.85rem;
  padding: 0.6rem 1.2rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav .dropdown-item:hover {
  background-color: #d4a359;
  color: #000000;
}

/* Hero Slider Styling */
.hero-slider {
  position: relative;
  width: 100%;
}

.hero-slide-item {
  height: 75vh;
  min-height: 480px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-caption {
  z-index: 2;
  color: #ffffff;
  padding: 0 15px;
}

.hero-subtitle {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d4a359;
  margin-bottom: 10px;
  font-weight: 600;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
  margin: 0;
  line-height: 1.2;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
  .hero-slide-item {
    height: 55vh;
    min-height: 350px;
  }
  
  .site-nav .navbar-collapse {
    background-color: #111;
    padding: 1rem;
    margin-top: 0.5rem;
    border-radius: 6px;
  }
}

/* ==========================================
   CENTER BRAND TITLE & TOP BAR 3-COLUMN FIX
   ========================================== */

/* Center Brand Title Styling */
.header-brand-title {
  color: #d4a359 !important; /* Gold Theme Color */
  font-family: 'Georgia', 'Playfair Display', serif !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

/* Ensure social icons stick to extreme right corner */
.header-top-bar .social-icons-wrapper {
  margin-left: 30px;
}

/* Responsive Scaling for smaller screens */
@media (max-width: 991px) {
  .header-brand-title {
    font-size: 1.1rem !important;
    letter-spacing: 0.8px !important;
  }
}

@media (max-width: 576px) {
  .header-brand-title {
    display: none !important; /* Hide title on extra small mobile screens to prevent overlapping */
  }
  .header-top-bar .col-4:nth-child(1),
  .header-top-bar .col-4:nth-child(3) {
    width: 50% !important;
  }
}





/* FORCE RESET FOR INNER PAGES */

/* 1. Kill all absolute position overlays on header tags */
.site-header-clean,
.site-header-clean *,
.page-banner-clean,
.page-banner-clean * {
  box-sizing: border-box;
}

.site-header-clean {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  background-color: #121212 !important;
  z-index: 1000 !important;
  opacity: 1 !important;
}

.site-logo {
  max-height: 50px !important;
  width: auto !important;
}

.social-links-clean img {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
}

/* Navbar Fixes */
.nav-clean {
  background-color: #1a1a1a !important;
  border-bottom: 2px solid #d4a359 !important;
  padding: 0.2rem 0 !important;
}

.nav-clean .nav-link {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.nav-clean .nav-link:hover,
.nav-clean .nav-link.active {
  color: #d4a359 !important;
}

/* Banner Fixes */
.page-banner-clean {
  position: relative !important;
  top: auto !important;
  background: #222222 !important;
  padding: 40px 0 !important;
  color: #ffffff !important;
  display: block !important;
  clear: both !important;
  width: 100% !important;
}

.banner-heading {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 10px !important;
  text-shadow: none !important;
}

.breadcrumb-clean {
  display: inline-block !important;
  background: rgba(0, 0, 0, 0.6) !important;
  border: 1px solid #d4a359 !important;
  padding: 6px 18px !important;
  border-radius: 20px !important;
  font-size: 0.85rem !important;
}

.breadcrumb-clean a {
  color: #d4a359 !important;
  text-decoration: none !important;
}

.breadcrumb-clean span {
  color: #cccccc !important;
  margin: 0 5px !important;
}

.breadcrumb-clean .active-page {
  color: #ffffff !important;
}

/* Hide floating template text if generated by older scripts */
header h3, header h4, .hero-content {
  display: none !important;
}

/* ==========================================
   REMOVE WATERMARK / PSEUDO OVERLAYS
   ========================================== */

/* 1. Hide Pseudo-element text globally */
*:before,
*:after,
header::before,
header::after,
.site-header-clean::before,
.site-header-clean::after,
.page-banner-clean::before,
.page-banner-clean::after,
.bg-header::before,
.bg-header::after {
  content: "" !important;
  display: none !important;
  background-image: none !important;
}

/* 2. Clear absolute positioning locks on inner page headers */
.site-header-clean {
  position: relative !important;
  top: 0 !important;
  z-index: 999 !important;
  background-color: #111111 !important;
}

.page-banner-clean {
  position: relative !important;
  z-index: 10 !important;
  background-color: #222222 !important;
}

/* ==========================================
   LOGO DISPLAY FIX
   ========================================== */

.top-header-bar {
  background-color: #0a0a0a !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Force dimensions & visibility for Logo Image */
img.main-site-logo,
.navbar-brand img {
  height: 90px !important;      /* Explicit visible height */
  width: auto !important;        /* Maintains proper aspect ratio */
  max-width: 220px !important;
  object-fit: contain !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5)) !important;
}

/* Ensure Logo link container takes space properly */
.navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}

/* Social icons sizing */
.social-links-clean img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* Nav Menu Styling */
.nav-clean {
  background-color: #141414 !important;
  border-bottom: 2px solid #d4a359 !important;
  padding: 6px 0 !important;
}

.nav-clean .nav-link {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  letter-spacing: 1px !important;
  padding: 8px 16px !important;
}

.nav-clean .nav-link.active,
.nav-clean .nav-link:hover {
  color: #d4a359 !important;
}

/* ==========================================
   CIRCULAR LOGO BADGE STYLING
   ========================================== */

/* Circular Badge Container */
.logo-circle-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 75px !important;
  height: 75px !important;
  background-color: #ffffff !important; /* White circle background */
  border: 2px solid #d4a359 !important; /* Gold premium border */
  border-radius: 50% !important;        /* Pure circle */
  padding: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
  transition: transform 0.2s ease-in-out !important;
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.logo-circle-wrapper:hover {
  transform: scale(1.05) !important;
}

/* Image inside circle */
.circle-logo-img {
  max-width: 90% !important;
  max-height: 90% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Top bar spacing fix for circular overlap */
.top-header-bar,
.top-bar {
  padding: 10px 0 !important;
  overflow: visible !important;
}


/* ==========================================
   HEADER & CIRCULAR LOGO FIXES
   ========================================== */

/* Fix circular container for logo */
.logo-circle-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 85px !important;
  height: 85px !important;
  background-color: #ffffff !important;
  border: 3px solid #d4a359 !important;
  border-radius: 50% !important;
  padding: 8px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5) !important;
  margin-bottom: -15px !important;
  position: relative !important;
  z-index: 999 !important;
}

/* Image inside the circle */
.circle-logo-img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* Social Icon Sizing */
.social-icon-img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* Page Header Background Banner */
.page-header-bg.why-jaisalmer-bg {
  background: #181818 !important;
  border-top: 1px solid rgba(212, 163, 89, 0.3) !important;
  border-bottom: 2px solid #d4a359 !important;
}

.text-gold {
  color: #d4a359 !important;
}



/* ==========================================
   UNIFIED DARK HEADER & CIRCLE LOGO STYLE
   ========================================== */

/* Main Header Container */
.main-global-header {
  width: 100% !important;
  background-color: #0d0d0d !important;
  position: relative !important;
  z-index: 1000 !important;
  opacity: 1 !important;
}

/* Top Bar Section */
.header-top-bar {
  background-color: #0d0d0d !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Circle Badge Container for Logo */
.logo-circle-frame {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 70px !important;
  height: 70px !important;
  background-color: #ffffff !important;
  border: 2px solid #d4a359 !important;
  border-radius: 50% !important;
  padding: 6px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
  margin: 0 !important;
}

.logo-circle-frame img.logo-img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

/* Social Icons Sizing */
/* .social-icons-wrapper {
  display: inline-flex !important;
  gap: 12px !important;
  align-items: center !important;
} */

/* .social-icons-wrapper img {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
} */

/* Navigation Bar */
.header-nav-bar {
  background-color: #161616 !important;
  border-bottom: 2px solid #d4a359 !important;
  padding: 4px 0 !important;
}

.header-nav-bar .nav-link {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.8px !important;
  padding: 10px 16px !important;
  transition: color 0.2s ease !important;
}

.header-nav-bar .nav-link:hover,
.header-nav-bar .nav-item.active .nav-link {
  color: #d4a359 !important;
}

/* Hide any residual watermark pseudo element */
.main-global-header::before,
.main-global-header::after {
  content: "" !important;
  display: none !important;
}


/* ==========================================
   Updated Breadcrumb Banner (Taller & Spaced)
========================================== *//* Dynamic Breadcrumb Banner */
.breadcrumb-banner {
  position: relative;
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;

  padding: 130px 0;
  min-height: 380px;
  display: flex;
  align-items: center;

  color: #ffffff;
  z-index: 1;
}

/* Darker Overlay Fix (Inline image ke upar layer set karne ke liye) */
.breadcrumb-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); /* Dark Overlay */
  z-index: 1;
}

/* Text and Links Layer (Overlay ke upar visible rakhne ke liye) */
.breadcrumb-banner .container {
  position: relative;
  z-index: 2;
}

/* Main Heading */
.breadcrumb-banner .page-title {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Breadcrumb Navigation Links */
.breadcrumb-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
}

.breadcrumb-banner .breadcrumb-item a {
  color: #d4a359;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-banner .breadcrumb-item.active {
  color: #ffffff;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .breadcrumb-banner {
    padding: 70px 0;
    min-height: 250px;
  }
  
  .breadcrumb-banner .page-title {
    font-size: 2rem;
  }
}



/*  */

/* Custom class with explicit overrides */
.custom-ft-logo-circle {
  width: 140px !important;
  height: 140px !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: 50% !important;
  border: 2px solid #d4a359 !important;
  background-color: #fdfbfb !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: 2px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

.custom-ft-logo-circle img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}




/* ==========================================================================
   ART OF DUNES CAMP - HEADER & HERO SLIDER CSS
   ========================================================================== */

/* --- Base Header Layout --- */
.aod-site-header {
  position: relative;
  background-color: #0b0b0b;
  width: 100%;
  font-family: inherit;
  z-index: 1000;
}

/* --- Top Bar Layout --- */
.aod-top-bar {
  background-color: #0e0d0d;
  padding: 12px 0;
  border-bottom: 1px solid rgba(212, 163, 89, 0.25);
}

.aod-top-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* Circular Logo Badge */
.aod-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aod-logo-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #d4a359;
  background-color: #fcf8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
}

.aod-logo-circle:hover {
  transform: scale(1.05);
  border-color: #ffffff;
}

.aod-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Center Brand Title */
.aod-brand-title {
  text-align: center;
}

.aod-brand-title .aod-title-main {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}

.aod-video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.);
  z-index: 1;
  pointer-events: none;
}
.aod-hero-video {
  filter: brightness(1.3);
}

.aod-brand-title .aod-title-sub {
  color: #d4a359;
  font-size: 0.85rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
  font-weight: 500;
}

/* Social Link Icons */
.aod-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aod-social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 163, 89, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.aod-social-links a:hover {
  border-color: #d4a359;
  background-color: #d4a359;
  transform: translateY(-2px);
}

.aod-social-links img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

/* --- Navigation Bar --- */
/* .aod-navbar {
  background-color: #121212 !important;
  border-bottom: 2px solid #d4a359 !important;
  padding: 0 !important;
} */

.aod-nav-list {
  gap: 6px;
  margin: 0;
  padding: 0;
}

.aod-nav-list .nav-link {
  color: #e0e0e0 !important;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 16px 16px !important;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.aod-nav-list .nav-link:hover,
.aod-nav-list .nav-link.active {
  color: #d4a359 !important;
  background-color: rgba(212, 163, 89, 0.08);
}

/* Custom Dropdown Menu */
.aod-dropdown-menu {
  background-color: #f8f0f0 !important;
  border: 1px solid #f1ede7 !important;
  border-radius: 4px;
  padding: 8px 0 !important;
  margin-top: 0 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
}

.aod-dropdown-menu .dropdown-item {
  color: #d1d1d1 !important;
  font-size: 0.88rem;
  padding: 10px 20px !important;
  transition: all 0.25s ease;
  text-transform: capitalize;
}

.aod-dropdown-menu .dropdown-item:hover {
  background-color: #fffdfb !important;
  color: #000000 !important;
}

/* Mobile Toggler Button */
.aod-toggler {
  border: 1px solid #d4a359 !important;
  background-color: #0e0d0d !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 4px;
}

.aod-toggler-label {
  color: #d4a359;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Custom Gold SVG Hamburger Icon */
.aod-toggler .navbar-toggler-icon.aod-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(212, 163, 89, 1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  width: 1.3em;
  height: 1.3em;
}

/* --- Hero Slider --- */
.aod-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.aod-slide-item {
  height: 75vh;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aod-caption {
  text-align: center;
  color: #ffffff;
}

.aod-subtitle {
  color: #d4a359;
  font-size: 1.2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.aod-title {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8);
  margin: 0;
  line-height: 1.2;
}

/* --- Responsive Styles (< 991px Mobile / Tablet) --- */
@media (max-width: 991.98px) {
  .aod-top-bar-wrapper {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .aod-logo-circle {
    width: 80px !important;
    height: 80px !important;
  }

  .aod-brand-title .aod-title-main {
    font-size: 1.2rem !important;
  }

  .aod-brand-title .aod-title-sub {
    font-size: 0.75rem !important;
  }

  .aod-social-links a {
    width: 32px !important;
    height: 32px !important;
  }

  .aod-social-links img {
    width: 15px !important;
    height: 15px !important;
  }

  .aod-nav-list {
    padding: 10px 0 !important;
    text-align: center;
  }

  .aod-nav-list .nav-link {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(212, 163, 89, 0.12);
  }

  .aod-dropdown-menu {
    text-align: center;
    background-color: #0b0b0b !important;
    border: none !important;
  }

  .aod-slide-item {
    height: 55vh;
    min-height: 360px;
  }

  .aod-subtitle {
    font-size: 0.95rem;
    letter-spacing: 2px;
  }

  .aod-title {
    font-size: 1.75rem;
  }
}



/* ==========================================================================
   MOBILE & DROPDOWN MENU COLOR FIX (DARK BACKGROUND & HIGH CONTRAST TEXT)
   ========================================================================== */

/* Navbar collapse background fix for mobile */
/* .aod-navbar .navbar-collapse,
#aodNavContent {
  background-color: #121212 !important;
  padding: 10px 0;
  border-radius: 0 0 8px 8px;
} */

/* Nav links color fix */
.aod-nav-list .nav-link {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center;
}

.aod-nav-list .nav-link:hover,
.aod-nav-list .nav-link.active {
  color: #d4a359 !important;
  background-color: rgba(212, 163, 89, 0.15) !important;
}

/* Dropdown menu background & text fix */
.aod-dropdown-menu {
  background-color: #fbf7f7 !important;
  border: 1px solid #edeae6 !important;
}

.aod-dropdown-menu .dropdown-item {
  color: #e0e0e0 !important;
  font-weight: 500;
}

.aod-dropdown-menu .dropdown-item:hover {
  background-color: #f5f3f0 !important;
  color: #000000 !important;
}

/* Mobile Divider Line Fix */
@media (max-width: 991.98px) {
  .aod-nav-list .nav-item {
    border-bottom: 1px solid rgba(212, 163, 89, 0.2);
  }
  
  .aod-nav-list .nav-item:last-child {
    border-bottom: none;
  }
}


  /* Quick fix for older legacy headers on inner pages */
header.main-global-header,
.site-header {
  background-color: #0b0b0b !important;
}

header.main-global-header .navbar,
.site-header .navbar {
  background-color: #121212 !important;
}

header.main-global-header .navbar-collapse,
.site-header .navbar-collapse {
  background-color: #121212 !important;
}

header.main-global-header .nav-link,
.site-header .nav-link {
  color: #ffffff !important;
}

header.main-global-header .nav-link:hover,
header.main-global-header .nav-link.active {
  color: #d4a359 !important;
}

/* Shared sand-tone header and footer treatment. */
:root {
  --aod-sand: #e6d2b2;
  --aod-sand-light: #f4e8d6;
  --aod-sand-accent: #9a6a34;
  --aod-sand-text: #342315;
}

/* Home header */
.aod-top-bar,
.aod-navbar,
.aod-navbar .navbar-collapse,
#aodNavContent {
  background-color: var(--aod-sand) !important;
}

.aod-top-bar {
  border-bottom-color: rgba(154, 106, 52, 0.35);
}

.aod-navbar {
  border-bottom-color: var(--aod-sand-accent) !important;
}

.aod-brand-title .aod-title-main,
.aod-nav-list .nav-link {
  color: var(--aod-sand-text) !important;
}

.aod-nav-list .nav-link:hover,
.aod-nav-list .nav-link.active {
  color: var(--aod-sand-accent) !important;
}

.aod-dropdown-menu {
  background-color: white !important;
  border-color: white !important;
}

.aod-dropdown-menu .dropdown-item {
  color: var(--aod-sand-text) !important;
}

.aod-toggler {
  background-color: var(--aod-sand-light) !important;
  border-color: var(--aod-sand-accent) !important;
}

.aod-logo-circle {
  width: 110px;
  height: 110px;
}

.aod-social-links a {
  width: 40px;
  height: 40px;
  border-color: rgba(154, 106, 52, 0.45);
}

.aod-social-links img {
  width: 21px;
  height: 21px;
}

/* Inner-page header */
.header-top-bar,
.header-nav-bar,
header.main-global-header,
header.main-global-header .navbar,
header.main-global-header .navbar-collapse,
.site-header,
.site-header .navbar,
.site-header .navbar-collapse {
  background-color: var(--aod-sand) !important;
}

.header-nav-bar {
  border-bottom-color: var(--aod-sand-accent) !important;
}

.header-brand-title,
.header-nav-bar .nav-link,
header.main-global-header .nav-link,
.site-header .nav-link {
  color: var(--aod-sand-text) !important;
}

.header-nav-bar .nav-link:hover,
.header-nav-bar .nav-item.active .nav-link,
header.main-global-header .nav-link:hover,
header.main-global-header .nav-link.active {
  color: var(--aod-sand-accent) !important;
}

.logo-circle-frame {
  width: 84px !important;
  height: 84px !important;
}

.social-icons-wrapper {
  gap: 14px !important;
}

.social-icons-wrapper img {
  width: 32px !important;
  height: 32px !important;
}

/* Hide only the requested header social links; flex spacing then closes naturally. */
.aod-social-links a[href*="instagram"],
.aod-social-links a[href*="snapchat"],
.aod-social-links a[href^="mailto:"],
.social-icons-wrapper a[href*="instagram"],
.social-icons-wrapper a[href*="snapchat"],
.social-icons-wrapper a[href^="mailto:"] {
  display: none;
}

/* Footer palette only; existing layout and spacing stay unchanged. */
footer {
  background-color: var(--aod-sand);
  color: var(--aod-sand-text);
}

footer .text-white,
footer a {
  color: var(--aod-sand-text) !important;
}

footer a:hover {
  color: var(--aod-sand-accent) !important;
}

@media (max-width: 991.98px) {
  .aod-logo-circle {
    width: 100px !important;
    height: 100px !important;
  }

  .aod-social-links a {
    width: 36px !important;
    height: 36px !important;
  }

  .aod-social-links img {
    width: 18px !important;
    height: 18px !important;
  }

  .logo-circle-frame {
    width: 76px !important;
    height: 76px !important;
  }

  .social-icons-wrapper img {
    width: 30px !important;
    height: 30px !important;
  }
}



.home-events .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-events .card-img-top {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.home-events .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-events .card-body .btn {
  margin-top: 10px;
}
/* Home Gallery - Equal Image Sizes */
.home-gallery .gallery-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.home-gallery .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-gallery .col-6 {
  margin-bottom: 24px;
}

.home-gallery .col-6 img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}


.call-sugna-desert-safari,
.call-artofdunes-desert-safari {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}

.call-sugna-desert-safari .reservation a,
.call-artofdunes-desert-safari .reservation a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.call-sugna-desert-safari .call,
.call-artofdunes-desert-safari .call {
  display: none;
}

.social-icons-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  

}

.social-icons-wrapper a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.social-icons-wrapper img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain;
  display: block !important;
}

@media (max-width: 767px) {

    /* Header spacing */
    .header-top-bar {
        padding: 10px 0;
        overflow: hidden;
    }

    .header-top-bar .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Logo */
    .header-top-bar .col-4:first-child {
        width: 30%;
        flex: 0 0 30%;
    }

    .logo-img {
        width: 65px !important;
        height: 65px !important;
    }

    /* Brand title */
    .header-top-bar .col-4:nth-child(2) {
        width: 70%;
        flex: 0 0 70%;
    }

    .header-brand-title {
        font-size: 18px !important;
        white-space: nowrap;
        text-align: center;
    }

    /* Social icons */
    .header-top-bar .col-4:last-child {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 8px;
        text-align: center !important;
    }

    .social-icons-wrapper {
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        gap: 6px !important;
    }

    .social-icons-wrapper a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .social-icons-wrapper img {
        width: 35px !important;
        height: 35px !important;
        object-fit: contain;
    }

    /* Navigation */
    .header-nav-bar .navbar-toggler {
        margin: 5px auto !important;
    }
}



/* Loading overlay */.aod-home-intro {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    overflow: hidden;

    background: #ffffff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Loading video *//* ===== LOADING SCREEN - FINAL ===== */

.aod-home-intro {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: rgba(245, 227, 195, 0.30) !important;

    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;

    z-index: 999999 !important;
    overflow: hidden !important;
}

.aod-home-intro__video {
    width: 300px !important;
    height: 300px !important;

    object-fit: contain !important;
    display: block !important;

    background: transparent !important;
    border: none !important;
}

/* Mobile */
@media (max-width: 767px) {

    .aod-home-intro {
        background: rgba(245, 227, 195, 0.30) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
    }

    .aod-home-intro__video {
        width: 230px !important;
        height: 230px !important;
    }
}

.aod-home-intro__video {
    width: 300px !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

/* Mobile */
@media (max-width: 767px) {
    .aod-home-intro__video {
        width: 230px !important;
        height: 230px !important;
        border-radius: 50% !important;
    }
}

.aod-home-intro__video {
    box-shadow: 0 0 35px rgba(255, 210, 130, 0.45) !important;
}


@media (max-width: 767px) {

    /* Mobile header - single row */
    .header-top-bar .row {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
    }

    /* Logo - Left */
    .header-top-bar .col-4:first-child {
        width: 22% !important;
        flex: 0 0 22% !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .logo-img {
        width: 58px !important;
        height: 58px !important;
    }

    /* Title - Center */
    .header-top-bar .col-4:nth-child(2) {
        width: 43% !important;
        flex: 0 0 43% !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .header-brand-title {
        font-size: 16px !important;
        white-space: nowrap !important;
        margin: 0 !important;
    }

    /* Social icons - Right */
    .header-top-bar .col-4:last-child {
        width: 35% !important;
        flex: 0 0 35% !important;
        padding: 0 !important;
        text-align: right !important;
    }

    .social-icons-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 6px !important;
    }

    .social-icons-wrapper img {
        width: 28px !important;
        height: 28px !important;
        object-fit: contain !important;
    }
}

@media (max-width: 767px) {

    /* ===== HOME PAGE MOBILE HEADER ===== */

    .aod-top-bar-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        min-height: 85px !important;
    }

    /* Logo - LEFT */
    .aod-brand-logo {
        width: 22% !important;
        flex: 0 0 22% !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        margin: 0 !important;
    }

    .aod-logo-circle {
        display: block !important;
    }

    .aod-logo-circle img {
        width: 58px !important;
        height: 58px !important;
        object-fit: contain !important;
    }

    /* Title - CENTER */
    .aod-brand-title {
        width: 43% !important;
        flex: 0 0 43% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .aod-title-main {
        font-size: 16px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        margin: 0 !important;
        text-align: center !important;
    }

    /* Social Icons - RIGHT */
    .aod-top-bar-wrapper > .social-icons-wrapper {
        width: 35% !important;
        flex: 0 0 35% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 5px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-top-bar-wrapper > .social-icons-wrapper a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .aod-top-bar-wrapper > .social-icons-wrapper img {
        width: 27px !important;
        height: 27px !important;
        object-fit: contain !important;
    }

    /* Navigation */
    .aod-navbar {
        width: 100% !important;
    }

    .aod-navbar .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 767px) {

    /* MOBILE HEADER */
    .aod-site-header .aod-top-bar-wrapper {
        display: grid !important;
        grid-template-columns: 65px minmax(0, 1fr) 68px !important;
        align-items: center !important;

        width: 100% !important;
        min-height: 85px !important;
        height: 85px !important;

        padding: 0 6px !important;
        box-sizing: border-box !important;
    }

    /* LOGO */
    .aod-site-header .aod-brand-logo {
        position: static !important;
        transform: none !important;

        width: 65px !important;
        height: 65px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-site-header .aod-logo-circle {
        width: 85px !important;
        height: 85px !important;
    }

    .aod-site-header .aod-logo-circle img {
        width: 100px !important;
        height: 100px !important;
        object-fit: contain !important;
    }


    /* TITLE */
    .aod-site-header .aod-brand-title {
        position: static !important;
        transform: none !important;

        width: 100% !important;
        min-width: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    .aod-site-header .aod-title-main {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 15px !important;
        line-height: 1.2 !important;
        letter-spacing: 0.5px !important;

        text-align: center !important;
        white-space: nowrap !important;
    }


    /* ICON COLUMN */
    .aod-site-header .aod-top-bar-wrapper > .col-4:last-child {
        position: static !important;
        transform: none !important;

        width: 68px !important;
        max-width: 68px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* ICONS */
    .aod-site-header .social-icons-wrapper {
        position: static !important;
        transform: none !important;

        width: 68px !important;

        display: flex !important;
        flex-direction: row !important;

        align-items: center !important;
        justify-content: flex-end !important;

        gap: 4px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-site-header .social-icons-wrapper a {
        width: 30px !important;
        height: 30px !important;

        flex: 0 0 30px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-site-header .social-icons-wrapper img {
        width: 30px !important;
        height: 30px !important;

        max-width: 30px !important;
        object-fit: contain !important;
    }
}

/* =========================================
   MAIN GLOBAL HEADER - MOBILE FINAL FIX
   ========================================= */

@media (max-width: 767px) {

    .main-global-header .header-top-bar {
        background: #f7f5bc !important;
        padding: 8px 0 !important;
    }

    .main-global-header .header-top-bar .container-fluid {
        padding: 0 8px !important;
    }

    /* Main row */
    .main-global-header .header-top-bar .row {
        position: relative !important;

        display: grid !important;
        grid-template-columns: 70px minmax(0, 1fr) 70px !important;

        align-items: center !important;

        width: 100% !important;
        min-height: 90px !important;

        margin: 0 !important;
    }


    /* Remove Bootstrap col sizing */
    .main-global-header .header-top-bar .row > .col-4 {
        width: auto !important;
        max-width: none !important;
        flex: none !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* ================= LOGO ================= */

    .main-global-header .logo-circle-frame {
        width: 62px !important;
        height: 62px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
    }

    .main-global-header .logo-img {
        width: 62px !important;
        height: 62px !important;

        max-width: 62px !important;

        object-fit: contain !important;
        display: block !important;
    }


    /* ================= TITLE ================= */

    .main-global-header .header-brand-title {
        position: static !important;

        display: block !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 3px !important;

        text-align: center !important;

        visibility: visible !important;
        opacity: 1 !important;

        overflow: visible !important;
    }

    .main-global-header .header-brand-title h2 {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        color: #222 !important;

        font-size: 17px !important;
        font-weight: 700 !important;

        line-height: 1.2 !important;
        letter-spacing: .5px !important;

        text-align: center !important;

        white-space: nowrap !important;

        visibility: visible !important;
        opacity: 1 !important;
    }


    /* ================= SOCIAL ICONS ================= */

    .main-global-header .social-icons-wrapper {
        position: static !important;

        width: 70px !important;
        height: auto !important;

        display: flex !important;

        flex-direction: row !important;

        align-items: center !important;
        justify-content: flex-end !important;

        gap: 5px !important;

        margin: 0 !important;
        padding: 0 !important;

        transform: none !important;
    }

    .main-global-header .social-icons-wrapper a {
        width: 30px !important;
        height: 30px !important;

        flex: 0 0 30px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .main-global-header .social-icons-wrapper img {
        width: 30px !important;
        height: 30px !important;

        max-width: 30px !important;
        max-height: 30px !important;

        object-fit: contain !important;

        display: block !important;
    }


    /* ================= NAVBAR ================= */

    .main-global-header .header-nav-bar {
        background: #f7f5bc !important;
        background-color: #f7f5bc !important;

        padding: 5px 10px !important;
    }

    .main-global-header .header-nav-bar .container {
        width: 100% !important;
        max-width: 100% !important;

        padding: 0 !important;
    }

}

@media (max-width: 767px) {

    /* ===== HOME HEADER MOBILE FINAL FIX ===== */

    .aod-top-bar {
        width: 100% !important;
        padding: 8px 0 !important;
        min-height: 80px !important;
    }

    .aod-top-bar .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 8px !important;
    }

    .aod-top-bar-wrapper {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 70px !important;
        min-height: 70px !important;
    }

    /* LOGO - LEFT */
    .aod-brand-logo {
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-logo-circle {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-logo-circle img {
        width: 58px !important;
        height: 58px !important;
        object-fit: contain !important;
    }


    /* TITLE - EXACT CENTER */
    .aod-brand-title {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;

        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-title-main {
        margin: 0 !important;
        padding: 0 !important;

        font-size: 16px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-align: center !important;
    }


    /* SOCIAL ICONS - RIGHT */
    .aod-top-bar-wrapper > .social-icons-wrapper {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;

        width: auto !important;
        height: auto !important;

        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;

        gap: 5px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-top-bar-wrapper > .social-icons-wrapper a {
        display: flex !important;
        width: 27px !important;
        height: 27px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-top-bar-wrapper > .social-icons-wrapper img {
        width: 27px !important;
        height: 27px !important;
        object-fit: contain !important;
        display: block !important;
    }
}
@media (max-width: 767px) {

    .aod-brand-logo {
        left: 4px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .aod-logo-circle {
        width: 62px !important;
        height: 62px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .aod-logo-circle img {
        width: 62px !important;
        height: 62px !important;
        max-width: 62px !important;
        max-height: 62px !important;
        object-fit: contain !important;
    }
}

.aod-navbar {
    background: #E7B526 !important;
    border-bottom: 2px solid #C99518 !important;
}

/* Inner navbar container */
.aod-navbar > .container {
    background: #E7B526 !important;
}

/* Navigation links area */
.aod-navbar .navbar-collapse {
    background: #E7B526 !important;
}

/* Menu links */
.aod-navbar .nav-link {
    background: transparent !important;
    color: #2b1b0e !important;
}

/* Active Home */
.aod-navbar .nav-link.active {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #f9f7f5 !important;
}

/* Hover */
.aod-navbar .nav-link:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #f6f4f0 !important;
}

/* Mobile menu button */
.aod-toggler {
    background: #E7B526 !important;
    border-color: #C99518 !important;
}

.aod-toggler-label {
    color: #ffffff !important;
}

/* Packages dropdown - make it white */
.main-global-header .dropdown-menu {
    background-color: #fff !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
}

.main-global-header .dropdown-menu .dropdown-item {
    background-color: #fff !important;
    color: #222 !important;
}

.main-global-header .dropdown-menu .dropdown-item:hover,
.main-global-header .dropdown-menu .dropdown-item:focus {
    background-color: #f7f5bc !important;
    color: #222 !important;
}


/* =========================================================
   ART OF DUNES - FOOTER
   ========================================================= */

.aod-footer {
    background: #f7f5bc !important;
    color: #342315;
    padding: 75px 0 0;
    margin-top: 60px;
}

/* Main footer */
.aod-footer-main {
    padding-bottom: 55px;
}

/* Logo */
.aod-footer-logo {
    margin-bottom: 22px;
}

.aod-footer-logo img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

/* Brand */
.aod-footer-brand {
    color: #9a6a34;
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

/* Description */
.aod-footer-description {
    color: #665b4c;
    font-size: 16px;
    line-height: 1.8;
    max-width: 470px;
    margin-bottom: 28px;
}

/* Headings */
.aod-footer-heading {
    color: #342315;
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

/* Links */
.aod-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aod-footer-links li {
    margin-bottom: 18px;
}

.aod-footer-links a {
    color: #665b4c !important;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.25s ease;
}

.aod-footer-links a:hover {
    color: #9a6a34 !important;
    padding-left: 4px;
}


/* Social */
.aod-footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.aod-footer-social a {
    width: 48px;
    height: 48px;
    border: 1px solid #d5a75c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255,255,255,0.25);
}

.aod-footer-social img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.aod-footer-social span {
    color: #9a6a34;
    font-size: 22px;
}


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

.aod-contact-icon {
    min-width: 22px;
    color: #9a6a34;
    font-size: 18px;
}

.aod-contact-item p {
    margin: 0;
    color: #665b4c;
    font-size: 15px;
    line-height: 1.7;
}

.aod-contact-item a {
    color: #665b4c !important;
    text-decoration: none;
}

.aod-contact-item a:hover {
    color: #9a6a34 !important;
}


/* Map */
.aod-footer-map {
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(154,106,52,0.3);
}

.aod-footer-map iframe {
    width: 100%;
    height: 300px;
    display: block;
}


/* Bottom */
.aod-footer-bottom {
    border-top: 1px solid rgba(154,106,52,0.25);
    padding: 25px 0;
    margin-top: 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.aod-footer-bottom p {
    margin: 0;
    color: #766b5c;
    font-size: 14px;
}

.aod-footer-bottom-links {
    display: flex;
    gap: 28px;
}

.aod-footer-bottom-links a {
    color: #766b5c !important;
    text-decoration: none;
    font-size: 14px;
}

.aod-footer-bottom-links a:hover {
    color: #9a6a34 !important;
}


/* Floating buttons */
.aod-floating-whatsapp,
.aod-floating-call {
    position: fixed;
    right: 28px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 5px 18px rgba(0,0,0,0.18);
}

.aod-floating-whatsapp {
    bottom: 105px;
    background: #20b66b;
}

.aod-floating-whatsapp img {
    width: 36px;
    height: 36px;
}

.aod-floating-call {
    bottom: 28px;
    background: #ffffff;
    border: 1px solid #d5a75c;
    color: #9a6a34;
    font-size: 25px;
}


/* Mobile */
@media (max-width: 767px) {

    .aod-footer {
        padding: 50px 20px 0;
        margin-top: 40px;
    }

    .aod-footer-brand {
        font-size: 28px;
    }

    .aod-footer-heading {
        margin-top: 15px;
        margin-bottom: 22px;
    }

    .aod-footer-main {
        padding-bottom: 25px;
    }

    .aod-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .aod-footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 20px;
    }

    .aod-footer-map iframe {
        height: 280px;
    }

    .aod-floating-whatsapp,
    .aod-floating-call {
        width: 52px;
        height: 52px;
        right: 18px;
    }

    .aod-floating-whatsapp {
        bottom: 85px;
    }

    .aod-floating-call {
        bottom: 20px;
    }
}

/* Home Page Map */
.home-map-section {
    padding: 60px 0;
}

.home-map-container {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(154, 106, 52, 0.25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.home-map-container iframe {
    width: 100%;
    height: 450px;
    display: block;
    border: 0;
}

@media (max-width: 767px) {
    .home-map-section {
        padding: 40px 15px;
    }

    .home-map-container iframe {
        height: 300px;
    }
}


.header-top-bar,
.header-nav-bar,
.header-nav-bar > .container,
.header-nav-bar .navbar-collapse,
#mainMenu {
    background-color: #f7f5bc !important;
    background: #f7f5bc !important;
}

.header-nav-bar {
    border-bottom: 2px solid #d8cfa0 !important;
}

.header-nav-bar .nav-link {
    color: #3b2a16 !important;
}

.header-nav-bar .nav-link:hover {
    color: #9a6a34 !important;
}

/* FORCE NAVBAR FULL BACKGROUND */
.main-global-header .header-nav-bar {
    background: #f7f5bc !important;
    background-color: #f7f5bc !important;
}

.main-global-header .header-nav-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f7f5bc !important;
    z-index: -1;
}

.main-global-header .header-nav-bar {
    position: relative !important;
    z-index: 10;
}

.main-global-header .header-nav-bar .container {
    background: transparent !important;
}

.main-global-header .header-nav-bar .navbar-collapse {
    background: #f7f5bc !important;
}

.main-global-header .header-nav-bar .navbar-nav {
    background: #f7f5bc !important;
}

@media (max-width: 991px) {

    .main-global-header .header-nav-bar .navbar-toggler {
        display: block !important;
        width: 60px !important;
        height: 45px !important;

        margin: 5px auto !important;
        padding: 0 !important;

        /* border: 1px solid #9a6a34 !important; */
        border-radius: 5px !important;

        background-color: #f7f5bc !important;

        /* DRAW HAMBURGER DIRECTLY */
        background-image:
            linear-gradient(#9a6a34, #9a6a34),
            linear-gradient(#9a6a34, #9a6a34),
            linear-gradient(#9a6a34, #9a6a34) !important;

        background-size:
            28px 3px,
            28px 3px,
            28px 3px !important;

        background-position:
            center 10px,
            center 21px,
            center 32px !important;

        background-repeat: no-repeat !important;
    }

    /* Existing Bootstrap icon completely hide */
    .main-global-header .header-nav-bar .navbar-toggler-icon {
        display: none !important;
    }
}

/* ===== PREMIUM ABOUT IMAGES ===== */

.about-images-premium {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 250px 250px;
    gap: 14px;
    height: 514px;
}

.about-images-premium .about-img {
    overflow: hidden;
    border-radius: 10px;
    border: 4px solid var(--tertiary-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.about-images-premium .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.about-images-premium .about-img:hover img {
    transform: scale(1.05);
}

/* Large left image */
.about-img-1 {
    grid-row: 1 / 3;
}

/* Right top */
.about-img-3 {
    grid-column: 2;
    grid-row: 1;
}

/* Right bottom */
.about-img-2 {
    grid-column: 2;
    grid-row: 2;
}


/* MOBILE */
@media (max-width: 767px) {

    .about-images-premium {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 180px;
        height: auto;
        gap: 10px;
    }

    .about-img-1 {
        grid-row: 1 / 3;
    }

    .about-images-premium .about-img {
        border-width: 3px;
    }
}




/* =========================================
   MOBILE WHATSAPP + CALL BOTTOM BAR
   ========================================= */

.aod-mobile-contact-bar {
    display: none;
}


@media (max-width: 767px) {

    /* Hide old individual floating buttons on mobile */
    .aod-floating-whatsapp,
    .aod-floating-call {
        display: none !important;
    }

    /* Bottom pill */
    .aod-mobile-contact-bar {
        position: fixed !important;

        left: 50% !important;
        bottom: 18px !important;

        transform: translateX(-50%) !important;

        width: calc(100% - 55px) !important;
        max-width: 390px !important;
        height: 72px !important;

        display: flex !important;
        align-items: stretch !important;

        background: #fff !important;

        border-radius: 40px !important;

        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22) !important;

        overflow: hidden !important;

        z-index: 99999 !important;
    }


    /* Each half */
    .aod-mobile-contact-btn {
        flex: 1 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 10px !important;

        text-decoration: none !important;

        color: #444 !important;

        font-size: 17px !important;
        font-weight: 500 !important;

        background: #fff !important;

        border: 0 !important;
    }


    /* Divider */
    .aod-mobile-contact-btn + .aod-mobile-contact-btn {
        border-left: 1px solid #ddd !important;
    }


    /* WhatsApp icon */
    .aod-mobile-contact-btn img {
        width: 28px !important;
        height: 28px !important;

        object-fit: contain !important;
    }


    /* Call icon */
    .aod-call-icon {
        color: #9a6a34 !important;

        font-size: 25px !important;
        line-height: 1 !important;
    }


    /* Touch effect */
    .aod-mobile-contact-btn:active {
        background: #f7f5bc !important;
    }
}

.aod-logo-circle {
    width: 100px !important;
    height: 100px !important;
}

@media (max-width: 767px) {

    .aod-site-header .social-icons-wrapper {
        display: none !important;
    }

}

@media (max-width: 767px) {

    header.aod-site-header .aod-top-bar .aod-top-bar-wrapper .aod-brand-logo .aod-logo-circle {
        width: 85px !important;
        height: 85px !important;
        min-width: 85px !important;
        min-height: 85px !important;
    }

    header.aod-site-header .aod-top-bar .aod-top-bar-wrapper .aod-brand-logo .aod-logo-circle img {
        width: 85px !important;
        height: 85px !important;
        min-width: 85px !important;
        min-height: 85px !important;
        max-width: 85px !important;
        max-height: 85px !important;
        object-fit: contain !important;
    }

}

@media (max-width: 767px) {

    /* ===== WHY JAISALMER / OTHER PAGES ===== */

    /* Remove Facebook + Instagram on mobile */
    .main-global-header .social-icons-wrapper {
        display: none !important;
    }

    /* Bigger logo */
    .main-global-header .logo-circle-frame {
        width: 85px !important;
        height: 85px !important;
        min-width: 85px !important;
        min-height: 85px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .main-global-header .logo-circle-frame .logo-img {
        width: 85px !important;
        height: 85px !important;
        min-width: 85px !important;
        min-height: 85px !important;
        max-width: 85px !important;
        max-height: 85px !important;

        object-fit: contain !important;
    }

}
@media (max-width: 767px) {

    /* Hamburger button */
    header.aod-site-header .aod-toggler {
        display: flex !important;
        width: 50px !important;
        height: 45px !important;

        margin: 5px 5px 5px auto !important;
        padding: 0 !important;

        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    /* Hide MENU text */
    header.aod-site-header .aod-toggler-label {
        display: none !important;
    }

    /* Hamburger - ONLY 3 lines */
    header.aod-site-header .aod-toggler-icon {
        display: block !important;

        width: 36px !important;
        height: 4px !important;

        margin: 0 !important;

        background: #8b5a20 !important;
        background-image: none !important;

        border-radius: 3px !important;

        box-shadow:
            0 11px 0 #8b5a20,
            0 22px 0 #8b5a20 !important;

        opacity: 1 !important;
    }

    /* Disable any old pseudo-elements */
    header.aod-site-header .aod-toggler-icon::before,
    header.aod-site-header .aod-toggler-icon::after {
        display: none !important;
        content: none !important;
        background: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {

    /* ================================
       HEADER + NAVBAR SAME ROW
       ================================ */

    header.aod-site-header {
        position: relative !important;
    }

    /* Top header */
    header.aod-site-header .aod-top-bar {
        height: 90px !important;
        min-height: 90px !important;
    }

    header.aod-site-header .aod-top-bar-wrapper {
        height: 90px !important;
        min-height: 90px !important;
    }

    /* ================================
       NAVBAR
       ================================ */

    header.aod-site-header .aod-navbar {
        position: absolute !important;

        top: 0 !important;
        right: 0 !important;

        width: 65px !important;
        height: 90px !important;

        min-height: 90px !important;

        background: transparent !important;

        z-index: 99999 !important;

        padding: 0 !important;
    }

    header.aod-site-header .aod-navbar > .container {
        width: 100% !important;
        height: 90px !important;

        padding: 0 !important;
        margin: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }


    /* ================================
       HAMBURGER
       ================================ */

    header.aod-site-header .aod-toggler {
        display: flex !important;

        width: 50px !important;
        height: 50px !important;

        margin: 0 !important;
        padding: 0 !important;

        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;

        border: none !important;
        box-shadow: none !important;

        position: static !important;
        transform: none !important;
    }

    /* Remove MENU */
    header.aod-site-header .aod-toggler-label {
        display: none !important;
    }

    /* Hamburger */
    header.aod-site-header .aod-toggler-icon {
        display: block !important;

        width: 34px !important;
        height: 3px !important;

        background: #b8893c !important;

        background-image: none !important;

        border-radius: 2px !important;

        box-shadow:
            0 10px 0 #b8893c,
            0 20px 0 #b8893c !important;

        opacity: 1 !important;
    }

    header.aod-site-header .aod-toggler-icon::before,
    header.aod-site-header .aod-toggler-icon::after {
        display: none !important;
        content: none !important;
    }


    /* ================================
       OPEN MENU
       ================================ */

    header.aod-site-header #aodNavContent {
        position: absolute !important;

        top: 90px !important;
        right: 0 !important;

        width: 100vw !important;

        background: #f7f5bc !important;

        padding: 0 10px !important;

        z-index: 99998 !important;
    }

}

@media (max-width: 767px) {

    /* Increase mobile header height */
    header.aod-site-header .aod-top-bar {
        height: 115px !important;
        min-height: 115px !important;
    }

    header.aod-site-header .aod-top-bar-wrapper {
        height: 105px !important;
        min-height: 105px !important;
    }

    /* Keep hamburger vertically centered */
    header.aod-site-header .aod-navbar {
        height: 105px !important;
        min-height: 105px !important;
    }

    header.aod-site-header .aod-navbar > .container {
        height: 105px !important;
        min-height: 105px !important;
    }

    /* Keep menu opening below the header */
    header.aod-site-header #aodNavContent {
        top: 105px !important;
    }
}

@media (max-width: 767px) {

    /* Header */
    header.aod-site-header {
        position: relative !important;
        overflow: visible !important;
    }

    /* Top header */
    header.aod-site-header .aod-top-bar {
        height: 105px !important;
        min-height: 105px !important;
    }

    header.aod-site-header .aod-top-bar-wrapper {
        height: 105px !important;
        min-height: 105px !important;
    }


    /* Navbar only holds hamburger */
    header.aod-site-header .aod-navbar {
        position: absolute !important;

        top: 0 !important;
        right: 0 !important;

        width: 65px !important;
        height: 105px !important;

        background: transparent !important;

        z-index: 100000 !important;

        overflow: visible !important;
    }


    header.aod-site-header .aod-navbar > .container {
        width: 65px !important;
        height: 105px !important;

        padding: 0 !important;
        margin: 0 !important;

        overflow: visible !important;
    }


    /* Hamburger */
    header.aod-site-header .aod-toggler {
        width: 50px !important;
        height: 50px !important;

        margin: 27px 5px 0 auto !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;
        border: none !important;
    }


    /* =================================
       FULL WIDTH OPEN MENU
       ================================= */

    header.aod-site-header #aodNavContent {
        position: fixed !important;

        top: 105px !important;
        left: 0 !important;

        width: 100vw !important;
        max-width: 100vw !important;

        margin: 0 !important;
        padding: 0 10px !important;

        background: #f7f5bc !important;
        background-color: #f7f5bc !important;

        z-index: 99999 !important;

        box-sizing: border-box !important;

        overflow: visible !important;
    }


    /* Menu list full width */
    header.aod-site-header #aodNavContent .aod-nav-list {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;
    }


    header.aod-site-header #aodNavContent .nav-item {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;
    }


    header.aod-site-header #aodNavContent .nav-link {
        width: 100% !important;

        padding: 14px 10px !important;

        text-align: center !important;

        background: #f7f5bc !important;
        color: #33210f !important;

        border-bottom: 1px solid rgba(139, 90, 32, 0.15) !important;

        box-sizing: border-box !important;
    }

}


/* =========================================================
   OTHER PAGES - MOBILE HEADER
   Logo + Title + Hamburger in SAME ROW
   ========================================================= */

@media (max-width: 767px) {

    /* =========================
       MAIN HEADER
       ========================= */

    header.main-global-header {
        position: relative !important;
        overflow: visible !important;
    }

    /* Top header */
    header.main-global-header .header-top-bar {
        height: 115px !important;
        min-height: 115px !important;

        background: #f7f5bc !important;
        background-color: #f7f5bc !important;
    }

    header.main-global-header .header-top-bar .container-fluid {
        height: 105px !important;
        padding: 0 10px !important;
    }

    header.main-global-header .header-top-bar .row {
        height: 105px !important;
        margin: 0 !important;
    }


    /* =========================
       LOGO
       ========================= */

    header.main-global-header .logo-circle-frame {
        width: 85px !important;
        height: 85px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
    }

    header.main-global-header .logo-circle-frame .logo-img {
        width: 85px !important;
        height: 85px !important;

        max-width: 85px !important;
        max-height: 85px !important;

        object-fit: contain !important;
    }


    /* =========================
       BRAND TITLE
       ========================= */

    header.main-global-header .header-brand-title {
        font-size: 18px !important;
        line-height: 1.2 !important;

        white-space: nowrap !important;

        margin: 0 !important;
    }


    /* =========================
       REMOVE SOCIAL ICONS
       ========================= */

    /* header.main-global-header .header-top-bar .social-icons-wrapper {
        display: none !important;
    } */

    
    /* Give title more space */
    header.main-global-header .header-top-bar .col-4.text-center {
        width: auto !important;
        flex: 1 1 auto !important;

        padding: 0 !important;
    }

    header.main-global-header .header-top-bar .col-4.text-start {
        width: 95px !important;
        flex: 0 0 95px !important;

        padding: 0 !important;
    }

    header.main-global-header .header-top-bar .col-4.text-end {
        display: none !important;
    }


    /* =========================
       NAVBAR
       ========================= */

    header.main-global-header .header-nav-bar {
        position: absolute !important;

        top: 0 !important;
        right: 0 !important;

        width: 65px !important;
        height: 105px !important;

        min-height: 105px !important;

        padding: 0 !important;

        background: transparent !important;
        background-color: transparent !important;

        border: none !important;

        z-index: 99999 !important;
    }

    header.main-global-header .header-nav-bar > .container {
        width: 65px !important;
        height: 105px !important;

        padding: 0 !important;
        margin: 0 !important;
    }


    /* =========================
       HAMBURGER
       ========================= */

    header.main-global-header .navbar-toggler {
        display: flex !important;

        width: 50px !important;
        height: 50px !important;

        margin: 27px 5px 0 auto !important;
        padding: 0 !important;

        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;

        border: none !important;
        box-shadow: none !important;

        position: relative !important;
    }

    header.main-global-header .navbar-toggler-icon {
        width: 34px !important;
        height: 3px !important;

        display: block !important;

        background: #b8893c !important;
        background-image: none !important;

        border-radius: 2px !important;

        box-shadow:
            0 10px 0 #b8893c,
            0 20px 0 #b8893c !important;
    }


    /* =========================
       OPEN MENU
       ========================= */

    header.main-global-header #mainMenu {
        position: fixed !important;

        top: 105px !important;
        left: 0 !important;

        width: 100vw !important;
        max-width: 100vw !important;

        margin: 0 !important;
        padding: 0 10px !important;

        background: #f7f5bc !important;
        background-color: #f7f5bc !important;

        z-index: 99998 !important;

        box-sizing: border-box !important;
    }


    /* Menu list */
    header.main-global-header #mainMenu .navbar-nav {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;
    }

    header.main-global-header #mainMenu .nav-item {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;
    }


    /* Menu links */
    header.main-global-header #mainMenu .nav-link {
        width: 100% !important;

        padding: 14px 10px !important;

        text-align: center !important;

        color: #33210f !important;

        background: #f7f5bc !important;

        border-bottom: 1px solid rgba(139, 90, 32, 0.15) !important;

        font-size: 16px !important;
        font-weight: 600 !important;

        box-sizing: border-box !important;
    }


    /* Dropdown */
    header.main-global-header #mainMenu .dropdown-menu {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;

        border: none !important;
        box-shadow: none !important;

        text-align: center !important;
    }

    header.main-global-header #mainMenu .dropdown-item {
        padding: 12px !important;

        text-align: center !important;

        color: #33210f !important;

        background: #f7f5bc !important;
    }

}



.aod-mobile-social {
    display: none;
}

@media (max-width: 767px) {

    .aod-mobile-social {
        display: flex !important;

        position: fixed !important;
        right: 15px !important;
        bottom: 105px !important;

        flex-direction: column !important;
        gap: 8px !important;

        align-items: center !important;

        z-index: 999999 !important;
    }

    .aod-mobile-social a {
        display: flex !important;

        width: 38px !important;
        height: 38px !important;

        align-items: center !important;
        justify-content: center !important;
    }

    .aod-mobile-social img {
        width: 36px !important;
        height: 36px !important;

        object-fit: contain !important;
        display: block !important;
    }
}
/* Blur mobile social icons while intro/loading video is active */
body.aod-intro-active .aod-mobile-social {
    filter: blur(6px) !important;
    opacity: 0.7 !important;
}

@media (max-width: 767px) {

    /* Packages dropdown container */
    #aodNavContent .nav-item.dropdown {
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* CLOSED state */
    #aodNavContent .dropdown-menu.aod-dropdown-menu {
        display: none !important;

        position: absolute !important;

        top: 100% !important;
        left: 0 !important;

        width: 100% !important;
        min-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;

        border: none !important;
        box-shadow: none !important;
    }

    /* OPEN state - only after click */
    #aodNavContent .dropdown-menu.aod-dropdown-menu.show {
        display: block !important;
    }

    /* Package items */
    #aodNavContent .dropdown-menu.aod-dropdown-menu .dropdown-item {
        display: flex !important;

        width: 100% !important;
        height: 52px !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 !important;
        margin: 0 !important;

        background: #f7f5bc !important;
        color: #33210f !important;

        border: none !important;

        font-size: 15px !important;
        font-weight: 400 !important;

        text-align: center !important;
        box-sizing: border-box !important;
    }

    #aodNavContent .dropdown-menu.aod-dropdown-menu .dropdown-item:hover {
        background: #f7f5bc !important;
        color: #33210f !important;
    }
}

@media (max-width: 767px) {

    #mainMenu .dropdown-menu a.dropdown-item[href="royal-odc.html"] {
        display: none !important;
    }

}

/* =========================================================
   FINAL MOBILE HEADER
   ========================================================= */

@media (max-width: 767px) {

    /* =========================
       HEADER
       ========================= */

    .aod-site-header {
        position: relative !important;
        width: 100% !important;
        overflow: visible !important;
    }


    /* =========================
       TOP HEADER
       ========================= */

    .aod-site-header .aod-top-bar {
        width: 100% !important;
        height: 105px !important;
        min-height: 105px !important;

        background: #f7f5bc !important;

        padding: 0 !important;
        margin: 0 !important;
    }

    .aod-site-header .aod-top-bar .container {
        width: 100% !important;
        max-width: 100% !important;

        height: 105px !important;

        padding: 0 12px !important;
        margin: 0 !important;
    }


    /* =========================
       TOP BAR LAYOUT
       ========================= */

    .aod-top-bar-wrapper {
        width: 100% !important;
        height: 105px !important;

        display: flex !important;
        align-items: center !important;

        flex-wrap: nowrap !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =========================
       LOGO
       ========================= */

    .aod-brand-logo {
        width: 90px !important;
        min-width: 90px !important;
        max-width: 90px !important;

        flex: 0 0 90px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-logo-circle {
        width: 85px !important;
        height: 85px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-logo-circle img {
        width: 85px !important;
        height: 85px !important;

        max-width: 85px !important;
        max-height: 85px !important;

        object-fit: contain !important;

        display: block !important;
    }


    /* =========================
       TITLE
       ========================= */

    .aod-brand-title {
        flex: 1 1 auto !important;

        width: auto !important;
        min-width: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 5px !important;
        margin: 0 !important;

        overflow: hidden !important;
    }

    .aod-title-main {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 18px !important;
        line-height: 1.2 !important;

        text-align: center !important;

        white-space: nowrap !important;

        overflow: hidden !important;
        text-overflow: clip !important;
    }


    /* =========================
       DESKTOP SOCIAL ICONS
       HIDE ON MOBILE
       ========================= */

    .aod-top-bar-wrapper > .social-icons-wrapper {
        display: none !important;
    }


    /* =====================================================
       NAVBAR
       Only hamburger visible in header
       ===================================================== */

    .aod-site-header .aod-navbar {
        position: absolute !important;

        top: 0 !important;
        right: 0 !important;

        width: 65px !important;
        height: 105px !important;

        min-height: 105px !important;

        padding: 0 !important;
        margin: 0 !important;

        background: transparent !important;

        border: none !important;

        z-index: 10000 !important;
    }

    .aod-site-header .aod-navbar > .container {
        width: 65px !important;
        height: 105px !important;

        padding: 0 !important;
        margin: 0 !important;
    }


    /* =========================
       HAMBURGER
       ========================= */

    .aod-site-header .aod-toggler {
        width: 50px !important;
        height: 50px !important;

        position: absolute !important;

        top: 27px !important;
        right: 3px !important;

        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        background: transparent !important;

        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;

        border-radius: 0 !important;
    }

    /* Remove MENU text */
    .aod-site-header .aod-toggler-label {
        display: none !important;
    }


    /* =========================
       HAMBURGER LINES
       ========================= */

    .aod-site-header .aod-toggler-icon {
        width: 38px !important;
        height: 4px !important;

        display: block !important;

        background-image: none !important;
        background-color: #b8893c !important;

        border-radius: 2px !important;

        box-shadow:
            0 11px 0 #b8893c,
            0 22px 0 #b8893c !important;
    }


    /* =====================================================
       MOBILE MENU
       ===================================================== */

    .aod-site-header #aodNavContent {
        position: absolute !important;

        top: 105px !important;
        left: 0 !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 10px !important;

        background: #f7f5bc !important;

        z-index: 9999 !important;

        box-sizing: border-box !important;
    }


    .aod-site-header #aodNavContent .aod-nav-list {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;

        gap: 0 !important;
    }


    /* =========================
       NORMAL MENU ITEMS
       ========================= */

    .aod-site-header #aodNavContent .nav-item {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;
    }

    .aod-site-header #aodNavContent > .aod-nav-list > .nav-item > .nav-link {
        width: 100% !important;

        height: 61px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 10px !important;
        margin: 0 !important;

        color: #33210f !important;

        background: #f7f5bc !important;

        border-bottom: 1px solid rgba(139, 90, 32, 0.13) !important;

        font-size: 16px !important;
        font-weight: 600 !important;

        text-align: center !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       PACKAGES DROPDOWN
       ===================================================== */

    .aod-site-header #aodNavContent .dropdown {
        position: relative !important;
    }

    /* CLOSED */
    .aod-site-header #aodNavContent .dropdown-menu.aod-dropdown-menu {
        display: none !important;

        position: static !important;

        width: 100% !important;
        min-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #f7f5bc !important;

        border: none !important;
        box-shadow: none !important;

        transform: none !important;
    }

    /* OPEN ONLY AFTER CLICK */
    .aod-site-header #aodNavContent .dropdown-menu.aod-dropdown-menu.show {
        display: block !important;
    }

    .aod-site-header #aodNavContent
    .dropdown-menu.aod-dropdown-menu .dropdown-item {
        width: 100% !important;

        height: 52px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 10px !important;
        margin: 0 !important;

        background: #f7f5bc !important;

        color: #33210f !important;

        border: none !important;

        font-size: 15px !important;
        font-weight: 400 !important;

        text-align: center !important;

        box-sizing: border-box !important;
    }


    /* =========================
       HERO
       ========================= */

    .aod-site-header .aod-hero-slider {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-site-header .aod-video-hero {
        width: 100% !important;
        margin: 0 !important;
    }

    .aod-site-header .aod-hero-video {
        width: 100% !important;
        height: auto !important;

        min-height: 0 !important;

        object-fit: cover !important;

        display: block !important;
    }


    /* =====================================================
       MOBILE FLOATING SOCIAL ICONS
       ===================================================== */

    .aod-mobile-social {
        display: flex !important;

        position: fixed !important;

        right: 15px !important;
        bottom: 105px !important;

        flex-direction: column !important;

        gap: 8px !important;

        z-index: 999999 !important;
    }

    .aod-mobile-social a {
        width: 38px !important;
        height: 38px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .aod-mobile-social img {
        width: 36px !important;
        height: 36px !important;

        object-fit: contain !important;

        display: block !important;
    }


    /* Blur social icons during intro video */
    body.aod-intro-active .aod-mobile-social {
        filter: blur(6px) !important;
        opacity: 0.7 !important;
    }

}

@media (max-width: 767px) {

    /* ===============================
       MOBILE HEADER - FINAL FIX
       =============================== */

    .main-global-header .header-top-bar {
        height: 105px !important;
        min-height: 105px !important;
        width: 100% !important;
        padding: 0 !important;
        background: #f7f5bc !important;
        position: relative !important;
    }

    .main-global-header .header-top-bar .container-fluid {
        height: 105px !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .main-global-header .header-top-bar .row {
        position: relative !important;
        width: 100% !important;
        height: 105px !important;

        display: block !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* ===============================
       LOGO
       =============================== */

    .main-global-header .header-top-bar .col-4.text-start {
        position: absolute !important;

        left: 8px !important;
        top: 10px !important;

        width: 85px !important;
        max-width: 85px !important;

        padding: 0 !important;
        margin: 0 !important;

        z-index: 10 !important;
    }

    .main-global-header .logo-circle-frame {
        width: 85px !important;
        height: 85px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 0 !important;
        margin: 0 !important;
    }

    .main-global-header .logo-img {
        width: 85px !important;
        height: 85px !important;

        max-width: 85px !important;
        max-height: 85px !important;

        object-fit: contain !important;
        display: block !important;
    }


    /* ===============================
       TITLE
       =============================== */

    .main-global-header .header-top-bar .col-4.text-center {
        position: absolute !important;

        left: 95px !important;
        right: 65px !important;

        top: 0 !important;

        width: auto !important;
        max-width: none !important;

        height: 105px !important;

        padding: 0 !important;
        margin: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        overflow: visible !important;

        z-index: 5 !important;
    }

    .main-global-header .header-brand-title {
        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;

        text-align: center !important;

        white-space: nowrap !important;

        overflow: visible !important;
        text-overflow: clip !important;
    }


    /* ===============================
       HIDE FACEBOOK / INSTAGRAM
       =============================== */

    .main-global-header .header-top-bar .col-4.text-end {
        display: none !important;
    }


    /* ===============================
       HAMBURGER AREA
       =============================== */

    .main-global-header .header-nav-bar {
        position: absolute !important;

        top: 0 !important;
        right: 0 !important;

        width: 65px !important;
        height: 105px !important;

        padding: 0 !important;
        margin: 0 !important;

        background: transparent !important;
        border: none !important;

        z-index: 20 !important;
    }

    .main-global-header .header-nav-bar > .container {
        width: 65px !important;
        height: 105px !important;

        padding: 0 !important;
        margin: 0 !important;
    }


    /* ===============================
       HAMBURGER
       =============================== */

    .main-global-header .navbar-toggler {
        position: absolute !important;

        top: 31px !important;
        right: 4px !important;

        width: 48px !important;
        height: 45px !important;

        padding: 0 !important;
        margin: 0 !important;

        background: transparent !important;

        border: none !important;
        box-shadow: none !important;
        outline: none !important;

        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }

    .main-global-header .navbar-toggler-icon {
        width: 36px !important;
        height: 4px !important;

        background-image: none !important;
        background-color: #b8893c !important;

        border-radius: 3px !important;

        box-shadow:
            0 11px 0 #b8893c,
            0 22px 0 #b8893c !important;
    }

}

@media (max-width: 767px) {
    h2.header-brand-title.m-0 {
        font-size: 12px !important;
        width: auto !important;
        max-width: none !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        transform: none !important;
    }
}

/* =========================================================
   ART OF DUNES CAMP - GUEST REVIEWS
   ========================================================= */

.aod-reviews-section {
    position: relative;

    width: 100%;

    padding: 90px 20px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(201, 149, 24, 0.08),
            transparent 35%
        ),
        #f7f5bc;

    overflow: hidden;
}


/* Decorative background circles */

.aod-reviews-section::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border: 1px solid rgba(181, 129, 37, 0.15);

    border-radius: 50%;

    top: -150px;
    left: -100px;

    pointer-events: none;
}

.aod-reviews-section::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    border: 1px solid rgba(181, 129, 37, 0.15);

    border-radius: 50%;

    bottom: -130px;
    right: -80px;

    pointer-events: none;
}


/* Main container */

.aod-reviews-container {
    position: relative;

    max-width: 1200px;

    margin: 0 auto;

    z-index: 2;
}


/* =========================================================
   HEADING
   ========================================================= */

.aod-reviews-heading {
    max-width: 700px;

    margin: 0 auto 55px;

    text-align: center;
}


.aod-reviews-subtitle {
    display: inline-block;

    margin-bottom: 12px;

    color: #b8893c;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;
}


.aod-reviews-heading h2 {
    margin: 0;

    color: #33210f;

    font-family: "Georgia", serif;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 600;
}


.aod-reviews-heading p {
    max-width: 600px;

    margin: 18px auto 0;

    color: #66533b;

    font-size: 16px;

    line-height: 1.7;
}


/* Divider */

.aod-reviews-divider {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin: 20px auto 0;
}


.aod-reviews-divider span {
    width: 55px;

    height: 1px;

    background: #c99518;
}


.aod-reviews-divider i {
    color: #c99518;

    font-size: 10px;

    font-style: normal;
}


/* =========================================================
   REVIEW GRID
   ========================================================= */

.aod-reviews-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


/* =========================================================
   REVIEW CARD
   ========================================================= */

.aod-review-card {
    position: relative;

    padding: 35px 30px 30px;

    min-height: 330px;

    background: rgba(255, 255, 255, 0.88);

    border: 1px solid rgba(201, 149, 24, 0.35);

    border-radius: 12px;

    box-shadow:
        0 12px 35px rgba(65, 45, 20, 0.10);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

    overflow: hidden;
}


.aod-review-card:hover {
    transform: translateY(-8px);

    border-color: #c99518;

    box-shadow:
        0 20px 45px rgba(65, 45, 20, 0.16);
}


/* Gold top line */

.aod-review-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #c99518;
}


/* Stars */

.aod-review-stars {
    color: #c99518;

    font-size: 17px;

    letter-spacing: 3px;

    margin-bottom: 18px;
}


/* Quote */

.aod-review-quote {
    position: absolute;

    top: 25px;
    right: 25px;

    color: rgba(201, 149, 24, 0.15);

    font-family: Georgia, serif;

    font-size: 80px;

    line-height: 1;
}


/* Review text */

.aod-review-text {
    position: relative;

    margin: 0 0 28px;

    color: #4b3a28;

    font-family: Georgia, serif;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   AUTHOR
   ========================================================= */

.aod-review-author {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-top: auto;
}


.aod-review-avatar {
    width: 45px;
    height: 45px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #c99518;

    color: #fff;

    font-size: 17px;

    font-weight: 700;
}


.aod-review-author h4 {
    margin: 0 0 3px;

    color: #33210f;

    font-size: 15px;

    font-weight: 700;
}


.aod-review-author span {
    color: #806b50;

    font-size: 13px;
}


/* =========================================================
   SUMMARY
   ========================================================= */

.aod-review-summary {
    max-width: 750px;

    margin: 50px auto 0;

    padding: 20px 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 30px;

    background: rgba(255, 255, 255, 0.65);

    border: 1px solid rgba(201, 149, 24, 0.3);

    border-radius: 50px;
}


.aod-review-summary-rating {
    display: flex;

    align-items: center;

    gap: 12px;
}


.aod-review-summary-rating strong {
    color: #33210f;

    font-size: 32px;

    line-height: 1;
}


.aod-summary-stars {
    color: #c99518;

    font-size: 15px;

    letter-spacing: 2px;
}


.aod-review-summary-rating span {
    display: block;

    margin-top: 2px;

    color: #806b50;

    font-size: 12px;
}


.aod-review-summary-line {
    width: 1px;

    height: 45px;

    background: rgba(201, 149, 24, 0.35);
}


.aod-review-summary-text {
    display: flex;

    flex-direction: column;

    gap: 3px;
}


.aod-review-summary-text strong {
    color: #33210f;

    font-size: 15px;
}


.aod-review-summary-text span {
    color: #806b50;

    font-size: 13px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .aod-reviews-section {
        padding: 70px 20px;
    }

    .aod-reviews-heading h2 {
        font-size: 36px;
    }

    .aod-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .aod-review-card:last-child {
        grid-column: 1 / -1;

        max-width: 500px;

        width: 100%;

        margin: 0 auto;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .aod-reviews-section {
        padding: 60px 15px;
    }


    .aod-reviews-heading {
        margin-bottom: 35px;
    }


    .aod-reviews-subtitle {
        font-size: 11px;

        letter-spacing: 3px;
    }


    .aod-reviews-heading h2 {
        font-size: 30px;
    }


    .aod-reviews-heading p {
        font-size: 14px;

        line-height: 1.6;

        padding: 0 8px;
    }


    .aod-reviews-divider span {
        width: 40px;
    }


    .aod-reviews-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .aod-review-card,
    .aod-review-card:last-child {
        grid-column: auto;

        width: 100%;

        max-width: none;

        min-height: auto;

        padding: 30px 24px 25px;
    }


    .aod-review-card:hover {
        transform: none;
    }


    .aod-review-text {
        font-size: 15px;

        line-height: 1.7;
    }


    .aod-review-summary {
        margin-top: 35px;

        padding: 18px 20px;

        border-radius: 18px;

        flex-direction: column;

        gap: 15px;

        text-align: center;
    }


    .aod-review-summary-line {
        width: 80px;

        height: 1px;
    }


    .aod-review-summary-rating {
        justify-content: center;
    }


    .aod-review-summary-text {
        align-items: center;
    }

}