/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400");

/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}


body {
  color: #777777;
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667;
}

/* =================================== */
/*  Typography 
/* =================================== */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  color: #222222;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 70px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 600px) {

  h2,
  .h2 {
    font-size: 42px;
  }
}

a {
  display: inline-block;
}


button {
  cursor: pointer;
}

.button {
  display: inline-block;
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  font-weight: 700;
  transition: all .3s ease;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}

.button--active {
  padding: 10px 32px !important;
  background: #cca772;
}

.button:focus {
  outline: 0;
  box-shadow: none;
}

.owl-carousel .owl-dots button:focus {
  box-shadow: none !important;
  outline: 0;
}

.section-margin {
  margin: 70px 0;
}

@media (min-width: 1000px) {
  .section-margin {
    margin: 130px 0;
  }
}

.section-margin--small {
  margin: 35px 0;
}

@media (min-width: 1000px) {
  .section-margin--small {
    margin: 65px 0;
  }
}

.section-padding {
  padding: 60px 0;
}

@media (min-width: 1000px) {
  .section-padding {
    padding: 130px 0;
  }
}

.bg-porcelain {
  background: #f7f9f9;
}

.nice-select {
  width: 90%;
  height: 50px;
  border-radius: 0;
  border-color: #ECECEC;
  color: #7c7a7a;
  padding-top: 4px;
}

.nice-select::after {
  right: 16px;
}

.nice-select .list {
  min-width: 200px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-80px {
  padding-bottom: 40px;
}

@media (min-width: 1000px) {
  .pb-80px {
    padding-bottom: 80px;
  }
}

.mb-30px {
  margin-bottom: 30px;
}

.py-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .row>.gutters-19 {
    padding-right: 9.5px;
    padding-left: 9.5px;
  }
}

.navbar-collapse .nav-link:hover,
.dropdown:hover .nav-link {}

/* .header_area .navbar .nav .nav-item .nav-link {
 padding: 15px 30px;
} */
.header_area .navbar .nav .nav-item:hover .nav-link:hover {
  background-color: #1968B6 !important;


}

.header_area {
  position: absolute;
  width: 100%;

  z-index: 999999;
  background: #ffffff5a;
  transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
  background: #5AD6F1;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .header_area .navbar {
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
  font-weight: bold;
}

.header_area .navbar .nav .nav-item .nav-link {
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16.5px;
  color: #ffffff;
  padding: 22px 43px 22px 0;
  display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

@media (max-width: 991px) {
  .header_area .navbar .nav .nav-item .nav-link {
    color: #222222;
    padding: 12px 4px 12px 0;
  }
}

.header_area .navbar .nav .nav-item.active .nav-link {
  color: #ffffff;
  font-weight: bold;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  padding: 10px 3px 4px 5px;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #0072a3;
  background-color: #4285f4;
  margin-left: 0px;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
  color: #ffffff;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: inline-flex;

  font-size: 14px;
  font-weight: 300;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  color: #ffffff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area .navbar .primary-btn {
  border: 1px solid #ffffff;
  padding: 7px 28px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .header_area .navbar .primary-btn {
    display: none;
  }
}

.header_area .navbar .search {
  background: transparent;
  border: 0px;
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #ffffff;
  padding-left: 30px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header_area .navbar .search {
    color: #ffffff;
  }
}

.header_area .navbar .search i {
  font-weight: 600;
}

.header_area.navbar_fixed .main_menu {
  background: #fff;
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 30px;
}

.header_area.navbar_fixed .main_menu .navbar .primary-btn {
  margin-top: 15px;
}

#search_input_box {
  text-align: center;
  padding: 5px 20px;
  position: fixed;
  width: 100%;
}

#search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

#search_input_box .form-control:focus {
  box-shadow: none;
  outline: none;
}

#search_input_box input.placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box input:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box input::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}

#search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

#search_input_box .lnr-cross {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 3px;
}

@media (max-width: 991px) {

  /* Main Menu Area css
	============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-left: 10px;
    margin-bottom: 23px;
  }

  .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }

  .header_area {
    position: absolute;
  }

  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }

  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }

  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }

  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #cca772;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav {
    padding: 0px 0px;
  }

  .header_area+section,
  .header_area+row,
  .header_area+div {
    margin-top: 117px;
  }

  .header_top .nav {
    padding: 0px;
    font-size: 40px;
  }

  .header_area .navbar .nav .nav-item .nav-link {
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
  }

  .header_area .navbar .search {
    margin-left: 0px;
  }

  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }

  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }

  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }

  .header_area+section,
  .header_area+row,
  .header_area+div {
    margin-top: 0;
  }

  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
  }

  /* End Main Menu Area css*/
}

.header-top {
  padding: 17px 0;
  border-bottom: 1px solid #F0F0F0;
}

@media (min-width: 767px) {
  .header-top {
    padding: 27px 0;
  }
}

.header-top .logo {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-top-info {
    margin-bottom: 12px;
  }
}

.header-top-info:last-child {
  margin-bottom: 0;
}

.header-top-info__icon {
  margin-right: 12px;
  margin-top: 10px;
}

.header-top-info__icon i,
.header-top-info__icon span {
  font-size: 22px;
  color: #185089;
}

.header-top-info .media-body p {
  margin-bottom: 0;
}

.header-top-info .media-body a {
  color: #303030;
  font-weight: bold;
}

.header-top-info:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 600px) {
  .header-top-info:not(:last-child) {
    margin-right: 50px;
  }
}

.footer-area {
  padding: 50px 0px 50px;
  background: #08B9F4;
}

@media (max-width: 991px) {
  .footer-area {
    background: #08B9F4;
    padding: 60px 0px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

.footer-area .single-footer-widget p {
  color: #ffffff;
}

.footer-area .single-footer-widget h4 {
  color: #fff;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
}

.footer-area .single-footer-widget ul li a {
  color: #ffffff;
}

.footer-area .single-footer-widget ul li a:hover {
  color: #ffffff;
}

.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

.footer-area .single-footer-widget input {
  height: 48px;
  border: none;
  width: 67% !important;
  font-weight: 400;
  background: #363a4b;
  color: #fff;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
}

.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget input.placeholder {
  padding-left: 10px;
  color: #000000;
}

.footer-area .single-footer-widget input:-moz-placeholder {
  padding-left: 10px;
  color: #000000;
}

.footer-area .single-footer-widget input::-moz-placeholder {
  padding-left: 10px;
  color: #000000;
}

.footer-area .single-footer-widget input::-webkit-input-placeholder {
  padding-left: 10px;
  color: #000000;
}

.footer-area .single-footer-widget .click-btn {
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 20px;
  border: 0;
  font-size: 13px;
  background: #cca772;
  font-weight: 700;
  position: relative;
  left: 0;
}

.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 375px) {
  .footer-area .single-footer-widget .click-btn {
    margin-top: 10px;
  }
}

@media (min-width: 400px) {
  .footer-area .single-footer-widget .click-btn {
    left: -50px;
  }
}

.footer-area .footer-bottom {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 20px;
  }
}

.footer-area .footer-bottom p {
  color: #fff;
}

.footer-area .footer-bottom p a {
  color: #cca772;
}

.footer-area .footer-bottom .footer-social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom .footer-social {
    text-align: left;
    margin-top: 30px;

  }
}

.footer-area .footer-bottom .footer-social a {
  background: rgba(255, 255, 255, 0.15);
  margin-left: 3px;
  width: 32px;
  color: #fff;
  display: inline-grid;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 3px 36px -1px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: 0px 3px 36px -1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 3px 36px -1px rgba(0, 0, 0, 0.44);
  height: 32px;
  align-content: center;
}

.footer-area .footer-bottom .footer-social a:hover {
  /* background: #cca772; */
}

.footer-area .footer-bottom .footer-social a i,
.footer-area .footer-bottom .footer-social a span {
  font-size: 14px;
}

/*=================== section-intro start ====================*/
.section-intro__style {
  margin-bottom: 14px;
}

/*=================== section-intro end ====================*/
/*=================== home banner start ====================*/
.home-banner {
  position: relative;
}

.home-banner h4,
.home-banner h1,
.home-banner a {
  text-transform: uppercase;
  color: #fff;
}

.home-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.home-banner h1 {
  font-size: 27px;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .home-banner h1 {
    font-size: 37px;
  }
}

@media (min-width: 992px) {
  .home-banner h1 {
    font-size: 40px;
    margin-bottom: 45px;
  }
}

.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}

.home-banner-area {
  height: 850px;
  background: url(../img/header-videos.mp4);
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}


@media (min-width: 992px) {
  .home-banner-area {
    height: 800px;
  }
}

@media (min-width: 1200px) {
  .home-banner-area {
    height: 780px;
  }
}

.home-banner-area .home-banner {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .home-banner-area .home-banner {
    top: 37%;
    transform: translateX(-50%);
  }

}

.home-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.321);
  z-index: -1;
}

.home-banner-btn {
  border: 2px solid #cca772;
  padding: 10px 45px;
}

.home-banner-btn:hover {
  background: #cca772;
  color: #fff;
}

.font-style {
  font-family: Yellowtail, "Yellowtail Fallback";
  font-size: 8vw;
  /* Responsive size */
  font-weight: normal;
  line-height: 1.2;
}

.font-para {
  color: rgb(255, 255, 255);
  font-weight: 400;
  display: initial;
  font-family: Montserrat, 'Montserrat Fallback';
  font-size: 4vw;
  /* Responsive size */
  line-height: 1.5;
}

.font-para-ul {
  color: rgb(255, 255, 255);
  font-weight: 400;
  display: initial;
  font-family: Montserrat, 'Montserrat Fallback';
  font-size: 4vw;
  /* Responsive size */
  line-height: 1.5;
}

/* Optional: Fine-tune for specific breakpoints */
@media (min-width: 768px) {
  .font-style {
    font-size: 64px;
  }

  .font-para {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .font-style {
    font-size: 94px;
  }

  .font-para {
    font-size: 24px;
  }
}


/*=================== home banner end ====================*/
/*=================== home search form start ====================*/
.form-search {
  max-width: 972px;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 25px 20px 25px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .form-search-position {
    position: relative;
    bottom: 104px;
    z-index: 1;
  }
}

.form-search .form-control {
  font-size: 14px;
  color: #999999;
  border-radius: 0;
  height: 50px;
  padding-left: 18px;
  border-color: #ECECEC;
}

.form-search .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-search .form-control::placeholder {
  color: #000000;
}

.form-search .form-group {
  margin-bottom: 20px;
}

.form-search .form-group .nice-select {
  margin-bottom: 20px;
}

.form-search button {
  width: 100%;
  font-size: 13px;
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  font-weight: 700;
  border: 0;
  background: #000000;
  height: 50px;
  text-transform: uppercase;
}

.form-select-custom {
  width: 100%;
}

.form-select-custom select {
  width: 100%;
  height: 50px;
  border: 0;
  border: 1px solid #ECECEC;
  background: #fff url("../img/home/down-arrow.png") no-repeat;
  background-size: 11px;
  background-position: right 15px center;
  padding-left: 18px;
  color: #999999;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select-custom select:focus {
  outline: 0;
  box-shadow: none;
}

/*=================== home search form end ====================*/
/*=================== welcome section start ====================*/
.welcome {
  padding-top: 40px;
}

.welcome-images .card {
  border-radius: 0;
  border: 0;
  margin: 0 4px 4px 0;
}

@media (max-width: 991px) {
  .welcome-images .card img {
    width: 100%;
  }
}

@media (min-width: 991px) {
  .welcome-content {
    padding-left: 60px;
  }
}

/*=================== welcome section end ====================*/
/*=================== explore section start ====================*/
.card-explore {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease;
}

.card-explore .card-img {
  border-radius: 0;
}

.card-explore__img {
  width: 100%;
  position: relative;
}

.card-explore__img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 83%, 0% 100%, 100% 100%);
  /* background: #fff; */
  width: 100%;
  height: 190px;
}

.card-explore__img img {
  padding-bottom: 1px;
}

.card-explore .card-body {
  padding: 5px 18px 35px 40px;
  background-color: #1968B6;
  color: #fff;
}

.card-explore__price {
  font-size: 40px;
  color: #fff;
}

.card-explore__price sub {
  font-size: 18px;
}

.card-explore__title {
  font-size: 24px;
  margin: 12px 0 18px 0;
}

.card-explore__title a {
  color: #ffffff;
  transition: color .2s ease;
}

.card-explore__link {
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid greenyellow;
  background-color: #5AE50D;
  padding: 7px 22px 7px 22px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  transition: color .2s ease;
}

.card-explore__link i,
.card-explore__link span {
  padding-left: 3px;
  transition: all .35s ease;
}

.card-explore:hover a {
  box-shadow: none;
  color: #fff;
  background-color: #50cd0c;
}

.card-explore:hover .card-explore__link i,
.card-explore:hover .card-explore__link span {
  box-shadow: none;
}

/*=================== explore section end ====================*/
/*=================== testimonial section start ====================*/
.testi-carousel .owl-stage-outer {
  padding: 50px 0;
}

.testi-carousel .owl-item {
  overflow: hidden;
}

.testi-carousel__item {
  background: #f7f9f9;
  padding: 30px 25px;
  transition: all .3s ease;
}

.testi-carousel__item .media-body p {
  margin-bottom: 12px;
}

.testi-carousel__item::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 15px solid #ffffff;
  border-left: 500px solid rgba(255, 255, 255, 0.13);
  /* Maintain smooth edge of triangle in FF */
  -moz-transform: scale(0.9999);
}

.testi-carousel__item:hover {
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  background: #fff;
}

.testi-carousel__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

.testi-carousel__intro h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.testi-carousel__intro p {
  font-size: 14px;
  color: #999999;
}

.testi-carousel .owl-dots .owl-dot span {
  background: #cacccf;
}

.testi-carousel .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: #cca772;
}

/*=================== testimonial section end ====================*/
/*=================== news section start ====================*/
.card-news {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease;
}

.card-news__info {
  margin-bottom: 10px;
}

.card-news__info li {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}

.card-news__info li:not(:last-child) {
  margin-right: 13px;
}

.card-news__info li .news-icon {
  font-size: 12px;
  color: #cca772;
  margin-right: 5px;
}

.card-news__info li a {
  color: #999999;
}

.card-news .card-img {
  border-radius: 0;
  padding-bottom: 1px;
}

.card-news__img {
  width: 100%;
  position: relative;
}

.card-news__img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 83%);
  background: #fff;
  width: 100%;
  height: 190px;
}

.card-news .card-body {
  padding: 18px 20px 35px 40px;
}

.card-news__price {
  font-size: 40px;
}

.card-news__price sub {
  font-size: 23px;
}

.card-news__title {
  font-size: 24px;
  margin: 12px 0 18px 0;
  font-weight: 700;
}

.card-news__title a {
  color: #222222;
  transition: color .2s ease;
}

.card-news__link {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
  font-weight: 700;
  color: #303030;
  transition: color .2s ease;
}

.card-news__link i,
.card-news__link span {
  padding-left: 3px;
  transition: all .35s ease;
}

.card-news:hover .card-news__title a {
  color: #cca772;
}

.card-news:hover .card-news__link i,
.card-news:hover .card-news__link span {
  padding-left: 10px;
}

/*=================== news section end ====================*/
/*=================== video section start ====================*/
.video-area {
  background: url("../img/home/video-bg.png") left center no-repeat;
  background-size: cover;
  padding: 50px 10px;
  position: relative;
  z-index: 1;
}

@media (min-width: 750px) {
  .video-area {
    padding: 90px 10px;
  }
}

@media (min-width: 1000px) {
  .video-area {
    padding: 175px 10px;
  }
}

.video-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 0, 0, 0.3);
  z-index: -1;
}

.video-area h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .video-area h3 {
    font-size: 50px;
  }
}

.video-area p {
  color: #fff;
  margin-bottom: 0;
}

.video-area .play-btn {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 18px;
}

.video-area .play-btn img {
  margin-top: 34px;
}

/*=================== special section end ====================*/
.card-special {
  padding: 45px 35px;
  border: 0;
  border-radius: 0;
  transition: all .4s ease;
}

.card-special__icon {
  font-size: 24px;
  color: #cca772;
  margin-right: 13px;
}

.card-special__title {
  margin: 0;
  font-weight: 400;
  transition: all .4s ease;
}

.card-special .card-body {
  padding: 0;
}

.card-special .card-body p {
  margin-bottom: 0;
}

.card-special:hover {
  background: #cca772;
  color: #fff;
}

.card-special:hover .card-special__icon,
.card-special:hover .card-special__title {
  color: #fff;
}

/*=================== special section start ====================*/
/* Start Video Play css
============================================================================================ */
.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 46px 8px 18px 28px;
  transform: scale(0.8);
}

@media (min-width: 800px) {
  .video-play-button {
    transform: scale(1);
    margin-bottom: 10px;
  }
}

.video-play-button:before,
.video-play-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

.video-play-button:before {
  z-index: 0;
  -webkit-animation: pulse-border 2000ms ease-out infinite;
  -moz-animation: pulse-border 2000ms ease-out infinite;
  -o-animation: pulse-border 2000ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
}

.video-play-button:after {
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid #cca772;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.video-play-button:hover:after {
  background-color: #be904d;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-moz-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@-o-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1;
  }
}

/* End Video Play css
============================================================================================ */
.social-icons li {
  display: inline-block;
  padding-right: 12px;
}

.social-icons li:last-child {
  padding-right: 0;
}

.social-icons li a {
  font-size: 14px;
  color: #a0a8ab;
}

.social-icons li a:hover {
  color: #cca772;
}

.button-blog {
  display: inline-block;
  font-size: 14px;
  color: #303030;
  background: #fff;
  padding: 8px 25px;
  text-transform: capitalize;
  transition: all .5s ease;
}

.button-blog:hover {
  color: #fff;
  background: #cca772;
}

.button-reply {
  border: 0;
}

.button-postComment {
  font-size: 14px;
  padding: 8px 40px !important;
}

.button-form {
  border: 1px solid #cca772 !important;
  color: #303030;
}

.button-form:hover {
  background: transparent;
  border-color: #cca772;
}

.button--active:hover {
  background: transparent;
  border-color: #cca772;
  color: #222222;
}

.button-contact {
  background-color: #2a4d69;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}

.button-contact:hover {
  outline: 0;
  background: transparent;
  border-color: #2c5c73;
  color: #fff;
}

/*=================== contact banner start ====================*/
.contact-banner {
  position: relative;
}

.contact-banner h4,
.contact-banner h1,
.contact-banner a {
  text-transform: uppercase;
  color: #fff;
}

.contact-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .contact-banner h1 {
    font-size: 48px;
  }
}

.contact-banner-area {
  height: 380px;
  background: url("../img/home/contact-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .contact-banner-area {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .contact-banner-area {
    height: 625px;
  }
}

.contact-banner-area .contact-banner {
  position: absolute;
  top: 58%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.contact-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.7);
  z-index: -1;
}

.contact-banner-btn {
  border: 2px solid #cca772;
  padding: 10px 45px;
}

.contact-banner-btn:hover {
  background: #cca772;
  color: #fff;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
  color: #cca772;
  font-size: 20px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.contact-info .media-body h3 a {
  color: #222222;
}

.contact-info .media-body p {
  color: #999999;
}

/*=================== contact banner end ====================*/
/*=================== breadcrumb start ====================*/
.banner-breadcrumb {
  display: inline-block;
}

.banner-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
}

.banner-breadcrumb .breadcrumb-item {
  padding: .1rem;
}

.banner-breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  padding-right: .1rem;
}

.banner-breadcrumb .breadcrumb-item.active {
  color: #fff;
}

/*=================== breadcrumb end ====================*/
/*=================== contact form start ====================*/
.contact_form .form-group {
  margin-bottom: 10px;
}

.contact_form input {
  border-radius: 0;
  height: 40px;
  padding-left: 18px;
  border-color: #EEEEEE;
}

.contact_form input:focus {
  outline: 0;
  box-shadow: none;
}

.contact_form input::placeholder {
  font-size: 14px;
  color: #000000;
}

.contact_form textarea {
  border-radius: 0;
  padding-left: 18px;
  border-color: #EEEEEE;
}

.contact_form textarea::placeholder {
  font-size: 14px;
  color: #000000;
}

/*=================== contact form end ====================*/
.accomodation.form-search-position {
  bottom: 75px;
}

/*=================== blog banner start ====================*/
.blog-banner {
  position: relative;
}

.blog-banner h4,
.blog-banner h1,
.blog-banner a {
  text-transform: uppercase;
  color: #fff;
}

.blog-banner h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-banner h1 {
  font-size: 37px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .blog-banner h1 {
    font-size: 48px;
  }
}

.blog-banner-area {
  height: 380px;
  /* background: url(".") center center no-repeat; */
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media (min-width: 600px) {
  .blog-banner-area {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .blog-banner-area {
    height: 625px;
  }
}

.blog-banner-area .blog-banner {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.blog-banner-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(1, 2, 11, 0.7); */
  color: #000;
  z-index: -1;
}

.blog-banner-btn {
  border: 2px solid #cca772;
  padding: 10px 45px;
}

.blog-banner-btn:hover {
  background: #cca772;
  color: #fff;
}

/*=================== blog banner end ====================*/
/* Latest Blog Area css
============================================================================================ */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
  color: #777777;
  font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  color: #303030;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.l_blog_item .l_blog_text h4:hover {
  color: #cca772;
}

.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.causes_slider .owl-dots .owl-dot.active {
  background: #cca772;
}

.causes_item {
  background: #fff;
}

.causes_item .causes_img {
  position: relative;
}

.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  background: #cca772;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  background: #cca772;
  color: #fff;
  padding: 0px 5px;
}

.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

.causes_item .causes_text h4:hover {
  color: #cca772;
}

.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-weight: 300;
  margin-bottom: 0px;
}

.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid #cca772;
  text-align: center;
  float: left;
  line-height: 50px;
  background: #cca772;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.causes_item .causes_bottom a+a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
  color: #303030;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
.latest_blog_area {
  background: #f9f9ff;
}

.single-recent-blog-post {
  margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
  overflow: hidden;
}

.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

.single-recent-blog-post .details {
  padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

.single-recent-blog-post .details .sec_h4:hover {
  color: #777777;
}

.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
  color: #303030;
}

.tags .tag_btn:before {
  background: #cca772;
}

.tags .tag_btn+.tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f9f9ff;
}

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.categories_post img {
  max-width: 100%;
}

.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

.categories_post:hover .categories_details {
  background: rgba(204, 167, 114, 0.85);
}

/*============ blog_left_sidebar css ==============*/
.blog_area {
  background: #f9f9ff;
}

.blog_item {
  margin-bottom: 40px;
}

.blog_info {
  padding-top: 30px;
}

.blog_info .post_tag {
  padding-bottom: 20px;
}

.blog_info .post_tag a {
  color: #303030;
  font-size: 14px;
}

.blog_info .post_tag a:hover {
  color: #777777;
}

.blog_info .post_tag a.active {
  color: #cca772;
}

.blog_info .blog_meta li a {
  color: #777777;
  vertical-align: middle;
  padding-bottom: 12px;
  display: inline-block;
}

.blog_info .blog_meta li a i {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 20px;
  vertical-align: middle;
}

.blog_info .blog_meta li a:hover {
  color: #cca772;
}

.blog_post img {
  max-width: 100%;
}

.blog_details {
  padding-top: 20px;
}

.blog_details h2 {
  font-size: 24px;
  line-height: 36px;
  color: #303030;
  font-weight: 600;
  transition: all 0.3s linear;
}

.blog_details h2:hover {
  color: #cca772;
}

.blog_details p {
  margin-bottom: 26px;
}

.view_btn {
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
  color: #303030;
  font-weight: 500;
  padding: 0px 30px;
  background: #fff;
}

.blog_right_sidebar {
  border: 1px solid #eeeeee;
  background: #fafaff;
  padding: 30px;
}

.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
  background: #cca772;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .input-group .form-control {
  font-size: 14px;
  line-height: 29px;
  border: 0px;
  width: 100%;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
  border-radius: 45px;
  z-index: 0;
  background: #cca772;
}

.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group .form-control:focus {
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group .btn-default {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0px;
  box-shadow: none;
  font-size: 14px;
  color: #fff;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.blog_right_sidebar .author_widget {
  text-align: center;
}

.blog_right_sidebar .author_widget h4 {
  font-size: 18px;
  line-height: 20px;
  color: #303030;
  margin-bottom: 5px;
  margin-top: 30px;
}

.blog_right_sidebar .author_widget p {
  margin-bottom: 0px;
}

.blog_right_sidebar .author_widget .social_icon {
  padding: 7px 0px 15px;
}

.blog_right_sidebar .author_widget .social_icon a {
  font-size: 14px;
  color: #303030;
  transition: all 0.2s linear;
}

.blog_right_sidebar .author_widget .social_icon a+a {
  margin-left: 20px;
}

.blog_right_sidebar .author_widget .social_icon a:hover {
  color: #cca772;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 14px;
  line-height: 20px;
  color: #303030;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
  color: #cca772;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px;
}

.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 2px dotted #eee;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
  padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover {
  border-color: #cca772;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
  color: #cca772;
}

.blog_right_sidebar .newsletter_widget {
  text-align: center;
}

.blog_right_sidebar .newsletter_widget .form-group {
  margin-bottom: 8px;
}

.blog_right_sidebar .newsletter_widget .input-group-prepend {
  margin-right: -1px;
}

.blog_right_sidebar .newsletter_widget .input-group-text {
  background: #fff;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 36px;
  padding: 0px 0px 0px 15px;
  border: 1px solid #eeeeee;
  border-right: 0px;
}

.blog_right_sidebar .newsletter_widget .input-group-text i {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control {
  font-size: 12px;
  line-height: 24px;
  color: #cccccc;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 0px;
}

.blog_right_sidebar .newsletter_widget .form-control.placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  outline: none;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .bbtns {
  background: #cca772;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: 500;
  padding: 0px 24px 0px 24px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .text-bottom {
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eee;
  background: #fff;
  padding: 0px 13px;
  margin-bottom: 8px;
  transition: all 0.3s ease 0s;
  color: #303030;
  font-size: 12px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #cca772;
  color: #fff;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px;
}

.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  background-color: #cca772;
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #cca772;
  border-color: #eee;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
  color: #303030;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 10px;
}

.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 60px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #303030;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 30px;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  text-align: center;
  margin-bottom: 50px;
  color: #303030;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

.comments-area a {
  color: #303030;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #cccccc;
  margin-bottom: 13px;
}

.comments-area .comment {
  color: #777777;
  margin-bottom: 0px;
}

.comments-area .btn-reply {
  background-color: #fff;
  color: #303030;
  padding: 5px 18px;
  font-size: 12px;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.comments-area .btn-reply:hover {
  background-color: #cca772;
  color: #fff;
  font-weight: 700;
}

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 47px 30px 43px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.comment-form h4 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  color: #303030;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  padding: 8px 20px;
  background: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  border: 1px solid transparent;
}

.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.comment-form .form-control::placeholder {
  color: #000000;
}

.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}

.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #000000;
}

.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #000000;
}

.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #000000;
}

.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #ffffff;
}

/* @media (min-width: 1200px) {
  .container_header {
    max-width: 1350px;
  }
} */

/* .overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 60px 20px 120px;
  text-align: center;
  color: white;
} */

.booking-form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  max-width: 800px;
  margin: -20px auto 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.booking-form input,
.booking-form select {
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 16px;
  flex: 1 1 160px;
  min-width: 120px;
}


.booking-form button {
  background-color: #2c5c73;
  color: #fff;
  padding: 14px 32px;
  font-size: 1.1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.booking-form button:hover {
  background-color: #2c5d738b;
}

@media (max-width: 600px) {
  .overlay h2 {
    font-size: 18px;
  }

  .overlay p {
    font-size: 14px;
  }

  .booking-form {
    flex-direction: row;
    align-items: flex-end;
    width: -10%;
    width: 75%;
    margin-top: 3%;
    display: flex;
    /* align-content: stretch; */
    flex-wrap: wrap;
    /* align-content: stretch; */
  }
}

.booking-form input,
.booking-form select,
.booking-form button {
  flex: 1 1 auto;
}


.booking-form select,
.booking-form button {
  padding: 1px;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  flex: 1 1 160px;
  min-width: 20%;
}

.booking-form input {
  padding: 1px;
  border: 1px solid #000000;
  color: #000000;
  border-radius: 5px;
  font-size: 16px;
  flex: 1 1 160px;
  min-width: 20%;
}



.product {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border: 1px solid #333;
  position: relative;
  z-index: 90;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

.ribbon-wrapper .ribbon {
  font: bold 15px sans-serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: #ebb134;
  color: #fff;
}

.btntwo {
  background-color: #F4AE30;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  font-size: 11px;

}

@media only screen and (max-width:990px) {

  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

.section-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: url('https://www.transparenttextures.com/patterns/sandpaper.png');
}

.video-container-two {
  flex: 1 1 300px;
  max-width: 500px;
  padding: 10px;
}

.video-container-two video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.content-two {
  flex: 1 1 300px;
  max-width: 600px;
  padding: 10px 20px;
}

.content-two h2 {
  font-size: 2rem;
  color: #2a4d69;
  /* font-family: 'Georgia', serif; */
}

.content-two h3 {
  font-size: 1.5rem;
  color: #2a4d69;
  margin-top: 10px;
}

.content-two p {
  line-height: 1.6;
  margin-top: 15px;
}

.buttons {
  margin-top: 25px;
}

.buttons button {
  background-color: #1d4e89;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 1rem;
  margin-right: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.buttons button:hover {
  background-color: #163e6e;
}

@media (max-width: 768px) {
  .section-two {
    flex-direction: column;
    text-align: center;
  }

  .buttons button {
    width: 80%;
    margin-bottom: 10px;
  }
}

.sectionthree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 20px;
}

.text-content {
  flex: 1 1 400px;
  max-width: 600px;
  padding: 20px;
}

/* .text-content h2 {
  font-size: 2.5rem;
  color: #2a4d69;
  font-family: 'Georgia', serif;
  margin-bottom: 10px;
} */

/* .divider {
  width: 1000px;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
} */

.text-content p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.buttons {
  margin-top: 30px;
}

.buttons button {
  background-color: #2a4d69;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 15px;
  transition: background-color 0.3s ease;
}

.buttons button:hover {
  background-color: #1d3a51;
}

.image-content {
  flex: 1 1 400px;
  max-width: 900px;
  padding: 20px;
}

.image-content img {
  width: 100%;
  height: auto;
  /* border-radius: 10px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .section {
    flex-direction: column-reverse;
    text-align: center;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .buttons button {
    width: 80%;
    margin: 10px 0;
  }
}

.card-custom {
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}

.card-custom img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.card-custom h5 {
  /* font-family: 'Georgia', serif; */
  font-weight: bold;
  text-align: center;
  color: #2a4d69;
  margin-top: 15px;
}

.card-custom ul {
  padding-left: 20px;
}

.card-custom ul li {
  font-weight: bold;
  margin-bottom: 8px;
}

.btn-custom {
  background-color: #2a4d69;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 1rem;
}

.btn-custom:hover {
  background-color: #1f3b50;
}

.hero-video-container {
  position: relative;
  height: 70%;
  overflow: hidden;
}

.hero-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px;
  border-radius: 20px;
  max-width: 600px;
}

.hero-text h2 {
  font-style: italic;
  font-weight: 700;
  color: #2a4d69;
  font-size: 2.5rem;
}

.hero-text p {
  font-size: 1.2rem;
  color: #6c757d;
}

.btn-hero {
  background-color: #2a4d69;
  color: white;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: bold;
  transition: 0.3s;
}

.btn-hero:hover {
  background-color: #1f3b50;
}

.fixed-bg-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.fixed-bg {
  flex: 1 1 50%;
  background-image: url(../img/home/ec881850-7701-45a6-bb46-de3121c8884b.jpg);
  /* Replace with your palm image */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 400px;
}

.content-area {
  flex: 1 1 50%;
  background-color: rgba(38, 81, 110, 0.95);
  color: white;
  padding: 60px 40px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-area h2 {
  /* font-family: 'Georgia', cursive; */
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
}

.content-area p {
  font-size: 1.1rem;
  margin: 20px 0;
  line-height: 1.6;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.buttons a {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 1rem;
  /* border: 2px solid white; */
  transition: all 0.3s ease;
}

.buttons a.read-more {
  background-color: transparent;
  color: white;
}

.buttons a.read-more:hover {
  background-color: white;
  color: #26516e;
}

.buttons a.request-info {
  background-color: white;
  color: #26516e;
}

.buttons a.request-info:hover {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .fixed-bg-section {
    flex-direction: column;
  }

  .fixed-bg,
  .content-area {
    flex: 1 1 100%;
  }
}

.testimonial-section {
  padding: 6px 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2.8rem;
  /* font-family: 'Georgia', cursive; */
  color: #1c3b58;
  margin-bottom: 50px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  padding: 30px 20px;
  border-radius: 12px;
  /* background-color: #f9f9f9; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  position: relative;
}

.testimonial-card::before {
  content: "⛱️";
  /* You can use a beach umbrella icon image here if preferred */
  font-size: 2rem;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 8px;
}

.testimonial-card p {
  font-size: 1rem;
  /* line-height: 1.7; */
  color: #333;
}

@media (max-width: 768px) {
  .testimonial-section h2 {
    font-size: 2.2rem;
  }

  .testimonial-card {
    padding: 20px 15px;
  }
}


.faq-section {
  background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1470&q=80') no-repeat center center/cover;
  color: white;
  padding: 80px 20px;
  position: relative;
}

.faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 43, 73, 0.7);
  /* overlay */
  z-index: 0;
}

.faq-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.faq-content h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px;
  /* font-family: 'Georgia', cursive; */
}

.faq-content p {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.faq-box {
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

details {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

details[open] summary::after {
  transform: rotate(180deg);
}

summary {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

summary::after {
  content: "⌃";
  font-size: 1rem;
  transition: transform 0.3s ease;
}

details p {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faq-content h2 {
    font-size: 2rem;
  }

  .faq-content p {
    font-size: 1rem;
  }

  summary {
    font-size: 1rem;
  }
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
  gap: 30px;
}

.contact-form {
  flex: 1;
  min-width: 300px;
}

.contact-form h2 {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 10px;
  /* font-family: 'Georgia', cursive; */
}

.contact-form p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  flex: 1;
  padding: 12px;
  font-size: 1rem;
  background-color: #e6e6e6;
  border: none;
  border-radius: 5px;
  width: 100%;
}

.form-group textarea {
  resize: vertical;
  height: 100px;
}

.contact-form button {
  background-color: #2c5c73;
  color: white;
  padding: 14px 32px;
  font-size: 1.1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background-color: #1e3f50;
}

.contact-image {
  flex: 1;
  min-width: 300px;
}

.contact-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    padding: 40px 15px;
  }

  .contact-form h2 {
    font-size: 2rem;
  }
}




.calendar-container {

  /* padding: 16px; */
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); */
  max-width: 600px;
  width: 90%;
}

.input-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.input-row input {
  flex: 1 1 45%;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #cccccca1;
  /* border-radius: 8px; */
  outline: none;
  min-width: 120px;
}

@media (max-width: 500px) {
  .input-row input {
    flex: 1 1 100%;
  }
}

.profile-section {
  max-width: 1100px;
  margin: 40px auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;

}

.profile-header {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

.profile-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.profile-img {
  flex: 0 0 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.309);
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-text {
  flex: 1;
  min-width: 250px;
}

.profile-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.profile-bio {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

@media (max-width: 768px) {
  .profile-content {
    flex-direction: column;
    text-align: center;
  }

  .profile-img {
    margin-bottom: 20px;
  }

  .profile-text {
    padding: 0 15px;
  }
}

.about-section {
  background-color: white;
  text-align: center;
  padding: 200px 20px 60px;
  /* Top padding prevents overlap with navbar */
  color: #000000;
}

.about-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-section p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.photo-section {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://destintogo.com/public/communities/comm_17/thumb/Destiny_East_201907091614511.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectiontwo {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://destintogo.com/public/communities/comm_18/Crystal_Beach_Destin_FL_20190709171605.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionthree {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://destintogo.com/public/communities/comm_19/Villages_of_Crystal_Beach_20190709172655.jpg');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionfour {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://destintogo.com/public/communities/comm_22/Pavilion_Palms_20190709160221.jpg');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionfive {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionsix {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://destintogo.com/public/communities/comm_24/Destiny_West_Destin_Florida_Destin_FL_20201221165743.jpg');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionseven {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://destintogo.com/public/communities/comm_25/New_Community_20220429183344.jpeg');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionEight {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://destintogo.com/public/communities/comm_27/Palms_of_Destin_Destin_FL_20230731153017.jpg');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionnine {
  position: relative;
  width: 100%;
  height: 40vh;
  /* adjust as needed */
  background: transparent;
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionten {
  position: relative;
  width: 100%;
  height: 80vh;
  /* adjust as needed */
  background-image: url('https://cdn.pixabay.com/photo/2022/03/20/11/04/mountains-7080595_1280.jpg');
  background-size: cover;
  background-position: center;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.photo-sectionten::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 11, 0.321);
  z-index: -1;

}

.overlay {
  position: absolute;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem 2rem;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.photo-section:hover .overlay {
  transform: scale(1.05);
}

.overlay i {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .overlay {
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
  }
}

.banner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.content {
  max-width: 960px;
  background-color: white;
  padding: 30px;
  margin: -80px auto 40px auto;
  /* Pull up over the image */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  z-index: 10;
  /* Ensure it's above the banner image */
}

.location {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.title {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section p {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .title {
    font-size: 28px;
  }

  .banner img {
    height: 200px;
  }

  .content {
    margin-top: -60px;
    padding: 15px;
  }
}


.video-container {
  position: relative;
  width: 100%;
  padding-top: 30.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  max-width: 960px;
  /* Optional: limit max width */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.card-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 320px;
  position: relative;
  transition: transform 0.2s ease;
}

.card:hover {
  transform: scale(1.02);
}

.ribbon {
  position: absolute;
  top: 10px;
  left: -35px;
  background-color: orange;
  color: white;
  padding: 5px 40px;
  font-size: 13px;
  transform: rotate(-45deg);
  font-weight: bold;
  z-index: 10;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.location-bar {
  background-color: #1cc8eb;
  color: white;
  padding: 10px 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.card-content {
  padding: 16px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  font-size: 15px;
  border-top: 1px solid #eee;
  padding-top: 12px;
  color: #333;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.info-item i {
  color: #444;
}

@media (max-width: 700px) {
  .card {
    width: 100%;
    max-width: 95%;
  }
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.section-header h1 {
  font-size: 32px;
  color: #333;
}

.section-header p {
  font-size: 16px;
  color: #666;
  margin-top: 8px;
}

.view-map-btn {
  background: orange;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.view-map-btn:hover {
  background: darkorange;
}

.container-pros {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.cardpros {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}

/* .card:hover {
      transform: translateY(-5px);
    } */

.deal-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: orange;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
}

.dealRibbon {
  position: absolute;
  top: 10px;
  left: -30px;
  background: orange;
  color: white;
  padding: 5px 40px;
  transform: rotate(-45deg);
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
}

.pet-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(80, 60, 40, 0.8);
  color: white;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: bold;
  z-index: 2;
  border-radius: 3px;
  text-align: center;
}

.cardpros img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.location {
  background: #4ecdc4;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}

.card-content-pros {
  padding: 15px;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.details {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #555;
  gap: 10px;
}

.details div {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1 1 45%;
}

@media (max-width: 700px) {
  .cardpros {
    width: 100%;
  }
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.white-heading {
  color: #ffffff;
}

.heading:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url(img/heading-line.png);
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: #ffffff;
}

/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #000000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  top: 50%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  top: 50%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
  padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}

.hero {
  position: relative;
  background-image: url(../img/hero-bg-img.jpeg);
  background-size: cover;
  background-position: center;
  height: 80vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}


.heromanage {
  position: relative;
  background-image: url(../img/hotel-management.jpg);
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}



.hero-l1 {
  position: relative;
  background-image: url('../img/property-img-1/img-7.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l7 {
  position: relative;
  background-image: url('../img/property-img-1/img-7.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l8 {
  position: relative;
  background-image: url('../img/property-img-8/3_Summerspell_20250103_003.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-two {
  position: relative;
  background-image: url('../img/property-img/img-1.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l2 {
  position: relative;
  background-image: url('../img/property-img2/img-23.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l3 {
  position: relative;
  background-image: url('../img/property-img3/img-1.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l4 {
  position: relative;
  background-image: url('../img/property-img4/img-2.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l5 {
  position: relative;
  background-image: url('../img/property-img5/img-1.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l6 {
  position: relative;
  background-image: url('../img/property-img6/img-12.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero-l7 {
  position: relative;
  background-image: url('../img/property-img-7/Summer Breeze 204_20250417_5 (1).jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero2 {
  position: relative;
  background-image: url('../img/property-img3/img-3.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero3 {
  position: relative;
  background-image: url('../img/property-img4/img-14.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero4 {
  position: relative;
  background-image: url('../img/property-img/img-3.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.hero5 {
  position: relative;
  background-image: url('../img/property-img3/img-12.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  /* adjust height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  /* dark overlay */
}


.page-container-l1 {
  display: flex;
  max-width: 1200px;
  margin: 30px auto;
  gap: 20px;
  padding: 0 15px;
}



.main-content-l1 {
  flex: 1;
  background: rgb(255, 255, 255);
  padding: 20px;
  /* border-radius: 12px; */
  /* margin: -100px auto 30px auto; */
  margin-top: -100px;
  /* overlap hero */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.232);
  min-height: 600px;
  position: relative;
  overflow: visible;
  z-index: auto !important;
}
.tabs-wrapper-outside {
  position: sticky;top: 8.3rem;  z-index: 1000; padding: 10px;
}

.tabs-l1 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


/* Tab container styling */
.tab-container-l1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 40px;
  padding: 12px 20px;
  background: #fff;
}

/* Tab item styling */
.tab-item-l1 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tab-item-l1:hover {
  color: #007bff;
}

.tab-item-l1 i {
  font-size: 16px;
}

/* Responsive */
@media (max-width: 600px) {
  .tab-container-l1 {
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
     top: 8.3rem;
  }
  .tabs-wrapper-outside {
  position: sticky;top: 5rem;  z-index: 2000; padding: 10px;
}
  }

  .tab-item-l1 {
    font-size: 14px;
  }


.sidebar-l1 {
  width: 100%;
  max-width: 380px;
  margin: -100px auto 30px auto;
  /* overlap hero */
  position: relative;
}

.availability-card-l1 {
  position: sticky;
  top: 150px;
  background: white;
  /* border-radius: 12px; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-top: 1px;
}

.availability-header-l1 {
  background: #38c4e3;
  height: 80px;
  position: relative;
}

.availability-avatar-l1 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: cover;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.availability-card-l1 h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333;
}

.date-inputs-l1 {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding: 0 20px;
}

.date-inputs-l1 input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.availability-card-l1 button {
  width: calc(100% - 40px);
  margin: 10px 20px;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.send-inquiry-l1 {
  background-color: #64ec1f;
  color: white;
}

.book-now-l1 {
  background-color: #2f8eff;
  color: white;
}

.divider-l1 {
  height: 1px;
  background-color: #eee;
  margin: 15px 20px;
}

.agent-info-l1 {
  padding-bottom: 20px;
}

.agent-info-l1 h4 {
  margin: 8px 0 4px;
  font-size: 16px;
  font-weight: 500;
}

.agent-info-l1 p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.agent-info-l1 i {
  margin-right: 6px;
}

@media (max-width: 768px) {
  .page-container-l1 {
    flex-direction: column;
  }

  .sidebar {
    max-width: 100%;
  }

  .availability-card {
    position: static;
  }
}

.main-l1 {
  padding-right: 20px;
}

.location-l1 {
  color: #777;
  font-size: 14px;
}

.title-l1 {
  font-size: 40px;
  font-weight: 200;
  color: #000;
  margin: 10px 0;
  font-size: Poppins', ' Roboto', ' Open Sans', sans-serif;

}

.stars-l1 {
  color: #f4b400;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.checked {
  color: orange;
}

.stars-l1 span {
  color: #000000;
  font-size: 14px;
  margin-left: 10px;
}

.features-l1 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.feature-l1 {
  flex: 1;
  min-width: 100px;
  text-align: center;

}

.feature-text {
  margin-top: 8px;
  font-weight: 500;
}




.property-header-l1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  /* border-bottom: 1px solid #e0e0e0; */
  padding-bottom: 10px;
}

.property-info-l1 {
  display: flex;
  flex-direction: column;
}

.property-name-l1 {
  font-size: 40px;
  font-weight: 200;
  color: #212529;
  font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;


}

.property-rating-l1 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}

.stars-l1 i {
  color: #f39c12;
  font-size: 16px;
}

.review-count-l1 {
  color: #999;
  font-size: 14px;
}

.share-button-l1 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1.5px solid #2684ff;
  border-radius: 20px;
  color: #2684ff;
  background-color: white;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s;
}

.share-button-l1:hover {
  background-color: #f0f8ff;
}

@media (max-width: 600px) {
  .property-header-l1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .share-button-l1 {
    align-self: flex-end;
  }
}




.deal-box {
  background: #d9f3dc;
  color: #000000;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.dealRibbon-l1 {
  position: absolute;
  top: 0;
  left: 0;
  background: orange;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 12px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.deal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.deal-description {
  font-size: 16px;
  margin-bottom: 16px;
}

.deal-info {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 10px;
  font-size: 16px;
}

.deal-info i {
  margin-right: 8px;
  color: #000000;
}

@media (max-width: 500px) {
  .deal-title {
    font-size: 20px;
  }

  .deal-description,
  .deal-info {
    font-size: 14px;
  }
}

.pra-drak {
  color: #0072a3;
}

.amenities-box {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  max-width: 800px;
  margin: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

/* .divider {
  height: 1px;
  background: #e0e0e0;
  margin-bottom: 15px;
} */

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px 20px;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.amenity-item i {
  color: #888;
  font-size: 14px;
}

@media (max-width: 500px) {
  .amenity-grid {
    grid-template-columns: 1fr;
  }
}

.review-section {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.review-header h5 {
  font-size: 24px;
  margin: 0;
}

.stars {
  font-size: 18px;
  color: gold;
  margin-top: 5px;
}

.write-review {
  background-color: #2980b9;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}

.review-box {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.review-user {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}

.user-avatar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-avatar img {
  border-radius: 50%;
}

.review-stars {
  color: gold;
  font-size: 16px;
}

.owner-reply-label-l1 {
  font-weight: bold;
  color: #2c3e50;
  margin-top: 15px;
}

.owner-reply-container-l1 {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mine.messages .message {
  background: #0B93F6;
  padding: 10px 15px;
  border-radius: 8px;
  max-width: 100%;
  color: white;
}

.owner-image-l1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .owner-reply-container-l1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .owner-reply-container-l1 {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .mine.messages .message {
    width: 100%;
  }

  .owner-image-l1 {
    margin-top: 10px;
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .review-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .write-review {
    width: 100%;
  }

  .review-user {
    font-size: 14px;
  }

  .review-stars {
    font-size: 14px;
  }

  .owner-reply-container-l1 {
    flex-direction: column;
  }
}

.gallery-button {
  display: block;
  margin: 50px auto;
  padding: 12px 24px;
  font-size: 18px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;


}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2147483647;
  /* MAX z-index */
  /* make sure it's above navbar */
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
  text-align: center;
}

.lightbox img {
  width: auto;
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
}

.lightbox-caption {
  margin-top: 10px;
  color: #fff;
}

.lightbox-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.arrow {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.counter {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  font-size: 16px;
}

@media (max-width: 600px) {
  .arrow {
    font-size: 30px;
  }
}

.hero-contenttwo h1 {
  color: #fff;
}

.hero-contenttwo h2 {
  color: #fff;
}

header {
  background: transparent;
  padding: 13px 9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 2px solid #2980b9; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;

}


/* When scrolled */
header.scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  position: relative;
  width: 120px;
  /* width control for logos container */
  height: 60px;
}

.logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: auto;
  transition: opacity 0.3s ease;
}

.logo img.logo-default {
  opacity: 1;
  z-index: 2;
}

.logo img.logo-scrolled {
  opacity: 0;
  z-index: 1;
}

header.scrolled .logo img.logo-default {
  opacity: 0;
  z-index: 1;
}

header.scrolled .logo img.logo-scrolled {
  opacity: 1;
  z-index: 2;
}

.call {
  text-align: right;
  font-size: 14px;
  color: #154175;
}

.call span {
  font-size: 18px;
  font-weight: bold;
}

.call .media-body p,
.call a,
.call i {
  transition: color 0.3s ease;
}

header.scrolled .call .media-body p,
header.scrolled .call a,
header.scrolled .call .header-top-info__icon i {
  color: #185089 !important;
}

.toggle-btn {
  display: none;
  font-size: 26px;
  margin-left: 50%;
  background: none;
  border: none;
  color: #154175;
  cursor: pointer;
  z-index: 1001;
}

#navbar {
  background-color: #48d9ff;
  position: fixed;
  top: 86px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  color: #fff;
  font-weight: bold;
  font-size: 16.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  /* font-weight:500; */
  letter-spacing: .03em;
}

.nav-links li a:hover {
  background: #1968b6;
}

.dropdownmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #4285f4;
  z-index: 1000;
  flex-direction: column;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.dropdown:hover .dropdownmenu {
  display: flex;
}

.dropdownmenu li {
  width: 100%;
}

.dropdownmenu li a {
  display: block;
  color: white;
  padding: 6px 20px;
  font-size: .9rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  transition: background 0.3s ease;
  letter-spacing: .03em;
    z-index: 1000;
}

.dropdownmenu li a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  background-color: #5ad6f1;
  border-radius: .125rem;
  transition: all .1s linear;
}

@media (max-width: 768px) {
  .call {
    display: none;
  }

  .toggle-btn {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #48d9ff;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .dropdownmenu {
    position: static;
    box-shadow: none;
  }

  .dropdown:hover .dropdownmenu {
    display: none;
  }

  .dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown.open .dropdownmenu {
    display: flex;
  }
}


/* Default: show white logo, hide dark logo */
/* Default: show white logo, hide dark */
.logo img.logo-default {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.logo img.logo-scrolled {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* When scrolled: show dark logo, hide white logo */
header.scrolled .logo img.logo-default {
  opacity: 0;
}

header.scrolled .logo img.logo-scrolled {
  opacity: 1;
}

/* MOBILE ONLY: force dark logo + white background */
@media (max-width: 768px) {

  header,
  #navbar {
    background-color: white !important;
  }

  .logo img.logo-default {
    display: none !important;
    /* hide white logo */
  }

  .logo img.logo-scrolled {
    display: block !important;
    opacity: 1 !important;
  }
}

.header-bg-color {
  background-color: #FFFFFFAB;
}

.headingfont {
  color: #335e7d;
  direction: ltr;
  font-family: Yellowtail, "Yellowtail Fallback";
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  text-decoration: none;
}

.dropdown-selector {
  position: relative;
  width: 200px;
}

.dropdown-btn-selector {
  padding: 11px 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-btn-selector::after {
  content: "▾";
  font-size: 14px;
  margin-left: 10px;
}

.dropdown-content-selector {
  position: absolute;
  bottom: 110%;
  /* open upward */
  left: 0;
  right: 0;
  background-color: white;
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
}

.dropdown-content-selector div {
  padding: 10px 15px;
  cursor: pointer;
}

.dropdown-content-selector div:hover {
  background-color: #f1f1f1;
}

/* Show dropdown */
.dropdown-selector.open .dropdown-content-selector {
  display: block;
}

@media (max-width: 500px) {
  .dropdown-selector {
    width: 100%;


  }
}


.form-row-sel {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

.date-input-wrapper {
  position: relative;
  width: 150px;
}

.date-input-wrapper input[type="date"] {
  width: 100%;
  padding: 9px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: white;
  color: #333;
}

.date-input-wrapper label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  transition: 0.2s ease all;
  background-color: white;
  padding: 0 20px;
}

/* Float label when focused or filled */
.date-input-wrapper input:focus+label,
.date-input-wrapper input:valid+label {
  top: -8px;
  left: 10px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .date-input-wrapper {
    width: 100%;
  }

  .form-row-sel {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .respon-para {
    font-size: 20px
  }

  .respon-para-two {
    font-size: 20px
  }

  .date-input-wrapper {
    position: relative;
    width: 280px;
  }

  .date-input-wrapper input[type="date"] {
    width: 100%;
    padding: 9px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: white;
    color: #333;
  }

}

.section-three {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

.text-content-three {
  flex: 1 1 500px;
  min-width: 300px;
}

.text-content-three h2 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}

.divider-three {
  width: 80px;
  height: 4px;
  background-color: #0077b6;
  margin-bottom: 20px;
}

.text-content-three p {
  font-size: 18px;
  margin-bottom: 30px;
}

.buttons-three button {
  background-color: #0077b6;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.buttons-three button:hover {
  background-color: #005f8a;
}

.image-content-three {
  flex: 1 1 400px;
  min-width: 280px;
}

.image-content-three img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Typography */
@media (max-width: 768px) {
  .text-content-three h2 {
    font-size: 36px;
  }

  .text-content p {
    font-size: 16px;
  }

  .section-three {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .text-content-three h2 {
    font-size: 28px;
  }

  .text-content-three p {
    font-size: 15px;
  }

  .buttons-three button {
    width: 100%;
    padding: 14px;
  }
}

.request-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(51, 94, 125, 1);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  border: 1px solid white;
  font-size: 18px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, transform 0.2s ease;
}

.request-btn:hover {
  color: #fff2;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .request-btn {
    font-size: 16px;
    padding: 12px 20px;
    bottom: 15px;
    right: 15px;
  }
}


/* .style-para{
  color: #000;
    direction: ltr;
    font-family: Montserrat, "Montserrat Fallback";
    font-weight: 300;
    font-style: normal;

} */
/* ------testimonial  close-------*/
/*============ End Blog Single Styles  =============*/