@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.header-container-cotton-houz {
    font-family: 'Noto Serif', serif !important;
    background: #073336;
    backdrop-filter: blur(10px);
    padding: 10px 0 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header-content-cotton-houz {
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 0 15% 0 5%;
}

.navigation.desktop-nav {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
}
.logo {
justify-self: start;
}

.our-services-section, .green-box {
  background: #073336;
}

.light-brown-box {
  background: #F8F5F2 !important;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 15px;
}
.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    color: white;
    font-size: 18px;
}
.social-icon:hover {
    transform: scale(1.1);
}
.social-icon.facebook {
    background: #3b5998;
}
.social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-icon.xiaohongshu {
    background: #fc4154;
    font-family: inherit;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    letter-spacing: 0.5px;
    height: 40px;
    width: 40px;
    overflow: hidden;
}

.social-media-bullets {
  display: flex;
  gap: 16px;
  margin-top: 2px;
}
.social-bullet {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  margin: 0 2px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: none;
}
.social-bullet.facebook { background: #1877f3; }
.social-bullet.instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.social-bullet.xiaohongshu {
  background: #fc4154;
  font-family: inherit;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 0;
  letter-spacing: 0.5px;
  height: 44px;
  width: 44px;
  overflow: hidden;
}
.social-bullet:hover {
  transform: scale(1.08);
  color: #fff !important;
}
.social-bullet.email {
  background: #6e7c81;
  color: #fff;
}

/* Burger menu styling */
.burger-menu {
    background: none;
    border: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1100;
    position: relative;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;

}

/* Hide burger and mobile nav by default */
.burger-menu, .mobile-nav {
  display: none;
}
.burger-menu span {
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
}
.get-in-touch{
    padding-top: 2rem;
    color:#7e7e7e
}

/* Navigation */
.navigation {
    display: flex;
    align-items: center;
    gap: 40px;
}
.nav-item {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
}
.nav-item:hover,
.nav-item.active {
    color: #fff;
}
.nav-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
}
/* Logo */
.logo {
    display: flex;
    align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
}

.logo-icon {
    width:100px;
    height:100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.logo-text {
    color: white;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.logo-icon img.logo-img{
    width: 120%;    
    height: 120%;    
    object-fit: contain;
    display: block;
}

.book-btn, .left-book-btn {
    font-family: 'Noto Serif', serif !important;
    background: #C2AC94;
    color: #073336;
    padding: 12px 25px;
    border: none;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 0 auto 0 auto;
}

.left-book-btn {
  display: inline-block;
  width: auto;
  min-width: 210px;
  margin: 0 0 40px 0;
  max-width: none;
  vertical-align: top;
  transition: all 0.3s ease;
}

.book-btn:hover {
    color: #073336;
}

.left-book-btn:hover {
    color: #C2AC94;
    border: 1px solid #C2AC94;
    background: transparent;
}

.dark-brown-btn {
  font-family: 'Noto Serif', serif !important;
  background-color: #C2AC94;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 25px;
  border: none;
  color: #073336;
  transition: all 0.3s ease;
}

.dark-brown-btn:hover {
  background-color: #073336;
  color: #C2AC94;
}

.tnc-aru-btn {
  font-family: 'Noto Serif', serif !important;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s ease;
}

.tnc-aru-btn:hover {
  background-color: #073336;
  color: #fff;
  border: none;
}

/* Header Image*/
#hero.aruhotel-homepage {
  margin-top: 90px; 
  padding-top: 100px;
  padding-bottom: 50px;
}
.aruhotel-homepage {
  background-image: url(../img/the-aru-hotel/The-Aru-Hotel-Lobby.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.aruhotel-homepage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
#hero.hauz-homepage {
  margin-top: 90px; 
  padding-top: 100px;
  padding-bottom: 50px;
}
.hauz-homepage {
  background-image: url(../img/cotton-houz/Home/Home_Cover_v2.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
.hauz-homepage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.hero-hauz-content {
    position: relative;
    z-index: 2;
    margin-left: 10vw;
    height: auto; 
    bottom: auto; 
    padding: 60px 0; 
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-business-cotton-houz{
  background-image: url(../img/cotton-houz/Our-Room/Our-Room-Cover-03.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.hero-business-cotton-houz .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.hero-business-cotton-houz .container {
  position: relative;
  z-index: 1;
}

.hero-business-cotton-houz .title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.text-black {
  font-weight: bold;
  color: #000;
}

.text-link {
  color: blue;
  text-decoration: underline;
}

.booking-container {
    display: flex;
    align-items: column;
    gap: 1rem;
    max-width: 500px;
    background: transparent;  
}

.date-fields-wrapper {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.01rem;
    position:relative;
    flex:1;
}

.form-group label {
    color: white !important;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.25rem;
}

.form-group input {
    padding: 0.75rem;
    border: 1px solid  #a77030;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    height: 45px;
    width: 100%;
}

.form-group input:focus {
    outline: none;
    border-color: white;
}
/* Calendar styling */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

/* For tablets */
@media (max-width: 920px) {
  .hero-content {
      left: 50%;
      transform: translateX(-50%);
      bottom: -10vh;
      width: 90%;
      max-width: none;
  }

  .logo{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .logo-icon{
    width: 75px;
    height: 75px;
  }

  .logo-text{
    font-size: 18px;
  }
  .booking-container {
      flex-direction: column;
      gap: 1rem;
      width: 100%;
      max-width: none;
  }
  .date-fields-wrapper {
    gap: 0.75rem; 
}

.form-group label {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.form-group input {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
}

.search-button {
    width: 100%;
    margin-top: 0.05rem;
}
}

/* For phone */
@media (max-width: 768px) {
  .social-media-bullets {
    display: none;
  }
  
  .hero-content {
    bottom: -15%;
    width: 95%;
  }

.hero-business-cotton-houz {
    min-height: 250px !important;
}

.hero-business-cotton-houz .title {
    font-size: 28px;
    margin-bottom: 10px;
}

.hero-business-cotton-houz .text-bold {
    font-size: 16px;
}


  .booking-container {
      flex-direction: column;
      gap: 0.5rem;
      width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      max-width: none;
  }
  .date-fields-wrapper {
    gap: 1rem; 
  }


.form-group input {
  height: 40px;
  padding: 0.5rem;
}

.search-button {
  width: 100%;
  margin-top: 0.05rem;
}
}

/* For small phones */
@media (max-width: 480px) {
  .aru-homepage {
    background-position: center 60%; 
  }

.booking-container {
    gap: 0.05rem;
}

.date-fields-wrapper {
    gap: 1rem; 
    width: 100%;
}

.form-group label {
    font-size: 0.8rem;
}

.form-group input {
    height: 40px;
    padding: 0.5rem;
}

}

/* Text Content Styles */
.hero-text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    text-align: left;
    max-width: 800px;
}
.hero-main-title {
    font-family: 'Playfair Display', serif !important;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
    display: block; 
    text-decoration: none;
    line-height: 1.2; 
    font-size: 43px;
    color: #fff;
    font-weight: 500;
    font-style: normal;
    text-align: left;
}
.hero-subtitle {
font-family: 'Noto Serif', serif !important;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
    display: block;
    text-decoration: none;
    line-height: 1.5; 
    color: #fff;
    font-weight: 300;
    font-style: normal;
    text-align: left;
}

.body-main-title {
    font-family: 'Playfair Display', serif !important;
    display: initial;
    text-transform: none;
    text-decoration: none;
    line-height: initial;
    color: #094448 !important;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 35px !important;
}

.body-main-subtitle {
    font-family: 'Noto Serif', serif !important;
    text-decoration: none;
    line-height: initial;
    color: #c2ac94;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase !important;
}

.body-paragraph {
    font-family: 'Noto Serif', serif !important;
    font-size: 15px !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.body-room-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 23px !important;
    color: #094448;
    font-weight: 700;
    font-style: normal;
}

.body-room-size {
    font-family: 'Noto Serif', serif !important;
    margin: 8px 0 25px !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center !important;
}

.body-why-choose-aru {
    font-family: 'Noto Serif', serif !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
}

.body-guest-name {
    font-family: 'Work Sans' !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.text-white {
    color: #fff !important;
}

.text-brown {
    color: #c2ac94 !important;
}

.text-27 {
    font-size: 27px !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.amenity-column ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}

.amenity-column ul li {
    font-family: 'Noto Serif', serif !important;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.amenity-column ul li i {
  margin-right: 12px;
  margin-top: 4px;
}

.aru-amenity-list {
  background-image: url(../img/the-aru-hotel/The-Aru-Hotel-General.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.aru-amenity-list .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.aru-amenity-list .container {
  position: relative;
  z-index: 1;
}

.aru-amenity-list .title {
  font-weight: 600;
  color: #fff;
}

/* Booking Form Styles */
.booking-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    max-width: 500px;
    background: transparent;
    padding: 1rem 0;
}
.date-fields-wrapper {
    display: flex;
    gap: 1rem;
    width: 100%;
}

/* form-group-contact */
.hero-career.hero-contact-aru {
  position: relative;
  height: 100vh;
  background-image: url('../img/the-aru-hotel/The-Aru-Hotel-General.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.form-group-contact {
    display: flex;
    flex-direction: column;
    gap: 0.01rem;
    position: relative;
    flex: 1;
}
.form-group-contact label {
    font-family: 'Noto Serif', serif !important;
    color: #c2ac94 !important;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0.25rem;
}
.form-group-contact input,
.form-group-contact textarea {
    background-color: #ffffff; /* White background */
    color: #333333; /* Dark text */
    border: 1px solid #cccccc;
    padding: 12px;
    border-radius: 4px;
}
.form-group-contact input:focus,
.form-group-contact textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.form-group-contact input::placeholder,
.form-group-contact textarea::placeholder {
    font-family: 'Noto Serif', serif !important;
    color: #a77030;
}

/*search button*/
.search-button {
    background-color: #a77030;
    color: white;
    border: none;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    height: 45px;
    margin-top: 1.6rem;
    width: 100%;
    max-width: 200px;
    display: block;
    z-index: 10;
    position: relative;
}
.search-button:hover {
    background-color: #875b2a;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 107, 0, 0.3);
}

/* Logo positioning (if you want to add the logo) */
.hero-logo {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 3;
}
.hero-logo img {
    height: 60px;
    filter: brightness(0) invert(1);
}

.text-italic {
  font-style: italic;
}

.expertise-header h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #073336;
}
.expertise-header h3 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  color: #C2AC94;
}
.expertise-box2 .text-content{
    color: #000000 !important;
}

.expertise-section .text-content {
  color: #000000;
  line-height: 1.8;
  max-width: 450px;
  margin-bottom: 1px;
  font-size: 0.8rem;
  margin-top: 10px;
}

.expertise-section3 .text-content {
  color: #000000;
  font-size: 17px;
  margin-top: 10px;
}

.our-room-container, .customer-say {
  background-color: #fff !important;
}

.expertise-section3 {
  padding-top: 80px;
  padding-bottom: 130px;
  background: #fff4e9;
}

.why-houz-section {
  background-color: #fff4e9;
  padding: 5rem 0;
}

/* Tablet */
@media (max-width: 920px) {
.desktop-nav, .social-icons {
    display: none !important;
}

.social-icons-burger {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    color: white;
    font-size: 18px;
}
.social-icon-burger:hover {
    transform: scale(1.1);
}
.social-icon-burger.facebook {
    background: #3b5998;
}
.social-icon-buger.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.hero-hauz-content {
  left: 20%;
  transform: translateX(-50%);
  bottom: -10vh;
  max-width: 60vw;
  padding: 40px 16px 24px 16px; 
  margin: 0 auto;
  height: 600px;
  align-items: flex-start; 
  gap: 1.5rem;
}

/* Booking Form Styles */
  .booking-container {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem; /* Reduce gap */
  width: 100%;
}
  
.burger-menu {
    display: flex;
}
.burger-menu {
    justify-self: start; 
}

.logo {
    position: static; 
    left: auto;
    transform: none;
    margin: 0;
    justify-self: center;
}

.header-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 10px;
    gap: 10px;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.95);
    flex-direction: column;
    z-index: 1200;
    padding: 1rem 0;
    text-align: center;
}
.mobile-nav.open {
    display: flex;
}
.mobile-nav .nav-item {
    color: #fff;
    padding: 1rem 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
}
.search-button {
  width: 100%;
  margin-top: 0; 
}
}

@media screen and (max-width: 768px) and (max-width: 1180px) {
.hero-hauz-content {
  transform: translateY(-100px);
  position: relative; 
  z-index: 2;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 80px 0;
  max-width: 90vw;
  height: auto;
  bottom: auto; 
  left: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.hero-main-title {
  font-size: 32px;
}
.hero-subtitle {
  font-size: 16px;
}

.booking-container {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
}

.search-button {
  width: 100%;
  margin-top: 0; 
}
}

#why-choose .fas {
    background-color: #C2AC94;
    color: #073336;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 24px;
}
/* List Traveller */
.traveler-list {
list-style: none;
padding-left: 0;
}
.traveler-list li {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.5rem;
}
.traveler-list li::before {
  content: "•";
  color: #a77030;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}
.traveler-type {
  font-weight: bold;
}

/*rooms page*/
.amenities {
  font-family: 'Noto Serif', serif !important;
  background: #073336;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.amenity-icon {
  width: 16px;
  height: 16px;
  margin-right: 22px;
}

.main-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  display: block;
}
@media (max-width: 991px) {
  .main-image {
    aspect-ratio: 16 / 9;
  }
}

.booking-policy {
  text-align: center;
  background-color: #073336;
}

/*about page*/
.hero-career.hero-about-aru {
  position: relative;
  height: 100vh;
  background-image: url('../img/the-aru-hotel/The-Aru-Hotel-about.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.expertise-section2 {
  padding-top: 80px;
  padding-bottom: 130px;
  background: #fff;
  align-items: center; 
  justify-content: center; 
}
.expertise-header2 h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #a77030;
}
.expertise-header2 h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  color: #a77030;
}
.expertise-section2 .text-content {
  color: #a77030;
  line-height: 1.8;
  max-width: 450px;
  margin-bottom: 1px;
  font-size: 0.8rem;
}

/*contact page*/
body {
    background-color: #f5f5f5;
    color: #333;
}
.contact-container {
    max-width: 1200px;
    margin: 20px auto;
    background: white;
    display: flex;
    min-height: 600px;
}

.form-section {
    flex: 1;
    padding: 40px 30px 30px 30px;
    background: white;
}

.map-section {
    flex: 1;
    background: #f8f9fa;
}
.map-container {
    height: 100%;
    width: 100%;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.section-title {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: normal;
}
.section-subtitle {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 14px;
}
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.form-group-contact {
    flex: 1;
}
.form-group-contact.full-width {
    width: 100%;
}
label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #888;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    background: transparent;
    color: #333;
    outline: none;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-bottom-color: #007bff;
}
input::placeholder,
textarea::placeholder {
    color: #aaa;
    font-size: 14px;
}

textarea {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
    margin-bottom: 30px;
}
.submit-btn {
  background: #a77030;
  color: white;
  padding: 12px 25px;
  border: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
    transition: background 0.3s ease;
}
.submit-btn:hover {
    background: #9a7209;
}

.success-message,
.error-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: none;
    font-size: 14px;
}
.success-message {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.error-message {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        margin: 10px;
    }

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

    .form-section {
        padding: 30px 20px;
    }

    .map-container {
        min-height: 400px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}

/* Form validation styles */
.form-group-contact.error input,
.form-group-contact.error textarea {
    border-bottom-color: #e74c3c;
}

.error-text {
    color: #e74c3c;
    font-size: 11px;
    margin-top: 5px;
    display: none;
}

.form-group-contact.error .error-text {
    display: block;
}

.loading .submit-btn {
    background: #ccc;
    cursor: not-allowed;
}

.contact-row {
    display: flex;
    max-width: 1200px;
    margin: 100px auto;
    gap: 20px;
    text-align: center;
}

.contact-card {
    flex: 1;
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: #d4b896;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact-icon svg {
    width: 30px;
    height: 30px;
    fill: #8b7355;
}

.contact-title {
    font-family: 'Noto Serif', serif !important;
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.contact-subtitle {
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
}

.contact-info {
    font-family: 'Noto Serif', serif !important;
    font-weight: bold;
    color: #073336;
    text-decoration: none;
    font-size: 15px;
}

.contact-info:hover {
    color: #c2ac94;
}

.phone-icon {
    fill: #8b7355;
}

.email-icon {
    fill: #8b7355;
}

.location-icon {
    fill: #8b7355;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .contact-row {
        flex-direction: column;
        gap: 15px;
    }

    .contact-card {
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
  #expertise .expertise-box {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 40px 35px !important;
  }

  #expertise .body-paragraph {
    max-width: 100% !important;
    box-sizing: border-box;
  }

  #expertise .body-main-title {
    font-size: 28px !important;
    margin-bottom: 5px;
  }

  #expertise .body-main-subtitle {
    font-size: 14px !important;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  #expertise .body-paragraph {
    font-size: 14px !important;
    line-height: 1.6;
    max-width: 100% !important;
    padding: 0;
  }

  .expertise-section3 .container {
    max-width: 100vw !important;
    width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .expertise-section3 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .expertise-image-wrapper3 {
    max-width: 100vw !important;
    width: 100vw !important;
    text-align: center;
    position: static !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  .expertise-image-wrapper3 img {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    border-radius: 0;
    display: block;
    margin: 0 auto;
  }
  .expertise-box3 {
    position: static !important;
    transform: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding: 32px 16px !important;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    text-align: center;
    z-index: 1;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
}

@media (max-width: 768px) {
  .expertise-header h2 {
    font-size: 24px;
    text-align: center;
  }
  .expertise-header h3 {
    font-size: 18px;
    text-align: center;
  }
  .expertise-box3 {
    position: static !important;
    transform: none !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 50px 20px 50px 10px !important;
    box-sizing: border-box;
    text-align: center;
    left: auto !important;
    top: auto !important;
  }
  .expertise-header h2, .expertise-header h3,
  .expertise-section3 .text-content {
    text-align: center;
  }
  .expertise-section3 .text-content {
    font-size: 15px;
    line-height: 1.7;
  }
  .dark-brown-btn {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .expertise-section3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .expertise-section3 .container {
    max-width: 100vw;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
  .expertise-section3 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expertise-section3 .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .expertise-image-wrapper3 {
    max-width: 100vw;
    width: 100vw;
    text-align: center;
    position: static !important;
  }
  .expertise-image-wrapper3 img {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
    display: block;
    margin: 0 auto;
  }
  .expertise-box3 {
    margin: 0 auto !important;
    position: static !important;
    transform: none !important;
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50%;
    right: auto;
    padding: 50px 20px 50px 10px !important;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    text-align: center;
    z-index: 1;
  }
  .expertise-header h2 {
    font-size: 24px;
  }
  .expertise-header h3 {
    font-size: 15px;
  }
  .expertise-section3 .text-content {
    font-size: 13.5px;
  }
  .expertise-section3 .text-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .expertise-header h2 {
    font-size: 24px;
  }
  .expertise-header h3 {
    font-size: 14px;
  }
  .expertise-box3 {
    margin: 0 5px !important;
    padding: 15px 10px;
  }
  .expertise-section3 .text-content p {
    font-size: 13px;
  }
  .dark-brown-btn {
    font-size: 14px;
    padding: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .expertise-box3 {
      position: absolute;
      top: 50%;
      transform: translate(100%, -190px);
      z-index: 2;
      background: #fff;
      padding: 30px 30px;
      border-radius: 0px;
      max-width: 80%;
    }
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-cotton-houz {
  color: #fff;
  background-color: #201F1D;
  background-size: cover;
  font-size: 14px;
  position: relative;
  padding: 30px 0 30px 0;
  font-family: 'Noto Serif', serif !important;
}

.footer-cotton-houz .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
}

.footer-cotton-houz .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  font-family: 'Noto Serif', serif !important;
}

.footer-cotton-houz .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-cotton-houz .footer-content .footer-links ul li {
  padding: 2px 0;
}

.customer-say .swiper-pagination .swiper-pagination-bullet {
    background-color: #073336 !important;
    opacity: 0.35;
}
.customer-say .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #073336 !important;
    opacity: 1;
}

.customer-say .guest-slider .swiper-slide {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.customer-say .guest-slider {
    overflow: hidden !important;
}

#footer-container-aru-hotel a.active {
    color: #c2ac94 !important;
}
#footer-container-aru-hotel a.active:hover {
    color: #c2ac94 !important;
    opacity: 0.9;
}

.expertise-box,
.expertise-box2 {
    width: 620px;
    max-width: 620px;
    padding: 40px 60px;
    box-sizing: border-box;
}

.expertise-section .text-content,
.expertise-section2 .text-content {
    max-width: 100%;
}
