/**
* Template Name: UpConstruction - v1.3.0
* Template URL: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Semibold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

:root {
  --font-default: "Montserrat", sans-serif;
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
}


/* Colors */
:root {
  --color-default: #364d59;
  --color-secondary: #926540;
}

.color-primary {
  color: #926540 !important;
}

.color-secondary {
  color: #E87200 !important;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #101010;
}

.color-dark {
  color: #404041;
}

.color-aru-primary {
  color: #2E325B;
}

.color-aru-secondary {
  color: #404041;
}

.color-aru-light {
  color: #A3897A;
}

:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: var(--font-default);
  color: var(--color-default);
  overflow-x: hidden;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.text-medium {
  font-weight: 500 !important;
}

.text-bold {
  font-weight: 400 !important;
}

.text-small {
  font-size: x-small;
}

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

.rotation img {
  width: 40%;
  padding: 0 20px 20px 20px;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f6f7;
}

.section-header {
  text-align: center;
  padding: 0;
}

.section-header h1 {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  color: #101010;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #2e3135;
}

.section-header h4 {
  font-size: 24px;
  font-weight: 600 !important;
}

.section-header h2:before,
.section-header h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
}

.section-header h2:before {
  margin: 0 15px 10px 0;
}

.section-header h2:after {
  margin: 0 0 10px 15px;
}

.section-header p {
  margin: 0 auto 0 auto;
  font-size: 30px !important;
  color: red;
}

.sub-header h1 {
  left: 50%;
  top: 50%;
  height: 38px;
  font-size: 45px;
  font-weight: 600;
}

.sub-header h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
}

.sub-header h3 {
  font-size: 20px;
  line-height: 1.5;
}

.sub-header p {
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (max-width: 1068px){
  .sub-header h1 {
    font-size: 35px;
  }

  .sub-header h3 {
    line-height: 1.14;
  }
}

@media (max-width: 481px) {
  section {
    padding: 40px 0;
    overflow: hidden;
  }

  .section-header h1  {
    font-size: 32px;
  }

  .sub-header h1 {
    font-size: 28px;
  }

  .sub-header p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .section-header h1  {
    font-size: 40px;
  }

  .sub-header h2 {
    font-size: 28px;
  }
}

@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #6c757d;
  line-height: 0;
}

.scroll-top:hover {
  background: #926540;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader img {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 50px;
  height: auto;
  animation: rotate-animate 2s linear infinite;
}

@keyframes rotate-animate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background-color: #e87200;
  z-index: 997;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.header .logo img {
  max-height: 40px;
  margin: 6px;
}

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: var(--color-primary);
}
.header-slide {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.header-slide-item {
  min-height: 70vh;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.3);
  position: relative;
  background: #fff;
  background-size: cover;
}
.header-slide .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.header-slide .swiper-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background-color: #d5d7da;
  opacity: 1;
}
.header-slide .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

.rounded-container {
  background-color: white;
  color: rgb(181, 181, 181);
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  width: 210px;
  text-align: start;
}

.rounded-container i {
  margin-right: 10px;
  color: orange;
}

.rounded-container input {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.rounded-container input[type="text"] {
  width: 100%;
}

.menu-center{
  width: 100%;
  justify-content: space-around;
  padding-left: 3rem;
}

@media (max-width: 1279px) {
  .search {
    margin-top: 1.3rem;
    display: flex;
  }
  .rounded-container {
    margin-top: 1.3rem;
    width: 350px;
    margin: 0px 20px;
  }
  .search a {
    display: block !important;
    position: relative !important;
    align-items: center;
    justify-content: start !important;
    padding: 0 3px !important;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    text-transform: none !important;
    white-space: nowrap;
    transition: 0.3s;
  }
  .page {
    color: #000;
  }
}

@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    width: 100%;
  }

  .navbar ul {
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2rem;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #e87200;
    transition: 0.3s;
  }


  .navbar .dropdown ul li {
    min-width: 500px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    display: none;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  #list {
    display: flex;
    position: absolute;
    z-index: 9998;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 90px);
    overflow-y: auto;
    border-radius: 5px;
    background-color: #fff;
    color: black;
    text-transform: none;
  }

  .search a {
    display: block;
    position: relative;
    align-items: center;
    justify-content: start !important;
    padding: 0 3px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: none;
    white-space: nowrap;
    transition: 0.3s;
  }

  .image {
    height: 400px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }

  .bi-chevron-down::before {
    display: none;
  }
}

#searchbar {
  width: 50%;
  max-height: 20px;
  box-sizing: border-box;
  transition: border-color 0.3s ease-in-out;
  font-size: 16px;
}

#searchbar:focus {
  outline: none;
  border-color: #ffaa64; 
}

#list {
  display: flex;
  position: absolute;
  z-index: -1;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% - 90px); /* Set the width */
  max-height: 350px; 
  overflow-y: auto; /* Add scroll for excess items */
  border-radius: 5px;
  background-color: #fff; 
  color: black;
  text-transform: none;
}

/* .hidden {
  display: none;
} */

.page {
  display: none;
  font-size: 16px;
  padding: 12px;
  border-bottom: none;
  animation: fadeIn 0.5s ease-in-out;
  cursor: pointer; /* Show pointer cursor on items */
  text-align: left;
  transform: none;
  width: 100%;
  color: rgb(247, 247, 247);
  transition: background-color 0.4s ease-in-out;
}

.expanded {
  display: block !important;
}

.page:last-child {
  border-bottom: none;
}

.page:hover {
  color: rgb(247, 247, 247); 
  background-color: #000;
}

.page a:focus {
  transition: none;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #222428;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .navbar .dropdown:hover>ul {
    display: block;
  }

  .full-width-container{
    display: none !important;
  }

  .mobile-nav-show {
    position: relative;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  #list {
    display: block;
    position: relative;
    z-index: 9999;
    flex-direction: column;
    max-height: 140px; /* Set a maximum height */
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 30px); /* Set the width */
    max-height: 200px; /* Limit the height for scroll */
    overflow-y: auto; /* Add scroll for excess items */
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); Shadow for depth */
    background-color: #fff; 
    color: black;
  }
  .rounded-container {
    margin: 0 12px;
  }
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.get-started .content {
  padding: 30px 0;
}

.get-started .content h3 {
  font-size: 36px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.get-started .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.get-started .content p {
  font-size: 14px;
}

.get-started .php-email-form {
  background: #fff;
  padding: 30px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-started .php-email-form {
    padding: 20px;
  }
}

.get-started .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-started .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-started .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-started .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.get-started .php-email-form input,
.get-started .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-started .php-email-form input {
  padding: 12px 15px;
}

.get-started .php-email-form textarea {
  padding: 12px 15px;
}

.get-started .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-started .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
.hero-content-text {
  position: absolute;
  top: 16%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.hero-text {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  width: 60%;
  z-index: 1;
}

.hero-text img {
  width: auto;
  height: 140px;
  grid-column: 1;
}

.banner-img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.aru-section {
  background-color: #FBEBDB;
  padding: 5rem 0;
}

.orange-box {
  background-color: #E87200;
  padding: 2rem;
  color: #fff;
}

.orange-btn {
  background-color: #E87200;
  cursor: pointer;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.orange-btn:hover {
  background-color: #E2B97F;
  color: #fff;
}

.white-btn {
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
  color: #E87200;
}

.text-orange {
  color: #E87200;
}

#why-choose .fas {
    background-color: #E87200;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 24px;
}

.services-section {
  background-color: #E87200;
}

.image-container {
  position: relative;
  width: 100%;
}

.service-the-aru {
  display: block;
  width: 100%;
  height: auto;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  padding: 10px;
  text-align: center;
  opacity: 1;
}

.testimonial-box {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.testimonial-box .small {
  line-height: 1.6;
}

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/

.constructions .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

.constructions .card-item p {
  color: var(--color-secondary);
  margin: 0;
  text-align: justify;
}

.constructions p {
  font-size: 17px;
  text-align: justify;
}

/*--------------------------------------------------------------
# Our Business Section
--------------------------------------------------------------*/
.completed-project {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.completed-project {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/template-img/our_business/completed-project-web.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: filter 0.3s ease;
  border: solid transparent;
}

.completed-project:hover::before {
  filter: brightness(70%);
}

@media (max-width: 920px) {
  .completed-project {
    background-image: url('../img/template-img/our_business/completed-project-mobile.jpg');
  }
}

/*--------------------------------------------------------------
# Our Director Section
--------------------------------------------------------------*/
#our-director{
  padding: 0rem;
}

.hero-bod-header {
  background-image: url('/assets/img/board-of-directors/bod-banner.jpg') !important;
  width: 100%;
  background-size: cover;
  background-position: top;
  height: 100%;
  overflow: visible;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-content{
  width: 45%;
  height: 60%;
  line-height: 20px;
  background-color: #808080;
  text-align: center;
  justify-content: center;
}

.hero-content h1{
  color: #FFFFFF;
}

.director-1{
  background-image: url('../img/board-of-directors/director-bg-1-no-d.png') !important;
  background-size: cover;  
  background-position: top;  
  height: 100%;
  overflow: visible;
}

.director-1-desc{
  padding-left: 3.8rem
}

.director-2{
  background-image: url('../img/board-of-directors/director-bg-2-no-d.png') !important;
  background-size: cover;  
  background-position: top;  
  height: 100%;
  padding-bottom: 0rem;
  overflow: visible;
}

.director-2 .row{
  padding-bottom: 0rem;
  overflow: visible;
}

.director-2-desc{
  padding-right: 3.8rem;
}

.director-img{
  width: 100%;
  height: auto;
}

/* Tablet view  */
@media (max-width: 920px) {

  .director-1{
    margin-top: 54px;
  }
}

@media (max-width: 991px) {
  .director-1{
    background-image: url('../img/board-of-directors/director-bg-1-tablet.png') !important;
    padding-bottom: 0rem;
  }

  .director-2{
    background-image: url('../img/board-of-directors/director-bg-2-tablet.png') !important;
    padding-bottom: 0rem;
  }

  .director-1-desc{
    padding: 5rem 0rem 0rem 0rem !important;
  }

  .director-img-div{
    height: 50vh;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .director-img{
    width: auto;
    height: inherit;
  }

  .director-2-desc{
    padding: 5rem 0rem !important;
  }

  .director-2 .row{
    flex-direction: column-reverse;
    padding-top: 0rem !important;
  }

  /* .hero-content{
    display: none !important;
  } */
}

/* Mobile view  */
@media (max-width: 605px) {
  .director-1-desc{
    padding: 3rem !important;
    background-color: #FFFFFF;
  }

  .director-2-desc{
    padding: 3rem !important;
    background-color: #FFFFFF;
  }
}

@media (max-width: 451px) {
  .director-1{
    background-image: url('../img/board-of-directors/director-bg-1-mobile.png') !important;
  }

  .director-2{
    background-image: url('../img/board-of-directors/director-bg-2-mobile.png') !important;
  }

  .director-3{
    background-image: url('../img/The-Aru-Hotel-mobile.png') !important;
  }


  .director-img-div{
    height: 100%;
  }

  .director-img{
    width: 100%;
    height: auto;
  }

  /* .hero-content{
    display: none !important;
  } */
}

@media (max-width: 431px) {
  #hero-carousel {
    margin: 0 !important;
  }
  #hero h1 {
    display: inline;
    }
}

/* Tablet view  */
@media screen and (min-width: 768px) {
  #hero{
    height: fit-content;
  }
  #hero-carousel {
    margin: 0 !important;
  }
  #hero h1 {
    display: inline;
  }
}

.our-director .card-item {
  background: #fff;
  position: relative;
  border-radius: 0;
}

#our-director .col-lg-4 h2 {
  color: #e77204;
}

.constructions .card-item .column-- {
  flex-direction: column;
}

.constructions .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

.constructions .card-item p {
  color: var(--color-default);
  margin: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/

#our-team {
  background-color: #fff;
  height: 100vh;
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
.project {
  background-color: #000;
}

.project h1 {
  color: #926540;
  font-weight: bold;
}

.project h2 {
  color: #f2f2f2;
  font-weight: bold;
}

.sub-text {
  color: #f2f2f2;
  font-size: 18px;
}

.btn-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #926540;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.arrow-icon {
  font-size: 20px;
}


.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.projects .portfolio-flters li:first-child {
  margin-left: 0;
}

.projects .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}

.projects .portfolio-content img {
  transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}

#constructions .col-lg-6,
#constructions .col-lg-11 {
  align-self: flex-start;
}


/*--------------------------------------------------------------
# Our Journey Section
--------------------------------------------------------------*/

.journey h1{
  font-size: 45px;
}

.journey h2{
  font-size: 32px;
}

.journey h3{
  font-size: 28px;
}

.journey h4 {
  font-size: 22px; 
}

.journey .card-item-1 {
  background: #fff;
  position: relative;
  border-radius: 0;
}

.journey .card-item-2 {
  background: #fff;
  position: relative;
  border-radius: 0;
}

.journey .card-item-2 img {
  height: 75vh;
  object-fit: cover;
}

.journey img {
  width: 100%;
}

@media (max-width: 1023px) {
  .journey h1 {
    font-size: 32px;
  }

  .journey h2 {
    font-size: 24px;
  }

  .journey h3 {
    font-size: 21px;
  }

  .journey h4 {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .journey .card-item-2 {
    display: flex;
  }
  
  .journey .card-item-2 img{
    height: 65vh;
    width: 100% !important;
    object-fit: cover;
  }
}

@media (max-width: 844px) {
  .journey .card-body h6 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .journey img {
    width: 70%;
  }
}

@media (max-width: 578px) {
  .journey img {
    width: 80%;
  }
}

.journey .card-body .column-- h6 {
  margin-top: 20px;
}

.journey .card-item-1 .column-- {
  flex-direction: row;
  display: flex;
  gap: 10px;
}

/* pop up zoom function img */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 300%;
  animation-name: zoom;
  animation-duration: 0.6s;
}
#modalImg {
  transform: scale(1); /* Initial zoom level */
  transition: transform 0.3s ease-in-out; /* Smooth zooming */
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Upcoming 60 Section
--------------------------------------------------------------*/

.upcoming60-img {
  background: url(../img/wip/upcoming_project60-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .upcoming60-img {
    background: url(../img/wip/upcoming_project60-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .upcoming60-img {
    background: url(../img/wip/upcoming_project60-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Upcoming 61 Section
--------------------------------------------------------------*/

.upcoming61-img {
  background: url(../img/wip/upcoming_project61-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .upcoming61-img {
    background: url(../img/wip/upcoming_project61-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .upcoming61-img {
    background: url(../img/wip/upcoming_project61-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Upcoming 62 Section
--------------------------------------------------------------*/

.upcoming62-img {
  background: url(../img/wip/upcoming_project62-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .upcoming62-img {
    background: url(../img/wip/upcoming_project62-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .upcoming62-img {
    background: url(../img/wip/upcoming_project62-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Upcoming 63 Section
--------------------------------------------------------------*/

.upcoming63-img {
  background: url(../img/wip/upcoming_project63-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .upcoming63-img {
    background: url(../img/wip/upcoming_project63-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .upcoming63-img {
    background: url(../img/wip/upcoming_project63-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Harumanis Section
--------------------------------------------------------------*/

.harumanis-img {
  background: url(../img/wip/harumanis-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .harumanis-img {
    background: url(../img/wip/harumanis-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .harumanis-img {
    background: url(../img/wip/harumanis-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Era Apartment Section
--------------------------------------------------------------*/

.era-img {
  background: url(../img/wip/era-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .era-img {
    background: url(../img/wip/era-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .era-img {
    background: url(../img/wip/era-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Taman Timbok Section
--------------------------------------------------------------*/

.tamantimbok-img {
  background: url(../img/wip/tamantimbok-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .tamantimbok-img {
    background: url(../img/wip/tamantimbok-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .tamantimbok-img {
    background: url(../img/wip/tamantimbok-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Aru Collection Section
--------------------------------------------------------------*/

.arucollection-img {
  background: url(../img/wip/arucollection-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .arucollection-img {
    background: url(../img/wip/arucollection-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .arucollection-img {
    background: url(../img/wip/arucollection-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}

/*--------------------------------------------------------------
# Banyan Valley III Section
--------------------------------------------------------------*/

.banyaniii-img {
  background: url(../img/wip/banyaniii-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .banyaniii-img {
    background: url(../img/wip/banyaniii-laptop-2.jpg) no-repeat center;
    background-size: cover;
  background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .banyaniii-img {
    background: url(../img/wip/banyaniii-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}


/*--------------------------------------------------------------
# Banyan Valley II Section
--------------------------------------------------------------*/

.banyanii-img {
  background: url(../img/wip/banyanii-laptop-1.jpg) no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .banyanii-img {
    background: url(../img/wip/banyanii-laptop-2.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 920px) {
  .banyanii-img {
    background: url(../img/wip/banyanii-mobile.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65vh;
  }
}


/*--------------------------------------------------------------
# Our Journey Network Section
--------------------------------------------------------------*/

.small-img-link {
  display: none;
}

@media (max-width: 920px) {
  .img-link {
    display: none;
  }
  .small-img-link {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Vetro-11 Section
--------------------------------------------------------------*/
#vetro11 {
  background: #ffffff;
}

.vetro11 {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.vetro11 h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.125;
  
}

.fourth-chap-text h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.125;
  
}

.vetro11 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  
}

.vetro11 h3 {
  font-size: 21px;
  line-height: 1.5;
  
}

.fourth-chap-text h3 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.5;
  
}

.vetro11 h5 {
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  
}

.vetro11 p {
  font-size: 17px;
  text-align: left;
  line-height: 1.5;
  
}

.apply-button a {
  font-size: 18px;
}

.apply-button i {
  padding-right: 10px;
}

.apply-button li {
  font-size: 17px;
  line-height: 1.5;
}

.apply-button label {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
  font-weight: 500;
  color: #101010;
}

.vetro11 .custom-container {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.vetro11 .content-padding-right {
  padding-right: 20%;
}

#title-vetro11 {
  background: #ffffff;
  padding-top: 100px;
}


@media (max-width: 992px) {
  .vetro11 .content-padding-right {
    padding-right: 0;
  }
}

@media (max-width: 734px) {
  .vetro11 h1 {
    font-size: 32px;
  }

  .fourth-chap-text h1 {
    font-size: 32px;
  }

  .vetro11 h2 {
    font-size: 21px;
  }

  .vetro11 h3 {
    font-size: 18px;
  }

  .fourth-chap-text h3 {
    font-size: 18px;
  }

  .vetro11 h4 {
    font-size: 30px;
  }

  .vetro11 h5 {
    font-size: 28px;
  }

}

@media (max-width: 576px) {
  .vetro11 .custom-container {
    padding: 100px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.vetro {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#vetro-background {
  background: white;
}

.vetro-background {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vetro-background .img-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
}

#welcome-vetro {
  background: #000;
}

.welcome-vetro {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.welcome-vetro h1 {
  font-size: 60px;
  font-weight: 700;
  color: #926540;
  text-align: center;
}

.vetro-pin{
  padding: 0px;
  overflow-y: auto;
}

.img-bg-vetro-pin {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.img-bg-vetro-pin.active {
  display: block;
}

.vetro-icon img{
  width: 100%;
  height: auto;
  padding: 2rem;
  max-width: 9.5rem;
}

.vetro-icon h4{
  color: #404041;
}

.vetro-rounded-button {
  border: none;
  border-radius: 1.25rem;
  padding: 0.2rem 0.6rem;
  color: white;
  background-color: var(--color-secondary);
  cursor: pointer;
  margin: 0.2rem;
  font-size: large;
}

.vetro-icon-container {
  padding-right: 40%;
}

.div-vetro-icons-background{
  background-size: cover;
  background-position: center;
  height: fit-content;
  padding: 0 0 0 100px;
}

.vetro-content-slider{
  box-shadow: none;
}

.slides-vetro {
  overflow: visible;
}

.slides-vetro .swiper-slide {
  box-shadow: none;
}

.vetro-wrap{
  padding: 0.8rem;
}

.vetro-wrap img{
  box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}

.vetro-wrap .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.vetro-wrap .overlay-content img {
  box-shadow: none;
  padding: 2rem;
  width: 100%;
}

@media (max-width: 844px) {
  .welcome-vetro h1 {
    font-size: 30px;
  }
}

#welcome-vetro-2 {
  background: #000;
}

.welcome-vetro-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.welcome-vetro-2 img {
  width: 100%;
  align-items: flex-start;
}

.welcome-vetro-2 h4 {
  color: white;
  font-size: 45px;
  font-weight: 500;
}

.welcome-vetro-2 h5 {
  font-size: 35px;
  font-weight: 500;
  color: #926540;
  text-align: left;
}

.welcome-vetro-2 .custom-container {
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.welcome-vetro-2 h3 {
  text-align: center;
  color: white;
  font-size: 21px;
  font-weight: 500;
}

.welcome-vetro-2 p {
  font-size: 23px;
  color: white;
  text-align: left;
}

@media (max-width: 992px) {
  .welcome-vetro-2 h4 {
    text-align: center;
  }

  .welcome-vetro-2 h5 {
    text-align: center;
  }

  .welcome-vetro-2 p {
    text-align: center;
  }

  .welcome-vetro-2 .custom-container {
    padding: 0px 30px 20px 30px;
  }
}

@media (max-width: 844px) {
  .welcome-vetro-2 h4 {
    text-align: center;
    font-size: 30px;
  }

  .welcome-vetro-2 h5 {
    font-size: 28px;
    text-align: center;
  }

  .welcome-vetro-2 p {
    font-size: 20px;
    text-align: center;
  }

  .welcome-vetro-2 .custom-container {
    padding: 0px 30px 20px 30px;
  }

  .welcome-vetro-2 h3 {
    font-size: 21px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}

.vetro-pin{
  padding: 0px;
}

.img-bg-vetro-pin {
  display: none;
  width: 100%;
  height: auto;
}

.img-bg-vetro-pin.active {
  display: flex !important;
}

/* For Android Aru-suite */
.scroll-up-icon {
  display: none;
}

.scroll-up-icon.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  cursor: pointer;
}

.scroll-up-icon.show span {
  color: rgba(0, 0, 0, 0.5); /* Half-transparent black color */
  font-size: 32px;
}

.swipe-up-text {
  font-size: 14px; /* Adjust the size of the text */
  opacity: 0.5; /* Half-transparent */
  color: rgba(0, 0, 0, 0.5);
}

.vetro-the-storey-iOS{
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-0.png);
}

.aru-the-storey-iOS{
  background-image: url(../img/aru-suites/aru-pin/the-storey-aru-suites-0.png);
}

.aru-suite-map-pin{
  background-image: url(../img/aru-suites/aru-suite-0.png); 
}

.banyan-map-pin{
  background-image: url(../img/banyan-valley/banyan-pin/banyan-pin-0.png);
  background-color: #000000; 
}

.vetro-the-storey, 
.aru-the-storey {
  overflow-y: scroll;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.vetro-the-storey-iOS{
  overflow-y: scroll;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  scroll-snap-type: y proximity;
  scroll-snap-align: start;
  -webkit-scroll-snap-align: start;
}

.vetro-the-storey-iOS section{
  scroll-snap-align: start;
  -webkit-scroll-snap-align: start;  /* For WebKit browsers */
  background-attachment: local;
}

.aru-the-storey-iOS{
  overflow-y: scroll;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  scroll-snap-type: y proximity;
  scroll-snap-align: start;
  -webkit-scroll-snap-align: start;
}

.aru-the-storey-iOS section{
  scroll-snap-align: start;
  -webkit-scroll-snap-align: start;  /* For WebKit browsers */
  background-attachment: local;
}

.vetro-the-storey section,
.aru-the-storey section {
  background-color: #FFFFFF;
  background-attachment: fixed;
}

.vetro-the-storey section,
.vetro-the-storey-iOS section,
.aru-the-storey-iOS section,
.aru-the-storey section {
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: opacity 0.5s ease;
  background-position: center;
}

.img-bg-vetro-pin0 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-0.png);
}

.img-bg-vetro-pin1 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-1.png);
}

.img-bg-vetro-pin2 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-2.png);
}

.img-bg-vetro-pin3 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-3.png);
}

.img-bg-vetro-pin4 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-4.png);
}

.img-bg-vetro-pin5 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-5.png);
}

/* For iOS Vetro-11 */
.img-bg-vetro-iOS-pin1 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-ios-1.png);
}

.img-bg-vetro-iOS-pin2 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-ios-2.png);
}

.img-bg-vetro-iOS-pin3 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-ios-3.png);
}

.img-bg-vetro-iOS-pin4 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-ios-4.png);
}

.img-bg-vetro-iOS-pin5 {
  background-image: url(../img/vetro-11/vetro-pin/vetro-storey-ios-5.png);
}

.vetro-map-pin,
.aru-suite-map-pin, 
.banyan-map-pin {
  overflow-y: scroll;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.vetro-map-pin section,
.aru-suite-map-pin section, 
.banyan-map-pin section {
  background-attachment: fixed;
}

.banyan-map-pin section{
  background-color: #000000;
}

/* For Android vetro-11*/
/* Scroll Up Icon */
.scroll-up-icon {
  display: none; /* Initially hidden */
}

.scroll-up-icon.show {
  display: flex; /* Show when needed */
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  cursor: pointer;
}

.scroll-up-icon.show span {
  color: rgba(0, 0, 0, 0.5); /* Half-transparent black color */
  font-size: 24px;
}

.swipe-up-text {
  font-size: 10px !important; /* Adjust the size of the text */
  opacity: 0.5 !important; /* Half-transparent */
}

.vetro-map-pin-iOS section{
  scroll-snap-align: start;
  -webkit-scroll-snap-align: start;  /* For WebKit browsers */
  background-attachment: local;
}

.vetro-map-pin section,
.vetro-the-storey-iOS section,
.aru-the-storey-iOS section,
.aru-suite-map-pin section, 
.banyan-map-pin section {
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: opacity 0.5s ease;
  background-position: center;
}

.img-bg-vetro-map-pin0{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-0.png);
}

.img-bg-vetro-map-pin1{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-1.jpg);
}

.img-bg-vetro-map-pin2{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-2.jpg);
}

.img-bg-vetro-map-pin3{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-3.jpg);
}

.img-bg-vetro-map-pin4{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-4.jpg);
}

.img-bg-vetro-map-pin5{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-5.jpg);
}

.img-bg-vetro-map-pin6{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-6.jpg);
}

.img-bg-vetro-map-pin7{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-7.jpg);
}

/*for iOS*/
.img-bg-vetro-map-iOS-pin1{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-1.png);
}

.img-bg-vetro-map-iOS-pin2{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-2.png);
}

.img-bg-vetro-map-iOS-pin3{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-3.png);
}

.img-bg-vetro-map-iOS-pin4{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-4.png);
}

.img-bg-vetro-map-iOS-pin5{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-5.png);
}

.img-bg-vetro-map-iOS-pin6{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-6.png);
}

.img-bg-vetro-map-iOS-pin7{
  background-image: url(../img/vetro-11/vetro-pin/vetro-location-pin-7.png);
}

@media (max-width: 1200px) {
  .vetro-the-storey, 
  .vetro-map-pin,
  .vetro-the-storey-iOS,
  .aru-the-storey-iOS,
  .aru-the-storey,
  .aru-suite-map-pin,
  .banyan-map-pin {
    height: 70vh;
    height: 70svh;
    height: 70svh;
  }

  .vetro-the-storey section, 
  .vetro-map-pin section,
  .vetro-the-storey-iOS section,
  .aru-the-storey-iOS section,
  .aru-the-storey section,
  .aru-suite-map-pin section, 
  .banyan-map-pin section {
    height: 70vh;
    height: 70svh;
    height: 70svh;
  }
}

@media screen and (min-width:760px) and (max-width:990px) {
  .vetro-map-pin-iOS img,
  .aru-suite-map-pin-iOS img{
    padding-block-start: 3rem;
  }
}

@media (max-width: 450px) {
  .vetro-the-storey, 
  .vetro-map-pin,
  .vetro-the-storey-iOS,
  .aru-the-storey-iOS,
  .aru-the-storey,
  .aru-suite-map-pin,
  .banyan-map-pin {
    height: 50vh;
    height: 50dvh;
    height: 50svh;
  }

  .vetro-the-storey section, 
  .vetro-map-pin section,
  .vetro-the-storey-iOS section,
  .aru-the-storey-iOS section,
  .aru-the-storey section,
  .aru-suite-map-pin section,
  .banyan-map-pin section {
    height: 50vh;
    height: 50dvh;
    height: 50svh;
  }
}

#title-vetro {
  background: #000;
}

.title-vetro {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.title-vetro p {
  font-size: 20px;
  color: white;
  text-align: left;
  font-style: italic;
  margin: 0px !important;

}

.title-vetro h1 {
  font-size: 60px;
  font-weight: 700;
  color: #926540;
  text-align: left;
}

@media (max-width: 844px) {
  .title-vetro h1 {
    font-size: 30px;
  }

  .title-vetro p {
    font-size: 18px;
  }
}

.div-vetro-background {
  background: url(../img/vetro-4.png) no-repeat center;
  background-size: cover;
  background-position: center;
  height: 66vw;
}

.div-vetro-background .icon-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 350px;
}

.div-vetro-background h6 {
  font-size: 15px;
  font-weight: 700;
  color: #93653f;
  text-align: center;
}

.div-vetro-background img {
  align-items: center;
  align-self: center;
}

@media (max-width: 767px) {
  .div-vetro-background img {
    display: none;
  }

  .div-vetro-background h6 {
    display: none;
  }
}

.div-vetro-background .align-items-center {
  align-items: center;
  justify-content: center;
}

.vetro-content {
  display: flex;
  padding: 0px;
}

#vetro-content-slider{
  overflow: visible !important;
}

#vetro-content-slider .swiper{
  overflow: visible !important;
  padding: inherit !important;
}

#vetro-content-slider .swiper-wrapper{
  height: inherit !important;
}

#vetro-content-slider .swiper-slide{
  height: inherit !important;
}

#vetro-content-slider .swiper-slide .row{
  height: 100% !important;
}

#vetro-content-slider .swiper-slide .col-lg-4{
  height: inherit !important;
}

.vetro-content h1 {
  font-weight: bold;
  color: #926540;
  text-align: justify;
}

.vetro-content h2 {
  font-weight: 500;
  color: rgba(64, 64, 65, 1);
  text-align: justify;
}

.vetro-content h3 {
  font-weight: 500;
  color: #926540;
  text-align: justify;
}

.vetro-content p {
  color: #000000;
  text-align: left;
  font-style: italic;
  margin: 0px !important;
}

.vetro-content .type-a h1 {
  color: white;
  text-align: left;
  font-size: 30px;
}

.vetro-content .type-a h2 {
  color: #926540;
  font-size: x-large;
}

.vetro-content .type-a p {
  font-style: normal;
  font-size: medium;
}


.vetro-content .border-1 {
  border: 3px solid #926540 !important;
  border-radius: 0px 55px 55px 0;
  height: fit-content;
  padding: 50px;
  margin-left: -12px;
  border-left: none !important;
}

.vetro-content .border-2 {
  border: 3px solid #926540 !important;
  border-radius: 55px 0 0 55px;
  height: fit-content;
  padding: 50px;
  margin-right: -12px;
  border-right: none !important;
}

@media (max-width: 844px) {
  .vetro-content .border-1 {
    border: hidden !important;
  }

  .vetro-content .border-2 {
    border: hidden !important;
  }

  .vetro-content h1 {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .vetro-content .border-1 {
    border: hidden !important;
  }

  .vetro-content .border-2 {
    border: hidden !important;
  }

  .div-vetro-icons-background{
    padding: 0;
  }
  
}

@media (max-width: 1200px) {
  .vetro-content h1 {
    font-size: 30px;
  }

  .vetro-content h3 {
    font-size: 17px;
  }
}


.vetro-content .swiper-slide img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: block;
}

.vetro-content .swiper-slide img:hover {
  filter: none;
}

.vetro-plan-type {
  justify-content: center;
}

@media screen and (max-width: 482px) {
  .vetro-plan-type {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .vetro-plan-type::-webkit-scrollbar {
    display: none;
  }
}

/*--------------------------------------------------------------
# Banyan Valley Section
--------------------------------------------------------------*/

#banyan {
  background: #000;
}

.top-logo {
  width: 75%;
  padding: 30px;
}

.banyan {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#banyan-background {
  background: #000;
}

.banyan-background {
  color: #000;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banyan-background .img-bg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65vh;
  object-fit: cover;
}

.movie h1 {
  font-size: 56px;
  font-weight: 700;
  color: #926540;
  text-align: center;
}

.movie h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.125;
  color: #926540;
}

#welcome-banyan-2 {
  background: #000;
}

.welcome-banyan-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
}

.welcome-banyan-2 img {
  width: 100%;
  align-items: flex-start;
}

.welcome-banyan-2 .box-img-top {
  width: 100%;
  align-items: flex-start;
  height: 65vh;
  object-fit: cover;
}

.welcome-banyan-2 .box-img-btm {
  width: 100%;
  align-items: flex-start;
  height: 65vh;
  object-fit: cover;
}

.welcome-banyan-2 h4 {
  color: white;
  font-size: 32px;
  font-weight: 500;
}

.welcome-banyan-2 h5 {
  font-size: 32px;
  font-weight: 500;
  color: #926540;
  text-align: left;
}

.welcome-banyan-2 .custom-container {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.welcome-banyan-2 h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.125;
}

.welcome-banyan-2 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}

.welcome-banyan-2 h3 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.5;
}

.welcome-banyan-2 h5 {
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5
}

.welcome-banyan-2 p {
  font-size: 17px;
  color: white;
  text-align: left;
  line-height: 1.5;
}

.banyan-icon {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.banyan-icon.show {
  opacity: 1;
  transform: translateY(0);
}


.banyan-icon img{
  height: 70px;
  width: auto;
  margin: 10px 0;
}

.swiper {
  overflow: visible !important;
}

.welcome-banyan-2 .site-map-img {
  width: 80%;
  height: auto;
}

@media (max-width: 992px) {
  .welcome-banyan-2 h3 {
    font-size: 18px;
  }
  .welcome-banyan-2 .slider-text {
    padding: 30px 0;
  }

  .welcome-banyan-2 .slider-text-p {
    padding-top: 30px;
  }

  .welcome-banyan-2 .slider-text p {
    padding-right: 15%;
  }

  .welcome-banyan-2 .slider-text-p p {
    padding-right: 15%;
  }

  .welcome-banyan-2 .site-map-img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 734px) {
  .welcome-banyan-2 h1 {
    font-size: 32px;
  }

  .welcome-banyan-2 h2 {
    font-size: 21px;
  }

  .welcome-banyan-2 h4 {
    font-size: 30px;
  }

  .welcome-banyan-2 h5 {
    font-size: 28px;
  }

  .banyan-icon img{
    height: auto;
    width: 70px;
  }

  .welcome-banyan-2 .banyan-swiper {
    width: 80vw !important;
  }

  .welcome-banyan-2 .swiper-slide {
    width: 100% !important;
    padding: 20px 0 0 0 !important;
  }

}

#title-banyan {
  background: #000;
  padding-top: 100px;
}

.title-banyan {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 100px 140px 50px 140px;
}

.title-banyan p {
  font-size: 21px;
  color: white;
  text-align: left;
  font-style: italic;
  margin: 0px !important;

}

.title-banyan h1 {
  font-size: 56px;
  font-weight: 700;
  color: #926540;
  text-align: left;
}

@media (max-width: 920px) {
  .title-banyan {
    padding-bottom: 0;
  }

  .title-banyan h1 {
    font-size: 45px;
  }

  .title-banyan p {
    font-size: 17px;
  }
}

.div-banyan-background {
  background-color: #000000;
  background-size: cover;
  background-position: center;
  height: fit-content;
}

.div-banyan-background .icon-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 350px;
}

@media (max-width: 576px) {
  .title-banyan {
    padding: 80px 40px 30px 40px;
  }
  .title-banyan h1 {
    font-size: 25px;
  }

  .title-banyan p {
    font-size: 15px;
  }

  .div-banyan-background {
    padding: 0px 15px;

  }

  .div-banyan-background img {
    width: auto;
    height: 30%;
  }

  .welcome-banyan-2 .box-img-top {
    margin-top: 80px;
  }

  .welcome-banyan-2 .box-img-btm {
    margin-bottom: 80px;
  }
}


@media (min-width: 577px) and (max-width: 767px) {
  .title-banyan {
    padding: 80px 85px 30px 85px;
  }
  .title-banyan h1 {
    font-size: 32px;
  }

  .title-banyan p {
    font-size: 17px;
  }

  .div-banyan-background {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .banyan-padding {
    padding-right: 40%;
  }  

}

.div-banyan-background .align-items-center {
  align-items: center;
  justify-content: center;
}

#banyan-content {
  background: #000;
}

.banyan-content {
  display: flex;
  padding: 0px;
}

.banyan-content h2 {
  font-size: 32px;
  color: white;
  text-align: left;
}

.banyan-content .type-a h1 {
  color: white;
  text-align: left;
  font-size: 32px;
}

.banyan-content .type-a h2 {
  color: #926540;
  font-size: 21px;
}

.banyan-content .type-a p {
  font-style: normal;
  font-size: 17px;
}


.banyan-content .border-1 {
  border: 3px solid #926540 !important;
  border-radius: 0px 55px 55px 0;
  height: fit-content;
  padding: 50px;
  margin-left: -12px;
  border-left: none !important;
}

.banyan-content .border-2 {
  border: 3px solid #926540 !important;
  border-radius: 55px 0 0 55px;
  height: fit-content;
  padding: 50px;
  margin-right: -12px;
  border-right: none !important;
}

@media (max-width: 844px) {
  .banyan-content .border-2 {
    border: hidden !important;
  }

  .banyan-content h1 {
    text-align: left;
  }
}

@media (max-width: 991px) {  
  .banyan-content .border-1 {
    border: hidden !important;
    margin: 0;
    padding: 50px 10px;
  }

  .banyan-content .border-2 {
    border: hidden !important;
    margin: 0;
    padding: 50px 10px;
  }

  .welcome-banyan-2 .box-img-top {
    width: 100%;
    height: 50vh;
  }

  .welcome-banyan-2 .box-img-btm {
    width: 100%;
    height: 50vh;
  }

  .swiper-padding-sm {
    padding: 0 50px 0 13px;
  }

  .swiper-padding-sr {
    padding: 0 30px 0 15px;
  }

}

@media (max-width: 1200px) {
  .banyan-content h1 {
    font-size: 32px;
  }
}

.banyan-content .swiper-slide img {
  transition: 0.3s;
  display: block;
  width: 100%;
  object-fit: cover;
}

.banyan-content .swiper-slide img:hover {
  filter: none;
}

.slider-box {
  padding: 40px 40px 10px 40px;
  border-radius: 25px;
  background-color: #B5DFDE;
}

.banyan-content .btn-1 {
  background-color: #FFFFFF;
  color: #A37D5C;
  font-weight: 500;
  font-size: 17px;
  display: flex;
  padding: 5px 70px;
  border: none;
}

.banyan-content .btn-2 {
  background-color: #FFFFFF;
  color: #A37D5C;
  font-weight: 500;
  font-size: 17px;
  display: flex;
  padding: 5px 70px;
  border: none;
}

@media (max-width: 844px) {
  .banyan-content .btn-1 {
    padding: 8px 0px;
    width: 150px;
    display: block;
  }
  
  .banyan-content .btn-2 {
    padding: 8px 0px;
    width: 150px;
    display: block;
  }
}


.banyan-content .banyan-wrap {
  padding-left: 50px;
}

.banyan-content.banyan-carousel,
.banyan-content .banyan-slider {
  overflow: hidden;
}

.banyan-content .banyan-item {
  box-sizing: content-box;
  padding-bottom: 50px;
  margin: 0 15px 30px 0;
  min-height: 320px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #fff;
  background-image: none;
  background-size: auto;
  background-size: cover;
}

.banyan-content .banyan-item .banyan-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.banyan-content .banyan-item .stars {
  margin: 10px 0;
}

.banyan-content .banyan-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}


@media (max-width: 767px) {
  .banyan-content .banyan-wrap {
    padding-left: 0;
  }

  .banyan-content .banyan-carousel,
  .banyan-content .banyan-slider {
    overflow: hidden;
  }

  .banyan-content .banyanl-item {
    padding: 30px;
    margin: 15px 70px;
  }

  .banyan-content .banyan-item .banyan-img {
    position: static;
    left: auto;
  }

  .welcome-banyan-2 form {
    width: 90%;
  }
}

.banyan-pin {
  padding: 0px;
  background-color: #000;
}

.img-bg-banyan-pin1 {
  background: url(../img/banyan-valley/banyan-pin/banyan-pin-1.jpg);
}

.img-bg-banyan-pin2 {
  background: url(../img/banyan-valley/banyan-pin/banyan-pin-2.jpg);
}

.img-bg-banyan-pin3 {
  background: url(../img/banyan-valley/banyan-pin/banyan-pin-3.jpg);
}

.img-bg-banyan-pin4 {
  background: url(../img/banyan-valley/banyan-pin/banyan-pin-4.jpg);
}

.img-bg-banyan-pin5 {
  background: url(../img/banyan-valley/banyan-pin/banyan-pin-5.jpg);
}

.img-bg-banyan-pin6 {
  background: url(../img/banyan-valley/banyan-pin/banyan-pin-6.jpg);
}

/* For Android Banyan Valley */
.banyan-scroll-up-icon {
  display: none; /* Initially hidden */
}

.banyan-scroll-up-icon.show {
  display: flex; /* Show when needed */
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  cursor: pointer;
}

.banyan-scroll-up-icon.show span {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 32px;
}

.swipe-up-text {
  font-size: 14px;
  opacity: 0.5; /* Half-transparent */
  color: rgba(255, 255, 255, 0.5) !important;
}

/*--------------------------------------------------------------
# Our Creation Section
--------------------------------------------------------------*/
.creation img {
  border-radius: 10px;
}
.creation .container {
  max-width: 900px;
  margin: 50px auto;
}

.creation .timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px !important;
}

/* the timeline's center vertical line */
.creation .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #E87200;
}

.creation .timeline li {
  position: relative;
  width: 50%;
  min-height: 100px;
  margin-bottom: 20px;
  padding: 20px 40px;
  text-align: right;
  transition: .3s;
  opacity: 0;
  transform: translateX(-10%);
}

/* the rounded mark on each timeline item */
.creation .timeline li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 35px;
  left: 0;
  background: #E87200;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(50%, -50%);
}
/* 
.creation .timeline a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
} */

.creation .timeline li:nth-child(1n) {
  align-self: flex-end;
  text-align: left;
  transform: translateX(10%);
}

.creation .y2020-2018 li:nth-child(1n) {
  align-self: flex-start;
  text-align: right;
  transform: translateX(10%);
}

.creation .timeline li:nth-child(1n):before {
  left: 0;
  background: #E87200;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.creation .timeline li:nth-child(2n):before {
  left: unset;
  right: 0;
  background: #E87200;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(50%, -50%);
}

.creation .y2020-2018 li:nth-child(1n):before {
  left: unset;
  right: 0;
  background: #E87200;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translate(50%, -50%);
}

.creation .timeline li:nth-child(2n)::after {
  right: 0;
  transform: translate(-50%, -50%);
}

.creation .timeline li:nth-child(2n) {
  align-self: flex-start;
  text-align: left;
  transform: translateX(10%);
}

.creation .timeline li.visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 844px) {
  .creation .timeline li {
    padding: 20px 15px;
  }
}

/*--------------------------------------------------------------
# Network Section
--------------------------------------------------------------*/
.network h1 {
  font-size: 45px;
  font-weight: 600;
  color: rgba(16, 16, 16, 1);
}

.network .background-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 1023px) {
  .network h1 {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.testimonials {
  display: block;
  align-items: center;
  background-color: #fff;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  margin: 0 15px 30px 0;
  min-height: 320px;
  height: 400px;
  background: #F2F2F2;
  /* box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.3); */
  position: relative;
  flex-direction: row;
  -moz-box-align: stretch;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
}

.banyan-slide{
  height: auto;
}

.welcome-banyan-2 .swiper-slide{
  box-shadow: 3px 6px 9px 0px rgba(0, 0, 0, 0.3);
  padding: 60px 0;
  margin-right: 0;
}

.auto-plexible-row .swiper-slide {
  width: auto;
}

.flexible-image-slider-wrapper{
  height: 100%;
}


.flexible-image-slider-wrap{
  overflow: visible;
}

.single-flexible-slider {
  background-color: #F2F2F2;
}

.swiper-button-next,
.swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
    background-color: #dddddd;
    border-radius: 50%;
    color: rgb(128, 128, 128); 
    opacity: 0.5;
    transform: translateY(-100%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 30px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.slides-aru .swiper-button-next,
.slides-aru .swiper-button-prev,
.slides-vetro .swiper-button-next,
.slides-vetro .swiper-button-prev,
.slides-banyan .swiper-button-next,
.slides-banyan .swiper-button-prev,
#accommodations-slider .swiper-button-next,
#accommodations-slider .swiper-button-prev {
  top: 58%;
  z-index: 1;
}

@media (max-width: 990px) {
  #accommodations-slider .swiper-button-next,
  #accommodations-slider .swiper-button-prev {
    top: 38%;
  }
}

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

.teams {
  position: relative;
  position: relative;
  background-image: none;
  background-size: auto;
  background-size: cover;
  align-items: stretch;
  flex-basis: auto;
  flex-direction: column;
  height: 90%;
  width: 100%;
  background-color: #00000000;
}

.teams-detail {
  display: flex;
  height: 20%;
  max-height: 133.4px;
  width: 100%;
  padding: 40px 5px;
  background: #F2F2F2;
  flex-direction: column;
  margin-top: -20px;
}

.team-detail-h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.team-detail-h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d5d7da;
  opacity: 1;
  margin: 3px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

@media (max-width: 815px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px 70px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }

  .teams {
    height: 90%;
  }
}

@media (max-width: 530px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
    width: 80%;
  }

  .testimonials .testimonial-item {
    margin: 0px;
  }

  .testimonials{
    padding-top: 0px;;
  }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.about .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--color-primary);
}

.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  background: #fff;
  box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
  padding: 30px;
}

.stats-counter .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.stats-counter .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-secondary);
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--color-primary);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--color-secondary);
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #838893;
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.services-cards p {
  font-size: 15px;
}

.services-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
}

.services-cards ul li i {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .project-details .swiper-button-prev,
  .project-details .swiper-button-next {
    display: none;
  }
}

.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #838893;
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: #ffc019;
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: #f5f6f7;
  height: 100%;
  margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d5d7da;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #d9e3e8;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact-main .custom-container {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin: 10px;
}

.contact-main img {
  width: auto;
  padding: 0 0 30px 0;
  margin-left: -32px;
  height: 18%;
  object-fit: cover;
  object-position: 0 100%;
}

.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #ffd565;
}
.contact-main form {
  width: 100%;
  padding: 20px 30px;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 350px) {
  .contact-main img {
    width: 60%;
    object-position: 0 100%;
  }  
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* .hero {} */

#hero{
  height: fit-content;
  min-height: 65vh; 
  padding: 0rem;
}

#hero-carousel{
  margin: 0;
}

.hero .carousel {
  width: 100vw;
  height: 65vh; 
  padding: 80px 0;
  margin: 0;
  position: relative;
}


.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
  height: 65vh !important;
  margin: 0;
}

.carousel-item img{
  height: 65vh;
  object-fit: cover;
}

#our-director .carousel-item img{
  object-fit: contain;
}

@media (max-width: 480px) {

  .hero .carousel {
    width: 100%;
    height: 50vh;
    padding: 80px 0;
    margin: 0;
    position: relative;
  }

  .hero .carousel-item img{
    position: absolute;
    inset: 0;
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
    height: 65vh !important;
  }

}

@media (min-width: 1980px) {
  .hero .carousel-item {
    position: absolute;
    inset: 0;
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
    height: 65vh !important;
  }
}

.hero-bod {
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  background-color: #808080;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-contact {
  background-image: url('/assets/img/contact-hero-bg.jpg');
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  background-color: #808080;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-career {
  position: relative;
  height: 100vh;
  background-image: url('/assets/img/tnc-banner.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;
}

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

.hero-career .container {
  position: relative;
  z-index: 1;
}

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

#hero-carousel video{
  height: 65vh !important;
  width: 100%;
  object-fit: cover;
}

#home1, #home2, #home3, #home4, #home5, #home6 ,#home7{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  background-color: #808080;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home1{
  background-image: url(../img/hero-carousel/aton-website-homepage-tablet-1.jpg);
}

#home2{
  background-image: url(../img/hero-carousel/aton-website-homepage-tablet-2.jpg);
}

#home3{
  background-image: url(../img/hero-carousel/aton-website-homepage-tablet-3.jpg);
}

#home4{
  background-image: url(../img/hero-carousel/aton-website-homepage-tablet-4.jpg);
}

#home5{
  background-image: url(../img/hero-carousel/aton-website-homepage-tablet-5.jpg);
}

#home6{
  background-image: url(../img/hero-carousel/aton-website-homepage-tablet-6.jpg);
}

#home7{
  background-image: url(../img/hero-carousel/aton-website-homepage-tablet-7.jpg);
}

.aru-homepage{
  background-image: url(../img/The-Aru-Hotel-Lobby-web.png);
  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;
  height: 100vh; 
  width: 100%;
}

.hero-content {
    position: absolute;
    z-index: 2;
    left: 22vw; 
    bottom: -11vh; 
    max-width: 500px;
    background: transparent;
}

.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  #ff6b00;
    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;
}

.search-button {
    background-color: #ff6b00;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    height: 45px;
    margin-top: 1.8rem;
}

.search-button:hover {
    background-color: #e05a00;
}
/* 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;
  }

  .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) {
  .hero-content {
    bottom: -15%;
    width: 95%;
  }

  .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;
}

}

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

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

.aru-homepage .title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.hero-business{
  background-image: url(../img/our-room-and-suite-banner.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;
}

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

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

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

.amenity-list {
  background-image: url(../img/room/General-Amenities.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;
}

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

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

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

.hero-whats-new{
  background-image: url(../img/career-web.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-hide {
  display: none !important;
  padding: 0.62rem;
  background-color: #E87200;
  color: #FFFFFF !important;
}

@media (max-width: 1520px) {
  .hero-whats-new{
    background-image: url(../img/career-tablet.jpg);
  }
}

@media (max-width: 1120px) {
  .hero-career {
    background-position: left;
    margin-left: -17.5rem;
  }
}

@media (max-width: 980px) {
  .hero-contact {
    background-position-x: 10%;
  }
}

@media (max-width: 920px) {
  .hero-whats-new{
    background-image: url(../img/career-mobile.jpg);
    background-position-y: 70%;
  }

  .aru-homepage{
    background-image: url(../img/The-Aru-Hotel-mobile.png);
  }

  .hero-business{
    background-image: url(../img/our-room-and-suite-banner.jpg);
  }

  #home1{
    background-image: url(../img/hero-carousel/aton-website-homepage-mobile-1.jpg);
  }
  
  #home2{
    background-image: url(../img/hero-carousel/aton-website-homepage-mobile-2.jpg);
  }
  
  #home3{
    background-image: url(../img/hero-carousel/aton-website-homepage-mobile-3.jpg);
  }
  
  #home4{
    background-image: url(../img/hero-carousel/aton-website-homepage-mobile-4.jpg);
  }
  
  #home5{
    background-image: url(../img/hero-carousel/aton-website-homepage-mobile-5.jpg);
  }
  
  #home6{
    background-image: url(../img/hero-carousel/aton-website-homepage-mobile-6.jpg);
  }

  #home7{
    background-image: url(../img/hero-carousel/aton-website-homepage-mobile-7.jpg);
  }
}

@media (min-width: 1200px) {

  #home1{
    background-image: url(../img/hero-carousel/aton-website-homepage-laptop-1.jpg);
  }
  
  #home2{
    background-image: url(../img/hero-carousel/aton-website-homepage-laptop-2.jpg);
  }
  
  #home3{
    background-image: url(../img/hero-carousel/aton-website-homepage-laptop-3.jpg);
  }
  
  #home4{
    background-image: url(../img/hero-carousel/aton-website-homepage-laptop-4.jpg);
  }
  
  #home5{
    background-image: url(../img/hero-carousel/aton-website-homepage-laptop-5.jpg);
  }
  
  #home6{
    background-image: url(../img/hero-carousel/aton-website-homepage-laptop-6.jpg);
  }

  #home7{
    background-image: url(../img/hero-carousel/aton-website-homepage-laptop-7.jpg);
  }
}

@media (max-width: 833px) {
  .hero-career {
    background-position: right;
    margin-left: 0rem;
  }

  .hero-career .title-hide{
    display: inline !important;;
  }

  .hero-career .container{
    justify-content: end;
    display: flex;
  }
}

@media (max-width: 600px) {
  .hero-contact {
    background-position: right;
    margin-left: 0rem;
  }

  .title-hide {
    display: inline !important;
  }

  .hero-ramadhan{
    background-position: left;
    margin-left: -14rem;
  }
}

@media (max-width: 340px) {
  .title-hide {
    padding: 0rem;
    color: #E87200;
    background-color: transparent;
    text-shadow: 1px 1px 2px #FFFFFF;
  }
}

@media (max-width: 300px) {
  .hero-career .title-hide{
    color: #000000 !important;
  }
}

@media screen and (min-width: 768px) {
  .hero-bod {
    background-image: url('../img/background-hero-bod.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 100px 0;
    position: relative;
    height: 30vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
  }
}

@media (max-width: 844px) {

  .hero-bod .custom-container {
    background-color: #808080;
    padding: 150px 120px;
  }

  .hero .custom-container {
    padding: 150px 120px;
    background-color: rgba(232, 114, 0, 0.7);
  }

  #carousel-hospitality .custom-container {
    color: #fff;
    background-color: rgba(232, 114, 0, 0.7);
  }

  .completed-hospitality h1{
    font-size: 48px;
  }

  .coming-soon-hospitality h1{
    font-size: 48px;
  }

}

@media  (max-width : 450px) {
  .completed-hospitality h1{
    font-size: 32px;
  }

  .coming-soon-hospitality h1{
    font-size: 32px;
  }

}

.carousel-indicators {
  text-align: center;
  padding-top: 20px;
}

.carousel-indicators li {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-pagination {
  text-align: center;
  margin-top: 20px;
}

.carousel-indicators {
  list-style: none;
  padding: 0;
  margin: 0;
}

.carousel-indicators li {
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #E5E5E5;
  background-clip: padding-box;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.carousel-indicators .active {
  background-color: #4c4c4c;
}

/* Add this CSS to your stylesheet */
.relative-position {
  position: relative;
}

.card-bg {
  position: relative;
}

.text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(223, 223, 223, 0.72);
  display: flex;
  padding: 0rem 1rem 1rem 1rem;
}

.hero .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero .info {
    padding: 0 50px;
  }
}

.hero .info h2 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hero .info .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid var(--color-primary);
}

.hero .info .btn-get-started:hover {
  background: var(--color-primary);
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}



#hero-carousel .carousel-control-next-icon,
#hero-carousel .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(228, 228, 228, 0.67);
  color: rgba(32, 32, 32, 0.865);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
}

@media (max-width: 431px) {

  #hero-carousel .carousel-control-next-icon,
  #hero-carousel .carousel-control-prev-icon {
    background: none;
    font-size: 20px;
    line-height: 0;
    background: rgba(228, 228, 228, 0.67);
    color: rgba(0, 0, 0, 0.865);
    border-radius: 50px;
    width: 26px;
    height: 26px;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
  }
}
@media (min-width: 768px) {
  #hero-carousel .carousel-control-next-icon,
  #hero-carousel .carousel-control-prev-icon {
    display: none;
  }
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# Hospitality
--------------------------------------------------------------*/
.custom-container-hospitality {
  background-color: #F3EEEA;
  position: relative;
  z-index: 1;
  padding: 15px;
}

.custom-image {
  position: relative;
  /* right: 95%; */
}

@media (min-width: 1280px) {
  .custom-container-hospitality {
    background-color: #F3EEEA;
    position: relative;
    z-index: 1;
    padding: 60px;
  }

  .custom-image {
    position: absolute;
    right: 95%;
  }
  
}

.image-container-hospitality {
  background-image: url('/assets/img/hospitality-img-2.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  height: 55vw;
  display: flex;
}

@media (min-width: 1280px) {
  .image-container-hospitality {
    background-image: url('/assets/img/hospitality-img-2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 32vw;
    display: flex;
  }
}

.image-container-hospitality>div {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #000;
  padding-left: 0vh;
}

@media (min-width: 1280px) {
  .image-container-hospitality>div {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: #000;
    padding-left: 22vh;
  }
}


.custom-container-hospitality:before {
  content: "";
  background-image: url("assets/img/hospitality-img-1.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-wrapper a:hover img {
  opacity: 0.8; /* Adjust opacity level as desired */
  border: 2px solid #ccc; /* Add border on hover */
}

.hover-change-color {
  color: black;  /* Initial color */
  transition: color 0.3s ease-in-out;  /* Smooth color transition */
}

.hover-change-color:hover {
  color: #E87200;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #fff;
  background-color: #2B2927;
  background-size: cover;
  font-size: 14px;
  position: relative;
  padding: 30px 0 30px 0;
}

.footer-project {
  background-color: #F5F5F7;
  background-size: cover;
  position: relative;
}

.footer-project .custom-container {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 10px;
}

.footer-project label {
  color: #BBBBBB;
}

.footer-project p {
  color: #000 !important;
}

.input-label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0 5px;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}

.form-control {
  padding-left: 10px;
  border-radius: 15px;
  background-color: #FCEEE0;
}

.form-control:focus+.input-label {
  opacity: 0;
  visibility: hidden;
  background-color: #FCEEE0;
}
.form-control:focus {
  background-color: #FCEEE0 !important;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-radius: 0;
}

/* Style for the parent container */
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

/* Style for the submit button */
.btn.text-bg-success {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  flex: 1;
  /* Make the button take up remaining width */
}


.footer:before {
  content: "";
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  color: #000;
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .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 .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #f07607;
  position: relative;
  padding-bottom: 5px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul span {
  padding: 0px 5px;
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a i {
  padding: 0px 5px;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 20px;
}

.footer .footer-content .footer-info img {
  display: block;
  width: 60%;
}

@media (max-width: 1279px) {
  .footer .footer-content .footer-links ul li {
    padding: 2px 0;
  }

  .footer .footer-content .footer-info img {
    display: block;
    width: 60%;
    margin: 0 auto;
    /* Center horizontally */
  }
}

.footer .footer-content .footer-links ul a:hover {
  color: rgb(172, 172, 172);
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}

.full-width-container {
  display: none;
  width: 100%;
  background-color: #e87200;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  transition: height 0.3s ease;
}

/* Styles for "Our Journey" */
.full-width-container#about-us-container .container p {
  color: #000;
  font-size: 11px;
  padding-left: 140px;
 
}

.full-width-container#about-us-container .container .row .col-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 140px;
  white-space: nowrap;
}

.full-width-container#about-us-container .container .row .col-2 ul li a {
  color: white;
}

.full-width-container#about-us-container .container .row .col-lg-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;

}

.full-width-container#about-us-container .container .row .col-lg-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-width-container#about-us-container .container .row .col-lg-4 ul li a {
  color: white;
}

.full-width-container#about-us-container .container .row .col-lg-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;

}

.full-width-container#about-us-container .container .row .col-lg-2 {
  margin-left: 140px;
}

.full-width-container#about-us-container .container .row .col-lg-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-width-container#about-us-container .container .row .col-lg-2 ul li a {
  color: white;
}

.full-width-container#about-us-container .container .row .col-lg-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}

/* Styles for "Booking" */
.full-width-container#booking-container .container p {
  color: #000;
  font-size: 11px; 
}
.full-width-container#booking-container .container .row .col-lg-4 {
  margin-left: 140px;
}
.full-width-container#booking-container .container .row .col-lg-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.booking-dropdown-logo{
  width: fit-content;
}

/* Styles for "Property Development" */
.full-width-container#our-business-container .container p {
  color: #000;
  font-size: 11px; 
}
.full-width-container#our-business-container .container .row .col-lg-4:nth-child(3) p {
  margin-left: -165px; 
}

.full-width-container#our-business-container .container .row .col-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-width-container#our-business-container .container .row .col-2 ul li a {
  color: white;
}

.full-width-container#our-business-container .container .row .col-lg-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}

.full-width-container#our-business-container .container .row .col-lg-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-width-container#our-business-container .container .row .col-lg-4 ul li a {
  color: white;
}

.full-width-container#our-business-container .container .row .col-lg-4:nth-child(2) ul li a {
  margin-left: -118px; 
}

.full-width-container#our-business-container .container .row .col-lg-4:nth-child(3) ul li a {
  margin-left: -165px;
}

.full-width-container#our-business-container .container .row .col-lg-4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}

.full-width-container#our-business-container .container .row .col-lg-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.full-width-container#our-business-container .container .row .col-lg-2 ul li a {
  color: white;
}

.full-width-container#our-business-container .container .row .col-lg-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
}

.full-width-container#our-business-container .container .row .col-lg-4:nth-child(2) p {
  margin-left: -118px;
}

/*--------------------------------------------------------------
# Vision & Mission Section
--------------------------------------------------------------*/
.vision-mission-page .container .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.icon1 {
  padding: 2rem;
  width: 70%;
}

.vision-mission-page .icon1 img {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.vision-mission-page .icon1 h1{
  color: #000;
}

.vision-mission-page p {
  width: 100%;
  height: fit-content;
  text-justify: inter-word;
  text-align: justify !important;
}

.vision-mission-page .line {
  border-bottom: 5px solid #E87200;
  width: 20%;
  margin: 0 auto;
  margin: 1.25rem auto;
}

@media (max-width: 768px) {
  .vision-mission-page .container .row {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .vision-mission-page .container .row .icon1 img{
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .vision-mission-page .line {
    margin: 0.62rem auto;
  }

  .icon1{
    width: 60%;
  }
}

@media (min-width: 769px) and (max-width: 1400px) {
  .vision-mission-page .container .row {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .vision-mission-page p {
    margin: 0 auto 20px;
  }
}

@media (max-width: 450px) {
  .vision-mission-page p {
    font-size: small !important;
  }

  .icon1{
    padding: 0rem;
  }
}
/*--------------------------------------------------------------
# Recruitment Section
--------------------------------------------------------------*/
.title {
  color: rgba(232, 114, 0, 1);
}

/* Breadcrumb */
.breadcrumbs .container {
  position: relative;
  display: inline-block;
}

.breadcrumbs .container img {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1940px;
  height: 65vh;
}


.text-overlay h1 {
  position: absolute;
  display: flex !important;
  font-size: 48px;
  text-align: left;
}

@media (max-width: 992px)  and (min-width: 430px) {
  .text-overlay h1 {
    position: absolute;
    top: 100px;
    width: 751px;
    height: 100px;
    font-size: 55px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .text-overlay h1 {
    font-size: 40px;
    top: 40%;
  }
}

@media (max-width: 576px) {
  .text-overlay h1 {
    font-size: 35px;
  }
}

@media (max-width: 429px) {
  .text-overlay h1 {
    font-size: 30px;
  }
}

/* recruitment  */
.recruitment-title p {
  font-size: 32px;
  text-align: left;
}

.recruitment {
  color: #E87200;
}

.recruitment h4 {
  font-weight: 600;
}

.recruitment a {
  text-decoration: underline;
}

.recruitment span {
  font-size: 18px;
  text-align: left;
}

.recruitment span:last-child {
  margin-left: 20px;
}

.recruitment .badge {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 18px;
  color: black;
  border: 1px solid black;
  padding: 0 12px;
}

.recruitment .badge-pill {
  padding: 0 20px;
  border-radius: 10rem;
}

.recruitment .btn {
  left: 1669px;
  top: 916px;
  line-height: 35px;
  border-radius: 18px;
  background-color: #2BB676;
  text-align: center;
  color: #fff;
  padding: 0 25px;
  /* Reset padding */
  transition: background-color 0.5s ease, color 0.3s ease;
  width: 175px;
}

.recruitment .btn:hover {
  background-color: #fff;
  color: #2BB676;
  border: 1px solid #2BB676;
}

@media (max-width: 770px){
  .recruitment .btn {
    line-height: 35px;
    font-size: 18px;
  }
}

/* Apply - Recruitment section */
.apply-page {
  padding: 100px 0;
  margin: 50px 100px;
}

.apply-page .card {
  width: 470px;
  line-height: 26px;
  border-radius: 49px;
  border: none;
  max-width: 100%;
}

.apply-page .card-body {
  padding: 40px;
}

.apply-page .form-group {
  padding: 10px 0;
}

.apply-page .shadow {
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);  */
  box-shadow: 2px 4px 15px -2px rgba(0, 0, 0, 0.2);
}

.apply-page .back-btn {
  color: grey;
}

.apply-page .back-btn:hover {
  color: black;
}

.apply-page span {
  font-size: 18px;
  text-align: left;
}

.apply-page .badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  /* Adjusted line-height to match badge height */
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 18px;
  color: black;
  border: 1px solid black;
  padding: 0 12px;
  /* Adjust padding for content width */
}

.apply-page .badge-pill {
  padding: 0 20px;
  border-radius: 10rem;
}

.apply-page .badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Adjust spacing between badges */
}

.apply-page .badge i {
  margin-right: 5px;
}

.apply-page span.form-prop {
  color: red;
  margin-left: -1px;
}

.file-area {
  width: 100%;
  position: relative;
}

.file-area input[type="file"] {
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.file-area .file-content {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: grey;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  transition: background 0.3s ease-in-out;
  margin-top: 2vw;
  margin-bottom: 20px;
}

.file-area input .file-content .default {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.file-area input.file-content .success {
  display: none;
}

.file-area:hover .file-content {
  background: #fff;
  color: black;
  border: 1px solid grey;
}

.file-area input[type="file"]:focus+.file-content {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: -webkit-focus-ring-color auto 5px;
}

.file-area input[type="file"]:valid+.file-content {
  background-color: rgba(232, 114, 0, 1);
}

.file-area input[type="file"]:valid+.file-content:hover {
  color: black;
  background-color: #fff;
}

.file-area input[type="file"]:valid+.file-content .success {
  display: none;
}

.file-area input[type="file"]:valid+.file-content .default {
  display: inline-block;
}

.apply-page .max-file-size {
  font-size: 12px;
}

.apply-page .submit {
  align-items: center;
}

.apply-page .submit button {
  width: 241px;
  height: 50px;
  /* line-height: 20px; */
  border-radius: 25px;
  border: none;
  background-color: rgba(232, 114, 0, 1);
  color: #fff;
  text-align: center;
}

@media (max-width: 1000px) {
  .apply-page {
    margin: 50px 20px;
  }

  .apply-page .card {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Events page Section
--------------------------------------------------------------*/
.img-fluid.rounded-1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  /* 1:1 aspect ratio */
  object-fit: cover;
  /* Ensures the image covers the entire container */
}

.carousel-nav {
  width: 15px;
  height: 15px;
  padding: 6px 0px;
  border-radius: 15px;
  border: none;
  font-size: 8px;
  text-align: center;
}

.carousel-nav.active {
  background-color: #000;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #000;
  border-radius: 10px;
}

.event-details{
  padding-right: 25%;
  height: 100%;
}

.event-img {
  height: inherit !important;
}

.event-img img {
  object-fit: cover;
}

.event-description{
  display: 
  -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 3; 
  overflow: hidden; 
  text-overflow: ellipsis;
  text-wrap: balance;
}

@media (min-width: 1080px) and (max-width: 1920px) {
  .event-img img {
    height: 310px !important;
  }
}

@media (min-width: 891px) and (max-width: 1079px) {
  .event-img img {
    height: 220px !important;
  }
}

@media (min-width: 615px) and (max-width: 890px) {
  .event-img img {
    height: 250px !important;
  }
}

@media (min-width: 500px) and (max-width: 614px) {
  .event-img img {
    height: 250px !important;
  }
}

@media (max-width: 500px) {
  .event-img img {
    height: 160px !important;
  }
}

@media (max-width: 400px) {
  .event-img img {
    height: 180px !important;
  }
}

@media (max-width: 1080px) {
  .event-details{
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  .event-details h3{
    font-size: 1.5rem;
  }
  .event-details p{
    font-size: 0.8rem;
  }
  
}

@media (max-width: 500px) {
  .event-img{
    padding-left: 0rem;
  }
  .event-details{
    padding: 0rem;
  }
  .event-details h3{
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
  }
  .event-details p{
    font-size: 0.8rem;
  }
  .event-description{
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden; 
    margin-bottom: 0.5rem;
  }
  .event-date{
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
  }
  /* .list-view .read-all-link{
    display:
  } */
  
}

/*--------------------------------------------------------------
# Aru Suites Section
--------------------------------------------------------------*/

#aru-content {
  background: #ffffff;
}

.aru-logo {
  width: 40%;
  padding: 60px;
}

.img-bg-aru-suite-pin0{
  background: url(../img/aru-suites/aru-pin/aru-suite-0.jpg);
}

.img-bg-aru-suite-pin1{
  background: url(../img/aru-suites/aru-pin/aru-suite-1.jpg);
}

.img-bg-aru-suite-pin2{
  background: url(../img/aru-suites/aru-pin/aru-suite-2.jpg);
}

.img-bg-aru-suite-pin3{
  background: url(../img/aru-suites/aru-pin/aru-suite-3.jpg);
}

.img-bg-aru-suite-pin4{
  background: url(../img/aru-suites/aru-pin/aru-suite-4.jpg);
}

.img-bg-aru-suite-pin5{
  background: url(../img/aru-suites/aru-pin/aru-suite-5.jpg);
}

.img-bg-aru-suite-pin6{
  background: url(../img/aru-suites/aru-pin/aru-suite-6.jpg);
}

.img-bg-aru-suites-pin {
  display: none;
  width: 100%;
  height: auto;
}

.img-bg-aru-suites-pin .active {
  display: flex !important;
}

.img-bg-aru-pin0{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-0.png);
}

.img-bg-aru-pin1{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-1.png);
}

.img-bg-aru-pin2{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-2.png);
}

.img-bg-aru-pin3{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-3.png);
}

.img-bg-aru-pin4{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-4.png);
}

/* For Android Aru Suites*/
/* Scroll Up Icon */
.scroll-up-icon {
  display: none; /* Initially hidden */
}

.scroll-up-icon.show {
  display: flex; /* Show when needed */
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  cursor: pointer;
}

.scroll-up-icon.show span {
  color: rgba(0, 0, 0, 0.5); /* Half-transparent black color */
  font-size: 32px;
}

.swipe-up-text {
  font-size: 14px !important; /* Adjust the size of the text */
  opacity: 0.5 !important; /* Half-transparent */
  color: rgba(0, 0, 0, 0.5) !important;
}

/* For iOS Aru Suites*/
.img-bg-aru-iOS-pin1{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-ios-1.png);
}

.img-bg-aru-iOS-pin2{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-ios-2.png);
}

.img-bg-aru-iOS-pin3{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-ios-3.png);
}

.img-bg-aru-iOS-pin4{
  background: url(../img/aru-suites/aru-pin/the-storey-aru-suites-ios-4.png);
}


.aru-suites-icon img{
  width: 100%;
  height: auto;
  padding: 2rem;
  max-width: 9.5rem;
}

.aru-suites-content h1{
  color: #2E325B;
}

.aru-suites-content .border-1 {
  border: 3px solid #926540 !important;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: rgb(146, 101, 64);
  border-radius: 0px 55px 55px 0;
  height: fit-content;
  padding: 50px;
  margin-left: -12px;
  border-left: none !important;
}

.aru-slide{
  padding: 2.5rem;
  border-radius: 1.60rem;
  box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3rem;
  background-color: #FFFFFF;
  height: auto;
  align-items: center;
  justify-items: center;
  display: grid;
}

.slides-aru {
  overflow: visible;
}

@media screen and (max-width: 992px) {
  .aru-logo {
    width: 50%;
    padding: 70px;
  }  
}
@media screen and (max-width: 768px) {
  .aru-logo {
    width: 70%;
    padding: 75px;
  }  
}

@media screen and (max-width: 576px) {
  .aru-logo {
    width: 80%;
    padding: 75px;
  }  
}

@media (max-width: 450px) {
  .aru-logo {
    width: 100%;
    padding: 75px;
  }  

  .aru-slide{
    padding: 2rem;
  }
}

.slider-box {
  padding: 40px 40px 10px 40px;
  border-radius: 25px;
  background-color: #B5DFDE;
}

.nametag-2,
.nametag-3 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.nametag-5 {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #E97205;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  top: 40%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 1280px) {
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    top: 40%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
  }
}

.carousel-wrapper.aru-carousel {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.aru-carousel .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aru-carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.aru-carousel .carousel-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out;
}

.aru-carousel .carousel-items.active {
  opacity: 1;
  visibility: visible;
}

.aru-carousel .carousel-items:first-child {
  opacity: 1;
  visibility: visible;
}
.aru-carousel .carousel-items.active {
  opacity: 1;
  visibility: visible;
}
.aru-carousel .carousel-items.active {
  opacity: 1;
  visibility: visible;
}

.aru-carousel .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.aru-carousel .carousel-items img.service-the-aru {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.aru-carousel .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.8s ease-out;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
}

.aru-carousel .carousel-items.active .image-overlay {
  transform: translateY(0);
  transition-delay: 0.3s;
}

.aru-carousel .carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 40px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.6s ease, color 0.6s ease;
  z-index: 3;
  font-weight: 300;
}

.aru-carousel .carousel-nav:hover {
  color: rgba(255, 255, 255, 1);
}

.aru-carousel .carousel-nav.prev {
  left: 15px;
}

.aru-carousel .carousel-nav.next {
  right: 15px;
}

.aru-carousel:hover .carousel-nav {
  opacity: 1;
}

/* FAQ */
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #f07607 !important;
}
/* Privacy Policy  */
.privacy-policy h1,
.privacy-policy h2 {
  color: #f07607 !important;
}

.privacy-policy h1 {
  font-weight: 700;
}
/* Terms of Use  */
.terms-of-use h1,
.terms-of-use h2 {
  color: #f07607 !important;
}

.terms-of-use h1 {
  font-weight: 700;
}

/* Scroll Content Div */
@media screen and (min-width: 768px) {
  .scroll-container {
    overflow-y: hidden; 
    scroll-behavior: smooth; 
    height: 100vh; 
  }

  .scroll-area {
    height: auto; 
    overflow-y: hidden; 
  }
}

.scroll-container,
.scroll-area {
  width: 100%;
  height: 600px;
  font-size: 60px;
  margin: 0 auto;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* Internet Explorer and Edge */
}

.scroll-container::-webkit-scrollbar,
.scroll-area::-webkit-scrollbar {
  display: none !important;
}

/* Ensure scrollbars are hidden */
.scroll-container {
  overflow: auto;
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

/* Style the scroll area */
.scroll-area {
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: inherit;
  transition: opacity 1s ease-in;
}

.secondary-bg {
  background-color: #F5F5F7;
}

.scroll-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.scroll-image img {
  max-width: 750px;
}

.fadeIn { opacity: 1; }

@media (max-width: 1200px) {
  .vetro11 .col-lg-4{
    width: 100% !important;
  }
}

@media (max-width: 1390px) {
  .scroll-image img {
    max-width: 630px;
  }
}

@media (max-width: 1200px) {
  .scroll-area {
    display: flex;
    justify-content: end;
    flex-direction: column;
  }

  .scroll-container,
  .scroll-area {
    height: 1150px;
    margin-top: 50px;
  }

  .nearby-aru-suite .scroll-container, 
  .nearby-aru-suite .scroll-area, 
  .welcome-banyan-2 .scroll-container, 
  .welcome-banyan-2 .scroll-area{
    height: 990px;
  } 

  .project-div p {
    text-align: center;
  }
}

@media (max-width: 980px) {
  .scroll-image img {
    max-width: 100%;
  }
}

@media (max-width: 770px) {
  .nearby-aru-suite .scroll-container, 
  .nearby-aru-suite .scroll-area{
    height: 800px;
  } 

}

@media (max-width: 1024px) and (max-height: 600px) {

  .nearby-aru-suite .scroll-container,
  .nearby-aru-suite .scroll-area {
    height: 950px;
  }

}

@media (max-width: 768px) and (max-height: 1024px) {

  .nearby-aru-suite .scroll-container, 
  .nearby-aru-suite .scroll-area{
    height: 970px;
  } 
}

@media (max-width: 520px) {
  .scroll-container, 
  .scroll-area {
    height: 940px;
  }

  .nearby-aru-suite .scroll-container, 
  .nearby-aru-suite .scroll-area{
    height: 760px;
  } 

  .nearby-aru-suite {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
  }
}

@media (max-width: 460px) {
  .scroll-container, 
  .scroll-area {
    height: 790px;
  }

  .welcome-banyan-2 .scroll-container, 
  .welcome-banyan-2 .scroll-area{
    height: 700px;
  } 

  .nearby-aru-suite .scroll-container, 
  .nearby-aru-suite .scroll-area{
    height: 640px;
  } 

  .vetro11 h1,
  .welcome-banyan-2 h4{
    font-size: 24px;
  }

  .vetro11 h2,
  .welcome-banyan-2 h5{
    font-size: 18px;
  }
  
  .vetro11 p{
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .scroll-container, 
  .scroll-area{
    height: 720px;
  } 

  .welcome-banyan-2 .scroll-container, 
  .welcome-banyan-2 .scroll-area{
    height: 630px;
  } 

  .nearby-aru-suite .scroll-container, 
  .nearby-aru-suite .scroll-area{
    height: 560px;
  } 

  .vetro11 p{
    font-size: 12px;
  }

  .vetro11{
    padding: 0rem;
  }
}

@media (max-width: 351px) {
  .scroll-container, .scroll-area {
    height: 660px;
  }

  .welcome-banyan-2 .scroll-container, 
  .welcome-banyan-2 .scroll-area{
    height: 600px;
  } 

  .nearby-aru-suite .scroll-container, 
  .nearby-aru-suite .scroll-area{
    height: 520px;
  } 
}

.appointment-section img {
  width: 50%;
}

.file-area input[type="file"]:valid+.file-content .default {
  display: inline-block;
}

/*--------------------------------------------------------------
# Contact Methods Section
--------------------------------------------------------------*/
.contact-methods {
  padding: 100px;
  margin: auto;
  background: #E87200;
}

.method-box {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  background: #f9f9f9;
  text-align: center;
}

.method-box h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.method-subtitle {
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

.method-description {
  color: #666;
  margin-bottom: 15px;
  font-size: 15px;
}

.method-description-title {
  color: #666;
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 18px;
  font-weight: 500;
}
.method-detail {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 0;
}

.method-detail a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s;
}

.method-detail a:hover {
  color: #004499;
  text-decoration: underline;
}

.method-link {
  margin-top: 15px;
}

.method-icon {
  padding-bottom: 2px;
  transform: scaleX(-1);
}
.icon-container {
  width: 50px;
  height: 50px;
  background-color: #FCEEE0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-container i {
  color: black;
  font-size: 1.25rem;
}
.icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.map-link {
  font-size: 1.1rem;
  color: #0066cc;
  text-decoration: none;
  transition: color 0.3s;
}

.map-link:hover {
  color: #004499;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.contact-form {
  padding: 60px 0;
  background: #FCEEE0;
}

.form-container {
  padding: 30px;
  background: #FCEEE0;
  border-radius: 8px;
}

.form-container h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.form-intro {
  color: #666;
  margin-bottom: 30px;
}

h2.form-title{
  color: #E87200;
  font-weight: 700;

}  
.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #ddd;
  transition: border-color 0.3s;
}

.form-control:focus {
  outline: none;
  border-color: #FCEEE0;
  border-bottom: 1px solid black;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.btn-primary {
  background: #E87200;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #DDA064;
  color: #E87200;
}

/* Location Styles */
.location-container {
  padding: 30px;
}

.location-container h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}

.location-address {
  color: #555;
  margin-bottom: 15px;
}

.review-count {
  color: #666;
  margin-left: 10px;
}

.map-container {
  margin: 25px 0;
}

.map-placeholder {
  height: 250px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 4px;
}

.map-footer {
  color: #999;
  font-size: 0.8rem;
}

.directions h4 {
  font-size: 1.2rem;
  margin: 25px 0 15px;
  color: #333;
}

.directions-btn {
  color :#0066cc;
}

.directions-btn:hover {
  color: #004499;
  text-decoration: underline;
}
.view-larger {
  color :#0066cc
}
.view-larger:hover {
  color: #004499;
  text-decoration: underline;
}
.landmarks {
  list-style: none;
  padding: 0;
}

.landmarks li {
  padding: 5px 0;
  color: #555;
  border-bottom: 1px solid #eee;
}

.landmarks li:last-child {
  border-bottom: none;
}

/* Map Container */
#aru-suites-map {
  height: 400px;
  width: 100%;
  border-radius: 8px;
  margin: 15px 0;
  border: 1px solid #e0e0e0;
}

/* Map Actions */
.map-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.view-map, .report-error {
  color: #1A73E8;
  font-size: 0.85rem;
  text-decoration: none;
}

.report-error {
  color: #5F6368;
}

/* Nearby Locations */
.nearby-locations {
  margin-top: 20px;
}

.nearby-locations h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #333;
}

.nearby-locations ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
}

.nearby-locations li {
  padding: 5px 0;
  color: #555;
  font-size: 0.9rem;
  break-inside: avoid;
}

/* Info Window Styling */
.map-infowindow {
  padding: 5px;
  font-size: 0.9rem;
}

.map-infowindow strong {
  color: #202124;
}

.map-infowindow span {
  color: #5F6368;
}
/*--------------------------------------------------------------
# Responsive: Contact Us Page
--------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .contact-methods {
    padding: 40px 20px;
  }
  .contact-methods .row {
    gap: 10px;
  }

  .method-box {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px 15px;
  }

  .method-box h3 {
    font-size: 1.25rem;
  }

  .method-description-title,
  .method-description,
  .method-detail {
    font-size: 14px;
  }

  .contact-form {
    padding: 40px 15px;
  }

  .form-container {
    padding: 20px;
  }

  .form-container h2 {
    font-size: 1.5rem;
  }

  .form-group label,
  .form-control,
  .btn-primary {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .contact-methods {
    padding: 60px 40px;
  }

  .method-box {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 40px 25px;
  }

  .method-box h3 {
    font-size: 1.4rem;
  }

  .method-description-title,
  .method-description,
  .method-detail {
    font-size: 15px;
  }

  .form-container {
    padding: 30px;
  }

  .form-container h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 900px) {
  .contact-methods {
    padding: 80px 60px;
  }

  .method-box {
    margin-right: 15px;
    padding: 60px 30px;
  }

  .method-box h3 {
    font-size: 1.5rem;
  }

  .form-container {
    padding: 40px;
  }

  .form-container h2 {
    font-size: 2rem;
  }
}


/* our room and suite */

.container-room {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}

.subheading {
  font-size: 14px;
  margin: 10px 0;
}

.description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.amenities {
  background: #E87200;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.amenities h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.amenities ul {
  list-style: none;
  padding: 0;
  columns: 2;
  gap: 20px;
}

.amenities li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.amenities li i{
  margin-right: 18px;
  min-width: 20px;
  text-align: center;
}

@media (max-width: 992px) {
  .amenities ul {
    columns: 1;
  }
  
  .main-image {
    justify-content: center;
  }
  
  .main-image img {
    max-height: 400px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery img {
  width: 100%;
  height: 210px !important;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 5px;
}

.gallery img:hover {
  transform: scale(1.03);
}

.project-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.project-content {
  padding: 15px;
}

.project-content h1 {
  font-weight: 600;
}

.main-image {
  flex: 1;
  display: flex;
  align-items: stretch;
}
        
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.amenities-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.amenity-column {
  width: 30%;
}
.amenity-column ul {
  list-style-type: none;
  padding-left: 0;
}
.amenity-column ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.amenity-column li i{
  margin-right: 8px;
  min-width: 20px;
  text-align: center;
}

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

.tnc-title {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}

.availability-btn {
  background-color: #E0E0E0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
}

.availability-btn:hover {
  background-color: #E87200;
  color: #fff;
}

.tnc-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  padding: 14px 20px;
  border: none;
  color: #fff;
  border: 1px solid #fff;
}

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

.checkin-checkout {
  margin: 20px auto;
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  width: 400px;
}

.checkin-checkout p {
  margin: 5px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding: 0px;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.02);
}

.gallery .hidden-image {
  display: none;
}

.gallery.show-all .hidden-image {
  display: block;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.view-more-btn  {
  background-color: transparent;
  border: transparent;
}
/* About Us Page */
.hero-career.hero-about {
  position: relative;
  height: 100vh;
  background-image: url('/assets/img/aru-suites/aru-aboutus.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;
}
/* Our Expertise Section */
.expertise-section {
  padding-top: 80px;
  padding-bottom: 130px;
  background: #FCEEE0;
}
.expertise-section3 {
  padding-top: 80px;
  padding-bottom: 130px;
  background: #FCEEE0;
}
.expertise-header {
  margin-bottom: 20px; 
}
.expertise-header h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #E87200;
}
.expertise-header h3 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  color: #E87200;
}
.expertise-section .text-content {
  color: #E87200;
  line-height: 1.8;
  max-width: 450px;
  margin-bottom: 1px;
  font-size: 0.8rem;
  margin-top: 10px;
}
.expertise-section3 .text-content {
  color: #E87200;
  line-height: 1.8;
  margin-bottom: 1px;
  font-size: 0.8rem;
  margin-top: 10px;
}
.expertise-image-wrapper {
  position: relative;
  border-radius: 0;
  box-shadow: none;
  max-width: 60%;
  text-align: left;
}
.expertise-image-wrapper img {
  width: 600px;       
  height: 520px;  
  transform: translate(60px, 20px);
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  
}
.expertise-image-wrapper3 {
  position: relative;
  border-radius: 0;
  box-shadow: none;
  max-width: 60%;
  text-align: left;
}
.expertise-image-wrapper3 img {
  width: 90%;       
  height: 520px;  
  transform: translate(0px, 20px);
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  
}
.expertise-box {
  position: absolute;
  top: 50%;
  transform: translate(500px, -160px);
  z-index: 2;
  background: white;
  padding: 40px 40px;
  border-radius: 0px;
  max-width: 100%;
}

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

.expertise-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  align-items: left;
}

.section-header {
  text-align: left;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 2.5rem;
  text-align: left !important;
  color: #E87200;
  margin-bottom: 15px;
  font-weight: 600;
}

.section-header h3 {
  font-size: 1.25rem;
  color: #E87200;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Expertise Content 2 */
.expertise-section2 {
  padding-top: 80px;
  padding-bottom: 130px;
  background: #E87200;
  align-items: center; 
  justify-content: center; 
}
.expertise-header2 {
  margin-bottom: 20px; 
}
.expertise-header2 h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #E87200;
}
.expertise-header2 h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  color: #E87200;
}
.expertise-section2 .text-content {
  color: #E87200;
  line-height: 1.8;
  max-width: 450px;
  margin-bottom: 1px;
  font-size: 0.8rem;
}
.expertise-image-wrapper2 {
  position: relative;
  border-radius: 0;
  box-shadow: none;
  max-width: 60%;
  text-align: left;
}
.expertise-image-wrapper2 img {
  width: 600px;       
  height: 520px;  
  transform: translate(700px, 20px);
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.expertise-box2 {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-25px, -205px);
  z-index: 2;
  background: white;
  padding-right: 10px;
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0px;
  max-width: 620px;
}
/* Responsive adjustments */
/* Mobile First Adjustments */
@media (max-width: 992px) {
  .expertise-image-wrapper,
  .expertise-image-wrapper2 {
    max-width: 100%;
    text-align: center;
  }

  .expertise-image-wrapper img,
  .expertise-image-wrapper2 img {
    width: 100%;
    height: auto;
    transform: none;
  }

  .expertise-box,
  .expertise-box2 {
    position: static;
    transform: none;
    max-width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
  }

  .expertise-header h2,
  .expertise-header2 h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .expertise-header h3,
  .expertise-header2 h3 {
    font-size: 1rem;
    text-align: center;
  }

  .expertise-section .text-content,
  .expertise-section2 .text-content {
    font-size: 0.9rem;
    max-width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .expertise-box,
  .expertise-box2 {
    padding: 20px 15px;
  }

  .section-header h2,
  .section-header h3 {
    font-size: 1.25rem;
    text-align: center;
  }

  .expertise-image-wrapper img,
  .expertise-image-wrapper2 img {
    max-height: 300px;
    object-fit: cover;
  }
}


@media (max-width: 768px) {
  .hero-business {
    min-height: 250px !important;
  }

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

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

  .aru-homepage {
    min-height: 450px !important;
  }

  .aru-homepage .title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .aru-homepage .text-bold {
    font-size: 16px;
  }

  .container-room {
    max-width: 100%;
    padding: 0 10px;
  }

  .project-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .subheading {
    font-size: 12px;
    margin: 8px 0;
  }

  .description {
    font-size: 13px;
    line-height: 1.5;
  }

  .amenities {
    padding: 15px;
  }

  .amenities h3 {
    font-size: 14px;
  }

  .amenities ul {
    columns: 1;
  }

  .amenities li {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .amenities li i {
    margin-right: 12px;
    font-size: 14px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .gallery img {
    height: 150px;
  }

  .gallery img:nth-child(n+3) {
    display: none;
  }

  .availability-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }

  .checkin-checkout {
    width: 80%;
    padding: 15px;
  }

  .checkin-checkout p {
    font-size: 13px;
  }

  .amenity-list {
    flex-direction: column;
  }

  .amenity-list .title {
    font-size: 22px;
  }

  .amenity-column {
    width: 100%;
    padding-left: 12px;
  }

  .amenities-list {
    display: flex;
    flex-direction: column;
  }

  .amenity-column:last-child {
    grid-column: 1 / -1;
    max-width: 100%;
  }

  .amenity-column ul li {
    font-size: 14px;
    margin: 0px;
  }

  .tnc-title {
    font-size: 22px;
  }

  .tnc-btn {
    width: 90%;
    padding: 12px;
    font-size: 14px;
  }

  .footer .footer-links {
    text-align: center;
    justify-content: center;
  }

  .footer-links ul li.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  
  .footer-links ul li.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .footer-links ul li.social-links a:hover {
    transform: translateY(-3px);
    color: var(--color-primary);
  }

  .footer .col-lg-4 {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .project-content h1 {
    font-size: 20px;
    font-weight: 600;
  }

  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 8px;
  }

  .gallery img {
    height: 130px;
  }

  .amenities li i {
    margin-right: 8px;
    font-size: 12px;
  }
}

.footer-about-center {
  text-align: center;
}
.center-logo {
width: 100%;
text-align: center;
}
.center-logo img {
max-width: 150px;
height: auto;
display: inline-block;
}

.footer-about-center a {
  margin: 0 14px;
  display: inline-block;
}
.footer-hr {
  margin: 24px auto;
  border: 1px solid #ccc;
  opacity: 0.6;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff;
}

.book-now-btn {
  display: inline-block;
  min-width: 120px;
  max-width: 180px;
  width: auto;
  padding: 10px 24px;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
  background: var(--color-primary, #a77030);
  color: #fff;
  font-weight: 600;
  transition: background 0.2s;
}

.book-now-btn:hover {
  background: #926540;
  color: #fff;
}

.footer-links .book-now-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .footer-about-center div {
    text-align: center;
    display: block;
  }
  .footer-about-center a {
    display: inline-block;
    margin: 8px 8px;
  }
}

.header-spacer {
  height: 100px;
  width: 100%;
}
@media (max-width: 920px) {
  .header-spacer {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .header-spacer {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .header-spacer {
    height: 150px;
  }
}

@media (max-width: 576px) {
  .hero-career.hero-about .container {
    position: relative;
    min-height: 120px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-career.hero-about .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }
  .hero-career.hero-about .hero-sub-title {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%);
    margin: 0;
    width: max-content;
    text-align: center;
    padding: 8px 16px;
    font-size: 1.1rem;
    border-radius: 6px;
  }
}