body {
  margin: 0;
  padding: 0;
}

h3 {
  width: 150px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 100%;
  font-weight: 600;
  font-family: Raleway;
  color: #262633;
  text-align: center;
  display: inline-block;
  height: 19px;
}

.explore-heading-container {
  width: 1200px;
  margin: auto;
  height: 150px;
}

.explore-heading {
  width: 100%;
  position: relative;
  font-size: 80px;
  line-height: 107.52%;
  display: inline-block;
  font-family: "Playfair Display";
  color: #83715c;
  text-align: left;
}

/* Form */

.more-form {
  background-color: #262633;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-container {
  background-color: #262633;
  padding: 80px;
  max-width: 80%;
  margin: auto;
  color: #fff;
  font-family: Raleway;
}

.form-container h2 {
  font-size: 48px;
  line-height: 107.52%;
  display: inline-block;
  font-family: "Playfair Display";
  color: #fff;
  text-align: left;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-column {
  width: 48%;
}

.form-row.submit-button {
  padding-top: 40px;
}

label {
  font-size: 13px;
  line-height: 158.02%;
  font-family: Raleway;
  color: #fff;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 10px;
}

label.radio-label {
  text-transform: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05) inset;
  background-color: #fff;
  height: 46px;
  padding: 10;
}

input[type="radio"] {
  margin-right: 10px;
}

.form-container input[type="submit"] {
  width: 221px;
  position: relative;
  background-color: #fff;
  border: 0.5px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
  height: 51px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #262633;
  font-family: Raleway;
  transition: background-color 0.3s ease;
}

.form-container [type="submit"]:hover {
  background-color: #262633;
  border: 1px solid #fff;
  color: #fff;
}

/* Accordion */

.accordion-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accordion {
  width: 80%;
  margin: 20px auto;
  border-radius: 0px;
  overflow: hidden;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  background-color: #ffff;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: Raleway;
  color: #262633;
  text-transform: uppercase;
  border-bottom: 1.5px solid #262633;
  height: 60px;
}

.accordion-content {
  display: none;
  padding: 15px;
  background-color: #fff;
}

.accordion-content ul,
li {
  font-size: 16px;
  font-family: Raleway;
  color: #262633;
  line-height: 30px;
}

.accordion .icon {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background: none;
}

/* CTA Banner */
.banner {
  position: relative;
  height: auto;
  background-size: cover;
  display: flex;
  align-items: center;
  color: white;
  text-align: left;
  padding-left: 50px;
  padding-top: 200px;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.banner * {
  position: relative;
  z-index: 2;
}

.banner h2 {
  font-size: 48px;
  line-height: 107.52%;
  display: inline-block;
  font-family: "Playfair Display";
  color: #fff;
  text-align: left;
  margin: 0px;
  margin-bottom: 30px;
}

.banner p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 158.02%;
  font-family: Raleway;
  color: #fff;
  white-space: pre-wrap;
  text-align: left;
  display: inline-block;
  padding-bottom: 20px;
  margin-top:-10px !important;
  width:80% !important ;
}

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

.banner-container {
  width: 1200px;
  height: 400px;
  margin: auto;
}

.banner-container.experience {
  padding-top: 220px;
}

.cta-button {
  width: 221px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  height: 51px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #262633;
  font-family: Raleway;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: transparent;
  color: #fff;
  border-left: 2px solid #ffff;
}

.experience .cta-button {
  margin-top: 15px;
}

/* Testimonial */
.testimonial-section {
  background-color: #f7f1eb;
  padding: 50px;
  padding-top: 0px;
  display: flex;
  justify-content: end;
  align-items: center;
  min-height: 200px;
  width: 80%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 30px;
}

.testimonial-section p {
  width: 856px;
  position: relative;
  font-size: 32px;
  display: inline-block;
  font-family: "Playfair Display";
  color: #262633;
  text-align: center;
  padding-left: 10px;
  margin-left: -80px;
}

.testimonial-container {
  background-color: #f7f1eb;
  padding: 40px;
  max-width: 800px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  font-style: italic;
}

.quote-icon img {
  position: absolute;
  top: -26px;
  left: -100px;
  height: auto;
  height: 55.6px;
  opacity: 0.75;
}

blockquote {
  margin: 0;
  font-size: 1.2em;
  color: #4a4a4a;
}

.testimonial-author p {
  font-size: 16px;
  line-height: 158.02%;
  font-family: Raleway;
  color: #262633;
  text-align: center;
  display: inline-block;
  height: 18px;
  padding-top: 30px;
}

/* Image Right and Left */
.feature-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content {
  flex: 1;
  padding-right: 20px;
  margin-right: -140px;
  z-index: 99 !important;
  padding: 40px;
  background: #f3efea;
  color: #262633;
  padding-bottom: 80px;
}

.content.reverse {
  flex: 1;
  margin-left: -140px;
  z-index: 99 !important;
  padding: 40px;
  background: #f3efea;
  color: #262633;
  padding-bottom: 80px;
  margin-right: 20px;
}

.content h2 {
  width: 538px;
  position: relative;
  font-size: 48px;
  line-height: 107.52%;
  display: inline-block;
  font-family: "Playfair Display";
  color: #262633;
  text-align: left;
}

.content p {
  width: 501px;
  position: relative;
  font-size: 16px;
  line-height: 158.02%;
  font-family: Raleway;
  color: #262633;
  text-align: left;
  display: inline-block;
}

.enquire-btn {
  width: 45%;
  position: relative;
  background-color: #262633;
  box-sizing: border-box;
  text-decoration: none;
  height: 51px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-family: Raleway;
  transition: background-color 0.3s ease;
  margin-top: 30px;
}

.enquire-btn:hover {
  background-color: transparent;
  color: #262633;
  border-left: 2px solid #262633;
}

.image img {
  width: 800px;
  height: 740px;
  object-fit: cover;
}

.blue-container {
  width: 80%;
  position: relative;
  background-color: #262633;
  height: 378px;
  margin-top: -86px;
  padding-left: 100px;
  padding-bottom: 30px;
}

p {
  font-size: 16px;
  font-family: Raleway;
  color: #262633;
  text-align: left;
  display: inline-block;
  line-height: 158.02%;
  margin: 0;
  padding-top: 10px;
}

/* navbar */
.nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 80px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.container {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  color: #262633;
  font-family: Raleway;
}

.link-icon {
  width: 190px;
  position: relative;
  height: 26px;
}

.logo {
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0px;
  box-sizing: border-box;
}

.enquire {
  position: relative;
  letter-spacing: 1.8px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.enquire-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.enquiry-button {
  background-color: #262633;
  height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 45px;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Raleway;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.enquiry-button:hover {
  background-color: transparent;
  color: #262633;
  border-left: 2px solid #262633;
}

/* Featured CSS */

.two-column-section {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
  padding-top: 80px;
  margin: auto;
}

.two-column-section p {
  padding-bottom: 18px;
}

.column {
  flex: 1;
  min-width: 300px;
  padding: 10px;
}

.column-text {
  flex-basis: 50%;
}

.column-icons {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding-left: 100px !important;
}

.two-column-section h2 {
  width: 602px;
  position: relative;
  font-size: 48px;
  line-height: 107.52%;
  display: inline-block;
  font-family: "Playfair Display";
  color: #262633;
  text-align: left;
}

.two-column-section p {
  width: 602px;
  position: relative;
  font-size: 16px;
  line-height: 158.02%;
  color: #262633;
  text-align: left;
  display: inline-block;
}

.icon-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 64px;
  justify-content: space-around;
  margin-bottom: 20px;
}

.icon-section {
  display: flex;
  width: 50%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon-section .icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #262633;
  font-size: 24px;
  transition: background-color 0.3s;
}

.icon-section h3 {
  text-transform: uppercase;
}

.lovemore h3 {
  width: 123px;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 145%;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Raleway;
  color: #262633;
  text-align: center;
  display: inline-block;
  height: 58px;
}

/* Hero Section */

.hero-bg {
  width: 100%;
  object-fit: cover;
  height: 95vh;
}

.image-placeholder-child {
  top: 0px;
  left: 0px;
  background-color: #262633;
  width: 1095px;
  height: 378px;
}

.image-placeholder {
  position: absolute;
  top: 782px;
  left: 0px;
  width: 1095px;
  height: 378px;
}

.main-title {
  margin: 0;
  font-size: 80px;
  line-height: 80px;
  text-transform: capitalize;
}

.main-title-area {
  padding-left: 50px;
}

.title-image {
  display: flex;
  gap: 20px;
}

.main-container {
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: "Playfair Display";
  color: #fff;
  text-align: left;
  margin-top: -60px;
}

.main-description {
  width: 527px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 158.02%;
  font-family: Raleway;
  display: inline-block;
  color: white;
}

.main-description.experience {
  margin-top: -60px;
}

.main-description.experience p {
  position: relative;
  font-size: 16px;
  line-height: 158.02%;
  font-family: Raleway;
  display: inline-block;
  color: white;
}

.main-description.seemore p {
  position: relative;
  font-size: 16px;
  line-height: 158.02%;
  font-family: Raleway;
  display: inline-block;
  color: white;
  padding-bottom: 30px;
}

.main-description.seemore {
  width: 702px;
  padding-bottom: 30px;
}

.image-layout {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.image-full img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.image-half img {
  width: 100%;
  height: 169px;
  object-fit: cover;
  display: block;
}

.image-half-container {
  display: flex;
  gap: 10px;
}

.image-half {
  flex: 1;
}

p.seemore-label {
  width: 147px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 145%;
  font-weight: 600;
  font-family: Raleway;
  color: #fff;
  text-align: left;
  display: inline-block;
}

@media (max-width: 768px) {
  .image-half-container {
    flex-direction: column;
  }
  
  .two-column-section h3 {
        font-size: 36px !important;
}
 .icon-section h3, .lovemore h3 {
    text-transform: uppercase;
    font-size: 16px !important;
}
  .column-icons {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  padding: 0px !important;
}

}

.tabs {
  width: 80%;
  margin: 0 auto;
}

.tab-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tab-container.hotel {
  padding-top: 0px;
}

.tab-header.active {
  border-bottom: 2px solid #262633;
  font-weight: 600;
}

.tab-heading {
  font-size: 30px;
  line-height: 107.52%;
  display: inline-block;
  font-family: "Playfair Display";
  color: #262633;
  text-align: center;
  padding-bottom: 20px;
}

.tab-heading h2 {
  font-size: 30px;
}

.tab-content {
  display: none;
  padding: 20px 0;
}

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

.item-content {
  display: flex;
  flex-wrap: nowrap;
}

.item-content img {
  width: 100%;
}

.tab-image {
  width: 50%;
}

.text-description {
  padding: 30px;
  padding-right: 50px;
}

.tab-text {
  flex: 1 1 50%;
  padding: 20px;
  display: flex;
  align-items: center;
}

.tab-text h2 {
  position: relative;
  font-size: 48px;
  line-height: 107.52%;
  display: inline-block;
  font-family: "Playfair Display";
  color: #262633;
  text-align: left;
  margin: 0;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .tabs {
    width: 100%;
  }

  .item-content {
    flex-direction: column;
  }

  .tab-text {
    padding: 10px 0;
  }

  .tab-heading {
    padding: 0 30px 0 30px;
    line-height: 40px;
  }

  .tab-heading h2 {
    position: relative;
    font-size: 30px;
    line-height: 107.52%;
    display: inline-block;
    font-family: "Playfair Display";
    color: #83715C !important;
    text-align: left;
    margin: 0;
    padding-bottom: 30px;
  }

  .tab-headers {
    display: flex;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-header {
    padding: 10px 10px;
  }

  .tab-container {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tab-content {
    padding: 0;
  }

  .tab-image {
    width: 100%;
  }

  .tab-text h2 {
    font-size: 42px;
  }

  .text-description {
    padding: 30px;
    padding-right: 0px;
  }

  .text-description p {
    padding-right: 32px;
  }

  .image-full img {
    height: 160px;
  }

  .image-half-container {
    flex-direction: row;
  }
  
  #seemore-lodges .tab-headers {
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: center;
}
  .banner h2 {
    font-family: Playfair Display;
    font-size: 40px !important;
}

/* Media Queries for responsiveness */

/* larger screens */
@media (min-width: 768px) {
  .two-column-section {
    flex-wrap: nowrap;
    width: 90%;
  }
}

/* mobile screens */
@media (max-width: 767px) {
  .two-column-section {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }

  .column {
    flex: 100%;
    flex-basis: 100%;
    padding: 20px;
  }

  .hero-bg {
    width: 100%;
    object-fit: cover;
    height: 500px;
  }

  .blue-container {
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 50px;
    height: 225px;
  }

  .blue-container.mobile {
    height: 410px;
  }

  .blue-container.mobile.lovemore {
    height: 600px;
  }

  .main-title {
    margin: 0;
    font-size: 55px;
    line-height: 60px;
    text-transform: capitalize;
  }

  .main-description {
    width: 100%;
  }

  .main-description.experience {
    margin-top: -20px;
  }

  .main-container {
    margin-top: -125px;
  }

  .two-column-section h2 {
    width: 95%;
  }

  .two-column-section p {
    width: 90%;
  }

  .enquiry-button {
    display: none;
  }

  .enquire-btn {
    width: 100%;
  }

  .nav {
    width: 100%;
    padding: 20px 38px;
  }

  .feature-section {
    flex-direction: column-reverse;
    padding: 0px;
    width: 100%;
  }

  .feature-section.left {
    flex-direction: column;
  }

  .feature-section img {
    height: 480px !important;
  }

  .content {
    padding: 30px;
    margin-right: 0;
    padding-bottom: 80px;
  }

  .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  .content h2,
  .content p {
    width: 90%;
  }

  .content.reverse {
    flex: 1;
    z-index: 99 !important;
    padding: 40px;
    background: #f3efea;
    color: #262633;
    padding-bottom: 80px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonial-section {
    width: auto;
    padding: 0;
  }

  .testimonial-container {
    padding-left: 0px;
    padding: 0px;
    padding: 40px;
  }

  .testimonial-section p {
    width: 100%;
    position: relative;
    font-size: 21px;
    font-family: "Playfair Display";
    color: #262633;
    text-align: center;
    padding-left: 0px;
    margin-left: 0px;
  }

  .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: column;
  }

  .form-column {
    width: 100%;
  }

  .more-form {
    background-color: #262633;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-container {
    padding: 40px;
  }

  .explore-heading-container {
    width: 100%;
  }

  .accordion-section {
    padding-top: 0;
  }

  .explore-heading {
    width: 90%;
    position: relative;
    font-size: 55px;
    line-height: 60px;
    line-height: 107.52%;
    font-family: "Playfair Display";
    color: #83715c;
    text-align: left;
    display: block;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .explore-heeading-container {
    width: 100%;
  }

  .icon-section .icon {
    width: 70px;
    height: 70px;
  }

  .icon-section {
    width: 120px;
  }

  .column {
    padding: 0;
  }
  h3 {
    width: 100%;
  }

  h1.main-title.title-image {
    font-size: 45px;
  }
  .column.column-text {
    margin: 40px;
    margin-bottom: 0;
  }
  .two-column-section .experience h2 {
    font-size: 38px;
  }
  .column.column-icons {
    margin: 20px;
    margin-top: 0;
  }
  .quote-icon img {
    position: absolute;
    top: -26px;
    left: 20px;
    height: auto;
    height: 55.6px;
    opacity: 0.75;
  }

  .testimonial-author p {
    font-size: 16px;
    line-height: 158.02%;
    font-family: Raleway;
    color: #262633;
    text-align: center;
    display: inline-block;
    height: 18px;
    padding-top: 30px;
  }

  .main-description.seemore {
    width: 100%;
    padding-bottom: 30px;
  }

  .banner-container.experience {
    padding-top: 100px;
  }

  .banner h2.experience {
    font-size: 42px;
  }

  .line-break {
    display: none;
  }
}
